@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

img {
	vertical-align: bottom;
	font-size:0;
	line-height: 0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {	vertical-align: baseline;}
li {	list-style-type: none;}

/* ====================================================== */

.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.clearfix{
	zoom:1;/*for IE 5.5-7*/
}
.fl {	float: left;}
.fr {	float: right;}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #6c6c6c;
	-webkit-text-size-adjust: none;
	background-color:#f5f5f5;
	width:320px;
	margin:0 auto;	
}

a {
	text-decoration: none;
	color:#6c6c6c;
}
a:hover{	text-decoration:none;}


.w100 {	width: 100%;}
.f10 {	font-size: 10px;}
.f15 {	font-size: 15px;}
.f22 {	font-size: 22px;}

.fwb {	font-weight: bold;}
.red {	color: #dc2314;}
.tac {	text-align: center;}
.tar {	text-align: right;}

.mt5 {	margin-top: 5px;}
.mt7 {	margin-top: 7px;}
.mt15 {	margin-top: 15px;}
.mt37 {	margin-top: 37px;}
.mb22 {	margin-bottom: 22px;}
.ml14 {	margin-left: 14px;}
.mr14 {	margin-right: 14px;}
.mr5 {	margin-right: 5px;}

.pl14 {	padding-left: 14px;}
.mlr15 {
	margin-left: 15px;
	margin-right: 15px;
}

.bt {	border-top: 1px solid;}
.dt {	display: table;}
.dtc {	display: table-cell;}
.vat {	vertical-align: top;}
.vam {	vertical-align: middle;}

/*form*/

#wrapper {
	margin:0 10px;
}

#formIndex #wrapper {
	margin:1px 10px 0;
	border-top:1px dotted #cccccc;
	padding:15px 0 0 0;
}
.topDot{

}
#formWrap{
	margin:15px 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #cccccc;
}
#formCont{
	border-left:5px solid #cccccc;
	padding:0 0 0 6px;
	margin-bottom:5px;
}
#formWrap dt{
	font-weight:bold;
	float:left;
	width:115px;
	text-align:right;
	padding:5px 5px 0 0;
}
#formWrap dd{
	float:left;
	width:165px;
	margin-bottom:20px;
}
#formWrap dd{
	float:left;
	width:165px;
}

.formRed{
	color:#b61e1d;
	font-weight:normal;
}
.formSex{
	padding:3px 5px 0 0 !important;
}
.textform {
	-webkit-radius:0;
	-moz-radius:0 0 0 0;
	-o-radius:0 0 0 0;
	-moz-border-radius:0px;/* firefox */
	-webkit-border-radius:0px;/* webkit 用*/
	border-radius:0px;
	font-size:16px;
	height:25px;
	margin:0;
	padding:0;
	width:160px;
	border:1px solid #cccccc;
	border-top:2px solid #cccccc;
}
#formWrap select{
	margin-top:5px;
}
#formWrap .btn {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius: 0; 
	border:0 none;
	height:35px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:105px;
	background-image:url("../img/top/btn_kakunin.gif");
	-webkit-background-size: 105px 35px;　/* Safari,Google Chrome用 */  
	-moz-background-size: 105px 35px;　/* Firefox用 */  
	-o-background-size: 105px 35px;　/* Opera用 */  
}
.formSubmit{
	text-align:center;
	margin:10px 0 10px 0;
}
.ageform{
	width:50px;
}

/*エラー*/
.errorRed{
	color:#b61e1d;
	padding-top:5px;
	display:block;
}

/*確認*/
#formConf #formWrap dd{
	padding-top:5px;
	padding-left:5px;
	width:160px;
}
.confbtn{
	-moz-background-size:cover;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius: 0; 
	border:0 none;
	height:35px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:85px;
	background:url(../img/kakunin/btn_obo.gif) no-repeat center top;
	-webkit-background-size: 85px 35px;　/* Safari,Google Chrome用 */  
	-moz-background-size: 85px 35px;　/* Firefox用 */  
	-o-background-size: 85px 35px;　/* Opera用 */  
}
#formConf .formSex{
	padding:5px 5px 0 0 !important;
}

/*完了画面*/
#compWrap{
	text-align:center;
	padding:50px 0;
}
#compWrap img{	margin-bottom:10px;}
#compWrap p{	margin-top:30px;}





/***********************************/
.border{
	border-bottom:1px dotted #cccccc;
	margin-bottom:14px;
}
.box{
	border-left:5px solid #cccccc;
	padding:0 0 0 6px;
	margin-bottom:14px;
	color:#667280;
}
.box p{
	font-weight:bold;
}
.box .event{
	margin-top:10px;
}
.box .event dt{
	clear:both;
	float:left;
	font-weight:bold;
}	
.box .event dd{	margin-left:50px;}
.box .event dd.last{
	margin-left:95px;
}

.privacy,
.disco{	padding-bottom:13px;}
.privacy li{
	margin-left:15px;
	list-style:disc;
	margin-bottom:3px;
	line-height:1.2em;
}

#footerWrap{
	text-align:center;
	font-size:10px;
}

.box h2,.box h3,
#formCont h2,#formCont h3{
	margin-bottom:5px;
	line-height:1em;
}