@charset "EUC-JP";

html, body{
    padding: 0;
    margin: 0;
    font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body{
  font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size:14px;	
  letter-spacing:0.15em;
  line-height:150%;
  color: #333;
    -webkit-text-size-adjust: none;
    /* sets the default sizing to make sure nothing is actually 10px */
}
body *{
    text-shadow: none;
}
body { 
  background: url("../images/wood_bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  background-size: cover;
}
a,
a:link,
a:active,
a:visited,
a:hover {
  color:#333;
  text-decoration:none;
}
a.bl {
  color:#C6DEFE;
  text-decoration:none;
}

form{
	margin:0px;
}
strong,
.strong {
	font-weight:bolder;
	font-size:110%;
}
small {
	font-size:90%;
}
.red,
strong.red,
.mini.red {
	color:#CC3300;
}
.underline {
    text-decoration: underline;
}
.clear{
	clear:both;
}
.clear_all {
	clear:both;
	padding:0;
	margin:0;
	font-size:0px;
	line-height:0;
}
.left {
	float:left;
}
.right {
	float:right;
}

.ovf{
	overflow:hidden;
}
ul.disc {
	list-style:disc;
	padding-left:2em;
	margin:2% 0px 3% 1em;
}
ul.disc li {
	margin:1% 0px ;
}

img {
     max-width: 100%;
     height: auto;
	 line-height:0;
 }
figure img {
   vertical-align: bottom;
}
.w90,
.detailpage {
   width:90%;
   margin:0 5%;
}
.maxw700 {
  max-width:700px;
   margin:0 auto;
}
.frame {
   border: 2px solid #66CCCC;
   padding:3%;
   margin:5px auto 10px;
}
#inner {
   font-size:14px;
   line-height:1.6em;
}
.page_c{
	text-align:center;
}
.all_clear{
	clear:both;
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.mb30 {
	margin-bottom:30px;
}
/*----------スマホ以上min-width: 768px----*/
@media all and (min-width: 768px){
	.no_pc {
		 display:none; 
	} 
	.forsmp {
      display: none;
   }
	.pc_left{
	    float:left;
	}
	.pc_right{
	    float:right;
	}
}
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		.no_sp {
			display:none;
		}
		li a{
			display: block;
		}
	.pc_left,
	.pc_right{
	    float:none;
	}
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}


/*-------------------------------------------------
フォント
-------------------------------------------------*/
@font-face {
	font-family:'mplus-1p-regular';
	font-style: normal;
	font-weight: 700;
	src: local('M PLUS 1p'), local('mplus-1p-regular'),
	url('../font/mplus-1p-regular.woff2') format('woff2'),
	url('../font/mplus-1p-regular.woff') format('woff');
	font-display: swap;
	url('../font/mplus-1p-regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family:'mplus-1p-medium';
	font-style: normal;
	font-weight: 700;
	src: local('M PLUS 1p'), local('mplus-1p-medium'),
	url('../font/mplus-1p-medium.woff2') format('woff2'),
	url('../font/mplus-1p-medium.woff') format('woff');
	font-display: swap;
	url('../font/mplus-1p-medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family:'mplus-1p-heavy';
	font-style: normal;
	font-weight: 700;
	src: local('M PLUS 1p'), local('mplus-1p-heavy'),
	url('../font/mplus-1p-heavy.woff2') format('woff2'),
	url('../font/mplus-1p-heavy.woff') format('woff');
	font-display: swap;
	url('../font/mplus-1p-heavy.ttf')  format('truetype'); /* Safari, Android, iOS */
}


/*-------------------------------------------------
フォーマット
-------------------------------------------------*/

#header {
	margin:0px auto 0px auto;
	padding:0px;
	width: 100%;
	height:712px;
	overflow:hidden;
	position: relative;
}
.cont1000 {
	margin:0px auto 0px auto;
	padding:0px;
	max-width:1000px;
	width: 100%;
}
.mainpage {
	margin:30px auto 30px auto;
	padding:15px 3% 60px;
	width: 88%;
	border:solid 2px #ffffff;
}
.over1000 {
	background-color: rgba(11,38,17,0.6);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	overflow: hidden;
}
.over1000.wh {
	background-color: rgba(255,255,255,0.6);
}
#footer {
	margin:0px auto 0px auto;
	max-width:1000px;
	width: 100%;
	position: relative;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){
	body { 
	  background: url("../images/smp_wood_bg.jpg") no-repeat center top fixed; 
	}
	body::before{
	    background-image: url("../images/smp_wood_bg.jpg") ;
	    background-repeat: no-repeat;
	    background-size: 100% auto;
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    content: "";
	  }
	#header {
		padding:0px 1%;
		width:98%;
	}
	.cont1000{
		padding:0px;
		width:94%;
	}
	#footer {
		margin:50px auto 30px auto;
		padding:0px 1%;
		width:98%;
	}

}


/*-------------------------------------------------
ヘッダー
-------------------------------------------------*/
#header1 {
	padding:120px 0 0;
	position:relative;
}
#header2 {
	padding:50px 0 0;
	overflow:hidden;
}
.head1_left {
	max-width:280px;
	width:30%;
	margin-bottom:100px;
}
.head1_right {
	width:60%;
}
.ptxt {
	color:#ffffff;
	font-size:12px;
	width:90%;
	margin:10px auto;
	text-align:right;
}
.able_txt {
    font-weight: bold;
    font-size: 1.6rem;
    color: #0b2611;
    text-align: center;
    margin: 20px 0px 20px 0px;
    padding: 10px 5px;
    background: #ffffffe6;
}
#header1 h1 {
	background:url('../images/top_logo.png') center 0 no-repeat;
	width:592px;
	height:151px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#header2 .head1_left {
	max-width:280px;
	width:30%;
	margin-bottom:30px;
}
#header2 h1 {
	background:url('../images/smp_top_logo.png') center 0 no-repeat;
	width:257px;
	height:67px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#header1 h2,
#header2 h2 {
	/*background:url('../images/minilogo.png') 15px center no-repeat;*/
	height:38px;
	line-height:38px;
	/*padding:10px 0 10px 90px;*/
	padding:10px 0 10px 10px;
	margin:35px 0;
	color:#ffffff;
	background-color: rgba(11,38,17,0.6);
}
.header.fixed .top_nav {
	position: fixed;
	top: 0px;
	z-index: 100;
}
.header .top_nav {
	background-color: rgba(11,38,17,1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:34px;
	 position: absolute;
	width: 100%;
	top: 0px;
}
.header .top_nav ul {
	margin:0px auto 0px auto;
	padding:0px;
	max-width:1000px;
	width: 100%;
}
.header .top_nav ul li {
	float:right;
	padding:0 24px;
	line-height:34px;
	font-size:12px;
	font-family:'mplus-1p-medium';
}
.header .top_nav ul li a {
	color:#ffffff;
}
.header .top_nav ul li.folder {
	margin:0 24px;
	background-color:#C6DEFE;
}
.header .top_nav ul li.folder a {
	color:#000000;
	background:url('../images/folder.png') 5px 50% no-repeat;
	padding-left:25px;
	display:block;
}


/*-----タブ-----*/
ul#cat_btns {
	overflow:hidden;
	width:100%;
	margin:20px auto;
}
ul#cat_btns li {
	background-color: rgba(11,38,17,0.6);
	width:29%;
	height:180px;
	margin:2%;
	float:left;
	text-align:center;
	position:relative;
}
ul#cat_btns li a {
	display:block;
	margin:4% auto;
	color:#FFFFFF;
	width:90%;
	height:90%;
}
ul#cat_btns li a span {
	position:absolute;
	bottom:30px;
	left:0;
	width:90%;
	font-size:13px;
	padding:5px 10px;
}
ul#cat_btns li.cat_btn_rent a {
	 background:url('../images/cat_btn_rent.png') center 30px no-repeat;
}
ul#cat_btns li.cat_btn_sale a {
	 background:url('../images/cat_btn_sale.png') center 30px no-repeat;
}
ul#cat_btns li.cat_btn_business a {
	 background:url('../images/cat_btn_business.png') center 30px no-repeat;
}
ul#cat_btns li a:hover,
ul#cat_btns li.active a {
	 border:solid 2px #ffffff;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	#header1 {
		padding:50px 0 0;
	}
	.head1_right {
		width:100%;
	}
	.head1_left {
		width:90%;
		margin:0 auto 10px;
	}
	.ptxt {
		font-size:14px;
		text-align:right;
	}
	#header1 h1 {
		background:url('../images/smp_top_logo.png') center 0 no-repeat;
		width:257px;
		height:67px;
		/*float:right;*/
		margin: 0 0 20px auto;
	}
	#header1 h2 {
		clear:both;
	}
}


