@charset "utf-8";
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	font-size:16px;
	font-family: Meiryo, メイリオ,'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
	*font-size:small;
	*font:x-small;
}
body{
	text-align:center;
	font-size:inherit;
	font:100%;
	line-height:1.6;
	margin:0px 0 0 0;
	padding: 0 0 0px 0;
    text-justify:distribute; 
}
div,span,pre,p,blockquote,form,fieldset,label,legend,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
embed,object,form,caption,tbody,tfoot,thead,a,abbr,acronym,address,
small,strike,sub,sup,tt,var,del,u,i,center,big,cite,code,iframe,obect,applet{
	margin: 0;
	padding: 0;
	list-style:none;
	vertical-align: baseline;
	outline:0;
	border:0;
	font-style:normal;
	font-weight:normal;
}
table{margin:0 auto;}
th,td,input,textarea,select,option,{
	margin: 0;
	padding: 0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
a { 
	vertical-align: baseline;outline: none;
	overflow:hidden;
	outline:none;   
}
a img{border:none;}
a:hover img.over{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a:link,a:visited{
	color:#5f5f5f;
	text-decoration:none;
}
a:hover,a:active{
	color:#5f5f5f;
	text-decoration:none;
}
.sidemax{
	max-width:1200px;
	margin:0 auto;
	padding:0;
}
.shade{
    color: transparent !important;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

/******************************************
contenter
*******************************************/
#contenter{
	float:left;
	text-align:left;
	width:870px;
}
.searchResults{
    padding: 10px;
}
#contenter .posts p{
	padding: 0 20px 20px;
	font-size:14px;
	line-height:2;
    color:#666;
}
#contenter .posts p img{
	max-width:100%;
}
#contenter .posts h2{
    font-size:16px;
	padding: 1em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    background: #fff;/*背景色*/
    border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
    border-bottom: solid 2px #ffaf58;/*左線（実線 太さ 色）*/
}
#contenter .posts h3{
    background-color: #4fb3fc;
    position: relative;
    color: #fff;
    padding: 0.6em 0.8em;
    margin-bottom: 20px;
    border-left: 6px solid #ff9b02;
}

#contenter .posts h4{
    border-bottom: solid 3px #3db8eb;
    position: relative;
    padding:0.6em 1em;
    color:#666;
    margin: 0 10px 20px 20px;
    font-size: 18px;
    font-weight: 600;
}
#contenter .posts h4:after{
	position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #1b70be;
    bottom: -3px;
    left: -10px;
    width: 20%;
}
#contenter .posts h5{
    border-bottom: solid 2px #3db8eb;
    position: relative;
    padding:0.6em 1em;
    color:#666;
    margin: 0 10px 20px 20px;
    font-size: 16px;
    font-weight: 600;
}
.section_title{
    background-color: #4fb3fc;
	position: relative;
    color: #fff;
    padding: 0.6em 0.8em;
    margin-bottom:20px;
    border-left:6px solid #ff9b02;
}

