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

/*-----------------------------------------------
 _header_top
-----------------------------------------------*/
div#header_top{
	border-top:none;
	background-color:#eeeeee;
	min-height: 13px;
	padding: 0;
}
.innerBox #site-description{
	color: #003399;
	font-size: 8pt;
	text-align: right;
	padding: 2px 0;
	margin: 0px;
	line-height: 100%;
}

/*-----------------------------------------------
 _header
-----------------------------------------------*/
#header{
	margin: 0;
	border-bottom: 0px none;
}
#header .innerBox{
	background-image: url(../img/header_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
h1{
	margin: 0px 0px;
	font-size: 85%;
	line-height: 110%;
}
h1 img{
	display: block;
	margin: 0 2px;
	width: 285px;
	height: 50px;
}

div#header_bottom{
	background-image: -webkit-linear-gradient(#2e8ebe, #01649c);
	background-image: -o-linear-gradient(#2e8ebe, #01649c);
	background-image: linear-gradient(#2e8ebe, #01649c);
	border-bottom: 1px solid #0d4166;
}


/*-----------------------------------------------
 title
-----------------------------------------------*/
#title {
	background-color: #F5F5F5;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2) inset;
	margin: 0px;
	border-bottom: 1px solid #E5E5E5;
	z-index: 0;
	text-shadow: 0px 1px #FFF;
	font-size: 22px;
}
h2{
	margin-top: 0px;
	line-height: 105%;
	font-weight: lighter;
	padding: 30px 10px;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#contents {
	margin: 0px 0px;
	padding: 0;
/*	font-size: 0.9em;*/
}
#contents p, #contents ul, #contents ol, #contents dl, #contents table{
	margin: 0 20px 2em;
}
#contents ul{
	margin: 0 20px 1em;
}
#contents ul, #contents p{}
#contents p + p{margin-top: -1.5em;}

#contents > .innerBox > form > select,
#contents > .innerBox > form > input{
	margin: 0 20px 2em;
}
#contents input{
	margin: 0 2px 4px;
}
#contents p label{
	margin: 0;
}
#contents p label + label, #contents p strong + label{
	margin: 0 0em 0px 1em;
}
#contents p label input{
	margin: 4px 4px -2px 0px;
}

#contents select{
	font-size: 0.95rem;
	padding-bottom: 2px;
	height: calc(1em + 10px);
}


h3{
	color: #333333;
	border-color: #277F37;
	border-top-color: #277F37;
	border-right-color-value: rgb(39, 127, 55);
	border-bottom-color: #277F37;
	border-left-color-value: rgb(39, 127, 55);
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	text-shadow: 0px 1px #FFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
	position: relative;
	clear: both;
	font-size: 18px;
	margin: 20px 0px 35px;
	padding: 10px 10px 7px;
	background-color: #F4F4F4;
	border-left: 5px solid #3399CC;
}
h4{
	margin: 0 10px 18px;
	border-bottom: 1px solid #3399CC;
	font-size: 16px;
	font-weight: bold;
}
h5{
	margin: 0 20px 18px;
	border-bottom: 1px dotted #3399CC;
	font-size: 14px;
	font-weight: bold;
}

/*フォームテーブル*/
#contents table.entry{
	width: calc( 100% - 40px);
	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: calc(4em + 12px);
	border-right: 0px none;
	white-space: nowrap;
	background-color: #F4F4F4;
	vertical-align: top;
}
#contents table.entry th:first-child{
	width: calc(8em + 12px);
}
#contents table.entry th.check{
	width: 3em;
	border-left: 0px none;
	border-right: 1px solid #333333;
	text-align: right;
}
#contents table.entry th span{
	display: inline-block;
	background-color: #FF6600;
	background-color: #3399CC;
	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 td{
	width: auto;
}
#contents table.entry td select{
	width: calc( 4em + 8px );
}

#contents table.entry td select.form_xs,
#contents table.entry td input[type=text].form_xs,
#contents input[type=text].form_xs{
	width: calc( 4em + 8px);
}
#contents table.entry td select.form_sm,
#contents table.entry td input[type=text].form_sm{
	width: calc( 8em + 8px);
}
#contents table.entry td select.form_md,
#contents table.entry td input[type=text].form_md{
	width: calc( 16em + 8px);
}
#contents table.entry td select.form_lg,
#contents table.entry td input[type=text].form_lg{
	width: calc( 70% - 20px);
}
#contents table.entry td select.form_xl,
#contents table.entry td input[type=text].form_xl{
	width: calc( 100% - 20px);
}

/*ボタン*/
.submit_button{
	margin: 40px auto 40px;
	text-align: center;
}
.submit_button input, .submit_button a, .submit_button a:link, .submit_button button{ 
	display: inline-block;
	width: auto;
	padding: 8px 20px;
	font-size: 1.2em;
	background-color: #3399CC;
	color: #fff;
	border: 1px solid #3399CC;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}
.submit_button input:hover, .submit_button a:hover, .submit_button button:hover{
	text-decoration: none;
	background-color: #fff;
	color: #3399CC;
	box-shadow:rgba(204, 204, 204, 0.65) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(204, 204, 204, 0.65) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(204, 204, 204, 0.65) 0px 0px 6px 3px inset;
}

/*-----------------------------------------------
 __footer 626px
-----------------------------------------------*/
#container div#footer{
	border-top: 1px solid #C2C2C2;
	background-color: #ffffff;
	font-size: 0.8em;
	margin: 20px 0px 0;
	text-align: center;
	vertical-align: middle;
}
#container div#footer address{
	border-top: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	padding-top: 20px;
	margin: 0 auto;
	background-image: -webkit-linear-gradient(#e2e2e2, #ebebeb);
	background-image: -o-linear-gradient(#ebebeb, #e2e2e2);
	background-image: linear-gradient(#ebebeb, #e2e2e2);
}

/*-----------------------------------------------
 __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;
}

@media screen and (max-width:992px){
	.innerBox{width: 100%;}
}

@media screen and (max-width:639px){
	.innerBox{width: 100%;}
	.innerBox #site-description{ margin-left: 6px;}
	#header .innerBox{width: 100%; background-image: none;}
	#contents p, #contents ul, #contents ol, #contents dl, #contents table{
		margin: 0 20px 2em;
	}
	h2{
		padding: 20px 10px;
	}
	h4{
		margin: 0 10px 18px;
	}
	h5{
		margin: 0 15px 18px;
	}
	#contents table.entry{
		border: 0px none;
		width: calc( 100% - 40px);
	}

	#contents table.entry th, #contents table.entry td{
		padding: 6px;
		margin: 0;
		border: 1px solid #333333;
	}
	#contents table.entry th{
		display: block;
		color: #3399CC;
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #333399;
		width: 100%;
		padding: 6px 0 2px;
		background-color: transparent;
		font-weight: bold;
	}
	#contents table.entry th:first-child{
		width: 100%;
	}
	#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;}
	h1 img{width: 100%; max-width: 285px; height: auto;}
	h2{ padding: 8px 6px; line-height: 130%;}
}
