@charset "UTF-8";

/* ***************************************************
* CSS file For jem-com.jp
	FileName: contact.css
	data:2008/10/27 kinoshita

■目次 ==========================================
■[01]:ご注意
**************************************************** */



/*-----------------------------------------------------------
■[01]:ご注意
------------------------------------------------------------*/

div.AttentionBox{
	width: 720px;
	background: url(/img/contact/bg_atebox.gif) repeat-y center;
	padding-top: 10px;
	float: left;
}

div.AttentionBox dl{
	float: left;
	width: 670px;
	padding-bottom: 20px;
}

div.AttentionBox dl dt{
	float: left;
	width: 130px;
}

div.AttentionBox dl dt img{
	padding-left: 40px;
}

div.AttentionBox dl dd{
	float: left;
	width: 540px;
}


p.line1{
	width: 720px;
	background: url(/img/contact/line1.gif) no-repeat;
	height: 3px;
	clear:both;
}

/*-----------------------------------------------------------
■[02]:フォーム
------------------------------------------------------------*/

p.contact_text{
	clear:both;
	line-height: 20px;
	background-color: #e6e6eb;
	padding-left: 40px;
	margin-top: 15px;
	margin-bottom : 15px;
}

span.kome{
	color: #c02646;
	font-weight: bold;
	background-color: #f2d4da;
	padding: 3px;
}


div.FormBox{
	width: 720px;
	background: url(/img/contact/bg_form.gif) repeat-y;
	float: left;
}

div.FormBox table{
	width: 640px;
}

/* これ以降Mac IE 5のみに適用される \*//*/
div.FormBox table {
	margin-left : 30px;
}
/* これ以降Mac IE 5以外にも適用される */

div.FormBox table th{
	color: #10164e;
	text-align: right;
	width: 134px;
	padding-right: 8px;
	line-height: 30px;
/* 	background-color: #e6e6eb;
 */}


div.FormBox table td.kome{
	color: #c02646;
	text-align: center;
	width: 20px;
/* 	background-color: #f2d4da;
 */}

div.FormBox table td.text{
	width: 486px;
	padding-left: 12px;
}

div.FormBox table td.text input.j10{
/* 	font-size: 10px;
 */	color: #333;
}

div.FormBox table td.text input.w_text{
	width: 450px;
}

p.line2,p.line3{
	width: 720px;
	height: 3px;
	clear:both;
}

p.line2{ background: url(/img/contact/line2.gif) no-repeat;}
p.line3{ background: url(/img/contact/line3.gif) no-repeat; margin-bottom: 10px;}

p.BT{
	text-align: center;
}



/* 入力エラー */
div#FormError {
	width: 640px;
	background-color: #f2d4da;
	margin: 5px 40px 15px 40px;
	border: 1px solid #dea9b4;
}
div#FormError p {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #c02646;
}

div.thankyou{
	width: 640px;
	background-color: #e6e6eb;
	margin: 5px 40px 15px 40px;
}

div.thankyou p{
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
}