.blue_title{
	padding:15px 15px 10px 15px;
	font-size:14px;
	color:#fff;
	background-color: #4fb3fc;
	font-weight:bold;
	text-align:left;
    border-bottom:6px solid #ff9b02;
}
.gray_title{
	padding:15px 15px 15px 15px;
	font-size:17px;
	color:#fff;
	background:#5f5f5f;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
.white_title{
	padding:10px 0px 10px 0px;
	text-indent:15px;
	width:100%;
	margin:0;
	font-size:14px;
	color:#5f5f5f;
	border:#cccccc 1px solid;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
.siborikomi_title{
	color:#5f5f5f;
	border:none;
	font-weight:bold;
	text-align:left;
	padding-bottom:0px !important;
	line-height:1.8 !important;
	width:100% !important;
	border-top:1px solid #ccc !important;
	padding:10px 0 !important;
	text-indent:15px;
}
.blog_title{
	padding:10px 15px 10px 15px;
	font-size:18px;
	color:#4fb3fc;
	background:#fff;
	text-align:left;
	margin-bottom:20px;
    border-left:6px solid #ff9b02;
}
.section_text{
	padding:0 30px;
	font-size:13px;
	line-height:2;
	margin:0 10px 20px;
    color: #666;
}
.section_text2{
	padding:10px;
}

.edit_title{
	border-bottom:4px solid #ccc;
	padding:10px 15px 10px 45px;
	background:url(../images/icon-edit.png) no-repeat 15px 5px;
	color:#5F5F5F;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
.gia_title{
	background:url(../images/icon-gia.png) no-repeat 15px 10px;
}
.clip_title{
	background:url(../images/icon-clip.png) no-repeat 15px 5px;
}
.conte_end_tokucho li{
    width:40%;
    padding:2.5%;
    margin:2.5%;
    float:left;
    background: #f0afcf;
    border-bottom:2px solid #f0afcf;
    color:#fff;
    vertical-align:middle !important;
    border-radius: 10px;
}
.conte_end_tokucho li:hover{
    background: #f0afcf;
    border-bottom:2px solid #eb3dd7;
}
.conte_end_tokucho li a{
    color:#fff;
    line-height:24px;
    vertical-align:middle !important;
}
.conte_end_tokucho li a img{
    margin: 0px 10px -6px 0;
}
.chinakan_hikaku {
width: calc(100% - 40px);
border-collapse: collapse;
margin: 0 20px 40px;
}

.chinakan_hikaku th,.chinakan_hikaku td {
padding: 10px 15px;
border: 1px solid #ddd;
}

.chinakan_hikaku th {
background: #f4f4f4;
width: 20%;
text-align: left;
}
.chinakan_hikaku td {
width: 40%;
}

#contenter .posts ul{
padding: 0 20px 40px;
font-size: 16px;
line-height: 2;
color: #666;      
}
#contenter .posts ul li{
padding: 10px;
margin:10px 0;
background-color: #ddcbb0;
color:#fff;
}
#contenter .posts ol{
background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 20px 40px;
  margin:10px 40px;
}
#contenter .posts ol li{
line-height: 2;
  padding: 10px;
}
.posts_inquiry_bt{
    text-align: center;
}
.posts_inquiry_bt img:hover{
    opacity: 0.8;
}
#contenter .posts a:link, #contenter .posts a:visited {
    color: #b0bef8;
    text-decoration: none;
}

#contenter .posts a:hover, #contenter .posts a:active {
    color: #6780eb;
    text-decoration: none;
}
#contenter .posts table {
    width: 90%;
    margin:5%;
border-collapse: collapse;
}
#contenter .posts table th,td {
padding: 10px 15px;
border: 1px solid #ddd;
}

#contenter .posts table th {
background: #f4f4f4;
text-align: left;
}



/******************************************
category_list
*******************************************/
.category_list li{
    width:30%;
    float:left;
    padding:1.66%;
    height:320px;
    padding-bottom:20px;
    margin-bottom: 40px;
}
.category_list li:hover{
    box-shadow: 0px 0px 3px 1px #ccc;
    opacity: 0.8;
}
.category_list li img{
    display: inline-block;
    width: 100%;
    height: 160px;
    object-fit: contain;
    margin-bottom:5px;
}
.category_list li h3{
    background: url(../images/category/icon-com.png) no-repeat 0px 50%;
    color:#444;
    display: block;
    font-size:14px;
    padding:5px 0 5px 36px;
    line-height:1.6;
    max-height: 40px;
    overflow: hidden;
}
.category_list li p{
    display: block;
    font-size:14px;
    margin:5px 0;
    line-height:1.6;
    height:90px;
    overflow: hidden;
}
/******************************************
top
*******************************************/
.bx-wrapper .bx-viewport{
	border:none;

}
.bx-wrapper{
	background:url(images/header_bg2.png) repeat-x bottom;
	padding-bottom:16px;
	text-align:center;
}
div.bx-viewport{
	width:100% !important;
}
#slider{
	margin:0 auto 20px auto;
	text-align:center;

}
#topimage ul{
	width:1600px;
	margin:0 auto;
}
#topimage ul li{
	margin:0 auto;
	width:100%;

}
#topimage ul li img{
	width:100%;
}
.slider_sp{
	width:100%;
	padding:0px 0;
	overflow:hidden;
}
.slider_sp ul{
	width:120%;
}
.slider_sp ul li{
	float:left;
	margin:0 50px 20px 0;
	width:50%;
}
.slider_sp ul li img{
width:100%;
}
.member_tokuten{
	width:95%;
	margin:0 auto;
}
.member_tokuten ul li{
	margin:0 12px 20px 0;
	width:41%;
}
.recommend{
	overflow:hidden;
	width:100%;

}
.recommend ul{
	width:120%;
}
.recommend ul li{
	width:280px;
	margin:0 24px 20px 0;
	height:270px;
	border:1px solid #ccc;
	float:left;
	text-align:left;
}
#contenter .recommend ul li{
	margin-right:12px;
}
.recommend ul li p{
	margin:8px 10px;
	font-size:13px;
	line-height:1.5;
}
.recommend ul li span{
	display:block;
	margin-bottom:4px;
}
.recommend ul li span.type{
	font-size:10px;
	background:#666666;
	color:#fff;
	width:100px;
	text-align:center;
	border-radius: 3px;
	padding:0 10px;
	margin:5px 0;;
}
.recommend ul li span.price{
	font-size:13px;
	font-weight:bold;
	color:#AA9B5E;
}

