@charset "utf-8";
/*
Theme Name: kanazawa_lightning
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/



/* HOTS */
#h_hots {
	margin-bottom:30px;
}
.h_hots1, .h_hots2, .h_hots3 {
	height:5em;
	padding:10px;
	margin:10px 0;
	
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.h_hots1 {
	background:#fff69e;
	background-image:url(img/bat_g.png) ;
	background-repeat:no-repeat;
	background-position:5px 10px;
}
.h_hots2 {
	background:#ddacb0;
	background-image:url(img/bat_y.png) ;
	background-repeat:no-repeat;
	background-position:5px 10px;
}
.h_hots3 {
	background:#98c761;
	background-image:url(img/bat_y.png) ;
	background-repeat:no-repeat;
	background-position:5px 10px;
}

.h_hots1 h3 {
	font-size:120%;
	box-shadow:none;
	border-bottom:none;
	text-align:center;
	padding-top:7%;
}
.h_hots2 h3 {
	font-size:120%;
	box-shadow:none;
	border-bottom:none;
	text-align:center;
	padding-top:1%;
}

h_hots3 h3 {
	font-size:100%;
	box-shadow:none;
	border-bottom:none;
	padding-left:65px;
	padding-top:5%;
}

.h_hots1 h3:after, .h_hots2 h3:after, .h_hots3 h3:after {
	 border-bottom:none;
}

/* 事業所紹介*/
.kcs-h2 {
	background:#FFBC59;
	color:#fff;
	border:1pt solid #009966;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
@media (max-width: 767px) {
  .kcs-h2 {
    font-size:110%;
  }
}
.kcs-h2g {
	background:#6C9;
	color:#fff;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.kcs-gbox {
	color:#066;
	padding-top:5px;
}

/*おすすめ物件*/

.prp-h5 {
	background:#40B790;
	color:#FFF;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.prp-h4 {
	background:#FF9159;
	color:#FFF;
	text-align:center;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

/* TOP */

.townguide{
	font-size:150%;
	box-shadow:none;
	border-bottom:2pt solid #6C9;
	background-image:url(../../../img/townguide.png);
	background-position:bottom left;
	background-repeat:repeat-y;
	padding:6px 0 0 20px;
}
.recent{
	font-size:150%;
	box-shadow:none;
	border-bottom:2pt solid #FC3;
	background-image:url(../../../img/recent.png);
	background-position:bottom left;
	background-repeat:repeat-y;
	padding:6px 0 0 20px;
}
@media (max-width: 767px) {
  .townguide, .recent{
    font-size:110%;
  }
}

.getPostTitle{
	background:#FAE4BB;
	font-size:100%;
}
.getPostTitle2{
	background:#B7E5BD;
	font-size:90%;
	margin-bottom:0;
	padding:3px;
}

.subSection-title {
	font-size:110%;
	box-shadow:none;
	border-bottom:2pt solid #6C9;
	background-image:url(../../../img/townguide.png);
	background-position:bottom left;
	background-repeat:repeat-y;
	padding:6px 0 0 20px;
}
.t_more1 {
	clear:left;
	text-align:right;
	font-size:85%;
	border-bottom:1pt solid #A3D9A5;
	padding:10px 3px 5px;
}