@charset "utf-8";
/*
==================================================

    CSS File Name - about.css
    Last-updated: 2010-05-14

==================================================
*/
div#header {
	margin-bottom:20px;
}
div#mainBody div.mainContent {
	max-width:738px;
}
h2 {
	padding-bottom:30px;
}
/*----- box -----*/
div.box {
	background:url(../images/contact/contact_bg.jpg) no-repeat;
	max-width:680px;
	height:800px;
	clear:both;
	overflow:vissible;
	margin:0 auto;
}
div.box_regist {
	background:url(../images/contact/contact_bg_reg.jpg) no-repeat;
	height:300px;
	clear:both;
	overflow:vissible;
	max-width:600px;
	padding:100px 0px 0px 75px;
	margin:4px 0 23px 0;
}
p.center {
	text-align:center;
	margin-top:30px;
}
div.box div.cont_L {
	max-width:680px;
	font-size:12px;
	color:#231815;
}
span {
	color:#E50012;
}
div.box div.cont_L div.inner ul {
	clear:both;
	text-align:center;
}
div.box div.cont_L div.inner li {
	display:inline;
	padding-right:6px;
}
div.box div.cont_L div.inner li.last {
	padding-right:0px;
}
div.box div.cont_L div.inner {
	max-width:680px;
	padding:10px 0px 0px 0px;
	margin:4px 0 23px 0;
}
div.box p.regist {
	font-size:12px;
	padding:170px 0px 0px 90px;
}
div.box div.regist div.inner {
	background-color:#FFF;
	max-width:600px;
	padding:10px 15px 18px 22px;
	margin:4px 0 23px 0;
}
div.box div.cont_L div.inner table {
	max-width:600px;
	margin:50px auto 15px auto;
}
div.box div.cont_L div.inner table th {
	text-align:right;
	max-width:150px;
	font-weight:normal;
	line-height:2.6;
}
div.box div.cont_L div.inner table th.th01 {
	vertical-align:top;
}
div.box div.cont_L div.inner table td {
	padding-left:16px;
}
div.box div.cont_L div.inner table td input {
	max-width:243px;
	padding:2px;
	background-color:#FFF;
	border:1px solid #bab9b7;
}
div.box div.cont_L div.inner table td input.check{
	max-width:20px;
	padding:2px;
	border:0px;
}
div.box div.cont_L div.inner table td.check_td{
	padding:10px 10px;
}
div.box div.cont_L div.inner table td input.text01 {
	max-width:60px;
}
div.box div.cont_L div.inner table td input.text02 {
	max-width:388px;
	height:178px;
}
@media screen and (max-width: 620px) {
	p.center {
		margin-bottom: 10px;
	}
	form tbody,
	form tr {
		display: block;
		width: 100%;
	}
	form td span {
		width: 100%;
		display: block;
	}
	div.box div.cont_L div.inner table td input ,
	div.box div.cont_L div.inner table td textarea {
		max-width: 100%;
		width: 100%;
	}
	div.box {
		background: #fff;
		border: 2px solid #d8cbb8;
		margin-bottom: 20px;
		padding-bottom: 30px;
		border-radius: 10px;
		height: auto;
}
	div.box div.cont_L div.inner table {
		max-width: 100%;
		width: 100%;
		margin-top: 20px;
		padding: 0 5%;
		display: block;
	}
div.box div.cont_L div.inner table th,
	div.box div.cont_L div.inner table td {
		max-width: 100%;
		display: block;
		text-align: left;
		padding-left: 0;
	}
	div.box div.cont_L div.inner table td input{
		width: 100%;
	}





}
