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

@import "../common/css/0-import.css";

#main .banner {
	margin-bottom: 5px;
}

#conts h2 {
	background: url(../img/works/h2_back.gif) no-repeat left bottom;
	font-size: 13px;
	color: #003366;
	padding-left: 22px;
	margin-bottom: 14px;
	line-height: 18px;
}

#conts table {
	width: 550px;
	border: 1px solid #8d8d8d;
	margin-left: 126px;
	margin-bottom: 21px;
}

#conts table th {
	border: 1px solid #8d8d8d;
	background-color: #d5d5d5;
	vertical-align: middle;
	width: 159px;
	padding-left: 6px;
}

#conts table th.none {
	background: none;
}

#conts table tr {
	border: 1px solid #8d8d8d;
}

#conts table td {
	border: 1px solid #8d8d8d;
	padding: 3px 0 3px 8px;
	font-size: 11px;
}

#conts table td.td01 {
	padding-left: 2px;
}

#conts table span {
	color: #d04554;
}

#conts input.input01 {
	width: 90px;
	margin-right: 10px;
}

#conts input.input02 {
	width: 37px;
	margin: 0 5px;
}

#conts input.input03 {
	width: 259px;
}

#conts input.input04 {
	width: 94px;
	margin: 0 5px;
}

#conts input.input0401 {
	margin-left: 0;
}

#conts textarea {
	width: 350px;
}

#conts input.checkbox {
	vertical-align: -2px;
}

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

#conts table.prev td {
	padding: 10px;
}

#conts table.prev th {
	padding-top: 10px;
	padding-bottom: 10px;
}

.errorMsg {
	margin: 10px 0 20px 125px;
	line-height: 1.4;
	color: #f00;
}

#conts p.thanks {
	margin: 0 0 30px 125px;
}

#conts .btnBox {
	margin-bottom: 20px;
	text-align: center;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

#conts input.checkbox {
	vertical-align: 1px;
}

}
	
