 @charset "utf-8";
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, dialog, figure, footer, header, main, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, dialog, figure, footer, header, main, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
sup, sub {
	font-size: 60%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
html {
	font-family: "Arial", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro W3", ���C���I, Meiryo, "�l�r �o�S�V�b�N", sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
}
body {
	text-align: left;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style-type: none;
}
.disc li {
	list-style-type: disc;
	list-style-position: inside;
}
.circle li {
	list-style-type: circle;
	list-style-position: inside;
}
.relative {
	position: relative;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
* html ul li {
	display: inline-block;
}
/*リスト部分*/
table td ul.type01, table td ol.type01 {
	margin-left: 1.75em;
}
table td ul.type01 {
	list-style-type: circle;
}
table td ul.type01 li {
	list-style-type: disc;
}
table td ul.type02 {
	list-style: none;
	margin-left: 1.0em;
}
table td ul.type02 li {
	list-style-type: none;
	text-indent: -1.0em;
}
table td ul.type02 li:before {
	content: "※";
}
table td dl.d02em dt {
	clear: left;
	float: left;
	width: 2em;
	padding: 0px 0 0px 1em;
}
table td dl.d02em dd {
	margin-left: 3em;
	margin-bottom: 2px;
	padding: 0px 0;
}
table td dl.d06em dt {
	clear: left;
	float: left;
	width: 6em;
	padding: 2px 0;
}
table td dl.d06em dd {
	margin-left: 7em;
	margin-bottom: 2px;
	padding: 2px 0;
}
 @media screen and (max-width:700px) {
table td dl.d06em dt {
	clear: both;
	float: none;
	width: 100%;
	padding: 0px;
}
table td dl.d06em dd {
	clear: both;
	margin: 0px;
	padding: 0px;
}
}
table td dl.d07em dt {
	clear: left;
	float: left;
	width: 7em;
	padding: 2px 0;
}
table td dl.d07em dd {
	margin-left: 8em;
	margin-bottom: 2px;
	padding: 2px 0;
}
table td dl.d09em dt {
	clear: left;
	float: left;
	width: 9em;
	padding: 2px 0;
}
table td dl.d09em dd {
	margin-left: 10em;
	margin-bottom: 2px;
	padding: 2px 0;
}
table td dl.d10em dt {
	clear: left;
	float: left;
	width: 10em;
	padding: 2px 0;
}
table td dl.d10em dd {
	margin-left: 11em;
	margin-bottom: 2px;
	padding: 2px 0;
}
/*リスト部分*/

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.mt2 {
	margin-top: 0.2rem;
}
.mt5 {
	margin-top: 0.5rem;
}
.mt8 {
	margin-top: 0.8rem;
}
.mt10 {
	margin-top: 1.0rem;
}
.mt15 {
	margin-top: 1.5rem;
}
.mt20 {
	margin-top: 2.0rem;
}
.mt25 {
	margin-top: 2.5rem;
}
.mt30 {
	margin-top: 3.0rem;
}
.mt35 {
	margin-top: 3.5rem;
}
.mt40 {
	margin-top: 4.0rem;
}
.mt50 {
	margin-top: 5.0rem;
}
.mt60 {
	margin-top: 6.0rem;
}
.pt2 {
	padding-top: 0.2rem;
}
.pt5 {
	padding-top: 0.5rem;
}
.pt8 {
	padding-top: 0.8rem;
}
.pt10 {
	padding-top: 1.0rem;
}
.pt13 {
	padding-top: 1.3rem;
}
.pt15 {
	padding-top: 1.5rem;
}
.pt20 {
	padding-top: 2.0rem;
}
.pt25 {
	padding-top: 2.5rem;
}
.pt30 {
	padding-top: 3.0rem;
}
.pt35 {
	padding-top: 3.5rem;
}
.pt40 {
	padding-top: 4.0rem;
}
/* common
-------------------------------------------------------------------------------- */

#base {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: relative;
}
.motion {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.wrap {
	width: 100%;
	max-width: 860px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}
.wrap img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.inner {
	padding: 0 2rem;
}
.container {
	padding-top: 106px;
}
header {
	width: 100%;
	height: auto;
	border: 0px solid;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 99;
}
header .inner {
	background-color: #fff;
}
header.top_header .inner {
	background-color: transparent;
}
header.top_header h1, header.top_header #top_line {
	display: none;
}
header h1 {
	float: left;
	padding: 1rem 0;
	/* text-align: center; */
	font-weight: normal;
}
header p {
	float: right;
	padding: 1rem 0;
}
.hnav {
	padding-top: 0em;
	margin-top: 0em;
}
.motion {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#main, #main2 {
	/* background-color: #000; */
	position: relative;
}
#main img {
	width: 100%;
	height: auto;
}
#main #main_inner {
	position: absolute;
	top: -8%;
}
#main #main_inner p.top_img {
	max-width: 410px;
	height: auto;
}
/*   Media Query 設定 : 860px  */
@media screen and (max-width:860px) {
#main #main_inner {
	top: -20px;
}
#main #main_inner p.top_img {
	max-width: 55%;
	height: auto;
}
}
#main2 #main_inner2 {
	position: absolute;
	top: -20px;
}
p.img img {
	width: 100%;
	height: auto;
}
.lead {
	font-size: 1.5rem;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: solid 1px #666;
}
table th, table td {
	padding: 2rem 0;
	border-top: solid 1px #666;
	text-align: left;
	vertical-align: top;
}
table th {
	width: 20%;/* background-color: #ececec; */
}
table th span {
/* display: block; */
	/* padding: .5rem 1rem; */
	/* text-align: center; */
	/* background-color: #333; */
	/* color: #fff; */
}
table td {
	padding: 2rem;
}
.btn {
	padding: 1.2rem 1.8rem;
	margin-right: 1.5em;
	color: #fff;
	font-weight: bold;
	border-radius: 0.2rem;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.page-top {
	text-align: center;
}
footer {
	margin-top: 3rem;
	padding: 2rem 0;
	background-color: #333;
	text-align: center;
	color: #fff;
}
#toggle {
	display: none;
	width: 2.4rem;
	margin: 0 auto;
	padding: 1.6rem 0.8rem;
	cursor: pointer;
	text-align: left;
	background-color: #ececec;
	box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.8);
}
#toggle span {
	position: relative;
	display: block;
}
#toggle span, #toggle span:before, #toggle span:after {
	background-color: #333;
	width: 100%;
	height: 0.3rem;
}
#toggle span:before, #toggle span:after {
	position: absolute;
	margin-top: -0.8rem;
	content: " ";
}
#toggle span:after {
	margin-top: 0.8rem;
}
#social-icon li {
	float: right;
}
.caution {
	color: #f00;
}
.underline {
	text-decoration: underline;
}
 @media screen and (max-width: 540px) {
header.top_header .inner {
	background-color: #FFF;
}
header.top_header h1, header.top_header #top_line {
	display: inherit;
}
.wrap {
	font-size: 1.2rem;
}
table th {
	width: 25%;
}
.container {
	padding-top: 126px;
}
.inner {
	padding: 0 1rem;
}
header h1 {
	float: none;
	padding: 1rem 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
}
header h1 span {
	display: none;
}
header p {
	display: none;
}
nav li {
	width: 33.33%;
	font-weight: bold;
	font-size: 1.5rem;
}
nav li a {
	display: block;
 padding: .5rem 0;
	border-bottom: solid 2px #666;
}
nav li:nth-child(3) a {
	border-right: 0;
}
/* nav li:nth-child(4) a {
		border-left: solid 1px #fff;
	} */
	
