@charset "utf-8";

/* --------------------------------------
    RESET
--------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
fieldset { 
	border: 0;
}
img { 
	border-style: none;
	vertical-align: middle;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}
input, select, textarea { 
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-family: inherit;
}


/* --------------------------------------
    ALL
--------------------------------------- */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #434343;
	font-size: 14px;
	line-height: 20px;
}

a { color: #434343; text-decoration: none; outline: none;}
a:hover { color: #B40000; text-decoration: underline;}

.nodisplay { display: none;}	


/* --------------------------------------
    STRUCTURE
--------------------------------------- */
.wrapper {
	width: 990px;
	margin: 0px auto;
}
#container {
	padding: 30px 0px;
}
.Inner01 {
	padding: 0px 60px;
	background-color: #F3F3F3;
}
.gryArea {
	background: #F3F3F3;
	padding: 20px;
}
.thanksTxt {
	text-align: center;
	line-height: 30px;
}


/* --------------------------------------
    FIX_BUTTON
--------------------------------------- */
#fixBtn {
	position: fixed;
	top: 180px;
	right: 0px;
	z-index: 100;
}


/* --------------------------------------
    UNIVERSAL_BAR
--------------------------------------- */
#universalBar { 
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px 0px;
}
	#universalBar .uLink { float: left;}
	#universalBar .uLink li {
		background: url(../img/ubar/line01.gif) no-repeat left center;
		color: #FFFFFF;
		padding: 0px 5px 0px 12px;
		display: inline-block;
		*display: inline;  
		*zoom: 1;
		font-size: 12px;
	}
	#universalBar .uLink li:first-child { background: none; padding: 0px 5px 0px 0px;}
	#universalBar .uLink li a { color: #FFFFFF; text-decoration: none; outline: none;}
	#universalBar .uLink li a:hover { color: #FFFFFF; text-decoration: underline;}
	#universalBar .uLink li img { padding-right: 3px;}

	#universalBar .greeting { float: right;}
	#universalBar .greeting li {
		padding-left: 5px;
		display: inline-block;
		*display: inline;  
		*zoom: 1;
	}
	#universalBar .greeting .name { }
	#universalBar .greeting .logBtn { }
	#universalBar .greeting .logBtn a { color: #FFFFFF; width: 69px; height: 21px; font-size: 12px; display: block; text-align: center;}
	#universalBar .greeting .logBtn a.notAc { background: url(../img/ubar/btnBg1.gif) no-repeat;}
	#universalBar .greeting .logBtn a.notAc:hover { text-decoration: none; background-position: 0px -21px;}


/* --------------------------------------
    HEADER
--------------------------------------- */
#header { padding: 15px 0px;}
	#header .logo { float: left; padding-right: 20px;}
	#header .h1 { float: left; padding-top: 10px;}
	#header .h1 span { color: #B40000;}
	#header .hBtn { float: right;}
	

/* --------------------------------------
    NAVI_AREA
--------------------------------------- */
#navArea {
	border-bottom: 5px solid #000000;
	background: #B40000;
	color: #FFFFFF;
	padding: 10px 0px;
	font-size: 16px;
	line-height: 24px;
}
	#navArea .gNav { float: left;}
	#navArea .gNav li {
		background: url(../img/gnav_arw.gif) no-repeat left center;
		padding-left: 10px;
		margin-right: 15px;
		display: inline-block;
		*display: inline;  
		*zoom: 1;
	}
	#navArea .subLink { float: right;}
	#navArea .subLink a {
		background: url(../img/icon_beginner.gif) no-repeat left center;
		padding-left: 30px;
		display: block;
	}
	#navArea a { color: #FFFFFF; text-decoration: none; outline: none;}
	#navArea a:hover { color: #FFFFFF; text-decoration: underline;}
	
 