/*-----タブ-----*/
.top_mi {
	margin:50px auto 3% auto;
}
.top_mi ul#bk_tabs {
	overflow:hidden;
	width:94%;
	margin:20px auto;
}
.top_mi ul#bk_tabs li {
	background-color: rgba(11,38,17,0.6);
	width:31%;
	height:300px;
	margin:1%;
	float:left;
	text-align:center;
	position:relative;
}
.top_mi ul#bk_tabs li a {
	display:block;
	margin:4% auto;
	color:#FFFFFF;
	width:90%;
	height:90%;
}
.top_mi ul#bk_tabs li a span {
	border:solid 1px #ffffff;
	position:absolute;
	bottom:55px;
	left:50%;
	width:132px;
	margin-left:-73px;
	font-size:20px;
	padding:5px 10px;
}
.top_mi ul#bk_tabs li.tab_rent a {
	 background:url('../images/i_rent.png') center 50px no-repeat;
}
.top_mi ul#bk_tabs li.tab_sale a {
	 background:url('../images/i_sale.png') center 50px no-repeat;
}
.top_mi ul#bk_tabs li.tab_business a {
	 background:url('../images/i_business.png') center 50px no-repeat;
}
.top_mi ul#bk_tabs li a:hover,
.top_mi ul#bk_tabs li.active a {
	 border:solid 2px #ffffff;
}





/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	.top_mi ul#bk_tabs li {
		background-color: rgba(255,255,255,0.7);
		width:31%;
		height:102px;
		margin:1%;
		float:left;
		text-align:center;
		position:relative;
	}
	.top_mi ul#bk_tabs li:hover,
	.top_mi ul#bk_tabs li.active {
		background-color: #ffffff;
		width:29%;
		height:98px;
		border:2px solid #FF781F;
	}
	.top_mi ul#bk_tabs li a {
		display:block;
		margin:0 auto;
		color:#FFFFFF;
		width:100%;
		height:100%;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
	}
	.top_mi ul#bk_tabs li a span {
		border:none;
		position:static;
		width:auto;
		margin:0px;
		font-size:0px;
		padding:0px;
	}
	.top_mi ul#bk_tabs li.tab_rent a {
		 background:url('../images/smp_i_rent.png') center 50% no-repeat;
	}
	.top_mi ul#bk_tabs li.tab_sale a {
		 background:url('../images/smp_i_sale.png') center 50% no-repeat;
	}
	.top_mi ul#bk_tabs li.tab_business a {
		 background:url('../images/smp_i_business.png') center 50% no-repeat;
	}
	.top_mi ul#bk_tabs li a:hover,
	.top_mi ul#bk_tabs li.active a {
		 border:none;
	}

}

/*------------------------------
トップページyoutube
--------------------------------*/
#youtube_box{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#youtube_box h3{
	overflow: hidden;
	text-align:center;
	margin:0px 0px 0px 0px;
}
#youtube_box h3 span {
	position: relative;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:7px 20px 5px 20px;
	font-size:2.4rem;
	color: #ffffff;
	font-weight:normal;
	line-height:140%;
}
#youtube_box h3 strong {
	color: #FB0016;
	font-weight:bold;
	text-shadow:1px 1px 0 #ffff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}
#youtube_box h3 span::before,
#youtube_box h3 span::after {
	position: absolute;
	top:50%;
	content: '';
	width:400%;
	height:1px;
	background-color: #ffffff;
}
#youtube_box h3 span::before {
	right:100%;
}
#youtube_box h3 span::after {
	left:100%;
}
#movies_box{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
.mo_box{
	display:inline-block;
	width:24%;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	color:#ffffff;
}
.mo_box figure{
	margin:0px 0px 0px 0px;
}
.mo_box figure img{
	display:block;
	width:95%;
	height:auto;
	margin:0px auto 0px auto;
}
.mo_box figure a:hover{
	opacity:0.8;
}
.mo_box figcaption{
	font-size:1.4rem;
	margin:-10px 15px 0px 15px;
	line-height:130%;
}
.mo_box figcaption a{
	color:#ffffff;
	text-decoration:underline;
}
.mo_box time{
	font-size:1.2rem;
	margin:0px 0px 5px 0px;
}
.tb10{
	margin:10px 0px 0px 0px;
}
a.mo_btn{
	display: inline-block;
    padding:5px 8px 5px 8px;
    text-decoration: none;
    background: #ffffff;/*ボタン色*/
    color: #333333;
	font-size:12px;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
}
a:hover.mo_btn{
    background: #cccccc;/*ボタン色*/
}
@media screen and (max-width:640px){
	.mo_box{
		display:inline-block;
		width:48.5%;
		margin:0px 0px 10px 0px;
		vertical-align:top;
	}
}

/*-----
カテゴリ
-----*/
.rent_cat {
	border:solid 2px #ffffff;
	margin:30px 0;
	float:left;
	width:68%;
	height: 560px;
}
.rent_cat h3 {
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	background:url('../images/mini_i_rent_w.png') 5px center no-repeat;
	padding-left:40px;
	line-height:24px;
	margin:15px;
}
.business_cat {
	border:solid 2px #ffffff;
	margin:30px 0;
	float:left;
	width:98%;
	
}
.business_cat h3,
.searchs2 h3 {
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	background:url('../images/mini_i_business_w.png') 5px center no-repeat;
	padding-left:40px;
	line-height:24px;
	margin:15px;
}

.sale_cat {
	border:solid 2px #ffffff;
	margin:30px 0;
	float:left;
	width:68%;
	height: 715px;
}
.sale_cat h3 {
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	background:url('../images/mini_i_sale_w.png') 5px center no-repeat;
	padding-left:40px;
	line-height:24px;
	margin:15px;
}
.rent_cat ul,
.sale_cat ul {
	overflow:hidden;
	width:94%;
	margin:10px auto;
}
.rent_cat ul li {
	display:inline-block;
	width:31%;
	text-align:center;
	margin:0.5%;
	font-family:'mplus-1p-medium';
	font-size: 13px;
}

