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

#top_img {
	background: url("../images/top_img.jpg") no-repeat ;
	height: 480px;
	margin: 0 auto 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 934px;
}

#ho_h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 auto 20px;
	text-align: center;
	color: #CC0000;
}

#ho_h3_bot {
	padding: 20px 0 25px;
	font-size: 30px;
	font-weight: 700;
	margin: 0 auto 20px;
	text-align: center;
	color: #FFFFFF;
background: #ff7b0d;
background: -moz-linear-gradient(top,  #ff7b0d 0%, #ffa84c 85%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b0d), color-stop(85%,#ffa84c), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ff7b0d 0%,#ffa84c 85%,#ffffff 100%);
background: -o-linear-gradient(top,  #ff7b0d 0%,#ffa84c 85%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ff7b0d 0%,#ffa84c 85%,#ffffff 100%);
background: linear-gradient(to bottom,  #ff7b0d 0%,#ffa84c 85%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffffff',GradientType=0 );

}

#ho_top_p {
	font-size: 25px;
	font-weight: 700;
	margin: 0 auto 20px;
	text-align: center;
}

.hoken_logo_waku {
position: relative;
width:890px;
}

.hoken_syurui {
	margin-left:89px;
	width: 712px;
	clear: both;
}

.hoken_syurui li {
	width: 178px;
	height: 69px;
	float: left;
}

.hoken_syurui li a {
	display: block;
	float: left;
}

#ho_toptext {
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 40px;
	-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_inner {
	margin: 0 auto 30px;
}

.ho_subbox {
	padding: 20px;
	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: 250px;
	height: 168px;
	float: right;
}

.ho_tittle {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-align: left;
	color: #FF5F17;
}


.ho_subtext {
	font-size: 16px;
	margin: 0 0 0 10px;
	line-height: 1.3em;
	text-align: left;
	width: 590px;
}


.btn_area li {
	width: 452px;
	height: 113px;
	float: left;
	margin-right: 30px;
}

.btn_area li.right_none {
	margin-right: 0;
}

.btn_area li a {
	display: block;
	width: 452px;
	height: 113px;
	float: left;
	margin-right: 30px;
}



.btn_toparea {
	margin-bottom: 30px;
}
.btn_toparea li {
	width: 432px;
	height: 70px;
	float: left;
	margin-right: 50px;
}

.btn_toparea li.right_none {
	margin-right: 0;
}



.estimate_btn a {
	display: block;
	width: 432px;
	height: 70px;
	margin-right: 30px;
	text-decoration: none;
	margin-left: 10px;
	font-size: 30px;
	line-height: 70px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #FC7005;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #333333;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
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;
	width: 432px;
	height: 70px;
	margin-right: 30px;
	text-decoration: none;
	margin-left: 10px;
	font-size: 30px;
	line-height: 70px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #444444;
	color: #CC0000;
	text-shadow: 1px 1px 1px #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
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;
}
#InputFormArea h2 {
    background: linear-gradient(to bottom, rgba(255, 48, 25, 1) 40%, rgba(207, 4, 4, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 1.3;
    margin: 0 auto 10px;
    padding-top: 7px;
    text-align: center;
}