@charset "shift_jis";


/* Profile---------------------------------------- */

/* General
---------------------------------------- */

body {
	background-image: url(../images/form_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
    margin: 0;
	padding: 0;
	font-size: 12px;
	height: 100%;  /*高さ100%に指定*/
	position: relative;  /*ポジション相対に指定*/
	min-width: 300px;  /*中央配置するボックスの横幅*/
	min-height: 400px;  /*中央配置するボックス縦幅*/
}
body.none {
	background-image: none !important;
}
body dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,table,fieldset,input,textarea,p {
	font-family:  "Hiragino Kaku Gothic Pro","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    margin: 0;
	padding: 0;
}

img {
	border:0px;
	vertical-align: text-bottom;
}

p {
 line-height:1.5;
 }
/* List
---------------------------------------- */

#contents ol,ul {
    list-style: none outside none;
}


/* Header
---------------------------------------- */

#header{
	width: 420px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	position: relative;
}

#header .close {
	position: absolute;
	width: 63px;
	height: 20px;
	float: right;
/*	left: 588px;*/
	right: 13px;
	top: 2px;
}


/* Contents
---------------------------------------- */

#contents{
	width: 420px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#contents-box {
	width:400px;
	margin:0 10px;
	}


/* Total Table
---------------------------------------- */

#contents table {
	margin: 0px;
	padding: 0px;
}

/* インプットボックスに枠線を指定（inputとselectは一緒に出来ない） */
#contents table input[type="text"] {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AAB7B8;
	border-right-color: #DBDFE6;
	border-bottom-color: #E3E9EF;
	border-left-color: #E2E3EA;
}
#contents table select {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AAB7B8;
	border-right-color: #DBDFE6;
	border-bottom-color: #E3E9EF;
	border-left-color: #E2E3EA;
}
/* IE6用 */
* html #contents table input {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AAB7B8;
	border-right-color: #DBDFE6;
	border-bottom-color: #E3E9EF;
	border-left-color: #E2E3EA;
}
/* IE7用 */
*+html #contents table input,select {
	border: 1px solid #999999;
	padding: 2px;
}
/* Contents Link
---------------------------------------- */

#contents a:link,span a:visited,a:hover,a:active{
	color:#ff6600;
}

#contents span a:hover{
	color:#ff9955;
}

/* H1、H2、H3、etc
---------------------------------------- */

h1{
	width: 100%;
	margin-bottom: 10px;
  	position:relative;
}

h2{
	width: 100%;
	margin-bottom: 10px;
}

h2.top{
  margin:25px 0 10px 0;
	}


.sub_ttl{
	padding: 5px;
}


/* Contents Text
---------------------------------------- */

.req {
	font-size: 1em;
	padding: 5px;
}

.red_bold {
	color:#FF0000;
	font-weight: bolder;
	font-size: 93%;
}


/* Step
---------------------------------------- */

.step{
	width: 482px;
	height: 23px;
	position:absolute;
	top:84px;
}



/* Attention
---------------------------------------- */

.attn{
	width: 100%;
	padding-bottom: 10px;
}

.attn ul{
	padding-right: 5px;
	padding-left: 5px;
}

.attn li{
	background-image: url(../images/maru.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 3px 6px;
	line-height: 1.6;
	padding-right: 10px;
}


/* Edit
---------------------------------------- */

.edit{
	text-align:right;
	padding-bottom: 10px;
}


/* ttl_txt 他
---------------------------------------- */

h2.ttl_txt {
	margin: 15px 0 10px 0;
}

.thankyou_txt {
	font-size: 150%;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;

}

dl.comp_link_btn {
	margin-bottom: 20px;
}
dl.comp_link_btn dt {
	font-weight: bold;
	font-size: 116%;
	margin-bottom: 10px;
}
dl.comp_link_btn dd {
	border: 1px solid #DEDEDE;
	padding: 10px;
	font-size: 100%;
}
dl.comp_link_btn dd p {
	margin: 20px 0;
	text-align: center;
}
dl.comp_link_btn dd span {
	font-size: 85%;
	display: block;
	margin-top: 5px;
}

/*  Form Table
--------------------------------------------------------- */

.form-box {
	width: 400px;
	margin-bottom: 5px;
}

.form-box input[type="text"] {
	display: block;
	margin: 5px;
	max-width: 300px;
}

.form-box table {
	width: 100%;
}

.form-box .table_top {
	border-top: 1px solid #DEDEDE;
}

.form-box table th{
	text-align: left;
	vertical-align: top;
/*	width: 150px;*/
	padding: 5px;
	font-weight: normal;
}
.form-box table th p{
	width: 75px;
}
.form-box table .th_00{
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}

.form-box table .td_00{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
	text-align: left;
	padding: 3px 0px 3px 5px;
}

.form-box table .td_01{
	background-color: #FFFFFF;
	text-align: left;
/*	width: 80px;*/
	padding: 3px 0px 3px 5px;
}

.form-box table .td_02{
	background-color: #FFFFFF;
	text-align: left;
/*	width: 330px;*/
	padding: 3px 0px 3px 5px;
}

.form-box table .td_03{
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #DEDEDE;
	padding: 3px 0px 3px 5px;
}

.form-box table .td_99{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
	text-align: left;
	padding: 3px 0px 3px 5px;
}

#contents table .td_sex{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
	text-align: left;
	padding: 0px;
}