.sale_cat ul li {
	display:inline-block;
	width:31%;
	text-align:center;
	margin:0.5%;
	font-family:'mplus-1p-medium';
	font-size: 13px;
}
.rent_cat ul li a,
.sale_cat ul li a {
	display:block;
	padding:125px 1% 5px;
}
.rent_cat ul li.img_new,
.sale_cat ul li.img_new {
	background:url('../images/img_new.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_pet,
.sale_cat ul li.img_pet {
	background:url('../images/img_pet.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_zero {
	background:url('../images/img_zero.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_station,
.sale_cat ul li.img_station {
	background:url('../images/img_station.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_bunjyo,
.sale_cat ul li.img_brand {
	background:url('../images/img_bunjyo.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_designers,
.sale_cat ul li.img_designers {
	background:url('../images/img_designers.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_renovation,
.sale_cat ul li.img_renovation {
	background:url('../images/img_renovation.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_house,
.sale_cat ul li.img_house {
	background:url('../images/img_house.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_tower,
.sale_cat ul li.img_tower {
	background:url('../images/img_tower.jpg') center 5px no-repeat #FFFFFF;
}
.sale_cat ul li.img_vip {
	background:url('../images/img_vip.jpg') center 5px no-repeat #FFFFFF;
}
.sale_cat ul li.img_retro {
	background:url('../images/img_retro.jpg') center 5px no-repeat #FFFFFF;
}
.sale_cat ul li.img_maisonette {
	background:url('../images/img_maisonette.jpg') center 5px no-repeat #FFFFFF;
}
.rent_cat ul li.img_soho,
.sale_cat ul li.img_soho {
	background:url('../images/img_soho.jpg') center 5px no-repeat #FFFFFF;
}
.business_cat ul {
	width:94%;
	margin:0 auto 15px;
}
.business_cat ul li {
	display:inline-block;
	width:29%;
	text-align:center;
	margin:1%;
	border:solid 1px #fff;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	font-family:'mplus-1p-medium';
	font-size: 13px;
}
.business_cat ul li a {
	display:block;
	padding:90px 1% 5px;
	font-size:12px;
	font-weight:bold;
}
.cat_b_amuse {
	background:url('../images/cat_b_amuse.png') center 18px no-repeat #FFFFFF;
}
.cat_b_clinic {
	background:url('../images/cat_b_clinic.png') center 18px no-repeat #FFFFFF;
}
.cat_b_factry {
	background:url('../images/cat_b_factry.png') center 18px no-repeat #FFFFFF;
}
.cat_b_shops {
	background:url('../images/cat_b_shops.png') center 18px no-repeat #FFFFFF;
}
.cat_b_food {
	background:url('../images/cat_b_food.png') center 18px no-repeat #FFFFFF;
}
.cat_b_inuki {
	background:url('../images/cat_b_inuki.png') center 18px no-repeat #FFFFFF;
}
.cat_b_office {
	background:url('../images/cat_b_office.png') center 18px no-repeat #FFFFFF;
}
.cat_b_salon {
	background:url('../images/cat_b_salon.png') center 18px no-repeat #FFFFFF;
}
.cat_b_school {
	background:url('../images/cat_b_school.png') center 18px no-repeat #FFFFFF;
}
.cat_b_sell {
	background:url('../images/cat_b_sell.png') center 18px no-repeat #FFFFFF;
}
#header2 .rent_cat,
#header2 .sale_cat,
#header2 .business_cat2 {
	border:solid 2px #ffffff;
	background-color: rgba(11,38,17,0.6);
	margin:0px auto 30px;
	clear:both;
	float:none;
	width:98%;
	height: auto;
}
#header2 .business_cat {
	border:none;
	background-color: none;
	margin:0px auto 0px;
	clear:both;
	float:none;
	width:100%;
	height: auto;
}
#header2 .rent_cat ul li,
#header2 .business_cat ul li,
#header2 .sale_cat ul li {
	display:inline-block;
	width:18%;
	text-align:center;
	margin:0.5%;
	font-size:13px;
	font-family:'mplus-1p-medium';
	border:none;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
}
#header2 .rent_cat ul li {
	background-color:#FFD200;
}
#header2 .business_cat ul li {
	background-color:#ADEADE;
}
#header2 .sale_cat ul li {
	background-color:#BFE523;
}

#header2 .rent_cat ul li a,
#header2 .business_cat ul li a,
#header2 .sale_cat ul li a {
	display:block;
	padding:5px 1% 5px;
}
.searchs{
	overflow:hidden;
	margin:0 auto 15px;
	width:90%;
}
.key_box {
	position:relative;
}
.key_box .key_btn {
	position:absolute;
	right:8px;
	top:50%;
	margin-top:-12px;
}
.searchs .right {
	margin:0 10px;
}
#header2 #cat_tabs {
	 float:left;
	 width:20%;
}
#header2 .cat_tabcon {
	 float:left;
	 width:80%;
	 margin
}
#header2 .searchs2 .top_quick_inner {
	 overflow:hidden;
	 margin-bottom:15px;
}
#header2 .searchs2 h4 {
	 color:#ffffff;
	 border-bottom:dotted 1px #ffffff;
	 margin-left:15px;
	 padding:0 0 5px 15px;
}
#header2 .cat_tabcon ul li {
	display:inline-block;
	width:11%;
	text-align:center;
	margin:5px 0.5%;
	font-size:13px;
	font-family:'mplus-1p-medium';
	border:none;
}
#header2 .cat_tabcon ul li a {
	display:block;
	color:#ffffff;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	.rent_cat,
	.business_cat,
	.sale_cat {
		width:100%;
		height: auto;
		float:none;
	}
	.rent_cat ul li,
	.sale_cat ul li {
		width:47%;
		font-size:12px;
		font-weight:bold;
	}
	.business_cat ul {
		margin:0 auto 20px;
	}

}





/*-----
クイックサーチ
-----*/

.top_quick_inner {
	width:94%;
	margin:10px auto;
}
.rent_search {
	background-color:#ffffff;
	border:solid 2px #ffffff;
	margin:30px 0;
	float:left;
	width:30%;
	height: 560px;
}
.rent_search h3 {
	color:#0B2611;
	font-size:17px;
	font-weight:bold;
	background:url('../images/mini_i_rent.png') 5px center no-repeat;
	padding-left:40px;
	line-height:24px;
	margin:15px;
}


.business_search {
	background-color:#ffffff;
	border:solid 2px #ffffff;
	margin:30px 0;
	float:left;
	width:41%;
	height: 510px;
}
#cat_tabs {
	 margin:0;
	 padding: 0px 0px 0px 0px;
	 overflow:hidden;
	list-style:none;
	text-align: center;
}
#cat_tabs li {
	 cursor: pointer;
	 width:83px;
	 height:83px;
	display:inline-block;
	 margin:0px 0px 0px 0px;
	text-align:center;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}
#cat_tabs li.tab_s {
	 background:url('../images/tab_s.png') center top no-repeat;
}#cat_tabs li.tab_w {
	 background:url('../images/tab_w.png') center top no-repeat;
}
#cat_tabs li.tab_s:hover,
#cat_tabs li.tab_s.active {
	 background:url('../images/tab_s_act.png') center top no-repeat;
}
#cat_tabs li.tab_w:hover,
#cat_tabs li.tab_w.active {
	 background:url('../images/tab_w_act.png') center top no-repeat;
}
.business_search h3 {
	color:#0B2611;
	font-size:17px;
	font-weight:bold;
	background:url('../images/mini_i_business.png') 5px center no-repeat;
	padding-left:40px;
	line-height:24px;
	margin:15px;
}
.business_search .cat_s,
.business_search .cat_w {
	overflow:hidden;
	margin:15px;
}
.business_search .cat_s li,
.business_search .cat_w li {
	width:29%;
	margin:1%;
	display:inline-block;
	text-align:center;
	font-family:'mplus-1p-medium';
	font-size: 13px;
}
.business_search .cat_s li a,
.business_search .cat_w li a {
	padding:10px 0;
	display:block;
}
.business_search .cat_s li a {
	border:solid 2px #FF601F;
}
.business_search .cat_w li a {
	border:solid 2px #A5B204;
}

.sale_search {
	background-color:#ffffff;
	border:solid 2px #ffffff;
	margin:30px 0;
	float:left;
	width:30%;
	height: 715px;
}
.sale_search h3 {
	color:#0B2611;
	font-size:17px;
	font-weight:bold;
	background:url('../images/mini_i_sale.png') 5px center no-repeat;
	padding-left:40px;
	line-height:24px;
	margin:15px;
}


/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	.rent_search,
	.business_search,
	.sale_search {
		float:none;
		width:100%;
		height: auto;
	}
}


/*-----
お役立ち記事
-----*/
.useful_inner {
	overflow:hidden;
	width:94%;
	padding: 10px 3% 60px;
}
.article_new {
	width:33%;
	padding:1%;
	background-color:#ffffff;
}
.article_new figure {
	text-align:center;
}
.useful_r {
	width:65%;
	overflow:hidden;
}
ul.article_btns1 li {
	width:46%;
	margin:0px 1% 15px 1%;
	display:inline-block;
	background-color:#005F19;
	font-size:18px;
	font-family:'mplus-1p-regular';
}
ul.article_btns1 li a {
	color:#ffffff;
	display:block;
	background: url("../images/i_right.png") 25px 50% no-repeat;
	padding:15px 2% 15px 50px;
}
ul.article_btns2 li {
	width:21%;
	margin:1%;
	text-align:center;
	display:inline-block;
	border:solid 2px #005F19;
	font-family:'mplus-1p-regular';
	font-weight:bold;
}
ul.article_btns2 li a {
	display:block;
	padding:50px 0 10px;
}
ul.article_btns2 li.atc_area {
	 background: url("../images/atc_area.png") center 8px no-repeat;
}
ul.article_btns2 li.atc_qa {
	 background: url("../images/atc_qa.png") center 8px no-repeat;
}
ul.article_btns2 li.atc_dictionary {
	 background: url("../images/atc_dictionary.png") center 8px no-repeat;
}
ul.article_btns2 li.atc_member {
	 background: url("../images/atc_member.png") center 8px no-repeat;
}


