@charset "utf-8";
/* --------------------------------------------------
	global.css
-------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
/* #container
----------------------------------------*/
#container {
	line-height: 1.5;
	text-align: left;
}
/* #header
----------------------------------------*/
#header .inner {
	height: 60px;
	padding-top:12px;
	text-align: left;
	background: #09c;
	background: -moz-linear-gradient(#004098, #09c);
	background: -webkit-gradient(linear, left top, left bottom, from(#004098), to(#09c));
	background: -webkit-linear-gradient(#004098, #09c);
	background: linear-gradient(#004098, #09c);
	border-bottom: 1px solid #FFF;
}
#header h1.title {
	text-align:center;
	width:100%;
}
/*#header .subNav {
	display: table;
	width: 100%;
	margin-bottom: 1px;
	padding: 5px;
	background: #fff;
	background: -moz-linear-gradient(#e0e8f2, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e8f2), to(#fff));
	background: -webkit-linear-gradient(#e0e8f2, #fff);
	background: linear-gradient(#e0e8f2, #fff);
}
#header .subNav li {
	display: table-cell;
}
#header .subNav li:first-child {
	color: #003F98;
	font-size: 13px;
}
#header .subNav li:last-child {
	width: 76px;
	height: 31px;
}
#header .subNav li:last-child a {
	display: block;
	width: 76px;
	height: 31px;
	line-height: 31px;
	padding: 0 5px;
	background: #d93600;
	background: -moz-linear-gradient(#ff9326, #d93600);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9326), to(#d93600));
	background: -webkit-linear-gradient(#ff9326, #d93600);
	background: linear-gradient(#ff9326, #d93600);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.4);
	box-shadow: 1px 2px 2px rgba(0,0,0,.4);
	color: #FFF;
	text-decoration: none;
}
#header .subNav li:last-child a span {
	display: block;
	padding-left: 6px;
	background-image: url(/s/res/img/icon/icon_arrow02.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 5px 8px;
	text-align: center;
	font-size: 12px;
}
#header nav .toggle {
	background: #00469b;
	background: -moz-linear-gradient(#008ac3, #00469b);
	background: -webkit-gradient(linear, left top, left bottom, from(#008ac3), to(#00469b));
	background: -webkit-linear-gradient(#008ac3, #00469b);
	background: linear-gradient(#008ac3, #00469b);
}*/

#header .subNav {
	margin-bottom: 1px;
	border-bottom: 1px solid #a6a6a6;
}
#header .subNav li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .subNav li:first-child {
	border-right: 1px solid #a6a6a6;
}
#header .subNav li:last-child {
	border-left: 1px solid #ffffff;
}
#header .subNav li a {
	display: block;
	line-height: 40px;
	padding: 0 8px;
	background: -moz-linear-gradient(#fff, #e4e4e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
	background: -webkit-linear-gradient(#fff, #e4e4e4);
	background: linear-gradient(#fff, #e4e4e4);
	text-shadow: 0px 0px 4px rgba(255,255,255,0.75);
	text-decoration: none;
}
#header .subNav li:first-child a {
	color: #003F98;
}
#header .subNav li:last-child a {
	color: #FF9400;
}
#header .subNav li a span {
	display: block;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 11px 11px;
	text-align: center;
}
#header .subNav li:first-child a span {
	background-image: url(/s/res/img/icon/icon_arrow08.png);
}
#header .subNav li:last-child a span {
	background-image: url(/s/res/img/icon/icon_arrow09.png);
}

#header nav .toggle a {
	display: block;
	line-height: 40px;
	background-image: url(/s/res/img/icon/icon_menu01.png);
	background-repeat: no-repeat;
	background-position: 27px center;
	background-size: 18px 14px;
	border: 1px outset #3DA5D1;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#header nav ul li a {
	display: block;
	padding: 0 30px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
