@charset "UTF-8";

html {
	font-size: 62.5%; 
}

body{
	background:#000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
}

a:hover{
}

/* micro clearfix ------ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* ------ micro clearfix */

/* media query ----------------------
@media screen and (max-width: 960px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}
 --------------------------------- */

/* 全体
--------------------------------------------------*/

.inner{
	margin-right:auto;
	margin-left:auto;
	max-width:960px;
}


/* ヘッダー
--------------------------------------------------*/

header{
	height:40px;
}

header h1{
	width:198px;
	float:left;
	margin-top:10px;
	margin-left:3px;
	height:23px;
}

header h1 img{
	width:198px;
	height:23px;
}

header p.metro{
	width:55px;
	float:right;
	margin-top:6px;
	margin-right:3px;
	height:28px;
}

header p.metro a{
	display:block;
	width:55px;
	height:28px;
	background:url(../images/metrologo.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

header p.metro img{
	width:55px;
	height:28px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
	
header p.metro a{
	background:url(../images/metrologo.svg) no-repeat;
}

}


/* ナビゲーション
--------------------------------------------------*/

nav{
	/*height:40px;*/
	background:#333;
}

nav ul{
	border-left:solid 1px #5c5c5c;
	/*height:40px;*/
}

/* micro clearfix ------ */
nav ul:before,
nav ul:after {
    content: " ";
    display: table;
}

nav ul:after {
    clear: both;
}

nav ul {
    *zoom: 1;
}
/* ------ micro clearfix */

nav ul li a{
	display:block;
	text-decoration:none;
	border-right:solid 1px #5c5c5c;
	padding:13px 15px;
	font-size:1.4rem;
	color:#fff;
	float:left;
}

nav ul li a:hover{
	background:#1c1c1c;
}

nav ul li.comingsoon{
	display:block;
	text-decoration:none;
	border-right:solid 1px #5c5c5c;
	padding:13px 15px;
	font-size:1.4rem;
	color:#999;
	float:left;
}

#toggle{
	display:none;
}

@media screen and (max-width: 960px) {

nav ul{
	border-left:none;
}

}


@media screen and (max-width: 480px) {
	
#toggle{
	display:block;
	height:40px;
}

#toggle a{
	display:block;
	font-size:1.4rem;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:13px 0;
	background:url(../images/spmenu.png) 15px center no-repeat;
	background-size:auto 20px;
}

nav{
	height:auto;
}

nav ul{
	border:none;
	height:auto;
	display:none;
}

nav ul li a{
	float:none;
	text-align:center;
	border-right:none;
	border-bottom:solid 1px #5c5c5c;
	padding:8px 0;
	background:#515151;
}

nav ul li.comingsoon{
	float:none;
	text-align:center;
	border-right:none;
	border-bottom:solid 1px #5c5c5c;
	padding:8px 0;
	background:#515151;
}

}



/* ページタイトル
--------------------------------------------------*/

#pagetitle{
	background:url(../images/bg01.jpg) center top no-repeat;
}

#pagetitle h2{
	color:#fff;
	font-size:1.8rem;
	padding:26px 5px;
	font-weight:normal;
}

/* メインエリア
--------------------------------------------------*/

#main{
	background:#fff;
}

#main .inner{
	padding:30px 0;
}

@media screen and (max-width: 960px) {
	
#main .inner{
	padding:30px 10px;
}
	
}

@media screen and (max-width: 480px) {
	
#main .inner{
	padding:10px 10px;
}
	
}


/* フッター
--------------------------------------------------*/

#foot-menu{
	background:#333;
}

#foot-menu ul{
	list-style:none;
	text-align:center;
	padding:9px;
}

#foot-menu ul li{
	display:inline;
	padding:0 1.2rem;
}

#foot-menu ul li a{
	color:#fff;
	font-size:1.2rem;
	text-decoration:none;
	line-height:1.5;
	white-space: nowrap;
}

#foot-menu ul li a:hover{
	text-decoration:underline;
}

footer{
	padding:10px;
}

footer p.copyright{
	font-size:1.2rem;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	line-height:1.2;
}

footer p.metro{
	width:55px;
	height:28px;
	margin:0 auto;
}

footer p.metro a{
	display:block;
	width:55px;
	height:28px;
	background:url(../images/metrologo.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:0 auto;
}

footer p.metro img{
	width:55px;
	height:28px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
	
footer p.metro a{
	background:url(../images/metrologo.svg) no-repeat;
}

}