/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	.article_new {
		width:98%;
	}
	.useful_r {
		width:98%;
		margin:5px auto;
	}
	ul.article_btns1 {
		margin:5px auto;
	}
	ul.article_btns1 li {
		width:46%;
		margin:5px 0.5% 5px 0.5%;
		font-size:13px;
		text-align:center;
	}
	ul.article_btns1 li a {
		background: none;
		padding:15px 0;
	}
	ul.article_btns2 li {
		width:46%;
		margin:1% 0.5%;
	}
}


/*-----
店舗表示
-----*/
.tenpo_inner {
	overflow:hidden;
	width:94%;
	margin:10px auto 60px;
}
#tenpo {
	width:100%;
	overflow:hidden;
	font-weight:bold;
}
#tenpo .tmp_txt {
	margin-left: 3%;
	width:45%;
	color:#ffffff;
}
#tenpo .tel {
	font-size:38px;
	 background: url("../images/tel.png") 0 50% no-repeat;
	 padding-left:32px;
	 margin:0 0 5px 0;
	 line-height:40px;
}


/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){ 
	#tenpo .tmp_txt {
		margin-left: 0;
		width:100%;
	}
	#tenpo .tel {
		font-size:30px;
	}
	#tenpo .tel a {
		color:#ffffff;
	}
}



/*-----
バナー表示
-----*/
.bnrs {
	overflow:hidden;
	width:90%;
	margin:10px auto 60px;
	padding: 30px 0;
}
.bnrs li {
	width:22%;
	margin:1%;
	display:inline-block;
	text-align:center;
}
.bnrs li a {
	display:block;
	filter:alpha(opacity=80);
	opacity:0.80;
}
.bnrs li a:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}
@media screen and (max-width:480px){
	.bnrs li {
		width:45%;
	}
}


/*------------------------------
見出し
--------------------------------*/
.page_txt {
	background-color:#F8F8F8;
	margin:20px auto;
	padding:15px 5%;
	width:80%;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
h2.h2_midashi {
	background:url('../images/minilogo.png') 0 center no-repeat;
	margin:0 20px 30px 20px;
	padding:0px 0px 0px 80px;
	color:#ffffff;
	height:67px;
	line-height:67px;
	font-size:25px;
}
h2.h2_midashi.m_rent {
	background:url('../images/mini_i_rent_w.png') 0 center no-repeat;
}
h2.h2_midashi.m_sale {
	background:url('../images/mini_i_sale_w.png') 0 center no-repeat;
}
h2.h2_midashi.m_business {
	background:url('../images/mini_i_business_w.png') 0 center no-repeat;
}
.ar_page h2.h2_midashi {
	background:url('../images/minilogo_bk.png') 0 center no-repeat;
	margin:0 20px 30px 20px;
	padding:0px 0px 0px 50px;
	color:#000000;
	height:67px;
	line-height:67px;
	font-size:25px;
}
h3.h3_midashi {
	padding: .5em .75em;
	background-color: #ffffff;
	border-radius: 6px;
	margin:20px 20px 20px 20px;
	font-size:17px;
}
h4.h4_midashi {
	padding: .5em .75em;
	background-color: #C6DEFE;
	border-radius: 6px;
	margin:20px 20px 20px 20px;
	font-size:16px;
}
h5 {
	margin:15px 10px 15px 10px;
	padding:10px 0px 5px 10px;
	font-size:14px;
	font-size:1.4rem;
}
h3.h3_midashi_rent {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #FFD200;
	margin:20px 20px 20px 20px;
	color:#ffffff;
}
h3.h3_midashi_bus {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ADEADE;
	margin:20px 20px 20px 20px;
	color:#ffffff;
}
h3.h3_midashi_sale {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #BFE523;
	margin:20px 20px 20px 20px;
	color:#ffffff;
}
.h3 {
	overflow:hidden;
	width:70%;
}
.h3 .bg_ttl {
	 background:url('../images/bg_ttl.png') 0 0 no-repeat;
	 color:#0B2611;
	 font-weight:bold;
	 font-size:21px;
	 height:64px;
	 line-height:1.5;
	 width:120px;
	 padding:35px 0px 35px 40px;
}
.h3 h3 {
	 color:#FFFFFF;
	 font-weight:bold;
	 font-size:28px;
	 line-height:1.5;
	 padding:50px 35px 25px 20px;
}
#useful .h3 h3 {
	 color:#000000;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	h2.h2_midashi {
		margin:20px 10px 30px 10px;
		padding:0px 0px 0px 66px;
		height:auto;
		min-height:38px;
		line-height:1.2;
		font-size:18px;
	}
	h3.h3_midashi {
		font-size:16px;
		margin:20px 10px 20px 10px;
	}
	h4.h4_midashi {
		font-size:14px;
		margin:20px 10px 20px 10px;
	}

    .h3 {
	    width:100%;
    }
	.h3 h3 {
		 font-size:24px;
		 line-height:1.5;
		 padding:20px 25px 25px 20px;
	}
}

/*-------------------------------------------------
一覧
-------------------------------------------------*/
.bk_tabcon {
	overflow:hidden;
	margin:0 auto;
}
#newarrival{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	text-align:center;
}
.bk_box {
	background-color:#FFFFFF;
	margin: 0 1% 4% 1%;
	width: 31%;
	height: 410px;
	padding: 0;
	float:left;
	vertical-align: top;
	text-align:left;
}
.bk_past_box {
	height:300px;
}
.b_top {
	overflow:hidden;
	width:90%;
	padding:15px 5% 10px;
}
.b_bottom {
	overflow:hidden;
	width:88%;
	padding:15px 6% 10px;
}
.b_imgs {
	overflow:hidden;
	width:90%;
	height:105px;
	padding:0px 5% 0px;
}
.b_top .bk_time {
	font-size:12px;
	font-weight:bold;
	float:left;
}

.b_left {
	width:48%;
	padding:1%;
	text-align: center;
}
.b_right {
	width:48%;
	padding:1%;
	text-align: center;
}
.b_img {
	width:100%;
	text-align: center;
}
.b_img2 {
	border:solid 1px #E0E0E0;
	text-align: center;  
	vertical-align: middle;  
	width:100%;
	height:89%;
	margin:0 auto;
}
.b_img2 img {
	max-height:85px;
}
.bk_box .bk_favo {
    cursor: pointer;
    float:right;
}
.b_txt {
	width:94%;
	padding:0px 3%;
	font-size:13px;
	font-size:1.3rem;
	clear:both;
}
.b_txt .h4_b {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-left:5pxt;
	padding:5px 10px;
}
.b_txt .h4_b.rent {
	border-left:solid 5px #FFD200;
}
.b_txt .h4_b.bus {
	border-left:solid 5px #ADEADE;
}
.b_txt .h4_b.sale {
	border-left:solid 5px #BFE523;
}
.b_txt .bk_com {
	font-size:12px;
	width:90%;
	padding:0px 5%;
}
.b_txt .bk_com a {
	color:#666666;
}
.i_yachin {
	color:#005F19;
	font-size:19px;
	margin-top: 2px;
	margin-bottom: 2px;
	float:left;
	font-weight:bold;
}
.i_mini {
	color:#005F19;
	height:16px;
	margin-left:1em;
	margin-bottom: 10px;
	font-size:11px;
}
.i_type {
	color:#005F19;
	font-size:17px;
	clear:both;
	font-weight:bold;
}
ul.i_cat {
	/*border-top:solid 1px #CECECE;*/
	clear:both;
	overflow:hidden;
	width:90%;
	padding:5px 2%;
	margin:0px 3% 0;
}
ul.i_cat li {
	float:right;
	margin:1%;
}
#about_member {
	margin:20px auto 20px auto;
	width:80%;
	color:#ffffff;
}
.txt_sub {
	overflow:hidden;
	width:90%;
	margin:0 auto;
	color:#ffffff;
}
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	.bk_box {
		margin: 0 2% 15px 2%;
		width: 96%;
		height:auto;
		padding: 0;
		float:none;
	}
	.b_txt .h4_b {
		font-size:13px;
	}

}

