@charset "utf-8";
/* CSS Document */


h2{
	background-image:url(../img/title.jpg);
	background-repeat:no-repeat;
}

#contents h3{
	background-color:transparent;
	color:#483A2E;
	border-left:5px solid #483A2E;
	border-bottom:none;
	padding:0 0 0 15px;
	margin:0 0 0 50px;
}

.formEmail{
	margin:5px 50px 20px;
	width:90%;
}

.need {
	font-size: 10px;
	color: #CC0000;
}
.formHead , .formFoot {
	text-align:center;
}


div.lineArea{
	text-align: center;
	margin:5px auto 20px;
	width:80%;
}

div.lineArea img{
	width:100%;
	max-width:800px;
}

div.lineArea img.lineSp{
	display: none;
}


div#form table{
	margin:10px 80px;
	width:90%;
}

div#form th{
	font-size:14px;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-color:#F3ED97;
	padding:4px;
	border-bottom:1px dashed #666;
	width:20%;
}

div#form td{
	font-size:14px;
	line-height:130%;
	background-color:#fff;
	padding:4px;
	border-bottom:1px dashed #666;
}
.sysCaution{
	color: #FF0000;
	font-weight: bold;
}

textarea,input[type="text"],input[type="file"] {
	width:70%;
}

.formFoot{
	margin-bottom:40px;
}

/*.thWidth{
	width:150px;
}*/


@media only screen and (max-width:750px){
	.formEmail{
	margin:5px 50px 20px;
	width:80%;
}
	
	div#form table{
		width:80%;
	}
	
	div#form img{
		width:100%;
	}
	
	div.lineArea img{
		width:90%;
		margin: 0 auto;
	}
	
	div.lineArea img.line{
		display: none;
	}
	
	div.lineArea img.lineSp{
		display: block;
	}
}


@media only screen and (max-width:600px){
	#contents h3{
	margin:0 0 0 10px;
}
	
	.formEmail{
	margin:5px 10px 20px;
	width:85%;
}
	
	div#form table{
		margin:10px;
		width:85%;
	}
	
	div#form th{
		display:block;
		width:100%;
	}
	
	div#form td{
		display:block;
		width:100%;
	}
}
