@charset "UTF-8";
/* CSS Document */

#top_img {
	margin: 0 auto 10px;
	width: 100%;
}

#ho_h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto 10px;
	text-align: center;
	color: #CC0000;
}

#ho_top_p {
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto 5px;
	text-align: center;
}

.tel {
	margin: 10px 10px 20px;
}
.hoken_syurui {
	clear: both;
	margin-bottom: 20px;
}

.hoken_syurui li {
	width: 20%;
	float: left;
}

.hoken_syurui li a {
	display: block;
	float: left;
}

#ho_toptext {
	padding: 20px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 5px 20px;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: #fceabb;
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 65%, #f8b500 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(65%,#fccd4d), color-stop(100%,#f8b500));
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 65%,#f8b500 100%);
background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 65%,#f8b500 100%);
background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 65%,#f8b500 100%);
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 65%,#f8b500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f8b500',GradientType=0 );
}


#ho_h3_bot {
	padding: 10px 0 ;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto 5;
	text-align: center;
	color: #FFFFFF;
background: #cf0404;
background: -moz-linear-gradient(top,  #cf0404 0%, #ff3019 52%, #ffe0dd 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(52%,#ff3019), color-stop(99%,#ffe0dd));
background: -webkit-linear-gradient(top,  #cf0404 0%,#ff3019 52%,#ffe0dd 99%);
background: -o-linear-gradient(top,  #cf0404 0%,#ff3019 52%,#ffe0dd 99%);
background: -ms-linear-gradient(top,  #cf0404 0%,#ff3019 52%,#ffe0dd 99%);
background: linear-gradient(to bottom,  #cf0404 0%,#ff3019 52%,#ffe0dd 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ffe0dd',GradientType=0 );
}


.ho_inner {
	margin: 0 auto 20px;
}

.ho_subbox {
	padding: 20px 5px;
	border-bottom: 2px dotted #888888;
background: #fefefe;
background: -moz-linear-gradient(top,  #fefefe 50%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fefefe), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top,  #fefefe 50%,#f2f2f2 100%);
background: -o-linear-gradient(top,  #fefefe 50%,#f2f2f2 100%);
background: -ms-linear-gradient(top,  #fefefe 50%,#f2f2f2 100%);
background: linear-gradient(to bottom,  #fefefe 50%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 );

}

.ho_img {
	width: 25%;
	float: left;
	margin: 0 2% 10px 1%;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.color_green {
	color: #44b1a3;
}

.ho_tittle {
	width: 70%;
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px 0;
	color: #44b1a3;
}


.ho_subtext {
	width: 70%;
	font-size: 14px;
	line-height: 1.3em;
	float: left;
}



.btn_area {
	margin: 0 5px 20px;
}

.btn_area li {
	width: 100%;
	margin-bottom: 10px;
}

.btn_area li.right_none {
}

.btn_area li a {
	display: block;
}



.btn_toparea {
	margin: 0 5px 20px;
}

.btn_toparea li {
	width: 100%;
	margin-bottom: 20px;
}

.btn_toparea li.right_none {
}



.estimate_btn a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 2em;
	font-weight: 700;
	text-align: center;
	border: 1px solid #FC7005;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #333333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: rgb(255,183,107);
background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 20%, rgba(255,127,4,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(20%,rgba(255,167,61,1)), color-stop(100%,rgba(255,127,4,1)));
background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 20%,rgba(255,127,4,1) 100%);
background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 20%,rgba(255,127,4,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 20%,rgba(255,127,4,1) 100%);
background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 20%,rgba(255,127,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
box-shadow:rgba(97, 97, 97, 0.6) 0px 0px 5px 3px;
-webkit-box-shadow:rgba(97, 97, 97, 0.6) 0px 0px 5px 3px;
-moz-box-shadow:rgba(97, 97, 97, 0.6) 0px 0px 5px 3px;
}

.form_btn a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 2em;
	font-weight: 700;
	text-align: center;
	border: 1px solid #444444;
	color: #CC0000;
	text-shadow: 1px 1px 1px #FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
box-shadow:rgba(97, 97, 97, 0.6) 0px 0px 5px 1px;
-webkit-box-shadow:rgba(97, 97, 97, 0.6) 0px 0px 5px 1px;
-moz-box-shadow:rgba(97, 97, 97, 0.6) 0px 0px 5px 1px;
}

.btn_toparea li a:hover {
	opacity: 0.6;
}


.hoken_setsumei_text {
	margin: 10px;
}

#hoken_tittle {
	background: none repeat scroll 0 0 #ff6928;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 2em;
	margin: 10px 0;
	padding: 0 0 0 10px;
}