/* --------------------------------------
    FOOTER
--------------------------------------- */
#footer {
	border-top: 5px solid #BBBBBB;
	background: #EEEEEE;
	text-align: center;
	padding: 20px 0px;
}
	#footer .fNav { }
	#footer .fNav a { color: #434343; text-decoration: none; outline: none;}
	#footer .fNav a:hover { color: #434343; text-decoration: underline;}
	#footer .fBtn {
		background: #B40000;
		background: -webkit-gradient(linear, left top, left bottom, from(#B40000), to(#710000));
		background: -moz-linear-gradient(top, #B40000, #710000);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#B40000, endColorstr=#710000);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #B40000;
		border-radius: 3px;
		width: 40%;
		margin: 5px auto 20px auto;
	}
		#footer .fBtn a {
			background: url(../img/bg_fbtn.png) no-repeat 10px center;
			padding: 15px 0px;
			display: block;
			color: #FFFFFF;
			font-size: 22px;
			line-height: 24px;
		}
	#footer .fLogo { }
	
	
/* --------------------------------------
    COPY
--------------------------------------- */
#copy {
	background: #B40000;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0px;
	font-size: 12px;
}


/* --------------------------------------
    PAGETOP
--------------------------------------- */
#page-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 100;
}


/* --------------------------------------
    SPECIAL_AREA
--------------------------------------- */
#specialArea {
	background: #EEEEEE;
	padding: 30px 0px;
}	
	#specialArea .ttlBar {
		background: url(../img/bg_spttl.gif) no-repeat 50px bottom;	
		padding-bottom: 20px;
		margin-bottom: 10px;
		color: #FFFFFF;
	}
	#specialArea .ttlBar .ttlWrap {
		background: #000000 url(../img/title/special.gif) no-repeat 10px 10px;	
		padding: 10px 10px 10px 130px;
		min-height: 50px;
		height: auto !important;
		height: 50px;
		font-size: 18px;
		line-height: 24px;
	}
	#specialArea .ttlBar .ttlWrap h2 {
		font-size: 24px;
		line-height: 30px;
	}
	#specialArea .ttlBar .ttlWrap h2 strong {
		display: none;
	}

	
/* --------------------------------------
    LIST
--------------------------------------- */
.listBox {
	width: 990px; 
	overflow: hidden;
}		
	.listBox .Outer {
		width: 1020px; 
		zoom: 100%;
	}
	.listBox ul {
		padding-bottom: 30px;
	}
		.listBox li {
			float: left;
			width: 310px;
			margin-right: 30px;
		}
		.listBox li img { border: 1px solid #EAEAEA; width: 308px;}
		.listBox li .ttl {
			min-height: 75px;
			padding-top: 10px;
			font-weight: bold;
			font-size: 20px;
			line-height: 24px;
		}
		
		
/* --------------------------------------
    詳細ページ
--------------------------------------- */
#itemDtl {
	margin-bottom: 50px;
}
	#itemDtl .thmArea {
		float: left;
		width: 380px;
		padding-right: 20px;
	}
	#itemDtl .txtArea {
		overflow: hidden;
	}
		#itemDtl .txtArea .spTtl {
			font-size: 16px;
			line-height: 30px;
		}
		#itemDtl .txtArea .ttl {
			padding-bottom: 10px;
			font-weight: bold;
			font-size: 24px;
			line-height: 30px;
		}
		#itemDtl .tblArea {
			border-top: 1px solid #E5E5E5;
			border-left: 1px solid #E5E5E5;
			border-right: 1px solid #E5E5E5;
		}
		#itemDtl .txtArea .att {
			color: #B40000;
			margin-top: 10px;
		}
		#itemDtl .txtArea .article01 {
			margin-top: 20px;
		}
		
