
.bg-hoken{ background: url(../images/bg-hoken.jpg) #fff no-repeat; background-position: top center; background-size: 100%; padding: 12px;}
.text-main{ text-align: left; padding: 22px;}
.text-main img{ max-width: 100%;}

.bg-yellow{ background: #f2e7d0; padding: 12px; margin-top: 30px;}
.bg-white{ background: #fff; padding: 18px;}
.bg-white .text-orange{ font-size: 17px; font-weight: bold; color: #ef8433; line-height: 1.5; margin: 6px auto;}
.bg-white p{ color: #000; font-size: 13px;}
.bg-white .images{ margin: 12px auto; border-radius: 8px; overflow: hidden;}
.bg-white .images img{ width: 100%;}
.bg-white .line-brown{ background: #e1dbc7; width: 100%; height: 3px; display: block; margin: 18px auto;}

.yoyakuBt{
	background: -moz-linear-gradient(top,#f58403 0%,#b94101);
	background: -webkit-gradient(linear, left top, left bottom,from(#f58403),to(#b94101));
	padding:2px;
	display:block;
	width:95%;
	border-radius:5px;
	margin:auto;
	text-decoration:none;	
}
.yoyakuBt p{
	display:block;
	border:1px solid #ffcb7a;
	background: -moz-linear-gradient(top,#ff8800 0%,#ff8800 49%,#f57b01 50%,#e36403);
	background: -webkit-gradient(linear, left top, left bottom,from(#ff8800),color-stop(0.49, #ff8800),color-stop(0.50, #f57b01),to(#e36403));
	height:46px;
	border-radius:5px;
	line-height:46px;
	font-size:17px;
	color:#ffffff;
	text-shadow:0 -1px 0px #7d2800;
	font-weight:bold;
	text-align:center;
}
.yoyakuBt span{
	display: inline-block;
	margin:auto !important;
	background-image:url(../images/web_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:30px;
	padding:0 0 0 38px;
}