*{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:"CI","Hiragino Kaku Gothic Pro","qMmpS Pro W3","lr oSVbN",sans-serif;
	color:#121212;
}
*{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
img{
	border:0px;
	display:block;
	margin:0 auto;
}
ul, li{
	list-style:none;
}
.clear{
	clear:both;
}
body,html{height:100%}

body{
}
#allWrap{
	position: relative;
	width:100%;
	min-height:100%;
}

h1 Marquee{
	font-size:12px;
	color:#000;
	line-height:1.0;
	letter-spacing:4px;
	padding-top:2px;
	padding-right:10px;
	text-align:right;
}

.IMAGE{
	position:relative;
	max-width:100%;
	height:auto;
}
#headerWrap{
	max-width:100%;
	height:auto;
	background-position:50% 0%;
	text-align:center;
	background:#920d14;
	height:50px;
}
.logo{
	text-align:left;
	font-size:24px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	padding-top:6px;
	padding-left:6px;
}

#cover{
	position:relative;
	max-width:480px;
	margin:0 auto;
	
}
.header{
	width:100%;
}


#wrap{
	max-width:480px;
	margin:0px auto 0px auto;
}
#contents{
	margin:10px 5px;
}

h2.title{
	color:#000;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:10px;
	margin-bottom:4px;
	background:-moz-linear-gradient(top, #e7cb9b, #d1bf91); 
	background:-webkit-gradient(linear, left top, left bottom, from(#e7cb9b), to(#d1bf91));
}

.none{
	display: none;
}
.tcenter{
	text-align: center;
}
.oswald_s{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:24px;
	text-decoration:none;
}
.oswald{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.oswald_l{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

/* menu
--------------------------------------------*/
.op_menu{
	width: 24px;
	height: 16px;
	position: absolute;
	top: 23px;
	right: 20px;
	margin-left: -12px;
	cursor: pointer;
	z-index: 15;
}
#menu{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.95);
	top: 0;
	left: 0;
	z-index: 10000;
	padding-bottom:50px;
}

#menu .cl_menu{
	width: 28px;
	height: 28px;
	margin: 0 auto;
	margin-top: 23px;
	position: relative;
	cursor: pointer;
}
#menu ul{
	margin-top: 50px;
	text-align: center;
}
#menu ul li{
	line-height: 1;
	margin-bottom: 38px;
	position: relative;
	color: #dcd6d6;
}
#menu ul li a{
	color: #1e1c1c;
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight:normal;
	text-decoration:none;
}
#menu ul li a span{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	vertical-align:middle;
	display:inline-block;
	margin-left:10px;
	margin-bottom:5px;
}

#menu ul li{
	position: relative;
}
#menu ul li img{
	width: 94px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -47px;
	z-index: 100;
}

/*********************** point **************************/

dl.explanationComment dt{
	text-align:center;
	font-size:16px;
	color:#e70e00;
	border-bottom:1px dotted #000;
	margin-bottom:5px;
	margin-top:20px;
	letter-spacing:-1px;
}

ul#point5 li dl{
	border:1px solid #ccc;
	margin-bottom:5px;
	padding:5px;
}
ul#point5 li dl dd p{
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
/*********************** flow **************************/

#flowWrap{
}
#flowComment p.fl_step{
	text-align:center;
	background-color:#121212;
	color:#fff;
	font-size:18px;
	padding:3px 0px;

}
#flowComment p span{
	font-size:14px;
	line-height:14px;
	vertical-align:middle;
}
#flowComment p.yajirushi{
	text-align:center;
	font-size:26px;
}

