@charset "shift_jis";

html{
	font-size:62.5%;
	}

/*=============目次=============
/
/01.ブラウザ初期設定
/02.ラップ
/03.グローバルナビ
/04.メイン
/05.フッター
/06.フロートクリア
/
================================*/



/*----------------------------
01.ブラウザ初期設定
----------------------------*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.2em;
	line-height:1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#bbb;
	background-color:#000;
	}


div,p,table,ul,li {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	}

strong, {
	font-weight: bold;
	color: 4f4f4f;
	}

ul,li, {
	list-style-type:none;
	}

table, th, td{
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	}

img {
	border: 0;
	vertical-align: top;
	line-height:0;
	}



/*----------------------------
02.レイアウト
----------------------------*/
#wrap {
	width:400px;
	margin:0 auto;
	padding:0;
	text-align:center;
	border:solid 0px;
	}

.text-center{
	text-align:center;
	}

.close{
	margin:40px 0 0 0;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	}
.close a {
	color:#bbb;
	border-bottom:solid 1px #888;
	text-decoration:none;
	}
.close a:hover {
	color:#888;
	border-bottom:solid 1px #ddd;
	}