/*-------------------------------------------------
フッター
-------------------------------------------------*/

#footer-wrap {
	background-color: rgba(255,255,255,0.6);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
}
#footer {
	margin:0px auto 0px auto;
	padding:0px;
	max-width:1000px;
	width: 100%;
	overflow: hidden;
}
ul.foot_nav {
	margin:0px auto 0px auto;
	padding:0px;
	width: 80%;
}
ul.foot_nav li {
	float:left;
	padding:0 10px;
	line-height:34px;
	font-size:12px;
	font-family:'mplus-1p-heavy';
}


.copy {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background-color:#000000;
	width:100%;
	padding:0.7%;
	clear:both;
}




/*------------------------------
注意
--------------------------------*/
.attention {
	padding:1em ;
	margin:20px auto 20px auto;
	text-align:center;
	border:2px solid #ba0000;
	background-color:#ffffff;
	color:#ba0000;
	width: 70%;
}







/*------------------------------
アコーディオン
--------------------------------*/
.panel_bt {
	cursor: pointer;
}
input[type="checkbox"].on-off{
    display: none;
}
input[type="checkbox"].on-off + .drop{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + .drop{
    height: auto;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		.panel_bt_sp {
		cursor: pointer;
	}
	input[type="checkbox"].on-off{
		display: none;
	}
	input[type="checkbox"].on-off + .drop_sp{
		height: 0;
		overflow: hidden;
	}
	
	input[type="checkbox"].on-off:checked + .drop_sp{
		height: auto;
	}
}



/*------------------------------
ボタン
--------------------------------*/
.btn1{
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0 22px 0;
}

.btn{
	text-decoration: none;
	padding: 1em 4%;
	width:30%;
	color: #005F19;
	background-color: #FFFFFF;
	border: 2px solid #005F19;    
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: "lato-regular", Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	display:inline-block;
	cursor:pointer;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
a.btn{
    color: #005F19;
}
a.btn_rent {
    background-color:#FFD200;
    border: 2px solid #E5BA03;
    color: #000000;
	width:auto;
}
a.btn_bus {
    background-color:#ADEADE;
    border: 2px solid #94C4BD;
    color: #000000;
}
a.btn_sale {
    background-color:#BFE523;
    border: 2px solid #A8BF1F;
    color: #000000;
}
.form_sbtn {
	color: #fff;
	background-color: #999999;
	border:2px solid #999999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 2px 1px #7f7f7f;
	box-shadow: 0 2px 1px #7f7f7f;
	border-image:none;
	padding:5px 0px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	width:70%;
	text-align: center;
	cursor:pointer;
	margin-bottom:10px;
}

.btn:hover{
    color: #FFFFFF;
	background-color: #005F19;
    border: 2px solid #005F19;  
}
.btn.gr {
    color: #33ad47;
    border: 2px solid #33ad47;    
}
.btn.gr:hover{
	color: #FFFFFF;
	background-color: #33ad47;
    border: 2px solid #33ad47;  
}
.btn.bl {
    color: #3399CC;
    border: 2px solid #3399CC;    
}
.btn.bl:hover{
	color: #FFFFFF;
	background-color: #3399CC;
    border: 2px solid #3399CC;  
}
a.btn2 {
    border: solid 2px #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 5px;
    padding: 12px 24px 12px 24px;
    display: inline-block;
}
a.btn2.i_access {
    background:url('../images/i_access.png') 15px 50% no-repeat;
    padding: 12px 24px 12px 40px;
}
a.btn2.i_res {
    background:url('../images/i_res.png') 15px 50% no-repeat;
    padding: 12px 24px 12px 40px;
}
.qa_btn {
    margin: 10px auto;
    width:40%;
}
.qa_btn .btn {
	background: #C6DEFE none repeat scroll 0 0;
	border: medium none;
	border-bottom:solid 1px #7A9ABC;
	border-radius: 0.6em;
	color: #000000;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0;
	width: 100%;
}
.btn2p {
    margin: 0px auto;
    width:84%;
}
.btn4 {
    border: 1px solid #999999;
    border-radius: 0.25em;
    cursor: pointer;
    font-weight: bold;
    margin: 15px 5px;
    line-height:32px;
    padding: 10px 0 10px 0;
    float: left;
    width:46%;
}
.btn4 a.req {
	background:url('../images/s_request.png') 18px 50% no-repeat;
	padding: 10px 24px 10px 50px;
}
.btn4 a.res {
	background:url('../images/s_reservation.png') 18px 50% no-repeat;
	padding: 10px 24px 10px 50px;
}


/* 3連ボタン */
#btn3 {
	margin:0px auto 30px auto;
	max-width:1000px;
	width:100%;
}
/* 3つ並びボタン */
ul.btn3{
    width: 100%;
    text-align: center;
    margin: 5% 0 5% 0;
}
ul.btn3 li {
    max-width: 314px;
	width: 30%;
    padding: 0px;
	margin:0 1%;
	float:left;
}





.btn3 .btn{
    width: 30%;
    padding: 1em 0px;
	margin:0 1%;
}
.minired{
	font-size:12px;
	font-weight:bolder;
	padding: 0px 0px 5px 0px;
	color:#990000;
	display:block;
}


/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		.btn{
			width: 50%;
		}
		ul.btn3{
			width: 90%;
			text-align: center;
			margin: 0px auto 80px auto;
		}
		ul.btn3 li{
			width: 100%;
			display:block;
			margin:0 auto 20px auto;
			float:none;
		}
		.btn3 .btn{
			width: 100%;
			font-size: 16px;
			display:block;
			padding: 15px 0px;
			margin:0 auto 20px auto;
		}
		.btn2p {
		    width:100%;
		}
		.btn4 {
			float: none;
			width:96%;
			padding:0;
		    }
		.minired{
			font-size:12px;
			font-weight:bolder;
			padding: 0px 0px 5px 0px;
			color:#990000;
			display:block;
		}
		.searchbox_btn {
			width:50%;
			height:24px;
			line-height:24px;
			margin:10px auto 10px auto;
			padding: 5px 0% 5px 30%;
			font-family:'mplus-1p-regular';
			font-size:12px;
			background:url('../images/bt_key_search.png') 30% 4px no-repeat;
			display:block;
			border:solid 2px #990000 ;
			 border-radius: 4px;        /* CSS3草案 */  
			-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
		}
		.qa_btn {
		    margin: 10px auto;
		    width:80%;
		}
}