#flowComment dl{
	border:1px solid #ccc;
	padding:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.0, #e9e8e7), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff, #e9e8e7);
	background: -moz-linear-gradient(top, #fff, #e9e8e7);
	background: -o-linear-gradient(top, #fff, #e9e8e7);
	background: -ms-linear-gradient(top, #fff, #e9e8e7);
	background: linear-gradient(to bottom, #fff, #e9e8e7);
}
#flowComment dl dt{
	text-align:center;
	font-size:18px;
	letter-spacing:-1px;
	border-bottom:1px dotted #121212;
	margin-bottom:5px;
	color:#e70e00;
}

/*********************** exp **************************/

#expWrap{
}
#expWrap dl{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.0, #e9e8e7), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff, #e9e8e7);
	background: -moz-linear-gradient(top, #fff, #e9e8e7);
	background: -o-linear-gradient(top, #fff, #e9e8e7);
	background: -ms-linear-gradient(top, #fff, #e9e8e7);
	background: linear-gradient(to bottom, #fff, #e9e8e7);
	border:1px solid #ccc;
	padding:10px 5px;
}
#expWrap dl dd b{
	font-size:16px;
	color:#e70e00;
}

/*********************** Q&A **************************/
ul.qa {
	list-style-type:none;
	font-size:80%;
}
ul.qa li{
}
ul.qa dl{
	margin-bottom:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.0, #e9e8e7), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff, #e9e8e7);
	background: -moz-linear-gradient(top, #fff, #e9e8e7);
	background: -o-linear-gradient(top, #fff, #e9e8e7);
	background: -ms-linear-gradient(top, #fff, #e9e8e7);
	background: linear-gradient(to bottom, #fff, #e9e8e7);
	border:1px solid #ccc;
	padding:10px 5px;

}
ul.qa dt{
	font-weight: bold;
	font-size:14px;
	line-height:1.0;
	color:#ea352e;
	font-stretch:condensed;
	border-bottom:1px dotted #000;
	padding-bottom:3px;
	margin-bottom:2px;
	
}
ul.qa dt img{
	display:inline-block;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:3px;
}
ul.qa dd {
	padding: 0px 6px 0px 15px; /* AnswerGAΜpfBOiγEΊΆj */
	line-height: 150%;
}

/*********************** table **************************/

table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}

th.t_topL{
    border-top:#222222 1px solid;
    width:30%;
}
th.t_bottom{
    border-bottom:#222222 1px solid;
}
th{
	border-left:#222222 1px solid;
	border-top:1px solid #ccc;
	text-align:left;
	background:#2c2c2c;
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-stretch:condensed;
}
td.t_topR{
	width:70%;
}
td.t_bottom{
	border-bottom:1px solid #222222;

}
td{
	text-align:left;
	padding:10px;
	font-stretch:condensed;
	border-top:1px solid #222222;
	border-right:1px solid #222222;
}
/*********************** app **************************/

.mailAdd{
	text-align:center;
	margin-top:10px;
	padding:10px 0px 1px 0px;
	border:1px solid #ccc;
}

.mailAdd p{
}
.mailAdd h5{
	font-weight:bold;
	font-size:24px;
}
.mailAdd h5 a{
	font-weight:bold;
	font-size:20px;
	display:block;
	margin-bottom:30px;
	vertical-align:middle;
}
.mailAdd h5 a img{
	display:inline;
	vertical-align:middle;
}

#menuWrap{
	margin-top:20px;
}
#menuWrap ul{
	text-align:center;
}
#menuWrap ul li{
	width:50%;
	height:80px;
	float:left;
	text-align:center;
	overflow:hidden;
	position:relative;
}
#menuWrap ul li a{
	display:block;
	width:100%;
	height:80px;
	border:1px solid #b5a16d;
	background:-moz-linear-gradient(top, #e7cb9b, #d1bf91); 
	background:-webkit-gradient(linear, left top, left bottom, from(#e7cb9b), to(#d1bf91));
	border:1px solid #5f4a1f;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	color:#000000;
	margin:1px;
}
/*********************** footer **************************/

dl#footer{
	margin-top:5px;
	padding:10px 0px;
	text-align:center;
	background-color:#121212;
}
dl#footer dt{
	margin-bottom:10px;
}
dl#footer dt, dl#footer dd{
	color:#fff;
	font-size:10px;
	line-height:1.2;
}
dl#footer dd a, dl#footer p a{
	color:#e2799b;
	font-size:10px;
	line-height:1.5;
}
dl#footer p{
	font-size:10px;
	color:#ccc;
}




