@charset "UTF-8";

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


/* section01
---------------------------------------------------------------------------- */
div.section01  {

}

div#contents div.section01 table {
	margin: 0 0 20px;
	width: 700px;
}

div#contents div.section01 table th {
	background: #F3F3F3;
	border-bottom: solid 1px #FFF;
	font-weight: bold;
    padding: 7px 10px;
    text-align: left;
    vertical-align: top;
	width: 30%;
}


div#contents div.section01 table td span.error_coution {
	color: #F00;
	font-size: 100%;
}

div#contents div.section01 table td {
	background: #F7F7F7;
	border-bottom: solid 1px #FFF;
    padding: 10px;
    vertical-align: top;
	width: 70%;
}

div#contents div.section01 table tr.accept td {
	background: none;
	border: none;
}

div#contents div.section01 table input {
	width: 300px;
}

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

div#contents div.section01 input.confirm:hover {
	background-image:url(../img/cl_contact/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*/

div#contents div.section01 table.confirm_check span.ERR {
	font-weight: bold;
	color:#F00;
}

div#contents div.section01 table.confirm_check th.submit p {
	text-align: center;
}

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

div#contents div.section01 table th.submit input#submit:hover {
	background-image:url(../img/cl_contact/btn-send-hov.gif) ;
	background-repeat: no-repeat;
}

div#contents div.section01 table th.submit input#back {
	display: block;
	margin: 5px auto 0;
	width: 50px;
}

/*thanks*/
div.section01 div.thanks_contWrap {
	margin: 10px auto;
	width: 700px;
}
