@charset "UTF-8";

/* ------------------------------
    whatsnewBox common
------------------------------ */
#aside h3.contact {
	width: 220px;
	height: 0;
	padding: 42px 0 0;
	background: url(../img/contact/aside_h3.png) no-repeat;
	overflow: hidden;
}
.modTable01 {
	margin-bottom: 20px;	
}
.modTable01 th {
	white-space: nowrap;	
}
.modTable01 label {
	padding: 0 30px 0 3px;
}
.mustIcon,
.freeIcon {
	background: #EFEFEF;	
}
.mustIcon span,
.freeIcon span {
	display: block;
	width: 30px;
	height: 0;
	padding: 15px 0 0;
	background: url(../img/contact/parts_contact.png) no-repeat -710px 0;
	overflow: hidden;
}
.freeIcon span {
	background-position: -710px -20px;	
}

.radiusBox .txtBox .exp {
	color: #630;
	font-size: 85%;
	line-height: 1.3;
	margin:0;
	padding: 5px 0 0;	
}
/* input btn */
input.btn {
	display: block;
	width: 230px;
	height: 61px;
	margin: 0 auto;
	border: none;
	background: url(../img/contact/parts_contact.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}
input.backBtn {
	background-position: -236px 0;	
}
input.sendBtn {
	background-position: -472px 0;	
}
input:hover.confirmBtn {
	background-position: 0 -61px;	
}
input:hover.backBtn {
	background-position: -236px -61px;	
}
input:hover.sendBtn {
	background-position: -472px -61px;	
}

/* douibtn */
input.douiBtn {
	width: 343px;
	background: url(../img/service/hp100/btn_doui.png) no-repeat;	
}
input:hover.douiBtn {
	background-position: 0 -61px;	
}

.form_submit {
	width: 480px;
	margin: 0 auto;	
}
.form_submit li {
	float: left;
	width: 240px;	
}

input.inpTxt,
textarea {
	padding: 5px;
	background: #E3EFF1;
	border: 1px solid #9CC;	
	border-right: 1px solid #E3EFF1;	
	border-bottom: 1px solid #E3EFF1;	
}
label {
	display: block;
	float: left;
	padding-right: 1em;	
	white-space: nowrap;
}
.error {
	color: #F60;
	font-weight: bold;	
}

input.short {
	width: 60px;	
}
input.mid {
	width: 150px;	
}
input.long,
textarea.long {
	width: 370px;	
}

.thanksBox {
	border: 4px solid #EEE;
	margin-bottom:50px;
	padding: 50px 0;
	text-align: center;
	vertical-align: middle;	
}

.kiyakuBox {
	width: 620px;
	height: 130px;
	overflow: auto;
	border: 1px solid #CCC;
	background: #FEFEFE;
}
.kiyakuBox h4 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 108%;	
	color: #333;
}

.kiyakuBox div {
	padding: 10px;		
	font-size: 85%;
}
.kiyakuBox strong {
	font-weight: bold	
}

/* clearfix
------------------------------------------------------------------------ */
.form_submit { /zoom: 1;}
.form_submit:after {
	content: '';
	display: block;
	clear: both;
}