/* --------------------------
    画像切り替え部分
-------------------------- */
#itemDtl .thmArea .thmL { }
#itemDtl .thmArea .thmS {
	background: url(../img/bg_imgchange.gif) no-repeat center top;	
	padding-top: 15px;
	margin-top: 5px;
}
	#itemDtl .thmArea .thmS ul {
		background: #B40000;	
		padding: 0px 0px 5px 5px;
	}
	#itemDtl .thmArea .thmS ul:first-child {
		padding: 5px 0px 5px 5px;
	}
	#itemDtl .thmArea .thmS li {
		float: left;
		padding: 0px 5px 0px 0px;
	}
	#itemDtl .thmArea .thmS li a {
		background: #FFFFFF;
		display: block;
	}
		#itemDtl .thmArea .thmS li img { vertical-align: top;}
			

/* --------------------------------------
    マイページ
--------------------------------------- */
#myList { }


/* --------------------------------------
    ページネーション
--------------------------------------- */
.pageNav {
	background: #F2F2F2;
	padding: 20px 0px;
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
}
	.pageNav a { text-decoration: underline; outline: none;}
	.pageNav a:hover { text-decoration: none;}
	.pageNav a.prev,.pageNav a.next { text-decoration: none; outline: none;}
	.pageNav a.prev:hover,.pageNav a.next:hover { text-decoration: none;}
	.pageNav .current {
		color: #B40000;
		font-weight: bold;
	}

	