.recommend ul li img{
	width:100%;
	height:auto;
}

.recommend2 ul li img{
    display: inline-block;
	width:100%;
	height:160px;
    object-fit: cover;
}
.recommend2 ul li .over:hover{
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

.recommend2{
	overflow:hidden;
	width:100%;

}
.recommend2 ul{
	width:100%;
}
.recommend2 ul li .icon{
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:25px;
    z-index: 100;
}
.recommend2 ul li{
	position: relative;
    width: 31%;
    margin: 0 1.15% 30px;
    height: 310px;
    float: left;
    text-align: left;
    font-size: 14px;
    box-shadow:0px 0px 3px 1px #ccc;
    overflow: hidden;
    border-radius: 10px;
}
.recommend2 ul li:hover{
    background-color: #fdfdf8;
}
.recommend2 ul li p{
	padding:10px 0;
	line-height:1.8;
}
.recommend2 ul li span{
	font-weight: bold;
    font-size: 20px;
    padding: 10px;
    float: left;
}
.recommend2 ul li .new_address{
    font-size: 14px;
    padding: 0px 10px;
}
.recommend2 ul li strong{
	color:#4D4D4D;
	font-size:14px;
	display:block;
	padding:0px 10px;
	line-height:1.8;
}
.recommend2 ul li .more{
	background:#999999;
	display:block;
	padding:5px 0;
	text-align:center;
	color:#fff;
	width:100%;
}
.blog_area {
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}
.blog_area ul{width:100%;}
.blog_area li{
	float:left;
	border-bottom:1px dotted #ccc;
	width:200px;
	margin:0 16px 0 0;
    height: 360px;
}
.blog_area li:hover{
	box-shadow: 0px 0px 3px 1px #ccc;
    background-color: #fdfdf8;
}
.blog_area li p{
	font-size:12px;
	line-height:1.6;
	color:#666666;
	word-wrap: break-word;
    text-align: left;
    padding:0 6px;
}
.blog_area li p span{
	display:block;
	margin-top:5px;
}
.blog_area li h4{
	font-size: 14px;
    color: #666666;
    margin-bottom: 2px;
    line-height: 1.6;
    padding: 6px 0px 4px 4px;
    text-align: left;
    padding:10px 6px;
    font-weight:600;
}
.blog_area li img{
	float:left;
	margin-bottom:10px;
    display: inline-block;
    width: 200px;
    height: 168px;
    object-fit: cover;
}
.blog_area2 li{
    width:100%;
    display: block;
    padding:10px;
    margin:10px;
    border-bottom: 1px dotted #666666;
}
.blog_area2 li:hover{
    background-color: #dfeefc;
}
.blog_area2 li h4{
    font-size: 14px;
    line-height:1.6;
    color: #666666;
    font-weight:700;
}
.blog_area2 li p{
    font-size:12px;
	line-height:1.6;
	color:#666666;
}




/******************************************
conte01 conte02
*******************************************/
.conte_box{
	width:840px;
	overflow:hidden;
	margin:0 auto;
}
.conte_box ul{
	width:120%;
}
.conte_box ul li{
float:left;
width:400px;
margin:0 25px 25px 0;
border-bottom:1px solid #999999;
}
.conte_box ul li p{
	padding:15px 0;
	font-size:12px;
}
.conte_box ul li p a{
	width:50px;
	height:35px;
	padding-top:15px;
	display:block;
	float:right;
	background:#999999;
	color:#fff;
	text-align:center;
}
.conte2_box{
	overflow:hidden;
	width:830px;
	margin: 0px auto 20px auto;
}
.conte2_box ul{
	width:120%;
	margin-top:20px;
}
.conte2_box li{
	float:left;
	margin:0 12px 12px 0;

}
.c_table_dl {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	margin:0px auto 30px;
	clear:both;
	background:#f4f4f4;
}
.c_table_dl dt {
	border-top:1px solid #ccc;	
	width:210px;
	float:left;
	height:auto;
	padding:10px;
	background:#f4f4f4;
	color:#666;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
	}
.c_table_dl dd {
	border-top:1px solid #ccc;
	background:#fff;
	float:left;
	padding:10px;
	width:620px;
	height:auto;
	font-size:14px;
	line-height:1.4;
	color:#666666;
}
/******************************************
category_list
*******************************************/

.category_list{
	font-size:16px;
}
.category_list dd{
	padding:0 20px 10px 20px;
	text-align:left;
	font-size:14px;
	margin:0;
	line-height:1.5;
}
.category_list dt{
	border-top:4px solid #ccc;
	padding:20px 15px 20px 45px;
	background:url(../images/category/icon-com.png) no-repeat 15px 15px;
	color:#5F5F5F;
	font-size:14px;
	font-weight:bold;
}
.category_list dd img{
	float:left;
	margin:0 15px 15px 0;
}
/******************************************
login
*******************************************/
.login {
	width:90%;
	margin:0 auto;
}
.login .form-group{
	float:left;
	width:60%;
}
.login .form-group label{
	float:left;
	width:150px;
}
.login .btn{
	width:28%;
	padding:15px 0;
	margin:18px 0px 0 60px;
	font-weight:bold;
	font-size:18px;
}
.alert-message{
	margin-top:20px;
	color:#ff0000;
	font-size:14px;
	text-align:center;;
}

/******************************************
pagination
*******************************************/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 10px 20px 0px;
    border-radius: 4px
	font-size:10px;
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left:5px;
    font-size:12px;
}