/*------------------------------
お気に入り
--------------------------------*/
.mylist_tab {
	margin:3% auto 3% auto;
	max-width:543px;
}
.mylist_tab ul#bk_tabs {
	 margin:0;
	 padding: 0px 0px 0px 0px;
     overflow:hidden;
	list-style:none;
}
.mylist_tab ul#bk_tabs li {
	 cursor: pointer;
	 width:83px;
	 height:10px;
	display:inline-block;
	 margin:0px 10px 0px 10px;
	 padding-top:90px;
	text-align:center;
}
.mylist_tab ul#bk_tabs li a {
	 color:#ffffff;
}
.mylist_tab ul#bk_tabs li.tab_rent {
	 background:url('../images/tab_rent.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_sale {
	 background:url('../images/tab_sale.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_shop {
	 background:url('../images/tab_shop.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_office {
	 background:url('../images/tab_office.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_souko {
	 background:url('../images/tab_souko.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_rent:hover,
.mylist_tab ul#bk_tabs li.tab_rent.active {
	 background:url('../images/tab_rent_act.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_sale:hover,
.mylist_tab ul#bk_tabs li.tab_sale.active {
	 background:url('../images/tab_sale_act.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_shop:hover,
.mylist_tab ul#bk_tabs li.tab_shop.active {
	 background:url('../images/tab_shop_act.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_office:hover,
.mylist_tab ul#bk_tabs li.tab_office.active {
	 background:url('../images/tab_office_act.png') center top no-repeat;
}
.mylist_tab ul#bk_tabs li.tab_souko:hover,
.mylist_tab ul#bk_tabs li.tab_souko.active {
	 background:url('../images/tab_souko_act.png') center top no-repeat;
}


.no_stock {
	background-color:#ffffff;
	text-align:center;
	color:#E43A30;
	padding:50px 0;
	width:100%;
}

.fv_btn a {
    margin: 10px 1%;
    padding: 1%;
    border: solid 2px #ffffff;
    background-color: #0B2611;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 13px;
    float: left;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
}
.fv_btn .fv_btn1 a {
    width: 16%;
}
.fv_btn .fv_btn2 a {
    width: 25%;
}
.fv_btn {
    overflow: hidden;
    margin:20px auto 40px;
}


/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  

		.mylist_tab {
		    max-width:240px;
	    }
	    ul.fv_btn {
			margin:0 auto 10px;
		}
		.fv_btn a {
			margin:10px auto;
			padding:2%;
			font-size: 14px;
			float:none;
		}
		.fv_btn .fv_btn1 a {
		    width:90%;
		}
		.fv_btn .fv_btn2 a {
		    width:90%;
		}
}


/*------------------------------
辞書
--------------------------------*/
ul.dic_index {
    overflow: hidden;
    margin:20px auto 40px;
    width:384px;
}
ul.dic_index li {
    float:left;
     margin:0 1px;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	 ul.dic_index {
	    margin:20px auto 20px;
	    width:192px;
	}
}



/*------------------------------
サイトマップ
--------------------------------*/
.sitemap_list {
    margin:10px auto 10px;
    border-top:3px solid #999999;
    width:90%;
    color:#ffffff;
}
.sitemap_list a {
    color:#ffffff;
}
.sitemap_list li {
    padding:10px;
    border-bottom:dotted 1px #999999;
}
.sitemap_list li:last-child {
     border-bottom:none;
}
.sitemap_list li a {
    line-height:24px;
    height:24px;
    display:block;
}
.sitemap_list li a.blank {
    background:url('../images/blank.png') 0 top no-repeat;
    padding-left:30px;
}
.sitemap h5 {
	 color:#ffffff;
	 margin-left:15px;
	 padding:0 0 5px 15px;
}
.sitemap_area {
	 overflow:hidden;
}
.sitemap_area .area_w,
.sitemap_area .area_s {
	 width:45%;
	 float:left;
}





/*------------------------------
submitボタン
--------------------------------*/

textarea {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

input[type="submit"] {
    width: 100%;
	max-width: 260px;
	margin:2% auto 2% auto;
	 box-sizing: border-box; 
   -webkit-box-sizing: border-box;
}
input[type="button"]  {
    width: 100%;
	max-width: 260px;
	margin:2% auto 2% auto;
	 box-sizing: border-box; 
   -webkit-box-sizing: border-box;
}
input[type="reset"]  {
    width: 100%;
	max-width: 260px;
	margin:2% auto 2% auto;
	 box-sizing: border-box; 
   -webkit-box-sizing: border-box;
}


/*------------------------------
テーブル
--------------------------------*/
table   { 
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
}
table th,
table td  { 
	padding: 10px; 
	border: 2px solid #ddd; 
}
.joken table th,
.joken table td  { 
	padding: 10px; 
	border: none; 
}
table th  { 
	background: #f4f4f4; 
	vertical-align: middle;
	width:20%;
}
table td  { 
    background-color: #ffffff;
}

 .w90,
 table.table90 { 
	width: 90%; 
	margin:0px auto 20px;
	padding:0px 0px 0px 0px;
} 
 table.table50 { 
	width: 50%; 
	margin:0px;
	padding:0px 0px 0px 0px;
}
 table.table45 { 
	width: 45%; 
	margin:0px;
	padding:0px 0px 0px 0px;
}

table.table_no { 
	width: 50%;
	margin:0px auto 20px auto;
}
table.table_no th,
table.table_no td  { 
	padding: 0px; 
	border: none; 
}
 
 /*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	table {
		margin:20px auto 20px auto;
	}
	.w90,
	table.table90 { 
		width: 90%; 
		margin:20px auto 20px auto;
		padding:0px 0px 0px 0px;
	}
	table.table50,
	table.table45,
	table.table_no,
	.w50,
	.w45   { 
		width: 100%; 
		margin:20px auto 20px auto;
		padding:0px 0px 0px 0px;
	}
	.wcel_2   { 
		margin: 0 -10px; 
	}
	.wcel_2 table th,
	.wcel_2 table td  { 
		padding: 10px; 
		border: 1px solid #ddd; 
	}
	.com_frame {
		border-top:dotted 1px #B92A2C;
		border-bottom:dotted 1px #B92A2C;
		border-right:none;
		border-left:none;
		padding:1em 0 1em 0;
	}

	.cel_2 th,
	.cel_2 td,
	.wcel_2 th,
	.wcel_2 td,
	#tc table.cel_2 th,
	#loan table.cel_2 th {
	    width: 94%;
	    padding:10px 3%;
	    display: block;
	    border-top: none;
	}
	.plane_table table th,
	.plane_table table td{
		width: 100%;
		display: block;
		border: none;
	}
	.cel_2 tr:first-child th,
	.wcel_2 tr:first-child th,
	.plane_table table tr:first-child th { 
	    border-top: 1px solid #ddd; 
	}
	.width100 {
	    width: 100%;
	}
	.width70 {
	    width: 70%;
	}
    .listlike { 
	margin: 0 -10px; 
	}
    .listlike tr {
        display:block;
        margin-bottom: 10px;
    }
    .listlike th {
        display:block;
        width: 100%;
    }
    .listlike td {
        display: list-item;
        width: 90%;
        margin-left: 10%;
        border:none;
    }
}




/*-------------------------------------------------
★smpスライドメニュー★
-------------------------------------------------*/
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		.navbar {
			background-size: 100%;
			background-color:#000000;
			background-repeat: no-repeat;
			border: none;
			width: 100%;
			left: auto;
			right: auto;
		}
		.navbar-default {
		  background-color:#000000;
		  border-bottom:solid 1px #999999;
		}
		.navbar-fixed-top {
		  top: 0;
		  border-width: 0 0 1px;
		}
		.navbar-fixed-top,
		.navbar-fixed-bottom {
		  position: fixed;
		  right: 0;
		  left: 0;
		  z-index: 100;
		}
		#logo {
			margin: 7px auto;
			text-align: center;
		}
		#top-arrow {
			padding-top: 17px;
			padding-bottom: 13px;
		}
		.navbar .sb-toggle-left {
			width: 30px;
			height:30px;
			float: left;
			padding: 14px;
			background:url('../images/btn_menu.png') 14px 14px no-repeat;
		}
		.navbar .sb-right {
			width: 30px;
			height:30px;
			float: right;
			padding: 0 14px 0 0;
		}
		.sb-toggle-left, .sb-open-left, 
		.navbar .sb-right,
		.sb-close {
			cursor: pointer;
		}
		.navbar .container {
		  margin-right: auto;
		  margin-left: auto;
		  padding-left: 15px;
		  padding-right: 15px;
		}
		ul.navbar-nav {
				display: block;
			}
		
		
		
		.ic_down {
			background:url('../images/down.png') 10px 50% no-repeat;
		}
		.ic_right {
			background:url('../images/ic_right.png') 3px 50% no-repeat;
		}
		.ic_hart {
			background:url('../images/ic_hart.png') 3px 50% no-repeat;
		}
		.panel_bt {
			margin: 0;
			cursor: pointer;
			border-top: 1px solid rgba(255, 255, 255, 0.1); 
			border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
		}
		.panel_p {
			padding: 1em 1em 1em 40px;
		}
		.panel_bt.bl {
			background-color:#0F95C8;
		}
		.panel_bt.gr {
			background-color:#33AD47;
		}
		.panel_bt.ye {
			background-color:#CC9900;
		}
		
		
		/* Slidebars */
		
		.sb-slidebar {
			background-color:#ffffff;
			color:#333333 ;
		}
		.sb-slidebar a {
			text-decoration: none;
		}
		.sb-slidebar a:hover {
			text-decoration: underline;
		}
		
		/* Main Menu */
		#sb-gnavi { /* Apply to <ul> or <ol>. */
			padding: 0;
			margin: 0;
		}
		.sb-ttl {
			padding: 14px;
			margin: 0;
			height:30px;
			text-align:center;
		}
		h3.sb-ttl {
			font-size:22px;
			background-color:#000000;
			color:#ffffff;
		}
		.sic_search {
			text-align:center;
			margin:5px auto;
		}
		#sb-gnavi li {
			width: 100%;
			padding: 3% 0;
			margin: 0;
			border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
			border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
			background: url('../images/i_r.png') 15px center no-repeat; 
		}
		
		#sb-gnavi li a {
			line-height:34px;
			width:54%;
			height:34px;
			margin:0 auto;
			padding-left:30px;
			text-align:left;
			display:block;
			font-weight:bolder;
			color:#000000;
			font-size:12px;
		}
		#sb-gnavi li a:hover {
			text-decoration: none;
			background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
		}
		#sb-gnavi.smap_standard {
			background-color:#F3F3F3; 
		}
		#sb-gnavi.smap_rent li {
			background: url('../images/i_r_rent.png') 15px center no-repeat #FFEFAE; 
		}
		#sb-gnavi.smap_bus li {
			background: url('../images/i_r_bus.png') 15px center no-repeat #D4F4EF; 
		}
		#sb-gnavi.smap_sale li {
			background: url('../images/i_r_sale.png') 15px center no-repeat #F4FFB3; 
		}
		.s_ttl {
			padding: 15px 0 15px 60px;
			margin: 0;
			font-size:14px;
			text-decoration:none;
			border-top: 1px solid rgba(255, 255, 255, 0.1); 
			border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
		}
		.s_ttl.s_rent {
			background: url('../images/mini_i_rent.png') 15px center no-repeat #FFD200; 
		}
		.s_ttl.s_bus {
			background: url('../images/mini_i_business.png') 15px center no-repeat #ADEADE; 
		}
		.s_ttl.s_sale {
			 background: url('../images/mini_i_sale.png') 15px center no-repeat #BFE523;
		}

		.smap_mylist {
			width: 100%;
			padding: 1em 0px 1em 0px;
			margin: 0;
			font-size:14px;
			text-decoration:none;
			border-top: 1px solid rgba(255, 255, 255, 0.1); 
			border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
			background-color:#666666; 
		}
		.smap_mylist a {
			color: #ffffff;
			text-decoration: none;
			display:block;
		}

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

		
		
		/* Borders */
		.sb-left #sb-gnavi li a {
			border-left: 3px solid transparent;
			width:75%;
		}

		
		/* Left */
		#sb-gnavi li small {
			display: inline-block;
			padding: 14px;
		}
		#sb-gnavi li img {
			margin: 14px;
		}
		
		#sb-site {
		  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
		  padding:60px 0 30px 0;
		}
		#photoimg {
			margin:0px auto 0px auto;
			padding:0px;
			width:100%;
			height:auto;
		}
}

