@charset "utf-8";
/*
 * CSS rashiku_maintenance.css
 */

/* ---------------------------------------
	main_title
--------------------------------------- */
.main_title{
	background: #73C7F5;
}
.main_title .m_tit{
	background: #73C7F5;
}

/* ---------------------------------------
	eachtitle
--------------------------------------- */
.eachtitle{
	color: #3EA8F4;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
}

.eachtitle2{
	color: #58463D;
	font-size: 1.3em;
	padding: 6px 12px;
	font-weight: bold;
	background: #C3BDB6;
}

@media screen and (max-width: 767px) {
	.eachtitle{ font-size: 1.3em; }
	.main_title .incnt{
		width: 100%!important;
		margin: 0!important;
	}
	.main_title .m_tit{
		padding-top: 30px;
		width: 100%;
		padding: 15px;
		height: auto;
		float: none;
	}
	.main_title .m_img { display: none;}
}
@media screen and (max-width: 767px) {
	.main_title .m_tit img{ height: 27px; }
}


#breadcrumb{ margin-bottom: 0; }
.section_type{
	overflow: hidden;
	border: 2px solid #C3BDB6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}



#cnt_main{ width: 712px; float: left; }
#aside{ width: 221px; float: right; margin-bottom: 30px; }
@media screen and (max-width: 767px) {
	#cnt_main{ width: 100%; float: none; margin-bottom: 20px; }
	#aside{ width: 100%; float: none; }
}




#sec_1{
	background: #EBF7FE;
	padding: 20px 0;
	margin-bottom: 50px;
}
#sec_1 .cnt_left{
	float: left;
	width: 210px;
}
#sec_1 .cnt_right{
	float: right;
	width: 720px;
}
#sec_1 .cnt_right p{
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.3em;
}



@media screen and (max-width: 767px) {
	#sec_1{
		padding: 25px 0;
		margin-bottom: 50px;
	}
	#sec_1 .cnt_left{
		float: none;
		width: 100%;
		text-align: center;
	}
	#sec_1 .cnt_right{
		float: none;
		width: 100%;
	}
	#sec_1 .cnt_right p{
		font-size: 1em;
	}
}




#sec_2{
	padding: 20px 20px;
}
#sec_2 .inbox .ico_new{
	position: absolute;
	top: 2px; left: 20px;
}
#sec_2 .cnt_left{
	float: left;
	width: 48%;
}
#sec_2 .cnt_right{
	float: right;
	width: 48%;
}




.vol_tit{
	color: #3EA8F4;
	font-weight: bold;
	padding-left: 70px;
	margin-bottom: 20px;
}
.box_tit{
	color: #806239;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 15px;
}
.box_txt{
	color: #4D4D4D;
	font-size: 0.9em;
	font-weight: bold;
}



.pdf2 .box_tit a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 0.9em;

}
.pdf2 .box_tit a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	text-decoration: underline!important;
}



@media screen and (max-width: 767px) {
	#sec_2{ padding: 10px 20px 20px; }
	#sec_2 .inbox .ico_new{
		width: 30px;
	}
	.vol_tit{
		padding-left: 40px;
		margin-bottom: 10px;
	}
	#sec_2 .cnt_left{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#sec_2 .cnt_right{
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 10px;

	}
}


#sec_3 .inbox a{
	text-decoration: none;
}
#sec_3 .vol_tit{
	padding-left: 0;
	margin-bottom: 10px;
}
#sec_3 .box_wrap{
	margin-right: -24px;
	margin-bottom: 30px;
}
#sec_3 .inbox{
	float: left;
	width: 300px;
	margin: 0 24px 24px 0;
	padding: 20px 20px;
	box-sizing: content-box;
}
#sec_3 .inbox .cnt_left{
	width: 48%;
}
#sec_3 .inbox .cnt_right{
	width: 48%;
}


@media screen and (max-width: 767px) {
	#sec_3 .box_wrap{
		margin-right: 0;
	}
	#sec_3 .inbox{
		float: none;
		width: 92%;
		margin: 0 0 20px 0;
		padding: 10px 4%;
	}
	#sec_3 .box_tit{
		margin-bottom: 10px;
	}
	#sec_3 .inbox .box_top{
		padding: 0 4%;
		border-bottom: 1px solid #C4BEB7;
		margin-bottom: 20px;
	}
	#sec_3 .inbox .box_cnt{
		padding: 0 4%;
	}
}



.page_nav{
	background: #E8E5DF;
	padding: 30px 0;
}
.page_nav ul{
	text-align: center;
}
.page_nav ul li{
	display: inline-block;
	margin: 0 10px;
}
.page_nav ul li a{
	width: 240px;
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background: #FFF;
	border: 2px solid #C4BEB7;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.page_nav ul li a:after{
	content: "";
	display: block;
	width: 21px; height: 21px;
	position: absolute;
	top: 50%; right: 10px;
	margin-top: -10px;
	background: url(../img/common/ico_arrow_r.png);
}

@media screen and (max-width: 767px) {
	.page_nav{
		padding: 20px 0 10px;
	}
	.page_nav ul li{
		display: block;
		margin: 0 0 10px;
	}
	.page_nav ul li a{
		width: 100%;
		box-sizing: border-box;
	}
}




#aside .side_txt1{
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background: #C3E7FB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#aside .arrow_down{
	line-height: 0;
	margin-bottom: 5px;
	text-align: center;
}
#aside .side_box1{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #CCC6BF;
	margin: 0 0 20px;
}
#aside .side_box1 h3{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #CCC6BF;
}
#aside .side_box1 ul{ padding: 20px 20px; }
#aside .side_box1 ul li{ padding: 3px 0; }
#aside .side_box1 ul li a{text-decoration: none; }
#aside .side_box2{
	background: #F5F3F0;
	border-top: 2px solid #5A463F;
	border-bottom: 2px solid #5A463F;
}
#aside .side_box2 h3{
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC6BF;
}
#aside .side_box2 .box_in{ padding: 10px 15px 20px 15px; }
#aside .side_box2 .side_img1{ text-align: center; }
#aside .side_box2 .side_img1 img{ max-width: 130px; }

@media screen and (max-width: 767px){
	#aside .side_box1 ul{ padding: 0 0; }
	#aside .side_box1 ul li{
		float: left;
		width: 50%;
		padding: 5px;
		box-sizing: border-box;
		border-right: 1px solid #C4BEB7;
		border-bottom: 1px solid #C4BEB7;
	}
	#aside .side_box1 ul li:nth-child(2n){ border-right: none; }
	#aside .side_box1 ul li:last-child{ border-bottom: none; }
}