.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #428BCA;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}



/******************************************
contact
*******************************************/
.contact_dl {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	margin:0px auto 10px;
	clear:both;
	background:#f4f4f4;
}
.contact_dl dt {
	border-top:1px solid #ccc;	
	width:210px;
	float:left;
	height:auto;
	padding:10px;
	background:#f4f4f4;
	color:#666;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
	}
.contact_dl dd {
	border-top:1px solid #ccc;
	background:#fff;
	float:left;
	padding:10px;
	width:620px;
	height:auto;
	font-size:14px;
	line-height:1.4;
	color:#666666;
}
.dlts dt{width:160px;}
.dlts dd{width:628px;}

.contact_dl .em3{height:3em !important;}
.contact_dl .em4{height:auto !important;}
.contact_dl .em5{height:5em !important;}
.contact_dl .em6{height:6em !important;}
.contact_dl .em7{height:7em !important;}
.contact_dl .em8{height:8em !important;}
.contact_dl .em9{height:9em !important;}
.contact_dl .em10{height:10em !important;}
.contact_dl .em11{height:11em !important;}
.contact_dl .em12{height:12em !important;}
.contact_dl .em13{height:13em !important;}
.contact_dl .em14{height:auto !important;}
.contact_dl .em15{height:15em !important;}
.contact_dl .em17{height:17em !important;}
.contact_dl .em20{height:20em !important;}
.contact_dl .em22{height:22em !important;}
.contact_dl .kodawariem20{height:auto !important;}
.contact_dl .syumokuem17{height:10em !important;}

.contact_dl label{display:block;font-size:14px;padding: 5px;}
.contact_dl dd textarea{min-height:100px !important;margin-bottom:10px;}
.contact_dl dd span{margin:0;padding:0;}

.contact_dl input{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #ddd;
	padding:5px;
    color:#666666;
}
.contact_dl .add_file input{
	border:none;
}
.contact_dl .s{width:60px;}

.btn_submit{
	text-align:center;
	padding:20px;
	height: 80px;
}
.btn_submit input{
	background:#F7931E;
	width:360px;
	text-align:center;
	height:80px;
	font-weight:bold;
	font-size:20px;
	border:none;
	color:#fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.btn_submit input:hover{
	background-color:#d48930;
}
.btn_inq{
	padding:10px;
	height: 50px;
}

