@charset "Shift_JIS";
body,h4,h5,h6,p,pre,button,caption,input,option,select,textarea,dl,ol,table,tr,form,address,blockquote,dd,dt,td,th {
	font-size:12px;
	line-height:17px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000;
}
body {
	padding: 0px;
	margin:0px auto;
	text-align:center;
	background-color:#fff;
}
#wrap {
	width:800px;
	height:auto;
	margin:50px auto 0 auto;
}
#headertop{
	height:18px;
	width:100%;
	background-image:url(../../images/headertop-back.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	margin:0;
	padding:0;
}
h1{
	font-size:11px;
	position:absolute;
	right:50%;
	margin:0 -480px 0 0;
	text-align:right;
	font-weight:normal;
	padding:2px 0 0 0;
	color:#fff;
}
*:first-child+html #headertop{
	height:18px;
	width:100%;
	background-image:url(../../images/headertop-back.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	margin:0 0 0 -320px;
	padding:0;
	position:fixed;
	top:0;
	z-index:1000;
}
*:first-child+html h1{
	font-size:11px;
	position:absolute;
	right:50%;
	margin:0 -480px 0 0;
	text-align:right;
	font-weight:normal;
	padding:2px 0 0 0;
	color:#fff;
}
#header {
	width: 100%;
	background-image: url(../../images/header_back.png);
	background-repeat: repeat-x;
}
.header-wrap{
	background-image: url(../../images/header-logoback.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 960px;
	margin:0px auto;
}
ul#topnav{
	margin:0;
	padding:0;
	list-style:none;
}
ul#topnav li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul#topnav li.logo{
	margin-top:31px;
	margin-left:30px;
}
ul#topnav li.lileft{
	margin-top:0px;
	margin-left:160px;
}

ul#topnav li .sub {
	position: absolute;	
	z-index:9999;
	top: 100px; /*left: 0;*/
	background: #EBEBEB url(../../images/nav/sub_bg.jpg) repeat-x;
	padding: 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	display: none;
	margin-left:1px;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 220px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #323C45;
	font-size:12px;
	font-weight:normal;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../../images/nav/navlist_arrow_out.jpg) no-repeat 5px 11px;
	padding: 5px 3px 3px 18px;
	display: block;
	text-decoration: none;
	color: #323C45;
	text-align:left;
}
ul#topnav .sub ul li a:hover {
	color: #fff;
	background: #323C45 url(../../images/nav/navlist_arrow_over.jpg) no-repeat 5px 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#topnav .sub ul .sepa {
	width: auto;
	color: #323C45;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	margin-left:12px;
	margin-top:-3px;
}
ul#topnav .sub ul .sepa a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../../images/nav/navlist_sepa_out.jpg) no-repeat 5px 7px;
	padding: 5px 3px 3px 18px;
	display: block;
	text-decoration: none;
	color: #323C45;
	text-align:left;
}
ul#topnav .sub ul .sepa a:hover {
	color: #fff;
	background: #323C45 url(../../images/nav/navlist_sepa_over.jpg) no-repeat 5px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h2{
	background-image: url(../../images/h2back.jpg);
	background-repeat: no-repeat;
	padding-top: 29px;
	padding-left: 18px;
	font-size: 24px;
	font-weight: normal;
	margin:160px auto 0 auto;
	width:942px;
	height:70px;
	text-align:left;
	color:#FFF;
}
.returntop{
	display:block;
	text-align:center;
	margin:100px auto 0 auto;
	padding:0;
}
.step{
	margin:30px auto 50px auto;
	padding:0px;
}
.privacy-box{
	height:auto;
	width:600px;
	background-color:#EAEAEA;
	padding:7px 10px 7px 10px;
	text-align:center;
	margin:10px auto 0px auto;
	border:1px #BCBCBC solid;
}
.privacy-title{
	text-align:center;
	margin:5px;
	color:#000;
	font-size:14px;
}
.privacy-content{
	width:570px;
	height:120px;
	overflow-y:scroll;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:10px 10px 10px 10px;
	text-align:left;
	border:1px #BCBCBC solid;
	background-color:#FFF;
}
.privacy-content a{ color:#666; text-decoration:underline;}
.privacy-content a:hover{ color:#C00; text-decoration:none;}

.privacy-check{
	margin-top:30px;
	color:#F15749;
	font-size:12px;
	text-align:center;
}
.privacy-checkbox{
	margin:10px auto 5px auto;
	text-align:center;
}
.formbox{
	width:800px;
	height:auto;
	margin:40px auto 0px auto;
	text-align:center;
}
.formbox2{
	width:800px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-12px;
	padding-bottom:30px;
	text-align:center;
}
.formbox3{
	width:800px;
	height:auto;
	margin:40px auto 0px auto;
	text-align:center;
}

.titlebox{
	width:800px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	padding:10px;
	background-color:#777;
	border:1px #BCBCBC solid;
}
.leftbox{
	width:280px;
	padding:10px;
	margin:0px;
	border-bottom:1px #BCBCBC solid;
	border-left:1px #BCBCBC solid;
	background-color:#EAEAEA;
	text-align:left;
}
.rightbox{
	width:520px;
	padding:10px;
	margin:0px;
	border-bottom:1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	background-color:#FFF;
	text-align:left;
}
.bottombox{
	padding:30px;
	text-align:center;
	width:800px;
}
.thanksbox{
	padding:20px;
	margin:0px;
	line-height:25px;
	border-bottom:1px #BCBCBC solid;
	border-left:1px #BCBCBC solid;
	border-right:1px #BCBCBC solid;
	text-align:center;
	background-color:#FFF;
	height:400px;
	font-size:14px;
}
.check{
	color:#fff;
	background-color:#F15749;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:5px;
	margin-top:3px;
	line-height:22px;
}
.w-close{
	margin:30px auto;
	padding:0px;
}
.spacer{
	margin:0px;
	padding:0px;
}
#top{position:absolute; top:0px;}
#footer {
	height: auto;
	width: 100%;
	background-color: #f15749;
	margin:0;
	padding-bottom:60px;
	padding-top:80px;
}
#footer #inner_footer {
	width: 960px;
	margin:0 auto;
	padding:0;
}
#footer #inner_footer .copyright{
	float:right;
	margin-top:50px;
	margin-right:0px;
	padding:0;
	color: #FFF;
	font-size: 12px;
	text-align:left;
}
#footer #inner_footer .copyright a{ text-decoration:none; color:#FFF;}
#footer #inner_footer .copyright a:hover{ text-decoration:none; color:#FFF; padding-bottom:1px; border-bottom:1px dotted #FFF;}
#footer #inner_footer ul.footernav{
	float:left;
	margin-left:0px;
	padding:0;
	list-style:none;
}
#footer #inner_footer ul.footernav li{
	float:left;
	color: #FFF;
	font-size: 12px;
	text-align:left;
	list-style:none;
	margin-left:20px;
	padding:0;
}
#footer #inner_footer ul.footernav li.cp{
	float:none;
	color: #FFF;
	font-size: 12px;
	text-align:left;
	list-style:none;
	margin-bottom:20px;
	padding:0;
}
#footer #inner_footer ul.footernav li a{ text-decoration:none; color:#FFF;}
#footer #inner_footer ul.footernav li a:hover{ text-decoration:none; color:#FFF; padding-bottom:1px; border-bottom:1px dotted #FFF;}

.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*\*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}
.clear {
	clear:both;
	font-size:xx-small;
	height:1px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: baseline;
}
::selection {
	background:#A2E8FF;
	color:#000;
}