.form-box table .td_kt{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
	text-align: left;
	width: 410px;
	padding: 3px 0px 3px 5px;
}

.form-box table .td_yn{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
	text-align: left;
	padding: 0px;
}

#contents table .td_99 input{
	margin: 5px 7px 0px 5px;
	*border: 1px solid none;/* IE6or7対応 */
}

.form-box .td_name01 {
	width: 30px;
	text-align: left;
}

.form-box .td_name02 {
	text-align: left;
}

/* input個別クラス */
.form-box table input.name {
	width: 125px;
}

/* IE6or7用チェックorラジオボックスに枠線をなくす指定（クラスは一緒に出来ない） */
#contents table input.sex {
	*border: 1px solid none;
	*padding: 2px;
}
#contents table input.reform_place {
	*border: 1px solid none;
	*padding: 2px;
}
#contents table input.reform_fam1 {
	*border: 1px solid none;
	*padding: 2px;
}
#contents table input.yesno {
	*border: 1px solid none;
	*padding: 2px;
}
/* IE7用 */
*+html #contents table input,select {
	border: 1px solid #999999;
	padding: 2px;
}

.form-box table span.radio {
	display: block;
	text-align: left;
	padding: 5px;
}

.form-box .td_txt_udr {
	font-size: 93%;
	padding: 5px;
	line-height: 1.4;
}
.form-box table .cap {
	font-size: 93%;
	color: #9B9B9B;
	padding: 5px;
	line-height: 1.4;
}
/* IE6用フォント設定
* html .form-box table .cap {
	font-size: 85%;
} */
/* IE7用フォント設定（%では効かない為） */
*+html .form-box table .cap {
	font-size: 1em;
}

.form-box table .td_txt {
	font-size: 100%;
	padding-right: 10px;
}

.form-box table .td_edit {
	font-size: 93%;
	padding-right: 10px;
}
/* IE6用フォント設定 */
* html #contents table .td_edit {
	font-size: 85%;
}
/* IE7用フォント設定（%では効かない為） */
*+html #contents table .td_edit {
	font-size: 1em;
}

.form-box table .red {
	color:#FF0000;
	font-size: 85%;
}

.comment{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.comment2{
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*  Form Table2
--------------------------------------------------------- */

.form-box2 {
	width: 640px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.form-box2 table {
	width: 100%;
}

.form-box2 .table_top {
	border-top: 1px solid #DEDEDE;
}

.form-box2 table th{
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	font-weight: normal;
}

.form-box2 table .th_00{
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DEDEDE;
	border-left-color: #FFFFFF;
}

.form-box2 table td{
	text-align: left;
	vertical-align: bottom;
	padding: 3px;
	font-weight: normal;
}

.form-box2 table .td_00{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
}

/* IE6用チェックorラジオボックスに枠線をなくす指定 */
* html #contents table input.o_kibou {
	border: 1px solid none;
	padding: 2px;
}
/* IE7用チェックorラジオボックスに枠線をなくす指定 */
*+html #contents table input.o_kibou {
	border: 1px solid none;
	padding: 2px;
}

.form-box2 table span.radio {
	display: block;
	text-align: left;
	padding: 5px;
}

.form-box2 table .td_txt {
	font-size: 100%;
}

.form-box2 table .red {
	color:#FF0000;
	font-size: 85%;
}

/* Step Bottun Box
---------------------------------------- */

.btn-box {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}

.btn-box ul{
	position: relative;
}

.form_btn_l{
	float:left;
}

.form_btn_r{
	float:right;
}


/* Complete
---------------------------------------- */

.complete{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.comp-ttl{
	font-size: 138.5%;
	font-weight: bolder;
	padding-bottom: 5px;
}

.comp-txt{
	line-height: 1.6;
}


/* After Flow
---------------------------------------- */

.flow {
	margin-bottom: 12px;
	position: relative;
}

.flow-txt {
	position: absolute;
	display: block;
	left: 73px;
	top: 50px;
	width: 530px;
	line-height: 1.2;
}

.flow .cap {
	font-family:  "MS PGothic";
	font-size: 93%;
	color: #9B9B9B;
	padding: 2px;
	line-height: 1.4;
}
/* IE7用フォント設定（%では効かない為） */
*+html .flow .cap {
	font-size: .9em;
}

.arrow {
	margin-bottom: 12px;
	text-align: center;
}

/* Rules
---------------------------------------- */

.rules{
	font-size: 85%;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
/* IE6用フォント設定（%では効かない為） */
* html .rules {
	font-size: 77%;
}

.rules-box textarea{
	border:1px solid #DEDEDE;
	width: 638px;
	margin-right: auto;
	margin-left: auto;
}

.rules-area{
	width: 630px;
	font-size: 123%;
	padding: 5px;
}

.jyoko{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}



/* SSL
---------------------------------------- */

#ssl{
	text-align: left;
	border: 4px solid #DEDEDE;
	width: 392px;
	margin: 0 auto 10px auto;
}
#ssl .ssl-box{
	font-family:  "MS PGothic";
	float: left;
	border-left: 1px solid #DEDEDE;
	padding: 5px;
	line-height: 1.4;
	width: 264px;
}

#ssl .ssl-img{
	float: left;
}