.btn-yellow{
	background:#F7931E;
	width:248px;
	margin: 0 auto;
	padding:15px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	border:none;
	color:#fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

.btn_inq a:hover{
	text-decoration:none;
}

.btn-mail input{
	background:#F7931E url(../images/favorite/icon-mail.png) no-repeat 20px 50%;
	padding-left:30px;
	width:400px;
}
.btn-search input{
	background:#F7931E url(../images/search/icon-search.png) no-repeat 20px 50%;
	padding-left:30px;

}
.btn-red input{
	background:#ff0000;
}
a.btn-more{
	border-radius: 4px;
	padding:2px 20px;
	color:#fff;
	font-size:14px;
	background:#1b70be;
}
a.btn-more:hover{
    background: #339dff;
    border-bottom: 2px solid #1b70be;
}
.must{
	background:#ff0000;
	color:#fff;
	padding:2px 10px;
	font-size:10px;
	margin:0 5px;
	float:right;

}
.basic_table{
	width:95%;
	margin:0 auto 20px auto;
	border-collapse:collapse;
}
.basic_table th{
	background:#f4f4f4;
	border:1px solid #ccc;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	padding:10px;
}
.basic_table td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	font-size:12px;
	padding:20px 0;
}



/******************************************
company
*******************************************/
#map{
	width:95%;
	margin:0 auto 20px auto;
}
.stuff{
	padding-bottom:20px;
	width:95%;
	margin:0 auto;
}
.stuff .staff_img_photo {
	width: 37.6%;
}
.dls{
	width:60%;
	float:right;
}
.dls dt{width: 23%;}
.dls dd{width: 68.9%;}

.staff_coment{
    margin-top:20px;
    position:relative;
    background:#fdf3e7;
    padding:16px;
    text-align:left;
    color:#8d8266;
    font-size:14px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.staff_coment:after,.staff_coment:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:16%;
}
.staff_coment:after{
    border-color: rgba(252, 214, 168, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#fdf3e7;
}

/******************************************
favorite_box
*******************************************/
.favorite_box{
	border-top:4px solid #cccccc;
	padding:15px 0px 15px 15px;
}
.favorite_box h4{
	font-size:14px;
	color:#5f5f5f;
	padding:5px 0 5px 35px;
	background:url(../images/favorite/icon-com.png) no-repeat 0px 7px;
	margin-bottom:10px;
    min-height: 18px;
}
.favorite_box .pull-left h4{background:url(../images/favorite/icon-arrow.png) no-repeat;}
.favorite_box .pull-left{
	width:320px;
}
.favorite_box .pull-left a img{
	object-fit: contain;
}
.favorite_box .pull-right{
	width:518px;
}
.favorite_box .favorite_table{
    width:100%;
    font-size:14px;
    border-collapse: collapse;
    border-top: 2px solid #ccc;
}
.favorite_box .favorite_table .blue{
    color:#1B70BE;
    font-size:16px;
}
.favorite_box .favorite_table th{
    border-bottom: 1px dotted #666;
    padding: 14px 5px;
    color: #5f5f5f;
}
.favorite_box .favorite_table td{
    border-bottom: 1px dotted #666;
    padding: 14px 5px;
    color: #5f5f5f;
    border-left: none;
    border-top: none;
    border-right: none;
}
.favorite_box .favorite_table .gray_tr{
    background: #f4f4f4;
}
.wholes_box .favorite_table{
	width:100%;
	border-top:1px solid #4d4d4d;
	border-collapse:collapse;
}
.wholes_box .favorite_table td{
	border-bottom:1px solid #ccc;
    border-left: none;
    border-top: none;
    border-right: none;
	padding:10px;
	color:#5f5f5f;
}
.wholes_box .favorite_table th{
	border-bottom:1px solid #fff;
	padding:10px;
	color:#5f5f5f;
}
.wholes_box .favorite_table th{
    background:#b6eaff;
    font-weight:normal;
}
.wholes_box .favorite_table .gray_tr{
	background:#f4f4f4;
}
.kiboutb .shubetsu_title{
    width:850px;
}
/******************************************
sidebar
*******************************************/
#sidebar{
	float:right;
	width:290px;
	padding-bottom:80px;
}
.side_box{
	background:#F4F4F4;
	padding:10px 15px;
	text-align:left;
	font-size:13px;
	margin-bottom:20px;
}
.side_box form p{
	color:#555;
	padding:0px;
	text-align:left;
	font-size:12px;
	line-height:1.8;
}
.side_box > p{
	color:#5f5f5f;
	margin:10px 0;
	line-height:1.5;
}

#app > p{
	color:#5f5f5f;
	margin:10px 0;
	line-height:1.5;
}

.icon-search{
	background:#4fb3fc url(../images/icon-search.png) no-repeat 5px 5px;
	padding-left:50px;
}
.linklist{
	margin-bottom:20px;
}
.linklist .blue_title_area {
    display: block;
    text-align: left;
    color: #242424;
    padding: 12px 45px;
    font-size: 12px;
    border-top: 1px solid #fff;
    background: #f4f4f4 url(../images/icon-area.png) no-repeat 10px 50%;
    border-bottom: 1px solid #ccc;
}
.linklist a{
	display: block;
    text-align: left;
    color: #555;
    padding: 14px 35px 10px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
    background: #fff url(../images/icon-side-1.png) no-repeat 10px 50%;
}

