@charset "utf-8";


.tbl_form td {
	word-break: break-all;
}
p.error {
		padding-top: 10px;
		color: #c4151c;
	}
.tbl_form{
		margin-top:20px;
	}
.txt_c{
		text-align:center;
	}
.end_txt p{
		margin-bottom:20px;
	}
/*contact-----------*/
.contact {
	width: 800px;
	margin:0 auto 50px;
}
.contact table {
	margin:20px 0 30px;
}
.contact th {
	width: 220px;
}

/*estimate -----------*/
.estimate {
	width: 800px;
	margin:0 auto 50px;
}

.estimate_ttl01 {
	font-weight: bold;
	color: #c4151c;
}
.estimate_ttl02 {
	font-weight: bold;
	color: #006bae;
}
.estimate_ttl03 {
	font-weight: bold;
	color: #c4151c;
	font-size: 120%;
	margin-bottom: 20px;
}
.estimate_ttl03 span {
	font-weight: normal;
	color: #666;
}
.estimate table {
	margin-bottom: 30px;
	table-layout: fixed;
}
.estimate th {
	width: 220px;
}
.estimate .tbl_block01 {
	display: table;	
}
.estimate .tbl_block01 .fl {
	width: 170px;
	font-size: 80%;
	vertical-align: middle;
	display: table-cell;
	padding-right: 15px;
}
.estimate .tbl_block01 .fr {
	display: table-cell;
}


.estimate .accordion dt,
.estimate .accordion .close {
	cursor:pointer;
}
.estimate .accordion dt.open {
}
.estimate .accordion dd {
	display:none;
}

.estimate .estimate_acc01 {
	margin-top: 12px;
}
.estimate .estimate_acc01 dt {
	background: #efefef url(../images/common/icon_question.png) no-repeat 6px 0.6em;
	font-size: 80%;
/*	margin-bottom: 10px;*/
}
.estimate .estimate_acc01 dt a {
	text-decoration: underline;
	display: block;
	padding: 5px 5px 5px 28px;
}
.estimate .estimate_acc01 dt a:hover{
	text-decoration:none;
}
.estimate .estimate_acc01 p {
	font-size: 90%;
	padding-bottom: 8px;
}
.estimate .estimate_acc01 .close {
	margin-top: 14px;
}
.estimate .estimate_acc01 .close a {
	font-size: 90%;
	background-color: #efefef;
	padding: 4px;
	text-align: center;
	display: block;
	text-decoration:none;
}
.estimate .estimate_acc01 .close a:hover{
	color: #666;	
}
.estimate .estimate_acc01 .close img {
	vertical-align: middle;
	margin: -2px 8px 0 0;
}

.estimate .estimate_acc02 dt {
	background: url(../images/estimate/btn_detail.png) no-repeat left top;
	height: 64px;
	margin-bottom: 35px;
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
}
.estimate .estimate_acc02 dt.open {
	background: url(../images/estimate/btn_detail_o.png) no-repeat left top;
}
#estimate_select{
	width:100%;
}