/* --------------------------------------
    TABLE
--------------------------------------- */
/* 商品詳細 */
.tbl01 {
	background: #F7F7F7;
    border-bottom: 1px solid #E5E5E5;
}
.tbl01 dt {
    clear: both;
    display: inline;
    float: left;
    font-weight: bold;
    margin: 0 -120px 0 0;
    padding: 10px 0;
    text-indent: 10px;
    width: 120px;
}
.tbl01 dd {
	background: #FFFFFF;
    border-left: 1px solid #E5E5E5;
    margin-left: 120px;
    padding: 10px;
	font-size: 18px;
}
.tbl01 {
    min-height: 1px;
}
.tbl01:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* アンケート */
.tbl02 {
	font-size: 18px;
	line-height: 24px;
}
.tbl02 dt {
    clear: both;
    display: inline;
    float: left;
    font-weight: bold;
    margin: 0 -100px 0 0;
    padding: 15px 0;
    /*text-indent: 10px;*/
    width: 100px;
}
.tbl02 dd {
    margin-left: 100px;
    padding: 15px 10px;
}
.tbl02 {
    min-height: 1px;
}
.tbl02:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* マイページ */
.tbl03 {
	border-top: 1px solid #EAEAEA;
	font-size: 20px;
	line-height: 22px;
}
.tbl03 dt {
    clear: both;
    display: inline;
    float: left;
    font-weight: bold;
    margin: 0 -180px 0 0;
    padding: 15px 0;
    /*text-indent: 10px;*/
    width: 180px;
}
.tbl03 dd {
    margin-left: 180px;
    padding: 15px 10px;
}
.tbl03 {
    min-height: 1px;
}
.tbl03:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/* --------------------------------------
    FORM
--------------------------------------- */
input, select, textarea {
    vertical-align: middle;
	font-family: inherit;
}
.fTxt01 { 
	width: 300px; 
	border: 1px solid #D0D0D0;
	padding: 3px; 
}
.fTxt02 { 
	width: 600px; 
	border: 1px solid #D0D0D0;
	padding: 3px;
}
.fSelect01 { 
	border: 1px solid #D0D0D0;
	padding: 3px; 
}
.fTxtarea01 { 
	width: 600px; 
	border: 1px solid #D0D0D0;
	padding: 3px; 
	overflow-y: auto; 
	height: 120px; 
}
/* グレー */
.fBtn01 {
	background: #353535;
	background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#202020));
	background: -moz-linear-gradient(top, #353535, #202020);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#353535, endColorstr=#202020);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #353535;
	border-radius: 3px;
	width: 40%;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	padding: 15px 0px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 24px;
}
/* 赤 */
.fBtn02 {
	background: #008b25;
	background: -webkit-gradient(linear, left top, left bottom, from(#008b25), to(#007a14));
	background: -moz-linear-gradient(top, #008b25, #007a14);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#008b25, endColorstr=#007a14);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #008b25;
	border-radius: 3px;
	width: 40%;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	padding: 15px 0px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 24px;
}

.detail_apply_submit{
	width: 70%;
}
/*
.assist { 
	color: #5B5749; 
	margin-top: 3px; 
	font-size: 80%;
}
*/


/* --------------------------------------
    BUTTON
--------------------------------------- */
.btnArea { text-align: center; padding: 30px 0px;}
.btnArea span { 
	font-size: 18px;
}

/* グレー */
.btnArea .btn01 {
	background: #008b25;
	background: -webkit-gradient(linear, left top, left bottom, from(#008b25), to(#007a14));
	background: -moz-linear-gradient(top, #008b25, #007a14);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#008b25, endColorstr=#007a14);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #008b25;
	border-radius: 3px;
	width: 40%;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	margin: 0px 10px;
}
	.btnArea .btn01 a {
		background: url(../img/bg_fbtn_grn_1.png) no-repeat 10px center;
		padding: 15px 0px;
		display: block;
		color: #FFFFFF;
		font-size: 22px;
		line-height: 24px;
	}

/* 赤 */
.btnArea .btn02 {
	background: #B40000;
	background: -webkit-gradient(linear, left top, left bottom, from(#B40000), to(#710000));
	background: -moz-linear-gradient(top, #B40000, #710000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#B40000, endColorstr=#710000);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #B40000;
	border-radius: 3px;
	width: 40%;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	margin: 0px 10px;
}
	.btnArea .btn02 a {
		background: url(../img/bg_btn02.png) no-repeat 10px center;
		padding: 15px 0px;
		display: block;
		color: #FFFFFF;
		font-size: 22px;
		line-height: 24px;
	}


/* --------------------------------------
    COMMON_ELEMENTS
--------------------------------------- */
.pd01 { padding-bottom: 10px;}
.pd02 { padding-bottom: 20px;}
.emp01 { color: #B40000;}
.f12 { font-size: 12px;}
.f14 { font-size: 14px;}
.f18 { font-size: 18px;}
.f24 { font-size: 24px;}

.pgTtl {
	padding-bottom: 30px;
	font-size: 36px;
	line-height: 40px;
}
.sh {
	background: url(../img/line01.gif) repeat-x left bottom;
	padding: 10px 0px 20px 0px;
	margin-bottom: 10px;
	color: #B40000;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
/*
.pd02 { padding-bottom: 20px;}
.mg03 { margin-bottom: 30px;}
.mg06 { margin-bottom: 60px;}
*/


/* --------------------------------------
    CLEARFIX
--------------------------------------- */
#universalBar .wrapper:after,
#header .wrapper:after,
#navArea .wrapper:after,
.listBox ul:after,
#itemDtl:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html #universalBar .wrapper,
* html #header .wrapper,
* html #navArea .wrapper,
* html .listBox ul,
* html #itemDtl,
* html .clearfix {
	display: inline-block;
}

/* for IE7 */
*+html #universalBar .wrapper,
*+html #header .wrapper,
*+html #navArea .wrapper,
*+html .listBox ul,
*+html #itemDtl,
*+html .clearfix {
	display: inline-block;
}


/* --------------------------------------
    よくあるご質問 ＆ ご利用規約
--------------------------------------- */
 
.question{ font-size:20px; padding-bottom:10px; color:#B40000;}
.answer{ padding:0 0 40px 20px;}
.answer a{color:#B40000; font-weight:bold;}
 
.ruleTitle{font-weight:bold;}

/* --------------------------------------
    メンテナンスお知らせ
--------------------------------------- */
.Info{
	text-align: center;
	width: 80%;
	margin: 0px auto 20px auto;
}
.Info .Ititle{
	color: #ff0000;
	font-weight: bold;
}