.side_ensen a{
        background:#f4f4f4 url(../images/icon-side_ensen.png) no-repeat 10px 50% !important;
	padding:20px 50px;
	color:#5f5f5f;
	font-weight: bold;
}
.side_ensen a:hover{
        background:#E9E9E9 url(../images/icon-side_ensen.png) no-repeat 10px 50% !important;
	padding:20px 50px;
	color:#5f5f5f;
	font-weight: bold;
}

.side_area a{
        background:#f4f4f4 url(../images/icon-side_area_.png) no-repeat 10px 50% !important;
	padding:20px 50px;
	color:#5f5f5f;
	font-weight: bold;
}
.side_area a:hover{
        background:#E9E9E9 url(../images/icon-side_area_.png) no-repeat 10px 50% !important;
	padding:20px 50px;
	color:#5f5f5f;
	font-weight: bold;
}
.side_map a{
        background:#f4f4f4 url(../images/icon-side_map_.png) no-repeat 10px 50% !important;
	padding:20px 50px;
	color:#5f5f5f;
	font-weight: bold;
}
.side_map a:hover{
        background:#E9E9E9 url(../images/icon-side_map_.png) no-repeat 10px 50% !important;
	padding:20px 50px;
	color:#5f5f5f;
	font-weight: bold;
}

.linklist a:hover{
	text-decoration:none;
	background:#fcfcfc url(../images/icon-side.png) no-repeat 10px 50%;
}
.menulist{
	margin-bottom:20px;
	background:#f4f4f4;
}

.menulist a{
	display:block;
	text-align:left;
	padding:12px 12px 12px 35px;
	font-size:13px;
	border-top:1px solid #fff;
	background:#fdfdf4 url(../images/icon-menu.png) no-repeat 10px 50%;
    border-bottom:1px solid #ffd855;
}

#contenter .menulist a{
	border:none;
	float:left;
	width:25%;
}
.menulist a:hover{
	text-decoration:none;
	background:#E9E9E9 url(../images/icon-menu.png) no-repeat 10px 50%;
}
.icon-train a{
	background:#f4f4f4 url(../images/icon-train.png) no-repeat 10px 50%;
}
.icon-train a:hover{
	background:#E9E9E9 url(../images/icon-train.png) no-repeat 10px 50%;
}
.icon-bus a{
	background:#f4f4f4 url(../images/icon-bus.png) no-repeat 10px 50%;
	padding:10px 43px;
}
.icon-bus a:hover{
	background:#E9E9E9 url(../images/icon-bus.png) no-repeat 10px 50%;
}
.icon-area a{
	background:#f4f4f4 url(../images/icon-area.png) no-repeat 10px 50%;
}
.icon-area a:hover{
	background:#E9E9E9 url(../images/icon-area.png) no-repeat 10px 50%;
}