nav li:nth-child(4) a,  nav li:nth-child(5) a,  nav li:nth-child(6) a {
	border-bottom: 0;
}
nav.motion li {
	width: 100%;
	float: none;
}
/* #toggle {
		display: block;
		cursor: pointer;
	} */
	
.lead {
	font-size: 1.3rem;
}
}
/* 2015�N4��10���ǉ��i/metro2015/2015/result.html�j */
hr.metro {
	display: block;
	height: 5px;
	border: 0;
	border-top: 5px solid #f39700;
	margin: 0 2rem 0 2rem;
	padding: 0;
}
/* フォントサイズ */

.FS09 {
	font-size: 9px;
}
.FS10 {
	font-size: 10px;
}
.FS11 {
	font-size: 11px;
}
.FS12 {
	font-size: 12px;
}
.FS13 {
	font-size: 13px;
}
.FS14 {
	font-size: 14px;
}
.FS15 {
	font-size: 15px;
}
.FS16 {
	font-size: 16px;
}
.FS18 {
	font-size: 18px;
}
.FS20 {
	font-size: 20px;
}
.FS22 {
	font-size: 22px;
}
.FS24 {
	font-size: 24px;
}
.FS26 {
	font-size: 26px;
}
.FS28 {
	font-size: 28px;
}
.FS30 {
	font-size: 30px;
}
