@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Header*/
header {
	background: #FFF;
	border-bottom: 2px solid #90df27;
}
#header_tx {
	font-size: 10px;
	font-weight: normal;
	color: #c7c7c7;
	background: none;
	text-align: center;
	margin: 0;
}
/*-------------------------------------------------------- mainnavi */
#mainnavi01 ul li:nth-child(5) {
	color: #fff;
	background: #86c82f;
	padding-left: 10px;
}
/*-------------------------------------------------------- day */
#day {
	padding: 10px 0;
}
.title_img {
	position: relative;
	margin: 0 auto -15px;
	display: block;
	text-align: center;
}
/*-------------------------------------------------------- footer */
footer {
	background: #90df27 url(../img/kohitsuji_img/bg_footer.gif) no-repeat center top;
	margin: 20px 0 0;
}
section#information #f_kohitsuji .f_title {
	border-bottom: none;
}
section#information #f_kohitsuji dl dt {
	float: left;
	clear: both;
	margin-top: 10px;
}
section#information #f_kohitsuji dl dd {
	float: right;
	text-align: left;
	width: 70%;
	margin-top: 10px;
}
section#information #f_kohitsuji ul li {
	background: url(../img/common_img/arrow_g.png) no-repeat left top;
	background-size: 7% auto;
	padding-left: 25px;
	padding-bottom: 10px;
}
section#information #f_kohitsuji ul li a {
	color: #3f3c39;
	text-decoration: underline;
}
section#information #footer_banner p {
	text-align: center;
	margin-bottom: 10px;
}


.pdf_link_btn{
  text-align: center;
  display:block;
  width: 85%;
  margin: 1em auto ;
  padding: 0.6em 0;
  border-radius: 10px;
  background: #f3a2b5;
  border: 5px solid #ef718f;
  font-size: 19px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  cursor: pointer;
}
.pdf_link_btn a{
  color: #ffffff;
  text-decoration: none;
}
.pdf_link_btn .far{
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.2em;
}
.pdf_link_btn:hover{
    background: #fac6d2;
  transition: 0.2s;
}



/*copyright*/
footer p#copyright {
	font-size: 10px;
	color: #90df27;
	background: #28a10b url(../img/kohitsuji_img/bg_copy.gif) no-repeat;
	text-align: center;
	padding: 12px 0 10px;
}