.news_list{margin:-20px 0 20px 0;}
.news_list li{
	border-bottom:#666666 1px dotted;
	padding:10px 10px;
	font-size:10px;
	text-align:left;
	margin:0;
}
.news_list li strong{
	color:#FBB03B;
	margin-right:10px;
}
.redicon{
	background:#FF0000;
	color:#fff;
	padding:0 5px;
	margin:0 10px 0 0;

}
.yellowicon{
	background:#FFAA00;
	color:#fff;
	padding:0 5px;
	margin:0 10px 0 0;
}
.mfp-content {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/******************************************
search
*******************************************/
.search_type{
	margin-bottom:30px;
	width: 100%;
	overflow: hidden;
}
.search_type ul{
	width:110%;
}
.search_type li{
	float:left;
	background:#f4f4f4;
	padding:10px;
	font-size:13px;;
	border-right:1px solid #fff;
	width:390px;
	border:1px solid#fff;
}
.search_type li label{
    width:100%;
    display: block;
}
.tabmenu{
	width: 100%;
	overflow: hidden;
	margin-bottom:40px;
}

.tab{

	margin: 0;
	padding: 0;
	list-style: none;}

.tab li{
	background: #f4f4f4;
	cursor: pointer;
	float:left;
	margin:0 0 0 0.2%;
	width: 33.2%;
	text-align:center;
	padding:15px 0;
	border-radius: 3px 3px 0px 0px;
}
.tab li:first-child{
	 margin:0 0 0 0%;
}

.tab li.select{
	color:#fff;
        background: #3db8eb;}

.content div{
	border:1px solid #ccc;
	font-size:14px;
	border-collapse:collapse;
}
.areal{
	display:block;
	padding:10px;
	margin:0px 0;
	border-top:1px solid #ccc;
	background:#f4f4f4;
}
.accordion-open-mark{
        color:#cccccc;
}
.content > div p{
	padding:10px;
}
.content > div p label,
.labelblock label{
	width:200px;
	float:left;
	padding:5px 0px;
	font-size:13px;
}
.hide{display:none;}
/******************************************
wholes_box
*******************************************/
.wholes_box .pull-right{
	width:320px;
	overflow:hidden;
    margin-top:20px;
}
.wholes_box .pull-right ul{
	width:100%;
	margin:0;
	padding:10px 0 0 0 ;
    max-height: 480px;
    overflow: scroll;
}
.wholes_box .pull-right ul li{
	float:left;
	margin:0 10px 10px 0;
	padding:0;
}
.wholes_box .pull-left{
	width:515px;
}
.wholes_box .pull-left table{
	width:100%;
	line-height:1.5;
}
.wholes_box h4{	
	font-size:16px;
	color:#5f5f5f;
	padding:5px 0 5px 45px;
	margin-bottom:10px;
	background:url(../images/favorite/icon-com.png) no-repeat 10px 50%;
    min-height: 20px;
}
.wholes_box h5{
	margin-top:20px;
	border-top: 4px solid #4d4d4d;
	padding:15px 15px 0px 15px;
	font-size:17px;
	font-weight:bold;
}
.wholes_box .gray_tr th{
	color:#fff !important;
	text-align:center;
	background:#808080;
}
.wholes_box strong.redbold{font-size:16px;}
.alert-wholes{
	border:1px solid #666666;
	margin:15px;
	padding:15px;
	color:#999999;
	font-size:12px;
}
.grayline_table{
	width:100%;
	border-top:#ccc 4px solid;
	margin:0 auto 20px auto;
    border-collapse: collapse;
}
.grayline_table th{
    background:#b6eaff;
    font-weight:normal;
    width:120px;
}
.grayline_table td{
	padding: 10px;
    font-size: 14px;
    color: #5f5f5f;
	border-bottom:1px solid #ccc;
	line-height:1.6;
    border-left: none;
    border-top: none;
    border-right: none;
}
.grayline_table th{
	padding: 10px;
    font-size: 14px;
    color: #5f5f5f;
	border-bottom:1px solid #fff;
	line-height:1.6;
}
.w520{  width:520px;
}
.map_title{
	border-top:#729825 4px solid;
	background:;
	padding:15px 45px;
	color:#5f5f5f;
	font-size:14px;
	margin-bottom:10px;
	background:url(../images/wholes/icon-map.png) no-repeat 10px 10px;
}
.icon-tel{
	background:url(../images/wholes/icon-tel.png) no-repeat 10px 10px;
	padding:15px 45px !important;
	font-size:14px;
}
/******************************************
form
*******************************************/
.form-control{
	width:100%;
	padding: 4px 12px;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom:4px;
    margin-top:4px;
	border:1px solid #ddd;
}
.form-group{
	width:90%;
	margin:0;
}
.form-group label{
	margin:8px 0;
	display:block;
}
.form-m{width:80%;}
.form-s{width:60%;}
.form-xs{width:40%;}
.form-xxs{width:80px;}
.form-xxxs{width:40px;}
.form-xxm{width:120px;}
.btn{
	background:#1b70be;
	border-radius: 3px;
	width:80%;
	color:#fff;
	border:none;
	font-size:14px;
	padding:8px 0;
	margin:8px 10%;
    border-bottom:2px solid #1b70be;
}
.btn:hover{
	background:#339dff;
    border-bottom:2px solid #1b70be;
}
.btn-xs{width:40%;}
.btn-xss{width:20%;padding:4px 0;}

.checkbox{
	border:#999 1px solid;
	padding:10px;
	background:#fff;
	margin-bottom:5px;
}
.checkbox label{display:block;}



/******************************************
map search box
*******************************************/
.map_lidt img{
        width:160px;
	height:120px;
}
.map-detail-button{
        width:80px  !important;
}

.h5_map{
        font-size:11px;
	font-weight:bold;
}

.map_lidt_rig{
        font-size:10px;
	width:260px  !important;
}
.map_list_title{
	font-size:8px;
	padding:5px;
	background-color:#ccc;

}

.map_list_cen ul{
       width:100%;
}

.map_list_cen ul li{
       width:20%;
       float:left;
       display:block;
}
.map_list_text{
       font-size:8px;
       padding:5px;
}
.red_favotag{
       font-size:8px;
       color:#1b70be;
       font-weight:bold;
}


/******************************************
popup search
*******************************************/
.popup_tabmenu{
	width: 100%;
	overflow: hidden;
	margin-bottom:10px;
}
.popup_tab{
	margin: 0;
	padding: 0;
}
.popup_tab li{
	cursor: pointer;
	float:left;
	width: 49%;
	text-align:center;
	padding:15px 0;
	border-radius: 3px 3px 0px 0px;
}
.popup_tab li.select{
	color:#fff;
        background: #1b70be none repeat scroll 0 0;}
	
.popup_content div{
	border:1px solid #ccc;
	font-size:14px;
	border-collapse:collapse;
}

#js_popup_area_click{
       color:#fff;
        background: #99cc33 none repeat scroll 0 0;
	margin-left:0.66%;}
#js_popup_area_tab_box{
       color:#5f5f5f;
        background: #ffffff none repeat scroll 0 0;
	margin:0 0.66%;}
#js_popup_area_tab_box p{
       color:#5f5f5f;
        padding:10px;
	line-height:1.5;}