/*------------------------------
アコーディオン
--------------------------------*/
.toggle_btn {
	width: 100%;
	display: inline-block;
	padding: 1em 0px 1em 0px;
	margin: 0 auto;
	color: #ffffff;
	cursor: pointer;
	background-color: #004286;
	font-size:14px;
	border-top: 1px solid rgba(255, 255, 255, 0.1); 
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}
.w80_box .toggle {
	width:90%;
	margin:2% auto 4% auto;
	font-size:14px;
}

h4.select_h4 {
	width:90%;
	padding:12px 0;
	margin:30px auto 10px;
	color:#000000;
	text-align:center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ic_down {
    color: #000000;
    font-size: 12px;
    line-height:24px;
    padding: 5px 0px 5px 40px;
     background: url("../images/snav_ttl.png") no-repeat scroll 0 50%;
}
h4.select_h4.ttl_rent {
	background-color: #FFD200;
}
h4.select_h4.ttl_sale {
	background-color: #BFE523;
}
h4.select_h4.ttl_bus {
	background-color: #ADEADE;
}
input[type="checkbox"].on-off{
    display: none;
}
input[type="checkbox"].on-off + .drop{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + .drop{
    height: auto;
}


/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		input[type="checkbox"].on-off{
			display: none;
		}
		
		.menu .drop {
			-webkit-transition: all 0.5s;
			transition: all 0.5s;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		input[type="checkbox"].on-off + .drop{
			height: 0;
			overflow: hidden;
		}
		
		input[type="checkbox"].on-off:checked + .drop{
			height: auto;
		}
		.toggle_btn {
			width: 100%;
			display: inline-block;
			padding: 1em 0px 1em 0px;
			margin: 0;
			color: #ffffff;
			cursor: pointer;
			background-color: #004286;
			font-size:14px;
			border-top: 1px solid rgba(255, 255, 255, 0.1); 
			border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
		}
}


.privacy .conts {
	color:#ffffff;
}
div.conts {
	margin:30px;
}
p.conts {
	color:#ffffff;
	padding: 0 30px;
}
.sub {
	margin:30px auto 30px auto;
	padding:15px 3% 60px;
	width: 88%;
	background-color:#ffffff;
}
.sub p.conts {
	color:#000000;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	.sub {
		padding:15px 1% 60px;
		width: 92%;
	}
}
		
/*------------------------------
チェックボックス
--------------------------------*/
input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #99cc00),
        color-stop(1.00, #87b400)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #99cc00 0%,
        #87b400 100%
    );
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}




/*------------------------------
コンテンツ詳細
--------------------------------*/
.sub_cat {
	font-size:12px;
	width:90%;
	margin:0px auto 10px;
	padding:8px 5%;
	background-color: #f0efe9;
	border-radius: 4px;
}
.sm_left{
	float:left;
	width:30%;
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.sm_right{
	float:right;
	width:65%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
@media screen and (max-width: 640px){
	.sm_left{
		float:none;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.sm_right{
		float:none;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.sm_left img,.sm_right img{
		width:100%;
		height:auto;
	}
}


.ar_page {
	margin:30px auto 30px auto;
	padding:15px 3% 60px;
	width: 88%;
	background-color:#ffffff;
}
#articlepage_box{
	margin:0px 0px 0px 0px;
	padding:0px;
	position:relative;
}
.pan2 {
    margin: 15px 0px 15px 20px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}
.con_pages {
    margin: 20px 0px 0px 20px;
}
.con_pages li {
    padding-right: 30px;
}
.con_pages li {
    display: inline-block;
    padding-right: 6px;
}
a.ulLink {
    color: #b3b3b3;
    font-size: 1.2rem;
    font-size: 12px;
}
#articlepage_box h4,
h4.ccb_h4 {
    margin: 30px 0px 20px 0px;
    padding: 8px 0px 8px 20px;
    font-size:20px;
    color: #333333;
    line-height: 150%;
    border-left: 8px solid #999999;
    background-color: #EEEEE8;
    letter-spacing: 1px;
    font-weight: bold;
}
#articlepage_box th {
    background-color: #f6f6f6;
}
#articlepage_box td, #articlepage_box th {
    border: 1px solid #cbd2d1;
    min-width: 20%;
    padding: 10px;
    vertical-align: middle;
}
.cb_comment h5,
h5.ccb_h5 {
    color: #005F19;
    font-size: 15px;
    font-weight:bolder;
    line-height: 1;
    margin:30px 0px 20px 0px;
    padding: 10px 5px 10px 10px;
    border-bottom:1px solid #005F19;
    font-weight: normal;
}
h5.ccb_h5 a {
    color: #005F19;
}
.cb_comment h6 {
    color: #cb4e42;
    font-size: 15px;
    line-height: 1;
    margin:30px 0px 10px 0px;
    padding: 10px 5px 10px 10px;
    border-bottom: 5px solid #333333;
    font-weight: normal;
}
.contents_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.contents_mimg_box{
	margin:0px 0px 0px 0px;
	padding:10px;
	text-align:center;
}
.cb_comment{
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 20px;
}
.cb_comment p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#main .cb_comment h4,#main .cb_comment h5,#main .cb_comment h6,#main .cb_comment p{
	margin:0px 0px 0px 0px;
}
.cb_comment ul{
	margin:0px 0px 0px 0px;
	padding:10px;
}
.cb_comment li{
	margin:0px 0px 5px 10px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	color:#000000;
}
.cb_comment table{
	width:100%;
}
@media screen and (max-width: 640px){
	.cb_comment{
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
	}
	.cb_comment table th{
		width:100%;
		display:block;
		margin:0px 0px 5px 0px;
    }
	.cb_comment table td{
		width:100%;
		display:block;
		margin:0px 0px 5px 0px;
    }
}
.QandA {
padding: 10px 10px 10px 20px;
margin: 25px 10px 10px;
background: #eee;
border-radius: 25px;
}
#main p.text_Q {
border-bottom: 3px double #b3b3b3;
margin: 5px 0 10px;
padding: 0 6px;
font-size: 14px;
}
#main p.text_A {
padding: 5px 10px;
color: #909090;
}
.other_box{
	margin:15px;
	padding:15px;
	background-color:#ffffff;
}
.ob_box{
	float:left;
	width:22%;
	background-color:#ffffff;
	margin:0px 0px 8px 8px;
	min-height:100px;
	height:100%;
	text-align:center;
}
.ob_h5{
	font-size:11px;
	font-size:1.1rem;
}
img.article_img{
	width:100%;
}
@media screen and (max-width: 768px){
	.contents_mimg_box img{
		width:100%;
		height:auto;
	}
	.ob_box{
		float:left;
		width:30%;
		background-color:#ffffff;
		margin:0px 0px 8px 8px;
		padding:0px;
		height:auto;
		text-align:center;
	}
}
@media screen and (max-width: 640px){
	.ob_box{
		float:left;
		width:45%;
		background-color:#ffffff;
		margin:0px 0px 8px 8px;
		padding:0px;
		height:auto;
		text-align:center;
	}
}
.cont_box img{
	width:700px;
}
@media screen and (max-width: 768px){
	.cont_box img{
		width:100%;
	}
}
#articlepage_box:after{
	display:block;
	content:"";
	clear:both;
}

