@charset "utf-8";
/* CSS Document */

input#zip_1{
	width: 50px;
}

input#zip_2{
	width: 70px;
}

input#company, input#address, input#url, input#email{
	width: 380px;
}
table.type_C{
	font-size: 80%;
	margin: 0px 0px 10px 0px;
	width: 684px;
	line-height: 2.0em;
	border: #e0d0c7 3px solid;
}
table.type_C th{
	width: 25%;
	background-color: #f4f2ee;
	color: #333333;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	line-height: 1.0em;
}
table.type_C th span{
	color: #333333;
	font-size: 10px;
}
table.type_C td{
	background-color: #f5f5f5;
	color: #636363;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

table.type_C ul {
list-style: none;
}

.type_C th strong,
span.kome{
	font-size: 12px;
	color: #c3d60b;
	margin-right: 3px;
}
.type_C th strong img{
	vertical-align: middle;
}
.type_C td span{
	line-height: 1.5em;
	color: #333333;
}

textarea#message{
	width: 400px;
	height: 100px;
}
td.sentaku input{
	vertical-align: middle;
	margin-bottom: 7px;
}
td.sentaku input.after{
	vertical-align: middle;
	margin-left: 30px;
}

td.checkBox input{
	vertical-align: middle;
}
*:first-child+html td.checkBox input{
	vertical-align: middle;
	margin-bottom: 4px;
}

input#place_A{
	margin-right: 10px;
	width: 150px;
}

td.icon-ok{
	background-image: url(/contact/images/icon-ok.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
td.icon-ex{
	background-image: url(/contact/images/icon-ex.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


p.bt{
	text-align: center;
	margin: 10px 0;
}
p.bt img{
	margin: 10px;
}
div.contactBox{
	width: 362px;
	float: right;
	padding-left: 30px;
}
dl.contact{
	width: 332px;
	margin-bottom: 10px;
	margin: 5px 0px;
	border-bottom: dotted 1px #CCC;
}
dl.contact dd{
	padding: 0px 5px 5px 5px;

}



.toBack {
margin: 0 90px 0 0;
}

.toNext {
margin: 0 170px 0 0;
}

/* ERROR*/

.error {
margin: 0 0 0 30px;
color: #CC0033;
}
