@charset "EUC-JP";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
head~/＊ ＊/body .hogehoge{}
（＊は小文字に直してから使用してください。）


***********************************/

@import "../../css/base.css";

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
}
.arrow::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}


#header{
	height: 400px;
	background-image: url('../img/bg_header.png') !important;
	background-repeat: no-repeat;
	background-position: center 34px;
}

#contents h2{
	margin: 0 0 -15px;
}

#contents h3{
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 6px solid #339900;
	border-bottom: 1px solid #339900;
	padding: 5px 10px;
}
#contents h4{
	font-size: 120%;
	font-weight: bold;
	border-top: 1px dashed #999;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
}
#contents h4::before{
	content: "▼";
}

#contents h5{
	font-weight: bold;
}

#contents .btn_list{
	display: flex;
	margin: 2em 0 -1px;
}
#contents .btn_list li{
	margin-right: .5em;
} 

#contents .btn_list li a{
	color: #002D00;
	background: #DEF1DE;
	display: block;
	text-align: center;
	border: 1px solid #999;
	padding: 1em;
}
#contents .btn_list li a.on,
#contents .btn_list li a:hover{
	background: #002D00;
	color: #fff;
	text-decoration: none;
}


#contents .hdn{
	border: 1px solid #999;
	padding: 25px;
}

#contents .red,
#contents .change p.att{
	color: #f00;
}

#contents .change .about{
	background: #F9F9EE;
	padding: 1em;
	margin: 1em 0;
}
#contents .change .about dt{
	font-weight: bold;
}
#contents .change .about dd{
	margin-left: 1em;
}
#contents .change .about dd::before{
	content: "・";
}

#contents .change .schedule{
	width: 100%;
	border-collapse: collapse;
	border: 1px #999 solid;
}
#contents .change .schedule th,
#contents .change .schedule td{
	border: 1px #999 solid;
	padding: 10px;
}
#contents .change .schedule caption{
	font-weight: bold;
	text-align: left;
	font-size: 120%;
}
#contents .change .schedule thead th{
	background: #E7F0B9;
}

#contents .change .schedule tbody > tr th{
	background: #EEEEEE;
	width: 15%;
}
#contents .change .schedule tbody th.first{
	background: #F5F5E9;
	width: 17%;
}
#contents .dl_list dt{
	font-weight: bold;
	font-size: 105%;
	margin-top: 1em;
}
#contents .dl_list dt::before{
	content: "・";
}

#contents .etc{
	margin-bottom: 5em;
}

#contents .etc dt{
	font-weight: bold;
	font-size: 105%;
	margin-top: .5em;
}
#contents .etc dt::before{
	content: "・";
}



#contents .download .item > dt{
	font-weight: bold;
	font-size: 110%;
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding-top: 10px;
}
#contents .download .item > dt:first-child{
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

#contents .download .item > dt::before{
	content: "■";
	color: #339900;
}
#contents .download .item > dd{
	margin-left: 1em;
}
#contents .download .item > dd ul{
	margin-bottom: 1em;
}

#contents .download .item .attention{
	background: #F9F9EE;
	padding: 2em;
	margin: 1em 0;
}
#contents .download .item .attention .att{
	margin: 0 0 1em;
}
#contents .download .item .attention .att dt{
	font-weight: bold;
}
#contents .download .item .attention .att dd{
	text-indent: -1em;
	margin-left: 1em;
}
#contents .download .item .dantai{
	margin: 1.5em 0;
}
#contents .download .item .dantai dd{
	margin-left: 1em;
}


#contents .bnr ol > li{
	list-style-type: decimal;
	margin-left: 1.5em;
}

#contents .bnr .bnr_list{
	display: flex;
	margin: 2em 0;
	font-weight: bold;
}
#contents .bnr .bnr_list li{
	font-weight: bold;
	margin-right: 1em;
}



/*
#contents ul li{
	margin: 0 0 7px 20px;
	padding-left: 10px;
	background-image: url('../img/icon_arrow.png') !important;
	background-repeat: no-repeat;
	background-position: left 6px;
}

#contents ul li ul{
	margin-top: 5px;
}

#contents ul li.line2{
	float: left;
	margin-right: 30px;
}
*/



/* ブラウザ互換
***************************************************/

