@charset "utf-8";

/* ニュース
----------------------------------------------- */

.contactBox h2 {
	margin-bottom:15px;
}

.contactBox h3 {
	font-weight:bold;
	margin-bottom:2px;
	color:#ee701c;
}

.contactBox dl {
	border:1px dotted #b2b2b2;
	background:#eee;
	padding:5px 10px;
	margin-bottom:20px;
}

.contactBox table {
	width:100%
}

.contactBox th {
	border-bottom:1px dotted #b2b2b2;
	background:#e6e6e6;
	padding:16px 6px 16px 20px;
	width:159px;
}

.contactBox td {
	border-bottom:1px dotted #b2b2b2;
	padding:16px 5px 16px 14px;
}

.contactBox td input[type='text'] {
    padding:3px 1px 2px 2px;
}

.contactBox td .box60 {width:60px;}
.contactBox td .box380 {width:380px;}
