@charset "Shift_JIS";
/* -----------------------------------------------------------
CSS ページのレイアウト
----------------------------------------------------------- */
#container {
	padding: 0;
	min-height: 100px;
	margin: 0 auto;
	text-align: left;
}
.innerBox{
	width: 980px;
	margin: 0 auto;
}

/*-----------------------------------------------
 _header
-----------------------------------------------*/
#header{
	margin: 0;
	background-color: #E1EED0;
	height: 110px;
}
#header .innerBox{
	margin: 0 auto;
	background:url(../img/header_bg_wide.gif);
	background-repeat: repeat-y;
}
#header h1 {
	height: 110px;
	width: 671px;
	display: block;
	margin: 0 auto;
}
#header h1 img{
	display: block;
	width: 671px;
	height: 110px;
	margin: 0px;
}

#header_menu {
	clear: both;
	margin: 0;
	padding: 0;
	height: 40px;
	vertical-align: middle;
	background: linear-gradient(#2F9562, #006633, #00341A);
}

/*-----------------------------------------------
 title
-----------------------------------------------*/
#title {
	margin: 0px;
	text-shadow: 0px 1px #FFF;
}
#title h2{
	margin: 2rem 0 10px;
	padding: 6px 4px 6px 12px;
	line-height: 105%;
	background-image: url(../img/h3_back.gif);
	background-repeat: no-repeat;
	overflow: visible;
	color:#FFFFFF;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 1.2rem;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#contents {
	margin: 0px 0px;
	padding: 0 0 40px;
	font-size: 0.95em;
}
#contents h3{
	color: #000000;
	text-shadow: 0px 1px #FFF;
	margin: 2rem 5px 5px;
	padding: 3px 4px 1px;
	background: linear-gradient(#fff9f3, #ffe8d2);
	border-bottom: 1px solid #FF830A;
/*	border-left: 6px solid #FF830A;*/
	font-size: 1.05rem;
}
#contents h3:first-child,
#contents h2 + h3{
	margin-top: 15px;
}

#contents h4{
	margin: 2rem 20px 5px;
	padding: 1px 6px;
	border-left: 8px solid #006633;
	border-bottom: 1px solid #5EAD3C;
	font-size: 1.01rem;
	color: #000000;
	font-weight: bold;
}
#contents h2 + h4,
#contents h3 + h4{
	margin-top: 15px;
}
#contents h5{
	margin: 1.5rem 30px 10px;
	border-bottom: 1px dotted #5EAD3C;
	font-size: 14px;
	font-weight: bold;
}

#contents p, #contents ul, #contents ol, #contents dl, #contents table{
	margin: 1.5rem 40px 5px;
}
#contents ul{
	margin: 1rem 40px 5px;
}
#contents ul, #contents p{}
#contents p{}


p.errormes{
	text-align: left;
	color: #FF0000;
	font-size: 1.3em;
	margin: 2em 40px 4em;
	font-weight: 600;
}

/*フォームテーブル*/
#contents table.entry{
	width: 880px;
	border: 1px solid #333333;
	border-collapse: collapse;
}
#contents table.entry th, #contents table.entry td{
	padding: 6px;
	margin: 0;
	border: 1px solid #333333;
}
#contents table.entry th{
	width: 9em;
	border-right: 0px none;
	white-space: nowrap;
	background-color: #E8E8FF;
}
#contents table.entry th.check{
	width: 3em;
	border-left: 0px none;
	border-right: 1px solid #333333;
	text-align: right;
}
#contents table.entry th.check span{
	display: inline-block;
	background-color: #FF3300;
/*	background-color: #277F37;*/
	color: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	padding: 1px 2px 0px 4px;
	margin-left: 8px;
	letter-spacing: 2px;
	font-size: 90%;
}
#contents table.entry th.check.change span{
	background-color: #0066FF;
}
#contents table.entry td{
	width: auto;
}
#contents table.entry td input[type=text],
#contents table.entry td select{
	border: 1px solid #003333;
}
#contents table.entry td input[type=text]:focus,
#contents table.entry td select:focus{
	border: 1px solid #009999;
	box-shadow: 0px 0px 2px 0px rgba(0,0,128,128.4);
}
#contents table.entry td input.form_long{
	width: 500px;
	display: block;
	margin-top: 4px;
	margin-bottom: 1px;
}
#contents table.entry td input[type=text]:first-child,
#contents table.entry td input.form_long:first-child{
	margin-top: 0;
}

@media all and (-ms-high-contrast: none){ /* IE10以上 */
	#contents table.entry th,
	#contents table.entry td{
		line-height: 1.2rem;
		padding-bottom: 3px;
	}
	#contents table.entry td input[type=text],
	#contents table.entry td select{
		font-size: 1.00rem;
		padding: 2px 2px 1px;
	}
}

/*ボタン*/
.submit_button{
	margin: 3rem auto 2em;
	text-align: center;
}
.submit_button input, .submit_button a{
	padding: 8px 20px;
	font-size: 1.2em;
	background-color: #0000CC;
	color: #fff;
	border: 1px solid #0000CC;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
}
.submit_button input:hover, .submit_button a:hover{
	text-decoration: none;
	background-color: #0000FF;
	color: #FFFFFF;
	box-shadow:rgba(0, 0, 204, 0.65) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 204, 0.65) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(0, 0, 204, 0.65) 0px 0px 6px 3px inset;
}