.mylist_info{
	background-image:url('../images/mylist_info.gif');
	background-repeat:no-repeat;
	background-position:15px 15px;
	background-color:#ffffff;
	margin:15px;
	padding:15px 15px 15px 85px;
	border:3px solid #cb4e42;
	-webkit-border-radius: 10px;
	font-size:14px;
	color:#cb4e42;
	line-height:140%;
	position:relative;
}
.mylist_info span.btn_modoki{
	background-color:#cb4e42;
	padding:3px 5px 3px 5px;
	-webkit-border-radius:8px;
	color:#ffffff;
	margin:0px 5px 0px 5px;
	font-size:12px;
}
@media screen and (max-width: 670px){
	.mylist_info{
		background-image:url('../images/mylist_info.gif');
		background-repeat:no-repeat;
		background-position:center 15px;
		margin:15px;
		padding:85px 15px 15px 15px;
		border:3px solid #cb4e42;
		-webkit-border-radius: 10px;
		font-size:14px;
		color:#cb4e42;
		line-height:140%;
		position:relative;
	}
}
.stock_info{
	background-image:url('../images/stock.gif');
	background-repeat:no-repeat;
	background-position:15px 15px;
	background-color:#ffffff;
	margin:15px;
	padding:15px 15px 15px 85px;
	border:3px solid #cb4e42;
	-webkit-border-radius: 10px;
	font-size:14px;
	color:#cb4e42;
	line-height:140%;
	position:relative;
}
@media screen and (max-width: 670px){
	.stock_info{
		background-image:url('../images/stock.gif');
		background-repeat:no-repeat;
		background-position:center 15px;
		margin:15px;
		padding:85px 15px 15px 15px;
		border:3px solid #cb4e42;
		-webkit-border-radius: 10px;
		font-size:14px;
		color:#cb4e42;
		line-height:140%;
		position:relative;
	}
}




/*-------ページ送り-------*/
.list_num {
	width:90%;
margin:30px 5% 30px 5%;
	height:14px;
	line-height:14px;
}
.list_num a.num_arrow {
	margin:0px 1% 0px 1%;
	line-height:14px;
}
.list_num a.num_bg {
	margin:0px 10px 0px 10px;
	font-size:18px;
	color:#CCCCCC;
	line-height:14px;
}
.list_num a.num_bg:hover {
	color:#999999;
}
.list_num .num_act {
	margin:0px 10px 0px 10px;
	font-size:20px;
	color:#CC0000;
	line-height:14px;
}
.order {
	margin:0px 0px 15px 0px;
}

.cont_link {
	margin:5% auto 2% auto;
}
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		.cont_link {
			margin:15% auto 2% auto;
		}
}
.cd-form4 {
  width:40%;
  margin:0px auto 10px auto;
  font-size:1.4rem;
  font-size:14px;
  box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    line-height: 1em;
    float:left;
}
.cd-form4 input[type="text"] {
  display: block;
  width: 96%;
  -webkit-appearance: none;
  appearance: none;
  /* general style for input elements */
  padding: 12px 2%;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form4 input[type="text"]:focus {
  outline: none;
  /*border-color: #2c97de;*/
  border-color: #333333;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.chui {
    color: #333333;
    font-size: 1.4rem;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    line-height: 150%;
    letter-spacing: 0.5px;
}

/*------------------------------
過去物件リンクボタン
--------------------------------*/
.past_btn_box{
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
a.bace_btn{
	display:block;
	border: none;
	background: #cccccc;
	border-radius:10px;
	-webkit-border-radius:10px;
	width:320px;
	font-size:16px;
	line-height:130%;
	box-sizing: border-box;
	padding:20px 25px 20px 40px;
	margin:10px auto 10px auto;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-image:url('../images/btn/bicon_chintai.png');
	background-repeat:no-repeat;
	background-position:15px 40%;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	appearance: none;
	text-decoration:none;
	text-align:center;
}
a:hover.bace_btn{
	background: #333333;
	background-image:url('../images/btn/bicon_chintai.png');
	background-repeat:no-repeat;
	background-position:15px 40%;
	text-decoration:none;
}
a.chintai,a:hover.chintai{
	background-color: #009495;
	background-image:url('../images/btn/bicon_chintai.png');
}
a:hover.chintai{
	background-color: #cccccc;
}
a.jigyo,a:hover.jigyo{
	background-color: #5D8834;
	background-image:url('../images/btn/bicon_jigyo.png');
}
a:hover.jigyo{
	background-color: #cccccc;
}
a.baibai,a:hover.baibai{
	background-color: #BD5612;
	background-image:url('../images/btn/bicon_baibai.png');
}
a:hover.baibai{
	background-color: #cccccc;
}
.past_btn_box p{
	text-align:center;
	font-size:14px;
	line-height:140%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.red2{
-webkit-text-fill-color:#CC3300;
    -webkit-text-stroke:1px #fff;
}

div#line_info{
	margin:0px auto 15px auto;
	padding:0px 0px 0px 0px;
}
div#line_info_smp{
	display:none;
}
.tnp_line img {
		width: 50%;
	}
@media screen and (max-width: 480px) {
	div#line_info{
		display:none;
	}
	div#line_info_smp{
		display:block;
		width:300px;
		margin:0px auto 15px auto;
		text-align:center;
	}
	div#line_info_smp a{
		color:#ffffff;
		font-size:16px;
	}
	div#line_info_smp a strong{
		font-weight:bold;
		font-size:18px;
	}
	div#line_info_smp a span{
		display:block;
		font-weight:bold;
		font-size:16px;
		margin-top:10px;
	}
	.tnp_line img {
		width: 100%;
	}
}
.yuru_ban{
	width:600px;
	height:auto;
	margin:10px auto;
}
.yuru_ban a:hover{
	opacity:0.7;
}
.yuru_ban img{
	width:100%;
	height:auto;
}
@media screen and (max-width:800px){
	.yuru_ban{
		width:100%;
	}
}

@media screen and (max-width:480px){
	.b_imgs{
		overflow: hidden;
		width: 100%;
		height: auto;
		padding: 0px 0px;
	}
	.b_img2{
		height: 250px;
	}
	.b_img img,.b_img2 img{
		width: 100%;
		height: 250px;
		max-height:none;
		object-fit: contain;
	}
	.b_left {
		width:97%;
		float:none;
	}
	.b_right {
		width:97%;
		float:none;
	}
}


span.cat_t{
	font-size:9px;
	padding:3px;
	display:inline-block;
	margin-right:3px;
	background-color:#546919;
	color:#fff;
}
p.bk_com span.cat_t{
	line-height: 120%;
}