@charset "utf-8";
/**/
*{margin:0; padding:0;}
body{font-family:sans-serif; color: #333;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}

/* clearfix */
.cFix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cFix	{ min-height: 1px; _height: 1px; }



/*
##################################################################
共通パーツ
################################################################## */

/*sub header*/
.nav {
    padding: 0 ;
	z-index: 110;
	background: #f0f0f0;
	width:100%;
	margin-bottom: 20px;
	}
	

.nav ul {
display:table;
table-layout: fixed;
width:100%;
}
.nav li {
	background: #f0f0f0; 
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
    list-style: none;
	text-align: center;
	display: table-cell;
	vertical-align:middle;
	font-size: 75%;
	width: 100%;
	padding: 8px 0;
	}

.nav li a {
    text-decoration: none;
	color:#03C;
}

li.nav_on {
	background: #c1c1c1;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	}

li.nav_on a {
	color: #565656;
	}

	

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}



#contens { font-size: 0.9em;}
.header_text { background: #FF7200; padding: 5px; color: #FFF; font-weight: bold;}
.contents_tit { padding: 20px 5px 10px 5px; color: #ff7200; font-weight: bold;}

.cont_pageTtl {
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: 16px;
width:100%;height:35px;line-height:35px;-webkit-box-sizing:border-box;box-sizing:border-box;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#cdcdcd));border-top:solid 1px #cdcdcd;border-bottom:solid 1px #cdcdcd;font-size:16px;color:#333; margin-bottom: 10px;}

.cont_pageTtl .inner { color: #333;font-size: 16px;line-height: 1.0em;font-weight: bold;}
.cont_pageTtl .inner span { clear:both; font-size: 10px;line-height: 1.0em;}
.blog_List li, .blog_List2 li{ border-bottom: 1px solid #cbcbcb; overflow:hidden; padding: 0 4px;}
.blog_List_col { padding: 5px 5px; display: block;}
.cat_tit { 
  background-color: #ccc;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 20px;
  line-height: 20px;
  padding: 0px 5px;
  font-weight: 300;
  font-size: 10px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 3px 0;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  overflow:hidden;
}
.contents_Col {
	display: -webkit-box;
	display: -moz-box;
	display: flexbox;
}
.contents_Col_img img { width: 100px; margin-right: 10px;}
.contents_Col_text { color:#636363; font-weight: bold; font-size: 16px; padding-right: 80px; margin: 5px 0px 0px 0px; line-height: 1.2em;}
.contents_Col_date { clear:both; color: #C0C0C0; float: right; display: block; margin: 10px; font-size: 12px;}

.blog_List li section a,.blog_List li aside a { color: #333333;
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 30px 0px 5px;
    position: relative;
    text-decoration: none;
	}
	
	

/*　アーカイブ　 */	
.blog_List2 li section a { color: #333333;
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 0px 0px 5px;
    position: relative;
    text-decoration: none;
	}
.contents_Col_text2 { color:#636363; font-weight: bold; font-size: 16px; margin: 5px 0px 0px 0px; line-height: 1.2em;}




/* 記事エリア*/
.header_text2 { color: #FFF; background: #545454; line-height: 1.2em; padding: 5px;}
.contents_Col_date2{ font-size: 12px;}
.contents_Col_cat2 { font-size: 14px;}
.contents_Col_tit2 { font-size: 20px; font-weight: bold; line-height: 1.2em;}
.contents_Col_cat2 a { color: #fff; text-decoration: underline;}
.PhotoArea { background: #e2e2e2; margin-bottom: 10px; padding: 10px 0;}
.PhotoArea img { width: 320px; margin: 0; padding: 0; line-height: 0;}
.PhotoArea .text_Area{ line-height: 1.2em; padding: 5px; vertical-align:top;}
.contents_text_Col { padding: 10px; line-height: 1.5em; font-size:1.1em;}
.Temp_h3 {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #757575),
	color-stop(1, #565656)
);
background-image: -o-linear-gradient(bottom, #757575 0%, #565656 100%);
background-image: -moz-linear-gradient(bottom, #757575 0%, #565656 100%);
background-image: -webkit-linear-gradient(bottom, #757575 0%, #565656 100%);
background-image: -ms-linear-gradient(bottom, #757575 0%, #565656 100%);
background-image: linear-gradient(to bottom, #757575 0%, #565656 100%);
color: #fff;
padding: 5px;
line-height: 1.2em;
margin: 5px 0;
font-size:18px;}

.Temp_h4 { color: #2a2a2a; text-decoration: underline;padding: 5px 0px; line-height: 1.2em; margin-top: 10px; font-size: 18px;}

.Link_Area { padding: 5px;}
.Link_Area p { margin-bottom: 5px;}
.Link_Area p a { text-decoration: underline; color: #333; line-height: 1.2em;}
.Go_TOP a { color: #323232; font-weight: bold; text-decoration: underline; padding: 5px;}
.pertinent_contents { color: #ff7200; font-weight: bold; border-bottom: 2px solid #ff7200; padding-left: 5px;}
.cat_link {	
	background:#fff;
	margin: 5px 0px;
	padding: 5px;
}
.blog_link_L a,.blog_link_R a {color: #FF8F1F;}
.blog_link_L { float: left; }
.blog_link_R { float: right;}

/* snsエリア*/

#snsList{ height:65px;margin-top:10px}
#snsList{overflow:hidden;}
#snsList li{float:left; width:30%; height:30px; padding:10px 0 0; text-align:center;}
ul li {
    list-style: none outside none;
}

/*　アーカイブ　 */		
.blog_link a { color: #333333;
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 30px 5px 5px;
    position: relative;
    text-decoration: none;
	margin-bottom: 15px;
	border-bottom:solid 1px #cbcbcb;
	text-align: right;
	}
.blog_link a:after{content:"";display:block;width:7px;height:7px;border-right:solid 3px #999;border-bottom:solid 3px #999;-webkit-transform:translate(0, 0) rotate(-45deg);position:absolute;top:50%;right:10px;margin:-3px 0 0 0;transform:rotate(-45deg)}
.new_icon { border: 1px solid #cc0000; background: #cc0000; color: #fff; padding: 0 2px; font-size: 12px; line-height: 1.0em; margin-left: 3px;}
.siteTtl_gry {clear:both;  background: none repeat scroll 0 0 #FF9900;    border-bottom: 1px solid #FF7200;    border-top: 1px solid #FF7200;    color: #FFFFFF;    font-size: 14px;    padding: 2px 5px;    text-shadow: none;}


/* アコーディオン*/
.list6 dl.acordion{
	}
	.list6 dt.trigger {
		border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; margin:0px;
		text-align: left;
		color: #636363; 
		margin-bottom: 0;
		padding: 5px;
		font-weight: bold;
	}
	
	.list6 dt.trigger span.trigger_tit {
		color: #636363; 
		margin-bottom: 0;
		font-size: 16px;
	}
	
	.list6 dt.trigger span.open-close {
		background: url(//www.carsensor.mom/contents/img_old/common/smph/point_plus.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
		text-indent: -9999em;
 		-webkit-background-size: 20px 20px;
 	}
	.list6 dt.active span.open-close {
		background: url(//www.carsensor.mom/contents/img_old/common/smph/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
 		-webkit-background-size: 20px 20px;
	}	
.list6 dd.acordion_tree { }

.list6 dd.acordion_tree a { 
	color: #636363;
    display: block;
    font-weight: bold;
    line-height: 1.6em;
    padding: 10px;
    position: relative;
    text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	}


.list6 dd.acordion_tree a:after{content:"";display:block;width:7px;height:7px;border-right:solid 3px #999;border-bottom:solid 3px #999;-webkit-transform:translate(0, 0) rotate(-45deg);position:absolute;top:50%;right:10px;margin:-3px 0 0 0;transform:rotate(-45deg)}

/* 検索エリア*/
.keywrdArea { background-color: #D7DCE0; padding: 12px 5px;}
.search_Area { margin-left: auto; margin-right: auto;}
#searchform1 {}
#keywords1  {
	float: left;  
	width: 68%;
	height: 18px;
    background: url(//www.carsensor.mom/contents/img_old/common/smph/search.png) no-repeat 8px 3px #FFF; 
    border: 1px solid #CCC;  
    padding: 5px 5px 5px 32px;
	font-size: 14px;
} 
 
#searchBtn { float: left; padding: 2px 5px; display:block; position:relative; -webkit-tap-highlight-color:rgba(0, 0, 0, 0.4); font-weight:bold;	-webkit-border-radius:7px; border-width: 2px; -webkit-box-shadow:0 2px 1px rgba(0,0,0, 0.3);	background:-webkit-gradient(linear, left top, left bottom, from(#cad7fe), color-stop(0.05, #9bb3ff), color-stop(0.49, #7a9bff), color-stop(0.5,#265bfe), color-stop(0.9, #5e86ff), to(#b1c4ff));	color:#fff;	border-color:#1a3382; text-shadow:1px 1px 2px #1a3382; width: 50px; margin-left: 5px; font-size: 14px; margin-top: 1px;}

.ui-field-contain,.ui-mobile fieldset.ui-field-contain{border-width:0;padding:0;margin:0}
.ui-field-contain label.ui-input-text { font-weight: bold;}
.ui-field-contain, fieldset.ui-field-contain { border: none;}

/*--------------------------------------------------------------------
/////��sample/////
--------------------------------------------------------------------*/


/*全体の幅や高さなどのレイアウト*/
.TabbedPanels {
	padding: 0px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/*タブの幅や高さなどのレイアウト*/
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	background-color: #EAEAEA;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	outline:none;
	text-align: center;
	padding: 5px 10px;
	width: 60px;
}

/*タブのオンマウス背景カラー*/
.TabbedPanelsTabHover {
	background-color: #DDDDDD;
}

/*タブのセレクトされた背景カラー*/
.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/*タブのテキストリンクカラー*/
.TabbedPanelsTab a {
	color: #000000;
	text-decoration: none;
}

/*コンテンツ*/
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 8px;
}

.TabbedPanelsContent {
	padding: 0px;
}

.TabbedPanelsContentVisible {
}



.new_item4 { margin-top: 10px; border-bottom: 1px dotted #CCC; padding-bottom: 5px;}
.new_item4:after { clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.new_item4 .rank img { float: left; margin-right: 5px; padding: 15px 0;}
.new_item4 .list_photo a img { float: left; padding: 1px; background: #FFFFFF; border: 1px solid #CCCCCC; margin-right: 8px;}
.new_item4 .list_photo a:hover img { border: 1px solid #FF7200;}
.new_item4 h4 { font-weight: normal; font-size: 12px; margin-bottom: 10px; line-height: 1.4em; position: relative;}
.new_item4 h4 a { margin-right: 10px; font-weight: normal;font-size: 14px; line-height: 1.4em; color: #333333;}
.new_item4 h4 img { margin-left: 3px;}

.rank_1,.rank_2,.rank_3,.rank_other {	position: absolute;	top:0px;	left:0px;}

.rank_1 {
	background: none repeat scroll 0 0 #FFCC00;  
	color: #FFFFFF;	
	display: inline-block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 10px 0 0;
    width: 18px;
	text-align: center;
	font-size:14px;
	padding:3px;
	}


.rank_2 {
	background: none repeat scroll 0 0 #999999;  
	color: #FFFFFF;	
	display: inline-block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 10px 0 0;
    width: 18px;
	text-align: center;
	font-size:14px;
	padding:3px;
	}
	
	
	
.rank_3 {
	background: none repeat scroll 0 0 #CC9900;  
	color: #FFFFFF;	
	display: inline-block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 10px 0 0;
    width: 18px;
	text-align: center;
	font-size:14px;
	padding:3px;
	}	


.rank_other {
	background: none repeat scroll 0 0 #cccccc;  
	color: #fff;	
	display: inline-block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 10px 0 0;
    width: 18px;
	text-align: center;
	font-size:14px;
	padding:3px;
	}
	
/* ソーシャルオリジナルボタンCSS */
#sns-content-btm {
    line-height: 1;
    padding: 7px 0px 7px 0;
    text-align: center;
	margin: 0 auto;
}

/* #sns-content-btm li.line-btn {
	padding-top:40px;
	}
 */

#sns-content-btm > li {
    display: inline-block;
    height: 71px;
    padding: 5px 1px;
    vertical-align: top;
}


li.facebook-btn { margin-left: -20px;}


/*#sns-content-btm li.line {    
	float: left;
    height: 7rem;
    margin-left: 1%;
    position: relative;
    width: 19%;
	}
*/	
	
#sns-content-btm li.line a { 
	background-color: #00c300;
	text-align: center;
    border-radius: 5px;
    color: #ffffff;
    bottom: 0;
    display: block;
    padding: 3px 10px;
    position: absolute;
    vertical-align: middle;
    width: 100%;}

 


 
a.fb-share{
height:36px;
width: 100%;
margin:0px 5px 5px 0px;
line-height: 36px;
color:#fff;
text-align:center;
display:block;
text-decoration:none;
border-radius:3px;
background-color:#305097;
font-size: 15px;
}
a.fb-share:hover{
background-color:#7D96CE;
}
a.twitter-tweet{
height:36px;
width:100%;
margin:0px 0px 5px 0px;
line-height: 36px;
color:#fff;
text-align:center;
display:block;
text-decoration:none;
border-radius:3px;
background-color: #55acee;
font-size: 15px;
}
a.twitter-tweet:hover{
background-color:#e1e8ed;
color:#55acee;}


.SNS_follow{ margin: 20px 0; padding: 0 7px;}
.SNS_follow h3 { font-size: 0.9em; font-weight: bold; margin-bottom: 10px;}
.SNS_follow ul 
.SNS_follow li { text-align: center;}
.SNS_follow li a i { margin-right: 5px;}




#sns-content-btm li.line {
    height: 55px;
    position: relative;
}



.arrowBox {
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	text-align: center;
	padding: 8px 10px;
	width: 100%;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrowBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}

.arrowBox span{
	font-size: 1.1rem;
}
	
.block { display: block;}	
	
/* end ソーシャルオリジナルボタンCSS */


/*
##################################################################
物件ランダム
################################################################## */

#main-gallery{
  margin-bottom:30px;
  background:#ccc;
  padding: 10px 0;
}
 
#main-gallery .gallery-cell {
  width: 200px;
  height: auto;
  margin-right: 10px;
  background: #FFF;
  counter-increment: gallery-cell;
  padding: 10px;
}
#main-gallery a.gallery-cell { color: #000;}
#main-gallery .gallery-cell .contents_name_maker { float: left; border-radius: 3px; padding: 3px; font-size: 12px; background: #333; color: #FFF; margin-right: 10px;}
#main-gallery .gallery-cell .contents_name_car { color: #333; font-size: 14px; line-height: 16px; height: 32px; overflow: hidden; margin-bottom: 5px;}
#main-gallery .gallery-cell img { width:200px; margin: 10px 0 0 0;}	
#main-gallery .gallery-cell p { font-size: 0.7em;}
#main-gallery .gallery-cell p span.cat_tit { margin-right: 5px;}
#main-gallery .gallery-cell p span.price_hontaikakaku	 { font-size: 1.8em; margin-left: 5px;  font-family: Arial; font-weight: bold; margin-right: 5px; }	
#main-gallery .gallery-cell p span.price_sougaku { font-size: 1.8em; margin-left: 5px;    color: #cc0000;    font-family: Arial; font-weight: bold; margin-right: 5px; }	
	
	
/*
##################################################################
テンプレ対応CSS
################################################################## */	
#Base_Templete_C {}	
.w600_img { clear: both; padding: 10px; background: #e2e2e2; text-align:center; margin: 10px 0 10px 0;}
.w600_img img { width: 320px;}
.w600_img iframe { width: 100%;}
.w600_img blockquote { margin: 0 auto;}
.CP_txt { display: block; clear: both; text-align:left; line-height: 1.3em;}
#Base_Templete_C h2 {}	
#Base_Templete_C h3 {
	background:#545454 none repeat scroll 0 0;
	color: #fff;
	padding: 10px;
	line-height: 1.3em;
	margin: 15px 0;
	font-size:18px;
	}
#Base_Templete_C h4 { display: block; border-bottom: 1px dashed; padding-bottom: 3px; margin-bottom: 10px;}	
#Base_Templete_C p { padding: 0 10px; font-size: 1.2em; line-height: 1.5em;}	

.Base_Templete_Link3 { padding: 5px 10px; margin-bottom: 20px;}
.Base_Templete_Link3 li a {
	color: #333;
    line-height: 1.2em;
    text-decoration: underline;
	font-size: 1.1em;
}
.author { padding: 0 10px; text-align:right;}
.sarch_col { padding: 0 10px; line-height: 1.2em;}
.FAIR_btn2 { text-align: center; margin: 20px 0;}
.FAIR_btn2 a {
	margin: 0 auto; 
    border: 1px solid #72a1db;
    color: #fff;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0088ea 10%, #0070c0 90%) repeat scroll 0 0;
    border: 1px solid #72a1db;
    box-shadow: 0 1px 0 rgba(2, 55, 120, 0.3);
    color: #fff;
	border-radius: 5px;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 10px 20px;
	display: inline-table;
	font-weight: bold;
	text-align: left;
	}
.FAIR_btn3 { text-align: center; margin: 20px 0;}
.FAIR_btn3 a {
	margin: 0 auto; 
    border: 1px solid #72a1db;
    color: #fff;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0088ea 10%, #0070c0 90%) repeat scroll 0 0;
    border: 1px solid #72a1db;
    box-shadow: 0 1px 0 rgba(2, 55, 120, 0.3);
    color: #fff;
	border-radius: 5px;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 10px 20px;
	display: inline-table;
	font-weight: bold;
	text-align: left;
	}	
.FAIR_btn3 a i { margin-right: 10px;}

/*
##################################################################
20160921対応CSS
################################################################## */	

.slider {
	margin: 0 0 50px;
}
.slider img {
	width: 100%;
	height: auto;
}
.single-item {
	max-width: 600px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.slick-dots {
	bottom:-25px;
}
.multiple-item li {
	margin: 0 5px;
	position: relative;
}

.thumb-item {
	max-width: 700px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 700px;
	margin: 0 auto;
}
.thumb-item-nav li{
	margin: 5px;
}
.lazy-item {
	width: 400px;
	margin: 0 auto 50px;
}
.lazy-item li {
	margin: 0 5px;
}

.multiple-item li p {
	background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 1.8rem;
    margin: 0;
    opacity: 0.7;
    padding: 10px;
    position: absolute;
	color: #FFF;
	}
.multiple-item li p span { font-size: 10px; float: right;}	
/*
##################################################################
201705タグリスト追加
################################################################## */	
.box-bg-Category ul {display: table; margin: 10px 0;}	
.box-bg-Category ul li {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.03);
    float: left;
    margin: 0 5px 5px 0;
}
.box-bg-Category ul li a {
    background: #f5f4f0 none repeat scroll 0 0;
    border: 1px solid #dedcd7;
    border-radius: 3px;
    color: #333;
    display: block;
    padding: 7px 8px;
	font-size: 12px;
}	
.box-bg-Category ul::after
{
    content: " ";
    display: table;
}
	
	