@charset "utf-8";

#main_contactus div#error {
	border: 2px solid #FF0000;
	padding:20px 0px 20px 60px;
	background: url(/images/contactus/mark_attention.gif) no-repeat 10px center;
}

#main_contactus div#error ul li {
    color: #FF0000;
    margin-left:14px;
    list-style: disc;
}

#main_contactus p {
	margin: 12px 0;
}

#main_contactus p.attention {
	color: #FF0000;
	font-weight: bold;
}
#main_contactus label.norequired {
	padding-left: 50px;
	background: url(/images/contactus/mark_norequired.png) no-repeat left center;
}
#main_contactus label.required {
	padding-left: 50px;
	background: url(/images/contactus/mark_required.png) no-repeat left center;
}

#main_contactus table {
	width: 100%;
}

#main_contactus table tr th ,
#main_contactus table tr td {
	padding: 0.6em 0.4em;
	background-color: #f0f0f0;
	border: 3px solid #FFFFFF;
}
#main_contactus table tr td p.error_message {
	color: #FF0000;
	background: url(/images/contactus/bg_error.gif) no-repeat left bottom;
	height: 30px;
	line-height:24px;
	border: none;
	text-align: left;
	padding-left:1em;
	margin:0;
	font-size:78%;
}

#main_contactus table tr#submit_line td {
	background-color: #FFFFFF;
}

#main_contactus table tr th {
	background-color: #ece2d9;
	width: 160px;
	text-align: left;
}

#main_contactus table tr td.submit {
	text-align:center;
}

#main_contactus #thanks {
	text-align: center;
	padding-top: 60px;
}

#main_contactus #thanks strong {
	font-size: 150%;
}
#name_sei ,
#name_mei ,
#kana_sei , 
#kana_mei {
    width: 30%;
}

#postcode1 , #postcode2 {
    width: 25%;
}
#pref {
	width:30%;
}
#tel1 , #tel2 , #tel3 ,
#fax1 , #fax2 , #fax3 {
    width: 20%;
}

#comment {
    height:90px;
    width:100%;
}