#js_popup_area_tab_box label{
       display:block;
       width:20%;
       float:left;}	
	
#js_popup_area_tab_box .popup_areal{
       color:#5f5f5f;
        background: #fff none repeat scroll 0 0;}	
	
#js_popup_rosen_click{
       color:#5f5f5f;
        background: #f4f4f4 none repeat scroll 0 0;
	margin-left:0.66%;}
#js_popup_rosen_tab_box{
       color:#5f5f5f;
        background: #ffffff none repeat scroll 0 0;
	margin:0 0.66%;}
#js_popup_rosen_tab_box p{
       color:#5f5f5f;
        padding:10px;
	line-height:1.5;}
#js_popup_rosen_tab_box label{
       display:block;
       width:20%;
        float:left;}	

#js_popup_rosen_tab_box .popup_areal{
       color:#fff;
        background: #fce4d4 none repeat scroll 0 0;}	
	
#js_popup_area_tab_box .popup_areal{
	display:block;
	padding:10px;
	margin:0px 0;
        color:#5f5f5f;
	height:20px;
	background: #f4f4f4;
}
#js_popup_area_tab_box .popup_areal label{
	width:100%;
}

#js_popup_rosen_tab_box .areal{
        background: ##5f5f5f;
        height:20px;
}
#js_popup_rosen_tab_box .areal label{
        width:100%;
}

#popup_area_rosen_search{
	background: #fff;
	max-width:828px;
	margin:50px auto;
	padding:20px;
	z-index: 1000000000;
}
.open_popup_search_link{
	cursor: pointer;
}
.open_popup_search_link:hover{
	cursor: pointer;
	text-decoration: underline;
}
.popup_selected_dismiss{
        margin:10px auto;
        display:block;
	text-align:center;
}
.popup_footer{
        padding:5px 10%;
}
.mfp-close{
        color:#fff !important;
	font-size:60px !important;
}

/******************************************
smart phone
*******************************************/

@media only screen and (max-width:767px) {
#contenter .posts h4 {
    border-bottom: solid 3px #3db8eb;
    position: relative;
    padding: 0.6em;
    color: #666;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
}
#contenter .posts p {
    padding: 0 10px 20px;
    font-size: 12px;
}
#contenter .posts table th,td {
width: auto;
border-top: none;
}
#contenter .posts table tr:first-child {
border-top: 1px solid #d5d5d5;
}
.chinakan_hikaku th,.chinakan_hikaku td {
width: auto;
display: block;
border-top: none;
}
.chinakan_hikaku tr:first-child {
border-top: 1px solid #d5d5d5;
}
.gia_title{
	background:none;
}
.c_table_dl dt {
     width: 96%;
    font-size: 12px;
    padding: 2%;
}
.c_table_dl dd {
     width: 96%;
    font-size: 12px;
    padding: 2%;
}
.c_table_dl {
    border-left:none;
}
.form-m {
    width: 90%;
}
.edit_title {
 background: none;
}
}