/*-----------------------------------------------
 __footer 626px
-----------------------------------------------*/
#container div#footer{
	font-size: 0.8em;
	height: 60px;
	margin: 10px 0px 0;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #006633;
	padding-bottom: 4px;
}
#container div#footer address{
	display: block;
	text-align: center;
	padding-top: 1em;
	margin: 0 auto;
	font-style: normal;
	font-size: 0.9rem;
	margin: 5px auto 10px;
	text-align: center;
}


/*-----------------------------------------------
 __PDF
-----------------------------------------------*/
p.pdfdownload, #contents div.inner p.pdfdownload, p.pdfdownload_2, #contents div.inner p.pdfdownload_2{
	display: block;
	min-height: 32px;
	_height: 32px;
	margin-bottom: 10px;
	margin-left: 15px;
}
p.pdfdownload a{
	display: block;
	margin-bottom: 1em;
	position: relative;
	top: 8px;
}
p.pdfdownload a img{
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	position: relative;
	top: -6px;
}
p.pdfdownload_2 a{
	display: block;
	margin-bottom: 1em;
}

p.pdfdownload_2 a img{
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

a.getadobereader{}

a.getadobereader img{
	display: block;
	width: 112px;
	height: 33px;
}


/*-----------------------------------------------
 __design
-----------------------------------------------*/
.fclear{
	clear: both;
	padding-top: 1em;
}
.tsmall{
	font-size: x-small;
}
.tright{
	text-align: right;
}
.tcenter{
	text-align: center;
}
.tleft{
	text-align: left;
}
.underline{
	text-decoration: underline;
}
.cred{
	color: #FF0000;
}
.cblue{
	color: #0000FF;
}
.text-darkgreen{
	color: #006600;
}

.text-large{
	font-size: 1.05rem;
}
.text-xlarge{
	font-size: 1.25rem;
}
.hide{
	visibility: hidden;
	color: #FFFFFF;
}

/*▼▼時間指定切り替え▼▼*/
#hoge1 {
	display: block;
}
#hoge2 {
	display: none;
}
/*▲▲▲▲*/

@media screen and (max-width:992px){
	.innerBox{width: 100%;}
	#header{ height: auto; background: #FFFFFF;}
	#header .innerBox h1{width: 100%; height: auto;}
	#header .innerBox h1 img{width: 100%; max-width: 671px; height: auto; margin: 0 auto;}
	#contents table.entry{
		width: calc( 100% - 80px);
		margin:  0 40px 1.5em;
	}
	#contents table.entry td input.form_long,
	#contents table.entry td select.qualification{
		width: calc( 100% - 10px);
	}
	#contents table.entry td select.qualification{
		overflow-x: hidden;
/*		width: 480px;*/
	}
}
@media screen and (max-width:639px){
	.innerBox{width: 100%;}
	.innerBox #site-description{ margin-left: 6px;}
	#header .innerBox{background-image: none;}
	#header .innerBox h1{width: 100%; height: auto;}
	#header .innerBox h1 img{width: 100%; height: auto;}
	#header_menu { height: 4px;}
	#title h2{ margin-top: 0px;}
	#contents p, #contents ul, #contents ol, #contents dl, #contents table{
		margin: 2rem 10px 0;
	}
	#contents h3{
		margin: 2rem 0px 0;
	}
	#contents h4{
		margin: 2rem 2px 0px;
	}
	h5{
		margin: 1rem 10px 0px;
	}
	#contents table.entry{
		border: 0px none;
		width: calc( 100% - 20px);
		margin: 1.5rem 10px 0;
	}

	#contents table.entry th, #contents table.entry td{
		padding: 6px;
		margin: 0;
		border: 1px solid #333333;
	}
	#contents table.entry th{
		display: block;
		color: #006600;
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #333333;
		width: 100%;
		padding: 6px 0 2px;
		background-color: transparent;
		font-weight: bold;
	}
	#contents table.entry th.check{
		display: block;
		border: 0px none;
		width: 100%;
		position: relative;
		top: -32px;
		z-index: -1;
	}
	#contents table.entry td{
		width: auto;
		display: block;
		border: 0px none;
		margin-top: -32px;
		padding: 8px 0;
	}
	#contents table.entry td input,
	#contents table.entry td select{
		margin-bottom: 3px;
	}
	#contents table.entry td select{
		width: 100%;
	}
	#contents table.entry td select.form_year{
		width: 5em;
	}
	#contents table.entry td select.form_month,
	#contents table.entry td select.form_day{
		width: 3em;
	}
	#contents table.entry td input[type=text].form_long{
		width: 100%;
	}

}
@media screen and (max-width:360px){
	#header_top{display: none;}
	h2{ padding: 8px 6px; line-height: 130%;}
	h3{	margin-bottom: 18px;}
	h4{	margin: 0 0px 14px; padding: 2px 4px;}
	h5{	margin: 0 5px 10px;}
	#contents p{ margin: 0 5px 1.5em;}
	#contents table.entry{ width: calc( 100% - 10px);margin: 0 5px 1.5em;}
}
