@charset "UTF-8";

@import "reset.css";
 
body {
    font-family:"メイリオ","ＭＳ Ｐゴシック","Meiryo","ヒラギノ角ゴ Pro W3 / W6","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	margin:0px;
	font-size:14px;
	line-height:1.4em;
}
.clear {
	clear: both;
}
#container{
	margin:0 0 60px 0;
}
#container span{
	color:#d7000f;
}
#header{	
}
#header h1{
	width:900px;
	margin:0 auto 0 auto;		
}
.contents{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
}
.lead{
	margin:15px 0px 15px 10px;
	display:block;	
}
.agreement{
	text-align:center;
	background-color:#EEE;
	width:420px;
	margin:0 auto;
	padding:20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.agreement input{
	text-align:center;
}
.attention{
	margin:10px 0px;
	padding:10px;
	border-bottom: 1px #ECECEC solid;
}
.attention ul{
	list-style:none;
}
.attention ul li{
	padding-left:1em;
	text-indent:-1em;
}
.attention a{
	color:#d7000f;
	padding-left:1em;
	text-indent:-1em;
}
.attention span{
	display:block;
	margin-bottom:20px;
}

.tbl_entry_form{
	margin:20px auto;
	width:840px;
}
.tbl_entry_form dl{
	clear:both;
	font-weight: normal;
	border-bottom: 1px #ECECEC solid;
	padding:0 10px 10px 10px;
	margin-bottom:20px;
}
.tbl_entry_form dl:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.tbl_entry_form dl {display:inline-block;}
.tbl_entry_form dl {display:block;}

.tbl_entry_form dt{
	width:370px;
	text-align:left;
	float:left;
}
.tbl_entry_form dd{
	width:400px;
	text-align:left;
	float:right;
}
.tbl_entry_form dt.dd_mail
,.tbl_entry_form dt.dd_mail{
	border-bottom: 0px #ECECEC solid;
}
.tbl_entry_form dd.dd_text{
	padding:0px 8px 10px 8px;
	line-height:120%;
}
.entrybtn{
	margin:0 auto;
	width:306px;
	padding:5px 15px;
	color:#FFF;
	background-color:#d7000f;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.ipt_text_l{
	height:30px;
	width:380px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.ipt_textarea_l{
	width:380px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#footer{
	clear:both;
	margin:0;
	border-bottom: 1px #ECECEC solid;
	width:100%;
}
#footer .text{
	margin:0 auto;
	width:900px;
	padding:30px 0px;
	text-align:center;
	color:#000;
	font-size:10px;
}
.errMsg {
    color: #e2263e;
    font-size: 16px;
    font-weight: bold;
    padding: 170px 50px;
    text-align: center;
}
.errMsg a {
    color: #e2263e;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 40px;
}
.thanks{
    font-size: 16px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 80px;
	text-align:center;
}
#bosyu {
	width:900px;
	margin:0 auto;
}
#bosyu ul li{
	width:300px;
	float:left;
	list-style:none;
}
#bosyu h2{
	font-weight:bold;
	font-size:25px;
	color:#295182;
}
#bosyu .close{
	padding:5px 3px 3px 10px;
	color:#FFF;
	background-color:#d7000f;
	margin-left:8px;
	font-size:16px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#bosyu .att{
	font-size:14px;
	color:#d7000f;
	margin-left:10px;
}
#bosyu_cta {
	margin-bottom:30px;
	display:block;
}
select {
	width:380px;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 5px 0 0;
    outline: medium none;
    padding: 5px;
    text-overflow: "";
}
input.zip, input.tel {
	width:60px;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}