#header nav > ul li {
	line-height: 50px;
	background: #ebe8e0;
}
#header nav > ul li a {
	background-image: url(/s/res/img/icon/icon_arrow05.png), -moz-linear-gradient(#f4f2ee, #ebe8e0);
	background-image: url(/s/res/img/icon/icon_arrow05.png), -webkit-gradient(linear, left top, left bottom, from(#f4f2ee), to(#ebe8e0));
	background-image: url(/s/res/img/icon/icon_arrow05.png), -webkit-linear-gradient(#f4f2ee, #ebe8e0);
	background-image: url(/s/res/img/icon/icon_arrow05.png), linear-gradient(#f4f2ee, #ebe8e0);
	background-repeat: no-repeat, repeat;
	background-position: 7px 18px, 0;
	-moz-background-size: 14px 14px, auto;
	-webkit-background-size: 14px 14px, auto;
	background-size: 14px 14px, auto;
}
#header nav ul ul li > a {
	padding-left: 53px;
	background-color: #f4f2ee;
	background-image: url(/s/res/img/icon/icon_arrow05.png);
	background-repeat: no-repeat;
	background-position: 30px 17px;
	-moz-background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	border-bottom: 1px solid #EBE8E0;
}
/* h2.ttl
----------------------------------------*/
h2.ttl {
	margin-bottom: 24px;
	padding: 30px 5px 0;
	background: -moz-linear-gradient(#E1E9F3, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#E1E9F3), to(#FFF));
	background: -webkit-linear-gradient(#E1E9F3, #FFF);
	background: linear-gradient(#E1E9F3, #FFF);
	color: #004098;
	font-size: 21px;
	text-shadow: 0 0 6px #FFF;
	text-align: left;
	font-weight: normal;
}
/* .contents
----------------------------------------*/
.contents {
	line-height: 1.5;
	text-align: left;
	font-family: "メイリオ", Meiryo, sans-serif;
}
/* .section
----------------------------------------*/
.section a,
.section a:link,
.section a:visited,
.section a:hover,
.section a:active {
	outline: 0;
	text-decoration: underline;
	color: #0066CC;
}
.section a,
.section a:link,
.section a:visited {
	display: inline;
}
.section p {
	font-size: 12px;
}
.section dd,
.section dt,
.section li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.section .f10 {
	font-size: 10px;
}
.section .f12 {
	font-size: 12px;
}
.section h2, .section h3, .section h4, .section h5 {
	font-weight: normal;
}
.section a.link {
	display: inline-block;
	padding-left: 12px;
	background-image: url(/s/res/img/icon/icon_arrow03.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	-moz-background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
	font-size: 12px;
}
.section p + p {
	margin: 0.5em 0 0;
}
.section .notice {
	display:inline-block;
	margin-left: 1em;
	text-indent: -1em;
	color: #FF0000;
	font-size: 10px;
}
.section .comment {
	display:inline-block;
	margin-left: 1em;
	text-indent: -1em;
	color: #666666;
	font-size: 10px;
}
.section + .section {
	margin-top: 28px;
}
/* .head
----------------------------------------*/
.section .head {
	position: relative;
	margin: 0 0 16px;
	padding: 0 5px 5px;
	border-bottom: 3px solid #003F98;
}
.section .head h3 {
	color: #003F98;
	text-shadow: 0 0 6px #FFF;
	font-size: 18px;
	line-height: 1.3;
}
/* #footer
----------------------------------------*/
#footer {
	margin-top: 40px;
	padding-left: 0;
	text-align: left;
}
#footer .img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#footer ul.links li {
	border-bottom: 1px solid #004098;
}
#footer ul.links li a {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	background-color: #EEEEEE;
	text-decoration: none;
	color: #333;
}
#footer ul.links li:first-child {
	padding-left: 0;
}
#footer ul.links li:last-child {
	padding-right: 0;
	border-right: none;
}
#footer .copyright {
	padding: 10px 10px 15px 7px;
}
#footer .copyright p {
	font-size: 8px;
	color: #666666;
}
#footer .copyright p + p {
	margin-top: 0.5em;
}
