@charset "UTF-8";

@media screen and (min-width:480px) and (max-width:1024px){
#wrapper{
		width:100%;
	}
#content{
	width:100%;
}
.right_content{
	float:right;
	width: 20%;
}
header{
	width:100%;
}
.header_contents{
	width:100%;
}
.header_line{
	width:100%;
}
.header_text{
	width:100%;
}
#dropmenu{
  width: 500px;
}
#dropmenu li{
	margin-right:20px;
}
.web_link{
	display: block;
	margin:0 auto;
	margin-bottom:30px;
	width:100%;
	text-align: center;
}
.web_link img{
	display: block;
	margin:0 auto;
	width:160px;
	height:auto;
}
#mainContent {
	width: 70%;
}
.sidebar_block{
	margin:30px 0;
}
.right_content{
	width:25%;
	margin-top:20px;
	margin-left:10px;
	text-align: center;
}
.right_content .banner{
	display: block;
	width:100%;
	border-radius: 30px;
	padding:15px 0;
	margin:10px 0;
	color:#fff;
	background: #f56778;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #B5C884), color-stop(0.5, #9BB858));
    background: -moz-linear-gradient(top, #B5C884 50%,#9BB858 50%);
    background: -o-linear-gradient(top, #B5C884 50%,#9BB858 50%);
    background: -ms-linear-gradient(top, #B5C884 50%,#9BB858 50%);
    background: linear-gradient(top, #B5C884 50%, #9BB858 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B5C884 50%', endColorstr='#9BB858 50%');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B5C884 50%', endColorstr='#9BB858 50%')";
}
.right_content .brown{
	background: #f56778;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #887d72), color-stop(0.5, #605143));
    background: -moz-linear-gradient(top, #887d72 50%,#605143 50%);
    background: -o-linear-gradient(top, #887d72 50%,#605143 50%);
    background: -ms-linear-gradient(top, #887d72 50%,#605143 50%);
    background: linear-gradient(top, #887d72 50%, #605143 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#887d72 50%', endColorstr='#605143 50%');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#887d72 50%', endColorstr='#605143 50%')";
}
.right_content .banner span{
	text-align: center;
	color:#fff;
	font-size:12px;
	background: url(../images/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 6px auto;
	padding:15px;
}
.sidebar_block{
	margin:30px 0;
}	
.right_tel_box{
	background:#fff;
	padding:10px;
	font-size:12px;
	margin-bottom:20px;
}
.right_tel_box .tel img{
	width:80%;
}
	.result{
	width:100%;
}
.result .title{
	margin-top:15px;
	margin-bottom:-15px;
}
.result .tel_box{
	margin-top:20px;
	border:1px solid #999;
	padding:10px;
	width:380px;
}
.home_caution{
	color:#E70C00;
	margin:20px 0;
	font-size:12px;
}
.pure-container{
		display:none;
}
}


