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

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

/* ---------------------------------------
	section
--------------------------------------- */
.btn_check{
	display: block;
	background: #ddd;
	margin-bottom: 20px;
}
.btn_check.notlogin{
	background:#000;
}
.checked{
	background: #ddd;
}
.done{
	background: #f0f;
}

.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; }
}


#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;
}

.title{
	font-size: 1.5em;
	color: #3EA8F4;
	font-weight: bold;
	position: relative;
}
.title>span{
	padding: 0 10px 0 0;
	display: inline-block;
	font-weight: inherit;
	position: relative;
	background: #FFF;
	z-index: 10;
}
.title:after{
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px dashed;
	position: absolute;
	top: 50%; left: 0;
}



#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: 50px 0;
	margin-bottom: 50px;
}
#sec_1 .cnt_left{
	float: left;
	width: 325px;
}
#sec_1 .cnt_right{
	float: right;
	width: 600px;
}
#sec_1 .cnt_right p{
	font-weight: bold;
	font-size: 1.15em;
}
.title_box{
	font-size: 2em;
	line-height: 1.4;
	margin-bottom: 30px;
}
.title_box .month_txt{
	color: #3EA8F4;
	float: left;
	font-weight: bold;
	width: 90px;
	text-align: center;
}
.title_box .tit{
	font-weight: bold;
	border-left: 1px solid #58463D;
	margin-left: 90px;
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.title_box{
		font-size: 1.6em;
		margin-bottom: 20px;
	}
	.title_box .month_txt{
		float: none;
		width: 90px;
		margin: 0 auto 10px;
		border-left: 1px solid #58463D;
		border-right: 1px solid #58463D;
	}
	.title_box .tit{
		border-left: none;
		margin-left: 0;
		padding-left: 0;
		text-align: center;
	}
	#sec_1 .cnt_left{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#sec_1 .cnt_right{
		float: none;
		width: 100%;
	}
}




#sec_2{
	padding: 20px 30px;
}
#sec_2 .inbox{ margin-bottom: 20px; }
#sec_2 .cnt_left{
	float: left;
	width: 300px;
}
#sec_2 .cnt_right{
	float: right;
	width: 330px;
}
#sec_2 .cnt_right p{
	font-weight: bold;
	font-size: 1.15em;
}
#sec_2 .ol_list{
	padding-left: 1em;
}
#sec_2 .ol_list li{
	font-size: 1.15em;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	border-top: 1px solid #E0E0E0;
	padding: 10px 0;
}
#sec_2 .ol_list li p{
	font-weight: bold;
	display: inline;
}
#sec_2 .ol_list li:first-child{
	border-top: none;
}
@media screen and (max-width: 767px) {
	#sec_2 .cnt_left{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#sec_2 .cnt_right{
		float: none;
		width: 100%;
	}
}





#sec_3 .ul_link{ padding: 20px 30px 10px; }
#sec_3 .ul_link li{ padding: 4px 0; font-weight: bold; }
#sec_3 .ul_link li a{ text-decoration: none; }
@media screen and (max-width: 767px) {
	#sec_3 .ul_link{ padding: 0; }
	#sec_3 .ul_link li{ padding: 6px 20px; border-top: 1px solid #C4BEB7; }
}



#sec_4 .inbox{ padding: 20px 30px; }
#sec_4 .inbox .cnt_left{ width: 200px; text-align: center; }
#sec_4 .inbox .cnt_right{ width: 420px; }
#sec_4 .inbox .cnt_right .p_name{ font-size: 1.15em; font-weight: bold; margin-bottom: 5px; }
#sec_4 .inbox .cnt_right .p_cap{ margin-bottom: 15px; }
@media screen and (max-width: 767px) {
	#sec_4 .inbox{ padding: 20px 30px 10px; }
	#sec_4 .inbox .cnt_left{ width: 100%; float: none; margin-bottom: 10px; }
	#sec_4 .inbox .cnt_right{ width: 100%; float: none; }
}


.page_nav{ background: #E8E5DF; padding: 40px 0; }
.page_nav ul{ text-align: center; }
.page_nav ul li{ display: inline-block; margin: 0 10px; }
.page_nav ul li a{
	color: #59473E;
	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%; left: 10px;
	margin-top: -10px;
	background: url(../img/common/ico_arrow_l.png);
}
.page_nav ul li.next a:after{
	right: 10px; left: auto;
	background: url(../img/common/ico_arrow_r.png);
}
.page_nav ul li.btn_backtop a{
	/*color: #FFF;*/
	width: 210px;
	/*background: #5A463F;*/
}
.page_nav ul li.btn_backtop a:after{
	background: none;
}
@media screen and (max-width: 767px) {
	.page_nav{ width: 106%; margin-left: -3%; padding: 20px 0 10px; margin-bottom: 30px; }
	.page_nav ul li{ display: block; margin: 0 0 10px; }
	.page_nav ul li a{ width: 100%; box-sizing: border-box; }
	.page_nav ul li.btn_backtop a{ width: 100%; }
}



#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;
	text-indent: -1em;
	padding-left: 1em;
}
#aside .side_box1 ul li a{ text-decoration: none; }
#aside .side_box1 ul li.current{ font-weight: bold; }
#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{
		padding: 0;
		text-indent: 0;
		box-sizing: border-box;
		border-right: none;
		border-bottom: 1px solid #C4BEB7;
	}
	#aside .side_box1 ul li a{
		display: block;
		padding: 5px 10px;
	}
	#aside .side_box1 ul li:last-child{ border-bottom: none; }
}
