@charset "UTF-8";

/* ****************************************************
Title: .css
***************************************************** */

#contents {
	margin-top: 50px;
}

/* section04
---------------------------------------------------------------------------- */
section.sec01 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


section.sec01 table {
	width: 950px;
	margin: 0 auto;
}

section.sec01 table th {
	vertical-align: top;
	font-weight: bold;
	padding: 10px;
	background: #F9F9F9;
	border-bottom: dashed 1px #e3e3e3;
	border-right: dashed 1px #e3e3e3;
	width: 30%
}

section.sec01 table td {
	padding: 10px;
	background: #FFF;
	border-bottom: dashed 1px #e3e3e3;
;	width: 70%l
}

section.sec01 table td p.form_atten {
	font-size: 89%;
	color: #999;
}

section.sec01 table td input#zip0,
section.sec01 table td input#zip1 {
	width: 80px;
}

section.sec01 table td input#address2,
section.sec01 table td input#address3,
section.sec01 table td input#email {
	width: 200px;
}

section.sec01 table td input#enq {
	width: 400px;
}

section.sec01 table td dl.b_border {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #007ABE;
}

section.sec01 table td dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

section.sec01 table td textarea {
	width: 550px;
}

section.sec01 input.confirm {
	background-color: #FFF;
	background-image:url(../img/form/btn-check-def.png) ;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 61px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 210px;
}

section.sec01 input.confirm:hover {
	background-image:url(../img/form/btn-check-hov.png) ;
	background-repeat: no-repeat;
}



div#contents div.section01 p#btn-check {
	height: 66px;
    margin: 0 auto;
    width: 210px;
}

span.red {
	color: #F00;
}

/* confirm*/

section.sec01 table span.ERR {
	font-weight: bold;
	color:#F00;
}

section.sec01 div.submit p {
	text-align: center;
}

section.sec01 div.submit input#submit {
	background-color: #FFF;
	background-image:url(../img/form/btn-send-def.png) ;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 66px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 246px;
}

section.sec01 div.submit input#submit:hover {
	background-image:url(../img/form/btn-send-hov.png) ;
	background-repeat: no-repeat;
}

section.sec01 div.submit input#back {
	display: block;
	margin: 5px auto 0;
	width: 50px;
}

#contents h2 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}



