@charset "UTF-8";
/*****************************************************


japangap.jp/contact/
lasd mod 1110408


*****************************************************/

@import url(reset.css);
@import url(structure.css);
/*****************************************************/




/*****************************************************

container

*****************************************************/


.contactmain {
	margin: 135px 0 0 0;
}
.section {
	margin: 0 0 80px 0;
	width: 630px;
}
.section h3 {
	margin: 0 0 30px 0;
}
.cap_M {
	font-size: 14px;
}
#extra h3 {
	margin: 0 0 20px 0;
}
/*****************************************************

mailform

*****************************************************/


.contactform {
	background: #fff;
	width: 630px;
	border-collapse: collapse;
}
.contactform tr td {
	padding: 8px;
	border: 1px solid #e2e2e2;
	font-size: 12px;
	vertical-align: middle;
}
.stripe {
	/*background:#ddfffd;*/
	background: #fff;
}
.item1 {
	width: 160px;
	background: #ddfffd;
}
.hissu {
	color: #0c0;
	margin: 0 0 0 5px;
	font-size: 10px;
}
.nini {
	color: #900;
	margin: 0 0 0 5px;
	font-size: 10px;
}
.form_note {
	border: #666 1px dotted;
	font-size: 11px;
	margin: 10px auto;
	width: 402px !important;
	color: #666;
	background-color: #f9f9ff;
	text-align: left
}
textarea {
	font-size: 12px;
}
#btn {
	text-align: center;
	margin: 20px 0;
}
#btn_submit {
	width: 151px;
	height: 47px;
	background: url(../../contact/img/btn_submit.jpg) no-repeat;
	text-indent: -9999px;
	border-style: none;
	cursor: pointer;
}
#btn_submit:hover {
	width: 151px;
	height: 47px;
	background: url(../../contact/img/btn_submit_on.jpg) no-repeat;
	text-indent: -9999px;
	border-style: none;
	cursor: pointer;
}
#btn_reset {
	width: 151px;
	height: 47px;
	background: url(../../contact/img/btn_reset.jpg) no-repeat;
	text-indent: -9999px;
	border-style: none;
	cursor: pointer;
}
#btn_reset:hover {
	width: 151px;
	height: 47px;
	background: url(../../contact/img/btn_reset_on.jpg) no-repeat;
	text-indent: -9999px;
	border-style: none;
	cursor: pointer;
}