#ssl .ssl_txt01{
	color:#9B0033;
	font-size: 12px;
	display: block;
}
#ssl .ssl_txt02{
	font-size: 85%;
	display: block;
}

/* Footer
---------------------------------------- */

#footer{
	width: 420px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 74px;
	background-image: url(../images/content_line.gif);
	background-repeat: repeat-x;
	padding-top: 14px;
}

#footer .city_mark {
	float: left;
	padding-right: 5px;
}

#footer .copyright {
	font-family:  "MS PGothic";
	float: left;
	font-size: 11px;
	color: #333333;
	margin:4px 0 0 0;
}

#footer .cpy {
	font-weight: bold;
}

#footer .close {
	float: right;
	margin-top: 10px;
	margin-right: 13px;
	width: 63px;
	height: 20px;
}


/* Error
---------------------------------------- */

.errorBox{
	margin:0;
	color:red;
	font-weight:bold;
}

/* blockUI
---------------------------------------- */

.blockMsg { 
	margin: -15px 0 0 -150px;  /*縦横の半分をネガティブマージンでずらす*/
	position:relative;  /*body要素に対して相対配置*/
	top: 40%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 300px;  /*横幅*/
	height: 30px;  /*縦幅*/
	text-align:center;
	padding:20px;
	color:#000;
	border:2px solid #aaa;
	background-color:#fff;
	cursor:wait;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
/*	behavior: url(../htc/PIE.htc); IE6 CSS3 FIX */
}


/* Cleafix
--------------------------------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* P
--------------------------------------------------------- */
p.tit-txt {
 margin:0 0 30px 0;
 line-height:1.5;
 }

p.tit-txt-02 {
 margin:0 0 15px 0;
 line-height:1.5;
 }

p.tit-txt-03 {
 margin:0 0 30px 0;
 line-height:1.5;
 }

/* top / box
--------------------------------------------------------- */
.o-topBox-01 {
	background-image: url(../images/top_box01.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:640px;
	height:169px;
	position:relative;
	}
.o-topBox-02 {
	background-image: url(../images/top_box02.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:640px;
	height:169px;
	position:relative;	
	}
.o-topBox-03 {
	background-image: url(../images/top_box03.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:640px;
	height:169px;
	position:relative;	
	}
.o-topBox-04 {
	background-image: url(../images/top_box04.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:640px;
	height:169px;
	position:relative;
	}
.o-topBox-05 {
	background-image: url(../images/top_box05.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:640px;
	height:169px;
	position:relative;
	margin-bottom:20px;	
	}

.o-topBox-01 p,.o-topBox-02 p,.o-topBox-03 p,.o-topBox-04 p,.o-topBox-05 p {
position:absolute;
top:60px;
left:68px;
line-height:1.5;
padding:0 30px 0 0;
}

.o-topBox-01 p span,.o-topBox-02 p span,.o-topBox-03 p span,.o-topBox-04 p span,.o-topBox-05 p span {
 color:#ff0000;
 }

/* list icon
--------------------------------------------------------- */
.o-listIcon {
 	background-image: url(../images/list_icon_orange.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 15px;
	line-height:1.5;
	margin:0 0 10px;
	}
	

/* Text 
--------------------------------------------------------- */
.o-txtOrange {
  color:#ff6600;
	margin-bottom:7px;
	}

/* margin
--------------------------------------------------------- */
.m-b-10 {
margin-bottom:10px;
}
.m-b-15 {
margin-bottom:15px;
}
.m-b-20 {
margin-bottom:20px;
}
.m-b-30 {
margin-bottom:30px;
}

/* table
--------------------------------------------------------- */
.td-ot01 {
 padding:10px !important;
 }

/* desc /box
--------------------------------------------------------- */
iframe {
	margin: 0;
	padding: 0;
}
.o-descBox_ifr {
	overflow-x:hidden;
	border:1px #dedede solid;
	margin-bottom:15px;
	width: 398px;
	height: 150px;
}
.o-descBox_ifr_ttl {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
}
.o-descBox_outer {
	
}
.o-descBox {
	width: 100%;
	line-height:1.7;
	font-size: 11px;
	font-family: "Hiragino Kaku Gothic Pro","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}




