@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secIndex */
.secIndex{
	width: 1000px;
	margin: 0 auto;
}
.secIndex .txtNumber{
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 26px;
	letter-spacing: 0.6px;
}
.secIndex .txtNumber span{
	font-size: 28px;
	font-weight: bold;
	color: #F60;
	vertical-align: -5px;
	margin: 0 4px 0 9px;
}
.secIndex .boxList{
	padding-bottom: 63px;
}
.secIndex .boxList li{
	position: relative;
	margin-bottom: 38px;
}
.secIndex .boxList li .tit{
	height: 70px;
	line-height: 70px;
	background: repeating-linear-gradient(-45deg, #73C16A, #73C16A 24.8px, #3E8136 24.8px, #3E8136 49.6px);
	background-color: #3E8136;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding-left: 29px;
	letter-spacing: 1.75px;
}
.secIndex .boxList li .btn{
	width: 30px;
	height: 30px;
	background: url(../img/conditions/bgConditions01.png) center top no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.secIndex .boxList li.opened .btn{
	background: url(../img/conditions/bgConditions02.png) center top no-repeat;
}
.secIndex .boxList li .wrapper{
	background: #F9FBFB;
	border-bottom: 3px solid #EFF1F1;
	margin-bottom: 19px;
	padding: 0 30px;
}
.secIndex .boxList li .boxTable{
	font-size: 13px;
	color: #000;
	line-height: 2.1;
	padding: 24px 0;
	letter-spacing: 0.5px;
	border-bottom: 1px dotted #CCD0D0;
}
.secIndex .boxList li .boxTable th{
	width: 211px;
}
.secIndex .boxList li .boxTable td{
	width: 729px;
}
.secIndex .boxList li .btnSearch a{
	display: block;
	width: 300px;
	height: 80px;
	margin: 40px auto 0;
	border: 1px solid #E82F00;
	border-radius: 10px;
	font-size: 20px;
	color: #FFF;
	line-height: 71px;
	text-align: center;
	box-shadow: 0 -7px #D95700 inset;
	background: #F60;
	font-weight: bold;
	letter-spacing: 1px;
}
.secIndex .boxList li .btnClear a{
	display: block;
	width: 130px;
	height: 46px;
	margin: 20px auto 40px;
	border: 1px solid #938D7D;
	border-radius: 5px;
	font-size: 13px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	box-shadow: 0 -4px #A09C93 inset;
	background: #BCB7AD;
	font-weight: bold;
	letter-spacing: 0px;
}
.secIndex .boxList li .txtDay{
	margin-top: 19px;
	font-size: 13px;
	color: #666;
	text-align: right;
	letter-spacing: 1.25px;
}
.secIndex .wrapBaseTemplate{
	display:none;
}
