@charset "utf-8";

/* -----------------------------------------------------

   header-area

----------------------------------------------------- */
h1#logo,
p#logo{
	float: left;
	max-width: 400px;
	margin: 15px 0;
    /*
    margin: 25px 0 0;
	btn-areaが表示のとき使用 */
}

h1#logo img,
p#logo img{
	width: 100%;
}

#header-menu{
	float: right;
	margin: 20px 0;
	 /*margin: 5px 0 10px;
	btn-areaが表示のとき使用 */
}

#header-menu li{
	float: left;
	font-size: 0.9em;
}

#header-menu li:after{
	content: " ｜ ";
}

#btn-area{
	float: right;
	margin-bottom: 10px;
}

.btn-gray{
	float: left;
	width: 170px;
	margin-left: 10px;
}

.btn-gray a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	background-image: url(../commonimg/ico_arrow_white.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-color: #7b7b7b;
	border-bottom: 3px solid #3f3f3f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-gray a:hover,
.btn-gray a:active{
	background-color: #606060;
}



/* -----------------------------------------------------

   gnavi-area

----------------------------------------------------- */
#gnavi-area{
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#gnavi-area li{
	display: table-cell;
	width: 192px;
	vertical-align: middle;
	background: url(../commonimg/gnavi_bar.png) no-repeat right;
}

#gnavi-area li:first-child{
	background: url(../commonimg/gnavi_bar.png) no-repeat right,
	            url(../commonimg/gnavi_bar.png) no-repeat left;
}

#gnavi-area li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
}

#gnavi-area li a:hover,
#gnavi-area li a.active{
	background: url(../commonimg/gnavi_active.png) no-repeat bottom;
}

#gnavi-area li span{
	display: block;
	font-size: 0.8em;
}


/* -----------------------------------------------------

   dl-menu

----------------------------------------------------- */
#dl-menu{
	display: none;
}

/* newsinfo
----------------------------------------------------- */
#newsinfo{
	clear: both;
	width: 960px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #ccc;
	/*background-color: #ffefef;*/
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	overflow: hidden;
}

#newsinfo .title{
	float: left;
	color: #fff;
	padding: 5px 10px;
	/* background-color: #b20000; */
	background-color: #666;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

#newsinfo .txt{
	float: left;
	margin-left: 5px;
	padding: 5px 10px;
}




/* -----------------------------------------------------

   container

----------------------------------------------------- */
h1#title-box{
	clear: both;
	margin:0 auto;
	padding: 30px 0;
	text-align: center;
	font-family: webfont-thin;
	font-size: 3.6em;
	-webkit-text-stroke: 0.2px #000;
}

h1#title-box span{
	display: block;
	padding-top: 30px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 0.3em;
	font-style: normal;
	font-weight: normal;
}

/* パンくず */
#topic-path{
	padding: 10px 0 0;
}

#topic-path li{
	position: relative;
	float: left;
	padding-right: 10px;
	color: #666 !important;
}

#topic-path li img{
	position: absolute;
	top: 1px;
	left: 0;
}

#topic-path li a{
	color: #666 !important;
	text-decoration: none;
}

#topic-path li:before{
	content:">　";
	color: #666 !important;
}

#topic-path li:first-child{
	padding-left: 20px;
}

#topic-path li:first-child:before{
	content:"";
}

#topic-path li a:hover,
#topic-path li a:active{
	text-decoration: underline;
}


/* main-area
----------------------------------------------------- */
#main-area h1{
	margin-bottom: 30px;
	padding: 15px 0 0 0;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.6em;
}

.cap{
	margin: 0 0 20px !important;
}

.cap span{
	margin-right: 10px;
	padding: 1px 10px;
	color: #fff;
	background-color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* タブ切り替え */

#tab-area{
	position: relative;
	height: 50px;
}

#tab-box,
#btn-box{
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
}

#tab-box{
	position: absolute;
	left: 0;
}

#btn-box{
	position: absolute;
	left: 382px;
}


#tab-box li,
#btn-box li{
	display: table-cell;
	vertical-align: middle;
	width: 118px;
	height: 40px;
	text-align: center;
}

#tab-box li span,
#btn-box li span{
	display: block;
	padding: 15px 0;
}

#tab-box li a,
#btn-box li a{
	display: block;
	width: 100%;
	color: #333;
	background-color: #d5d5d5;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#tab-box li a:hover,
#tab-box li a:active,
#btn-box li a:hover,
#btn-box li a:active{
	color: #fff;
	background-color: #5f594d;
}

#tab-box li a.on{
	position: relative;
	color: #fff;
	text-align: center;
	background-color: #5f594d;
	z-index: 0;
}

#tab-box li a.on:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #5f594d transparent transparent transparent;
}

#tab-box #tab-mail,
#btn-box #tab-mail{
	text-align: left;
	line-height: 1.5em;
}

#tab-box #tab-mail span,
#btn-box #tab-mail span{
	display: block;
	margin-left: 40px;
	font-size: 1.0em;
}

#tab-box #tab-mail a,
#btn-box #tab-mail a{
	color: #fff;
	background-color: #de7d1e;
	background-image: url(../commonimg/ico_mail.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

#tab-box #tab-mail a:hover,
#tab-box #tab-mail a:active,
#btn-box #tab-mail a:hover,
#btn-box #tab-mail a:active
{
	background-color: #f08f2f;
}

#tab-box li.tab-img a:hover,
#tab-box li.tab-img a:active,
#btn-box li.tab-img a:hover,
#btn-box li.tab-img a:active{
	opacity: 0.99;
	background-color: #fff !important;
}

#tab-box li.tab-img-sp,
#btn-box li.tab-img-sp{
	display: none;
}

/* main-box */
.main-box{
	margin-top: 40px;
	padding: 10px;
	background-color: #f1f1f1;
}

.main-box h2{
	clear: both;
	margin: 30px 0 10px;
	padding: 0 0 5px;
	font-size: 1.3em !important;
	font-weight: normal !important;
	border-bottom: 3px solid #ccc;
}

.main-box select{
	width: 280px;
	margin-bottom: 5px;
	padding: 7px;
	border: 1px solid #ccc;
}

.btn-search{
	width: 220px;
	margin: 10px auto 0;
	text-align: center;
}

.btn-search a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	background-image: url(../commonimg/ico_search.png);
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-color: #a0977e;
	border-bottom: 3px solid #5d5132;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-search a:hover,
.btn-search a:active{
	background-color: #776d4f;
}

button.btn-submit{
	display: block;
	width: 220px;
	margin: 10px auto 0;
	padding: 7px 0 !important;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	cursor: pointer;
	background-image: url(../commonimg/ico_search.png);
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-color: #a0977e;
	border-style: none;
	border-bottom: 3px solid #5d5132;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button.btn-submit:hover,
button.btn-submit:active{
	background-color: #776d4f;
}


/* リフォーム割合グラフ */
.graph-rate{
	position: relative;
}

.graph-rate #fullreform{
	position: absolute;
	top:0;
	left:0;
	color: #298986;
	font-weight: bold;
}

.graph-rate #partreform{
	position: absolute;
	top:0;
	right:0;
	color: #59862c;
	font-weight: bold;
}

.graph-rate #rategraph{
	padding-top: 23px;
}


/* 会社詳細table */
.corp-detail{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.corp-detail th{
	width: 180px;
	padding: 10px;
	background-color: #daeded;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.corp-detail td{
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* 会社の事例一覧 */
.corp-case li{
	float: left;
	width: 200px;
	margin: 0 10px 20px 0;
	font-size: 1.1em;
}

.corp-case li:nth-child(3n){
	margin-right: 0;
}

.corp-case li:nth-child(3n+4){
	clear: both;
}

.corp-case li img{
	width: 100%;
	max-width: 200px;
}

.corp-case li a{
	text-decoration: none;
}

.corp-case li a span{
	text-decoration: underline;
	font-size: 0.9em;
}

.corp-case li .icon_kodate,
.corp-case li .icon_mansion,
.corp-case li .icon_buil,
.corp-case li .icon_shop,
.corp-case li .icon_hosp{
	margin-right: 3px;
	padding: 1px 3px;
	color: #fff;
	font-size: 0.72em;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.corp-case li .icon_kodate{
	background-color: #20888c;
}

.corp-case li .icon_mansion{
	background-color: #228c20;
}

.corp-case li .icon_buil{
	background-color: #53208c;
}

.corp-case li .icon_shop{
	background-color: #8c5520;
}

.corp-case li .icon_hosp{
	background-color: #8c2043;
}

.corp-case li .spec{
	margin-top: 0.5em;
}

.corp-case li span.small{
	font-size: 0.72em;
}

.corp-case li sup{
	font-size: 0.4em !important;
	position: relative;
	top: -0.4em;
}

/* 事例詳細 */

h2.case-title{
	margin: 5px 0 15px 0 !important;
	padding: 5px 0 5px 10px !important;
	line-height: 1.3em;
	border-left: 5px solid #55abae;
	border-bottom: 0 !important;
}


h2.case-title .icon_kodate,
h2.case-title .icon_mansion,
h2.case-title .icon_buil,
h2.case-title .icon_shop,
h2.case-title .icon_hosp{
	margin-right: 10px;
	padding: 2px 8px;
	vertical-align: middle;
	color: #fff;
	font-size: 0.62em;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

h2.case-title .icon_kodate{
	background-color: #20888c;
}

h2.case-title .icon_mansion{
	background-color: #228c20;
}

h2.case-title .icon_buil{
	background-color: #53208c;
}

h2.case-title .icon_shop{
	background-color: #8c5520;
}

h2.case-title .icon_hosp{
	background-color: #8c2043;
}


/* ゴーストボタン */
.btn-ghost{
	width: 250px;
	margin: 20px auto;
	text-align: center;
	border: 1px solid #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-ghost a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #333;
}

.btn-ghost a:hover{
	background-color: #fff;
}



/* 横並びボタン（お問い合わせ・ハウス仲人） */
#main-area .btn-mail2,
#main-area .btn-nakoudo2{
	float: left;
	width: 300px;
	height: 50px;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: top;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
	   -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
	        box-shadow: 0 0 3px 0 #666; /* CSS3 */
}

#main-area .btn-mail2{
	margin: 20px 20px 0 0 !important;
	background-color: #bd5e00;
	background-image: url(../commonimg/btn_mail2.png);
}

#main-area .btn-nakoudo2{
	margin: 20px 0 0 0 !important;
	background-color: #2d84a0;
	background-image: url(../commonimg/btn_nakoudo2.png);
}

#main-area .btn-mail2 a,
#main-area .btn-nakoudo2 a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

#main-area .btn-mail2 a:hover,
#main-area .btn-nakoudo2 a:hover{
	background-color:rgba(255,255,255,0.1);
}

#main-area .btn-mail2 a span{
	display: block;
	padding: 15px 0 0 50px;
}

#main-area .btn-nakoudo2 a span{
	display: block;
	padding: 10px 0 0 50px;
	line-height: 1.3em;
}

:lang(en) {
	font-family: Aparajita Italic;
	font-style: oblique;
}


/* 資料請求・お問い合わせボタン */
.btn-contact{
	clear: both;
	width: 80%;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	background-color: #de7d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
}

.btn-contact a{
	position: relative;
	display: block;
	margin: 40px 0;
	padding: 15px;
	background-color: #de7d1e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-contact a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}

.btn-contact a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #de7d1e;
}

.btn-contact a:hover,
.btn-contact a:active,
.btn-contact a:hover:after,
.btn-contact a:active:after{
	background-color: #f08f2f;
}


/* 資料請求・お問い合わせボタン submit */
button.btn-contact-submit{
	display: block;
	clear: both;
	width: 80%;
	margin: 40px auto;
	padding: 15px;
	font-size: 1.2em !important;
	text-align: center;
	background-color: #de7d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-style: none;
	cursor: pointer;
	background-image: url(../commonimg/ico_arrow_white.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
}

button.btn-contact-submit a{
	position: relative;
	display: block;
	margin: 40px 0;
	padding: 15px;
	background-color: #de7d1e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button.btn-contact-submit:hover,
button.btn-contact-submit:active{
	background-color: #f08f2f;
}

button.btn-contact-submit-h1{
	margin: 0 0 0 20px;
	padding: 0;
	cursor: pointer;
	border: none;
	background-color: #fff;
}

button.btn-contact-submit-h1 img:hover,
button.btn-contact-submit-h1 img:active{
	opacity: 0.8;
}

/* 資料請求・お問い合わせボタン submit sp */

button.btn-contact-submit2{
	display: block;
	clear: both;
	width: 80%;
	margin: 10px auto;
	padding: 6px;
	font-size: 1.0em !important;
	text-align: center;
	background-color: #de7d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-style: none;
	cursor: pointer;
	background-image: url(../commonimg/ico_arrow_white.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
}

button.btn-contact-submit2 a{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px;
	background-color: #de7d1e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button.btn-contact-submit2:hover,
button.btn-contact-submit2:active{
	background-color: #f08f2f;
}


/* リノベーション会社を探す */

#area-list ul li{
	float: left;
}

#area-list ul li:after{
	content: " ｜ "
}

#theme-block li{
	float: left;
	width: 48%;
	margin: 0 1% 15px;
	background-image: url(../commonimg/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#theme-block li h3{
	clear: none;
	float: left;
	width: 66%;
	margin: 0;
	padding: 23px 0 23px 10px;
	font-size: 1.2em !important;
	border-bottom: none;
}

#theme-block li .photo{
	float: left;
	width: 34%;
	margin-bottom: 0;
}

#theme-block li .photo img{
	width: 100%;
	max-width: 100px;
}

#theme-block li a{
	display: block;
	width: 100%;
	color: #333;
}


/* リノベーション事例を見る */
.search-area{
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

.search-area dt{
	clear: both;
	float: left;
	font-weight: bold;
}

.search-area dd{
	margin: 0 0 10px 0;
	padding: 0 0 10px 150px;
	border-bottom: 1px dotted #ccc;
}

.search-area dd label{
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	white-space: nowrap;
}


/* 事例一覧 */
.toLP{
	margin: 20px auto;
	width: 550px;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.toLP p{
	margin: 0!important;
}
.toLP p.text{
	float: left;
}

.toLP .btn-detail{
	float: right;
	width: 150px;
	margin: 0;
	font-size: 0.9em;
	text-align: center;
	background-color: #444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(51,51,51,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(51,51,51,1);
	box-shadow: 0px 4px 0px 0px rgba(51,51,51,1);
}

.toLP .btn-detail a{
	position: relative;
	display: block;
	margin: 0;
	padding: 7px 10px 5px 10px;
	background-color: #444;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.toLP .btn-detail a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}

.toLP .btn-detail a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #444;
}

.toLP .btn-detail a:hover,
.toLP .btn-detail a:active,
.toLP .btn-detail a:hover:after,
.toLP .btn-detail a:active:after{
	background-color: #666;
}

.caselist li{
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #f1f1f1;
	background-image: url(../commonimg/ico_arrow_big.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.caselist li a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
}

.caselist li h2{
	clear: none;
	float: left;
	width: 100%;
	max-width: 400px;
	margin: 0 0 10px 10px;
	padding: 7px 0 7px 10px;
	font-size: 1.2em !important;
	border-left: 5px solid #55abae;
}

.caselist li img{
	float: left;
	width: 100%;
	max-width: 170px;
}

.caselist li table{
	float: left;
	width: 100%;
	max-width: 400px;
	margin: 0 0 0 10px;
	font-size: 0.9em;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.caselist li table th{
	width: 150px;
	padding: 6px;
	background-color: #daeded;
	border-bottom: 1px solid #dedede;
	border-right: 1px dotted #dedede;
}

.caselist li table td{
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.caselist > li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.search-block{
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.search-block th{
	width: 150px;
	padding: 2px 5px;
	background-color: #daeded;
	border-bottom: 1px solid #dedede;
	border-right: 1px dotted #dedede;
}

.search-block td{
	padding: 2px 5px;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

#column-box{
	margin-top: 30px;
	padding-bottom: 30px;
	background-color: #f1f1f1;
}

#column-box h2{
	padding: 10px 20px;
	font-size: 1.3em;
	font-weight: normal;
	color: #55abae;
	background-color: #daeded;
}

#column-box h3{
	margin: 30px 20px 10px;
    padding: 0 0 5px;
    font-size: 1.3em !important;
    font-weight: normal !important;
    border-bottom: 3px solid #ccc;
}

#column-box p{
	margin: 0px 20px 10px;

}

.btn-theme-list{
	width: 95% !important;
	margin-top: 0 !important;
}

.btn-theme-list a{
	width: 100% !important;
	margin-top: 0 !important;
}

.btn-theme-list a:hover,
.btn-theme-list a:active{
width: 100%;
}

.btn-text{
	margin-top: 30px;
	text-align: center !important;
	color: #55abae !important;
	font-weight: bold !important;
}

/* 会社一覧 */

.corp-list-graph h2{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 7px 0 7px 10px;
	font-size: 1.2em !important;
	border-left: 5px solid #55abae;
	border-bottom: none;
	font-weight: normal !important;
}

.corp-list-graph table{
	width: 100%;
	margin-bottom: 20px;
}

.corp-list-graph table td{
	border: 1px solid #ccc;
}

.corp-list-graph h3{
	margin: 30px 0 10px 30px;
	font-size: 1.2em !important;
	font-weight: normal !important;
}

.corp-list-graph p{
	margin: 0 0 10px 30px;
	font-size: 1.0em !important;
}

.corp-list-graph .text{
	float: left;
	width: 400px;
}

.corp-list-graph .graph{
}


.corp-list-graph .legend{
	float: left;
	width: 75px;
	font-size: 0.7em;
}

.corp-list-graph .btn-more{
	width: 380px;
	margin: 10px auto 40px!important;
	text-align: center;
}

.corp-list-graph .btn-more a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	background-color: #776d4f;
	border-bottom: 3px solid #5d5132;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.corp-list-graph .btn-more a:hover,
.corp-list-graph .btn-more a:active{
	background-color: #a0977e;
}


.corplist li{
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #f1f1f1;
	/* background-image: url(../commonimg/ico_arrow_big.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.corplist li a{
	display: block;
	width: 100%;
}

.corplist li h2{
	clear: none;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 7px 0 7px 10px;
	font-size: 1.2em !important;
	border-left: 5px solid #55abae;
	border-bottom: none;
}

.corplist li p{
	float: left;
	width: 100%;
	max-width: 430px;
	margin-left: 10px;
}

.corplist li img{
	float: left;
	width: 100%;
	max-width: 170px;
	margin-bottom: 10px;
}

.corplist li table{
	float: left;
	width: 100%;
	max-width: 430px;
	margin: 0 0 10px 10px;
	font-size: 0.9em;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.corplist li table th{
	width: 100px;
	padding: 6px;
	background-color: #daeded;
	border-bottom: 1px solid #dedede;
	border-right: 1px dotted #dedede;
}

.corplist li table td{
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.corplist > li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.corplist li .btn-check{
	clear: both;
	float: none;
	max-width: 94%;
	margin: 0 3% !important;
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* ページめくり機能 */
.page{
	width: 630px;
	margin: 10px 0 30px 0;
	background: url(../commonimg/lineDottedGray.gif) no-repeat left bottom;
}

.total{
	float: none;
	padding-bottom: 5px;
	background: url(../commonimg/lineDottedGray.gif) no-repeat left bottom;
}

.total .number{
	margin-right: 5px;
	font-size: 1.4em;
	font-weight: bold;
}

.pageNavi span.back{
	padding-left: 15px;
	background: url(../commonimg/pageListBack_a.gif) no-repeat left;
}

.pageNavi span.next{
	padding-right: 15px;
	background: url(../commonimg/pageListNext_a.gif) no-repeat right;
}

.pageNavi p{
	margin: 0;
	text-align: center;
}

#sort{
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: right;
}

#sort li{
	display: inline;
	margin-left: 10px;
}

.btn-next{
	display: none;
}


/* ハウスネットギャラリーリノベーションとは */
#office #topimg{
	clear: both;
	height: 400px;
	margin: 30px 0 0;
	text-align:center;
	background: url(../office/img/bg_main.jpg) no-repeat top;
}

#office #topimg h1{
	padding-top: 50px;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.3em;
}

#office #topimg h1 span{
	display: block;
	font-size: 0.7em;
}

#office h2.lp-h2{
	clear: both;
	margin: 40px 0 40px;
	padding-top: 40px;
	text-align: center;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 2.0em;
	border-top: 1px dashed #999;
}

#office h2.office{
	clear: both;
	width: 100%;
	margin: 30px 0 10px 0;
	padding: 7px 0 7px 10px;
	line-height: 1.3em;
	font-size: 1.2em !important;
	border-left: 5px solid #55abae;
}

#office .border-list{
	width: 600px;
	padding: 15px;
	margin: 0 auto;
	border: 1px solid #999;
	background-color: #fffdf4;
}

#office .border-list h3{
	margin: 10px 0 20px;
	text-align: center;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 1.3em;
}

#office .border-list ul li{
	margin: 0 0 7px 20px;
	padding-bottom: 7px;
	list-style-position: inside;
	list-style-type: circle;
	border-bottom: 1px dotted #ccc;
	font-size: 1.1em;
}

#office .about-box{
	width: 800px;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: center;
	font-size: 1.8em;
	color: #26878a;
	border: 3px solid #55abae;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#office .about-box p{
	margin-bottom: 0;
}

#office .about-box span{
	display: block;
	margin-top: 15px;
	font-size: 0.6em;
}

#office .flow-dl{
	clear: both;
	margin: 30px 0 0;
}

#office .flow-dl dt{
	clear: both;
	float: left;
	height: 75px;
}

#office .flow-dl dd{
	min-height: 80px;
	margin-bottom: 10px;
	padding: 0 0 10px 300px;
	border-bottom: 1px dotted #ccc;
}

#office .btn-office{
	margin: 30px 0;
}

#office .btn-office li{
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

#office .btn-office li a{
	padding: 25px 0;
}


/* よくあるご質問 */
.faq dt{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 1.1em;
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.faq dt:before{
	content: "Q. ";
	color: #ff0000;
	font-weight: bold;
}

.faq dd{
	margin: 0 0 20px 0;
	padding: 0 0 20px 31px;
	border-bottom: 1px dotted #ccc;
}

.acordion{
	margin: 0 0;
	padding: 0;
}

.acordion li{
	font-size: 1.2em;
	border-bottom: 1px dotted #999;
	list-style: none;
	cursor: pointer;
}

.acordion li .trigger:before{
	content: "Q. ";
	color: #55abae;
	font-weight: bold;
}

.acordion li ul{
	margin: 0;
	padding: 0;
	border: none;
}

.acordion li ul li{
	margin: 10px 0;
	font-size: 0.95em;
	line-height: 1.5em;
	border-bottom: none;
}

.acordion li ul li:before{
	content: "A. ";
	color: #cc0000;
	font-weight: bold;
	font-size: 1.5em;
}

.acordion li ul li a{
	display: block;
	padding: 10px;
}

.acordion li .none-submenu{
	display: block;
	padding: 15px 0;
	background: url(../commonimg/ico_plus.png) no-repeat 98% 50%;
	background-size: 20px;
}

.acordion li .active-submenu{
	display: block;
	padding: 15px 0;
	background: url(../commonimg/ico_minus.png) no-repeat 98% 50%;
	background-size: 20px;
}



@media screen and (max-width:420px){/* 〜420px */

.acordion li .none-submenu{
	padding-right: 40px;
	background: url(../commonimg/ico_plus.png) no-repeat 96% 50%;
	background-size: 20px;
}

.acordion li .active-submenu{
	padding-right: 40px;
	background: url(../commonimg/ico_minus.png) no-repeat 96% 50%;
	background-size: 20px;
}

}


/* SNSボタン */
.sns-box{
	float: right;
	widht: 300px;
	text-align: right;
}

.sns-box .fb-like{
	float: left;
	margin-right: 10px;
}

.sns-box .twitter-share-button{
	float: left;
	width: 95px !important;
}

.sns-box #g-plusbtn{
	float: left;
	width: 65px !important;
}

.sns-box .hatena-bookmark-button{
	float: left;
	width: 110px !important;
}


/* ワンストップサービス（旧ハウス仲人） */
#nakoudo{
	
}

#nakoudo .main-sp{
	display: none;
}

#nakoudo #topic-path{
	width: 960px;
	margin: 0 auto;
}

#nakoudo .header-text{
	clear: both;
	background-color: #87d0d0;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

#nakoudo .text-bg-blue{
	margin-top: 30px;
	font-size: 1.2em;
	line-height: 1.8em;
	background-color: #87d0d0;
	padding:40px;  
}

.text-gr {
	color: #555;
}

.text-bl {
	color: #018e8e;
	font-weight: bold;
	font-size: 1.1em;
}

#nakoudo .btn-area{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.6em;
}

#nakoudo .contents-box{
	margin-top: 50px;
	padding: 20px;
	font-size: 1.1em;
	background-color: #ededed;
}

#nakoudo .contents-box-white{
	margin-top: 50px;
	padding: 20px;
	font-size: 1.1em;
	background-color: #fff;
}

#nakoudo .contents-box h2{
	margin: 20px 0;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: center;
}

#nakoudo .contents-box .letter{
	margin-bottom: 30px;
	color: #666;
	text-align: center;
	font-size: 1.2em;
}

#nakoudo .contents-box h2.small{
	font-size: 2.2em;
}

#nakoudo .contents-box h2 span{
	font-size: 0.8em;
}

#nakoudo .flow strong{
	color: #333!important;
	font-weight: bold;
}

#nakoudo .flow .orange{
	font-weight: bold;
	font-size: 1.1em;
	color: #ce6304!important;
}

#nakoudo .anshin{
	margin-top: 30px;
}

#nakoudo .anshin h3{
	text-align: left!important;
	padding: 10px 0 0 0;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #018e8e;
}

#nakoudo .contents-box h3,
#nakoudo .contents-box-white h3{
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}

#nakoudo .contents-box h3.line-upper{
	clear: both;
	padding-top: 40px;
	background-image: url(../nakoudo/img/line-dot.png);
	background-position: center 20px;
	background-repeat: repeat-x;
}

#nakoudo .contents-box h3.inform{
	line-height: 1.4em;
}

#nakoudo .contents-box h3.inform img{
	margin: 0 10px 3px 0;
}

#nakoudo .contents-box h4{
	font-size: 1.0em;
	color: #ce6304;
	font-weight: bold;
}

#nakoudo .contents-box p,
#nakoudo .contents-box-white p{
	font-size: 1.0em;
	line-height: 1.8em;
}

#nakoudo .contents-box p strong{
	color: #f00;
}

#nakoudo .txt-left{
	text-align: left !important;
}

#nakoudo .button-area{
	text-align: center;
}

#nakoudo .photo-left{
	float: left;
	margin-right: 40px;
}

#nakoudo .text-right{
	float: left;
	width: 440px; 
}

#nakoudo .point-small{
	margin-bottom: 30px;
}



#nakoudo .point-small .text-right{
	width: 350px; 
}


#nakoudo .contents-box .title{
	text-align: center;
}


#nakoudo .point-small .photo-left{
	float: left;
	margin-right: 20px;
}

#nakoudo .contents-box .box-white{
	margin-bottom: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 20px 20px 20px;
	text-align: center;
}

#nakoudo .contents-box .box-white h3{
	margin-top: 40px;
	font-size: 1.3em;
	font-weight: normal;
	color: #018e8e;
}

#nakoudo .contents-box .case{
	width: 440px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}

#nakoudo .contents-box .case li{
	width: 200px;
	float: left;
}

#nakoudo .contents-box .case-left{
	float: left;
}

#nakoudo .contents-box .case-right{
	float: right;
}

#nakoudo .contents-box .case-title img{
	margin: 0 0 4px 5px;
}

#nakoudo .contents-box table{
	width: 100%;
}

#nakoudo .contents-box table td,
#nakoudo .contents-box table th{
	padding: 5px 10px;
	border: 1px solid #666;
	background-color: #fff;
}

#nakoudo .contents-box table th.maru{
	width: 20%;
}

#nakoudo .contents-box table .hng{
	background-color: #FFC;
}

#nakoudo .contents-box .fig-left{
	float: left;
}

#nakoudo .contents-box .fig-right{
	float: right;
}

#nakoudo .point .point-box{
	padding-bottom: 20px;
	background-color: #b5dbff;
	border-radius: 8px;
}

#nakoudo .point h3{
	font-size: 1.3em;
	text-align: left !important;
	margin: 20px 0 0 0;
	padding: 20px 20px 15px 20px;
	border-bottom: 1px solid #fff;
}

#nakoudo .point p,
#nakoudo .point ul{
	margin: 20px !important;
}

#nakoudo .point ul li{
	margin-left: 30px;
	list-style-type: disc;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#nakoudo .voice{
	margin-bottom: 50px;
}

#nakoudo .voice .voice-box{
	float: left;
	background-color: #fff;
	width: 292px;
	margin-right: 20px;
	padding: 20px 10px;
}

#nakoudo .voice .voice-box:nth-child(3){
	margin-right: 0!important;
}

#nakoudo .voice .voice-box h3{
	color: #018e8e;
}

#nakoudo .voice .voice-box img{
	width: 100%;
}

.underline{
	text-decoration:  underline;
}

#promise-list{
	margin-top: 20px;
}

#promise-list li{
	margin: 0 0 20px 0;
	padding: 30px 20px 20px 130px;
	background-color: #fcf2e4;
	background-repeat: no-repeat;
	background-position: 10px 20px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

#promise-list li.promise1{ background-image: url(../nakoudo/img/img_promise1.png);}
#promise-list li.promise2{ background-image: url(../nakoudo/img/img_promise2.png);}
#promise-list li.promise3{ background-image: url(../nakoudo/img/img_promise3.png);}

#promise-list li h3{
	margin-bottom: 20px;
	line-height: 1.3em;
	font-size: 2.3em;
	font-weight: normal;
	color: #990000;
}

#promise-list li p{
	font-size: 1.2em;
	line-height: 1.6em;	
}

#flow-list{
	margin: 50px 0 0 0;
}

#flow-list li{
	margin: 0 0 10px 0;
	padding: 0 0 50px 0;
	background: url(../nakoudo/img/bg_flow_arrow.png) no-repeat center bottom;
}

#flow-list li.flow1 h3{ background-image: url(../nakoudo/img/img_flow1.png);}
#flow-list li.flow2 h3{ background-image: url(../nakoudo/img/img_flow2.png);}
#flow-list li.flow3 h3{ background-image: url(../nakoudo/img/img_flow3.png);}
#flow-list li.flow4 h3{ background-image: url(../nakoudo/img/img_flow4.png);}

#flow-list li h3{
	margin-bottom: 20px;
	padding: 30px 0 5px 150px;
	font-size: 2.3em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left top;
}

#flow-list li p{
	padding: 30px 140px 30px 30px;
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #ffefe4;
	background-repeat: no-repeat;
	background-position: right;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

#flow-list li.flow1 p{ background-image: url(../nakoudo/img/ico_step1.png);}
#flow-list li.flow2 p{ background-image: url(../nakoudo/img/ico_step2.png);}
#flow-list li.flow3 p{ background-image: url(../nakoudo/img/ico_step3.png);}
#flow-list li.flow4 p{ background-image: url(../nakoudo/img/ico_step4.png);}


/*　築年数コンテンツ　*/
#chikunen #topic-path{
	width: 960px;
	margin: 0 auto;
}

#chikunen #main-box{
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	background: url(../chikunen/img/bgTitle.png) repeat-x bottom;
}

#chikunen #topimg{
	padding: 20px 0;
	text-align: center;
}

#chikunen #topimg h1{
	margin-bottom: 10px;
	font-size: 2.2em;
	line-height: 1.3em;
	text-shadow: 1px 2px 0 #fff;
	font-weight: bold;
}

#chikunen #topimg p{
	font-size: 1.2em;
}

#chikunen #container{
	font-size: 1.2em;
	line-height: 1.7em;
}

#chikunen .lead{
	margin: 40px 0 50px 0;
	padding: 20px;
	background-color: #f5f5f5;
}

#chikunen .lead .lead-inner{
	border-left: 12px solid #55abae;
}

#chikunen .lead .lead-inner h2{
	margin-left: 20px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
}

#chikunen .lead .lead-inner p{
	text-align: right;
}

#chikunen ul.check-list{
	padding: 20px 40px;
	border: 1px solid #ccc;
}

#chikunen .hikaku{
	margin: 60px 0;
	text-align: center;
}

#chikunen .hikaku-sp{
	display: none;
}

#chikunen h3{
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #333;
}

#chikunen .point-title{
	padding: 20px 20px 20px 110px;
	background-color: #f5f5f5;
	background-image: url(../chikunen/img/iconCheck.png);
	background-repeat: no-repeat;
	background-position: 30px 30px;
}

#chikunen .point-title p{
	margin: 0;
}

#chikunen .point-title h2{
	font-size: 1.6em;
	color: #55abae;
	font-weight: normal;
}

#chikunen .ba-title{
	margin-top: 40px;
	padding: 20px 20px 20px 20px;
	background-color: #f5f5f5;
}

#chikunen .soudan{
	padding: 30px;
	background-color: #ddf1f2;
}

#chikunen .soudan .soudan-check{
}

#chikunen .soudan .soudan-check-sp{
	display: none;
}

#chikunen .btn-kodate,
#chikunen .btn-mansion{
	width: 46%;
	margin: 10px 2%;
	font-size: 1.0em;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#chikunen .btn-kodate a,
#chikunen .btn-mansion a{
	position: relative;
	display: block;
	margin: 0;
	padding: 25px 15px;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#chikunen .btn-kodate a:before,
#chikunen .btn-mansion a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}

#chikunen .btn-kodate a:after,
#chikunen .btn-mansion a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}

#chikunen .btn-kodate{
	float: left;
	background-color: #2b9da1;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(24,123,126,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(24,123,126,1);
	box-shadow: 0px 4px 0px 0px rgba(24,123,126,1);
}

#chikunen .btn-kodate a{
	background-color: #2b9da1;
}

#chikunen .btn-kodate a:after{
	background-color: #2b9da1;
}

#chikunen .btn-kodate a:hover,
#chikunen .btn-kodate a:active,
#chikunen .btn-kodate a:hover:after,
#chikunen .btn-kodate a:active:after{
	background-color: #33a6aa;
}

#chikunen .btn-mansion{
	float: right;
	background-color: #7ea12b;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(93,123,23,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(93,123,23,1);
	box-shadow: 0px 4px 0px 0px rgba(93,123,23,1);
}

#chikunen .btn-mansion a{
	background-color: #7ea12b;
}

#chikunen .btn-mansion a:after{
	background-color: #7ea12b;
}

#chikunen .btn-mansion a:hover,
#chikunen .btn-mansion a:active,
#chikunen .btn-mansion a:hover:after,
#chikunen .btn-mansion a:active:after{
	background-color: #87aa33;
}

#chikunen .case-title{
	margin-top: 80px;
	padding-left: 80px;
	background-image:  url(../chikunen/img/iconBook.png);
	background-repeat: no-repeat;
	background-position: left top;	
	border-bottom: 5px solid #55abae;
}

#chikunen .madori-case-title{
	height: 80px;
	margin-top: 80px;
	padding-left: 80px;
	background-image:  url(../chikunen/img/iconBook.png);
	background-repeat: no-repeat;
	background-position: left top;	
	border-bottom: 5px solid #55abae;
}

#chikunen .case-title p{
	margin: 0 !important;
}

#chikunen .case-title h2,
#chikunen .madori-case-title h2{
	padding-top: 10px;
	font-size: 1.3em;
	color: #55abae;
	font-weight: bold;
}

#chikunen .case{
	margin-bottom: 80px;
	background-color: #f5f5f5;
	padding-bottom: 30px;
}

#chikunen .case h3{
	padding: 15px 20px;
	background-color: #363636;
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
}

#chikunen .case .title{
	margin-top: 40px;
	padding: 20px;
	background-color: #363636;
	color: #fff;
}

#chikunen .case .title h3{
	margin: 0;
	padding: 0;
	background-color: #363636;
	color: #fff;
}

#chikunen .case .title p{
	margin: 0;
}

#chikunen .case .case-img{
	margin: 30px 0;
	text-align: center;
}

#chikunen .case .content-box{
	margin: 30px;
	padding: 20px;
	background-color: #fefefe;
	border: 1px dotted #ccc;
}

#chikunen .case table{
	margin:  auto;
}

#chikunen .case table th,
#chikunen .case table td{
	border: 4px solid #f5f5f5; 
	background-color: #fff;
}

#chikunen .case table th{
	border-right: 10px solid #f5f5f5; 
	text-align: center;
	padding: 10px 40px;
}

#chikunen .case table td{
	padding: 10px 40px;
}

#chikunen .case h4{
	margin: 40px 40px 20px 40px;
	border-bottom: 1px dashed #333;
}

#chikunen .case ul{
	margin: 0 40px 20px 40px;

}

#chikunen .case ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left:30px; 
}

#chikunen .case .button-area ul{
	margin: 0;

}

#chikunen .case .button-area ul li{
	list-style-type: none;
	margin-left:0; 
}
		
	
#chikunen .btn-case{
	clear: both;
	width: 60%;
	margin: 0 0 80px auto;
	font-size: 1.0em;
	text-align: center;
	background-color: #3e3e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(46,46,46,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(46,46,46,1);
	box-shadow: 0px 4px 0px 0px rgba(46,46,46,1);
}

#chikunen .btn-case a{
	position: relative;
	display: block;
	margin: 40px 0;
	padding: 10px;
	background-color: #3e3e3e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#chikunen .btn-case a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}

#chikunen .btn-case a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #3e3e3e;
}

#chikunen .btn-case a:hover,
#chikunen .btn-case a:active,
#chikunen .btn-case a:hover:after,
#chikunen .btn-case a:active:after{
	background-color: #595959;
}


#chikunen .square-banner-left{
	margin-top: 30px;
	width: 450px;
	float: left;
	font-size: 0.8em;
}

#chikunen .square-banner-right{
	margin-top: 30px;	
	width: 450px;
	float: right;
	font-size: 0.8em;	
}

#chikunen ol.numeric li{
	margin-bottom: 30px;
}

#chikunen ol.numeric li h3{
	border: none;
	margin-bottom: 10px;
	font-size: 1.0em;
}

#chikunen ol.numeric li span.num{
	display: block;
	float: left;
	width: 1.5em;
	height: 1.5em;
	margin: -10px 10px 0 0;
	font-size: 2.0em;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	background-color: #de7d1e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
}

#chikunen ol.numeric li span{
	display: block;
}

#chikunen ol.numeric li strong{
	font-weight: bold;
}


/* 価格チェック */

#price #topimg{
	margin: 0 auto;
	text-align: center;
}

#price #topimg img{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

#price .txt-box{
	width: 90%;
	margin: 20px auto 0;
	padding: 15px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* コラム */
.column-list-new{
	margin: 0 5px;
}

.column-list-new dt{
	float: left;
}

.column-list-new dt span{
	margin-left: 10px;
	padding: 0 3px;
	color: #fff;
	font-size: 0.8em;
	background-color: #cc0000;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.column-list-new dd{
	margin-bottom: 5px;
	padding: 0 0 5px 110px;
	border-bottom: 1px dotted #ccc;
}

.column-list-new dd span{
	display: block;
	font-size: 0.8em;
}

.column-list{
	margin: 0 10px;
}

.column-list li{
	padding-left: 50px;
	border-bottom: 1px dotted #ccc;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: left;
}

.column-list li.ono{
	background-image: url(../column/img/photo_ono_s.jpg);
}

.column-list li.hayasaka{
	background-image: url(../column/img/photo_hayasaka_s.jpg);
}

.column-list li.akiyama{
	background-image: url(../column/img/photo_akiyama_s.jpg);
}

.column-list li.amano{
	background-image: url(../column/img/photo_amano_s.jpg);
}

.column-list li.hirano{
	background-image: url(../column/img/photo_hirano_s.jpg);
}

.column-list li.oka{
	background-image: url(../column/img/photo_oka_s.jpg);
}

.column-list li.pet{
	background-image: url(../column/img/photo_pet_s.jpg);
}

.column-list li.takahashi{
	background-image: url(../column/img/photo_takahashi_s.jpg);
}

.column-list li.kondo{
	background-image: url(../column/img/photo_kondo_s.jpg);
}

.column-list li a{
	display: block;
	padding: 12px 0;
	background-image: url(../commonimg/ico_arrow.png);
	background-position: right 2px center;
	background-repeat: no-repeat;
}

.column-list li a:hover{
	background-position: right 0px center;
}

#news-box{
	padding: 10px;
	background-color: #eee9db;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#news-box h2{
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	color: #664d00;
	font-weight: bold;
	text-align: left;
	border-left: 5px solid #664d00;
}

#topics-box{
	margin-top: 20px;
	padding: 10px;
	background-color: #c1dce7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#topics-box h2{
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-align: left;
	border-left: 5px solid #333;
}

#column h1{
	clear: both;
	margin-bottom: 15px;
	line-height: 1.3em;
}

#column .sns-box{
	margin-bottom: 20px;
}

#column .column-txt{
	clear: both;
}

#column .column-txt p{
	margin-bottom: 20px;
}

#column .column-txt p img{
	width: 100%;
	margin-bottom: 5px;
}

#column .column-txt .border-box{
	padding: 10px;
	border: 1px solid #999;
}

#column h2{
	margin:  30px 0 10px;
	padding-bottom: 3px;
	line-height: 1.3em;
	font-size: 1.2em;
	border-bottom: 3px solid #ccc;
}

#column h2.case-title-second{
	margin: 30px 0 15px 0 !important;
	padding: 5px 0 5px 10px !important;
	line-height: 1.3em;
	border-left: 5px solid #55abae;
	border-bottom: 0 !important;
}

.author-area{
	margin: 40px 0;
	padding: 50px 0 0;
	background-image: url(../column/img/bg_author.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.author-box{
	padding: 15px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

.author-photo{
	float: right;
	margin: 0 0 0 15px;
}

.author-box h3{
	margin: 0 0 15px;
}

.column-bnr{
	text-align: center;
}

.column-bnr img{
	max-width: 468px;
	width: 100%;
}

.topic{
	margin: 30px 0;
}

.topic .box{
	float: left;
	width: 302px;
	margin: 0 0 30px 15px;
	border: 1px solid #ccc;
}

.topic .box:nth-child(2n+1){
	clear: both;	
}

.topic .box h2{
	margin: 10px;
	padding-left: 10px;
	border-left: 5px solid #55abae;
}

.topic .box img{
	border-bottom: 1px dotted #ccc;
}

.topic .box .txt{
	margin: 10px;
}

.btn-column{
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.btn-column a{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	background-image: url(../commonimg/ico_arrow_white.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-color: #7b7b7b;
	border-bottom: 3px solid #3f3f3f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-column a:hover,
.btn-column a:active{
	background-color: #606060;
}

/* コラムtable */
.column-table{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.column-table th{
	padding: 10px;
	background-color: #daeded;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.column-table td{
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.notice{
	color: #cc0000;
}


/* タグリスト */
.tag-box{
	width: 100%;
	margin-top: 20px;
	padding: 10px 0 0;
	background-color: #fff;
	border: 1px solid #ccc;
}

.tag-box h3{
	margin: 0 0 0 10px;
	padding: 0 0 0 8px;
	border-left: 5px solid #2a8487;
}

.tag-box .tag-list{
	padding-bottom: 0;
}

.tag-list{
	padding: 10px;
	overflow: hidden;
	/*background-color: #f1f1f1;*/
}

.tag-list li{
	float: left;
	margin: 0 10px 10px 0;
	list-style-type: none;
}

.tag-list a{
	display: block;
	padding: 3px 6px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	background-color: #666;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.tag-list a:hover,
.tag-list a:active{
	background-color: #2a8487 !important;
}

.main-box .tag-list{
	margin: 10px 0 20px;
	overflow: hidden;
}
.main-box .tag-list li{
	float: left;
	width: 109px;
	margin-right: 10px;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-weight: bold;
	background-image: url(../commonimg/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 20px;
	background-color: #666;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.main-box .tag-list li img{
	width: 105px;
	padding-bottom: 5px;
}

.main-box .tag-list li a{
	padding: 0;
	background-color: #666;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.main-box .tag-list:last-child{
	margin-right: 0;
}

.tag-list li.large{
	float: left;
	width: 119px;
	margin-right: 10px;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-weight: bold;
	background-image: url(../commonimg/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px top 20px;
	background-color: #666;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.tag-list li.large img{
	width: 115px;
	padding-top: 5px;
}

.tag-list li.large a{
	padding: 0;
	background-color: #666;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}


/* サイトマップ
----------------------------------------------------- */
#sitemap #main-area{
	width:960px; 
}

#sitemap #left-area{
	clear: none;
	float: left;
	width: 300px;
	margin-bottom: 30px;
}

#sitemap #right-area{
	clear: none;
	float: right;
	width: 600px;
}

.sitemap-list li{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

#sitemap #right-area ul{
	margin: -1.5em 0 0 10em;
}


#sitemap #right-area ul li{
	float: left;
	margin-right: 2em;
}

#sitemap #right-area h2{
	margin-top: 40px;
	margin-bottom: 10px;
}

#sitemap #right-area h3{
	clear: both;
	margin-top: 20px;
}

#sitemap #right-area h4{
	clear: both;
	margin-top: 10px;
	font-weight: normal;
}

#sitemap #right-area h4{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
}
#sitemap #right-area h4::before,
#sitemap #right-area h4::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

#sitemap #right-area h4::before{
left: 4px;
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #7a0;
}


/* sub-area
----------------------------------------------------- */
.sub-box{
	margin-bottom: 20px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.sub-box h3{
	padding: 10px 0;
	font-size: 0.9em !important;
	font-weight: normal !important;
	background-color: #daeded;
}

.sub-box h3 span{
	display: block;
	padding-left: 5px;
	/* border-left: 5px solid #55abae; */
}

.sub-box h3 img{
	float: right;
	margin-right: 5px;
}

.sub-box h3 img.coin{
	float: none;
	margin-right: 5px;
	vertical-align: middle;
}

.sub-box .pickup{
	margin: 10px;
}

.sub-box .pickup li{
	margin: 0 0 15px 0;
	font-size: 0.9em;
}

.sub-box .pickup li img{
	width: 100%;
	max-width: 260px;
}

.sub-box .pickup li a{
	text-decoration: none;
}

.sub-box .pickup li a span{
	text-decoration: underline;
}

.sub-box .pickup li .icon_kodate,
.sub-box .pickup li .icon_mansion,
.sub-box .pickup li .icon_buil,
.sub-box .pickup li .icon_shop,
.sub-box .pickup li .icon_hosp{
	margin-right: 3px;
	padding: 1px 3px;
	color: #fff;
	font-size: 0.72em;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sub-box .pickup li .icon_kodate{
	background-color: #20888c;
}

.sub-box .pickup li .icon_mansion{
	background-color: #228c20;
}

.sub-box .pickup li .icon_buil{
	background-color: #53208c;
}

.sub-box .pickup li .icon_shop{
	background-color: #8c5520;
}

.sub-box .pickup li .icon_hosp{
	background-color: #8c2043;
}

.sub-box .leadtxt{
	margin: 5px 10px;
	font-size: 0.8em;
}

.theme-list{
	margin: 10px;
	border-top: 1px dashed #ccc;
}

.theme-list li{
	border-bottom: 1px dashed #ccc;
}

.theme-list li a{
	display: block;
	padding: 10px 0;
	background-image: url(../commonimg/ico_arrow.png);
	background-position: right 2px center;
	background-repeat: no-repeat;
}

.theme-list li a:hover{
	background-position: right 0px center;
}

.theme-list-photo{
	margin: 10px;
	border-top: 1px dashed #ccc;
}

.theme-list-photo li{
	padding-top:  10px;
	border-bottom: 1px dashed #ccc;
}

.theme-list-photo-title{
	font-size: 1.2em;
	text-align: center;
}

.theme-list-photo .image{
	float: left;
	margin-right: 5px;
}

.theme-list-photo .image img{
	width: 110px;
}

.theme-list-photo .comment{
	line-height: 0.8em;
	font-size: 0.8em;
}

.theme-list-photo .btn{
	display: inline-block;
	background-color: #CC0000;
	margin-top: 5px;
	padding: 0 5px;
	text-align: center;
}

.theme-list-photo .btn a{
	color: #fff;
	text-decoration: none;

}

/* TOPICSリスト */
.topic-list{
	margin: 10px;
}

.topic-list li{
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.topic-list li:after {
  content: "";
  clear: both;
  display: block;
}

.topic-list li .theme-photo{
	float: left;
	margin: 0 10px 10px 0;
}

.topic-list li .theme-photo img{
	width: 100%;
	max-width: 60px;
}

.topic-list li .theme-txt{
	float: left;
	width: 180px;
}

.topic-list li .theme-title{
	margin-bottom: 5px;
	line-height: 1.0em;
	font-size: 1.0em !important;
	font-weight: normal !important;
}

.topic-list li p{
	font-size: 0.7em;
}

.topic-list li .icon-catalog{
	width: 70px;
	padding: 1px 3px;
	color: #1c714f;
	background-color: #dbedda;
	border: 1px solid #afcfae;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.topic-list li a.box-link{
	display: block;
	text-decoration: none;
}

.topic-list li a:hover .icon-catalog,
.topic-list li a:active .icon-catalog{
	color: #fff;
	background-color: #1c714f;
	border: 1px solid #1c714f;
}


.btn-subbox{
	width: 94%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.btn-subbox a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
	background-image: url(../commonimg/ico_arrow_white.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-color: #5f594d;
	border-bottom: 3px solid #3d382f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-subbox a:hover,

.btn-subbox a:active{
	background-color: #3d382f;
}

.bnr-box{
	margin-bottom: 20px !important;
	text-align: center;
}

.bnr-box img{
	width: 100%;
	max-width: 280px;
	text-align: center;
}


/* 資料請求・お問い合わせボタン */
.btn-contact-sub{
	clear: both;
	width: 100%;
	margin: 0 auto;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: center;
	background-color: #de7d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
}

.btn-contact-sub a{
	position: relative;
	display: block;
	margin: 0 0 20px;
	padding: 10px;
	background-color: #de7d1e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-contact-sub a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}

.btn-contact-sub a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #de7d1e;
}

.btn-contact-sub a:hover,
.btn-contact-sub a:active,
.btn-contact-sub a:hover:after,
.btn-contact-sub a:active:after{
	background-color: #f08f2f;
}


/* -----------------------------------------------------

   footer

----------------------------------------------------- */
#footer-link{
	display: table;
	clear: both;
	width: 960px;
	padding: 0;
	background-color: #fcfcfc;
	text-align: left;
	    box-sizing: border-box;
}

#footer-link-left{
	display: table-cell;
	width: 36%;
	padding: 20px;
	margin: 0:
}

#footer-link-center{
	display: table-cell;
	width: 17%;
	border-left: 1px solid #efefef;
	padding: 20px;
	margin: 0:
}

#footer-link-right{
	display: table-cell;
	width: 46%;
	border-left: 1px solid #efefef;
	padding: 20px;
	margin: 0:
}

#footer-link-center-theme{
	display: table-cell;
	width: 30%;
	border-left: 1px solid #efefef;
	padding: 20px 10px 20px 20px;
	margin: 0:
}

#footer-link-right-theme{
	display: table-cell;
	width: 30%;
	border-left: 1px solid #efefef;
	padding: 20px 10px 20px 20px;
	margin: 0:
}


#footer-link h5{
	color: #7a0;
}

#footer-link ul li{
position: relative;
padding: 0 0 0 16px;
color: #333;
vertical-align: middle;
text-decoration: none;
}
#footer-link ul li::before,
#footer-link ul li::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

#footer-link ul li::before{
left: 4px;
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #7a0;
}




#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.8em;
	z-index: 10;
}

#page-top a{
	display: block;
	width: 90px;
	padding: 25px 0;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	opacity: 0.85;
}

#page-top a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #333;
}

#footer-navi{
	background-color: #55abae;
}

#footer-navi ul{
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#footer-navi ul li{
	display: table-cell;
	width: 192px;
	vertical-align: middle;
	background: url(../commonimg/fnavi_bar.png) no-repeat right;
}

#footer-navi ul li:first-child{
	background: url(../commonimg/fnavi_bar.png) no-repeat right,
	            url(../commonimg/fnavi_bar.png) no-repeat left;
}

#footer-navi ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 0;
}

#footer-navi ul li a:hover,
#footer-navi ul li a.active{
	text-decoration: underline;
}

#footer-navi ul li span{
	display: block;
	font-size: 0.8em;
}

#footer-logo{
	float: left;
	margin-bottom: 15px;
	font-size: 0.6em;
}

#footer-logo img{
	width: 100%;
	max-width: 340px;
	margin-bottom: 5px;
}

.footer-menu{
	float: right;
	max-width: 580px;
	margin-bottom: 15px;
	text-align: right;
}

.footer-menu li{
	display: inline;
	line-height: 2.0em;
	font-size: 0.95em;
	white-space: nowrap;
}

.footer-menu li:after{
	content: " ｜ ";
}

#nexteyes{
	clear: both;
	width: 960px;
	margin: 15px 0;
	padding: 10px 0;
	font-size: 0.8em;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

#nexteyes img{
	vertical-align: middle;
}

#copyright{
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
}

#sp-contact{
	display: none;
}

.sp-block{
	display: none;
}

.sp-block img{
	width : 100%;
}

.pc-block{
	display: block;
}

.all-block{
	display: block !important;
}



/* iPhone6 Plusのポートレート表示に対応 */
@media screen and (max-width:420px){/* 〜420px */


/* -----------------------------------------------------

   header-area

----------------------------------------------------- */
h1#logo,
p#logo{
	width: 230px;
	margin: 0;
	padding: 10px 0 15px 5px;
	text-align: left;
}

#header-menu{
	display: none;
}

#btn-area{
	display: none;
}


/* -----------------------------------------------------

   gnavi-area

----------------------------------------------------- */
#gnavi-area{
	display: none;
}


/* -----------------------------------------------------

   dl-menu

----------------------------------------------------- */
#dl-menu{
	display: block;
	float: right;
	position: relative;
}


/* -----------------------------------------------------

   container

----------------------------------------------------- */

/* パンくず */
#topic-path{
	margin-bottom: 10px;
	padding: 0 0 0;
	font-size: 0.6em;
}

#topic-path li{
	position: relative;
	float: left;
	padding-right: 10px;
	color: #666 !important;
}


/* main-area
----------------------------------------------------- */
#main-area h1{
	margin-bottom: 20px;
	padding: 10px 0 0 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}

.cap{
	clear: both;
	margin: 0 0 10px !important;
	padding: 15px 0 0;
}


/* タブ切り替え */
#tab-area{
	height: 120px;
}

#tab-box,
#btn-box{
	border-spacing: 6px 0;
}

#btn-box{
	top: 60px;
	left: 0px;
}

#btn-box li{
	width: 32%;
	float: left;
	margin-right: 6px;
}

#btn-box li:last-child{
	margin-right: 0;
}

#tab-box li,
#btn-box li{
}


#btn-box #tab-mail,
#btn-box li.tab-img,
#btn-box li.tab-img-sp{
	display: block;
}

#btn-box #tab-mail img,
#btn-box li.tab-img img,
#btn-box li.tab-img-sp img{
	width: 100%;
}

#tab-box li a.on:after {
	display: none;
}


/* main-box */
.main-box{
	margin-top: 20px;
}

.main-box h2{
	margin: 30px 0 10px;
	font-size: 1.2em;
}

.main-box .mainimg img{
	width: 100%;
}


/* 会社詳細table */
.corp-detail{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.corp-detail th{
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #daeded;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.corp-detail td{
	display: list-item;
	list-style-type: none;
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* 会社の事例一覧 */
.corp-case li{
	float: none;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}

.corp-case li:nth-child(3n){
	margin-right: 0;
}

.corp-case li img{
	display: block;
	width: 100%;
	max-width: 420px;
}


/* 横並びボタン（お問い合わせ・ハウス仲人） */
#main-area .btn-mail2,
#main-area .btn-nakoudo2{
	float: none;
	width: 300px;
	height: 50px;
	margin: 20px auto 0 !important;
}


/* 資料請求・お問い合わせボタン */
.btn-contact{
	width: 96%;
	font-size: 1.0em;
}


/* 資料請求・お問い合わせボタン submit */
button.btn-contact-submit{
	width: 96%;
	font-size: 1.0em;
}


button.btn-contact-submit-h1{
	margin: 10px 0 0 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background-color: #fff;
}


/* リノベーション会社を探す */
#area-list ul li{
	margin-bottom: 10px;
}

#theme-block li{
	float: none;
	width: 98%;
	margin: 0 1% 10px;
}

#theme-block li h3{
	width: 65%;
}

#theme-block li .photo{
	width: 35%;
}


/* リノベーション事例を見る */
.search-area dt{
	clear: both;
	float: left;
	font-weight: bold;
}

.search-area dd{
	margin: 0 0 10px 0;
	padding: 0 0 10px 110px;
	border-bottom: 1px dotted #ccc;
}

.search-area dd label{
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.search-area dd select{
	width: 100%;
}


/* 事例一覧 */
.toLP{
	width: 95%;
}
.toLP p.text{
	float: none;
	margin-bottom: 10px;
}

.toLP .btn-detail{
	clear:both;
	float: none;
	margin: 10px auto;
}

.toLP .btn-detail a{
	margin: 10px 0;
	padding: 5px 10px; 
	
}
.caselist li{
	background-image: none;
}

.caselist li a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
}

.caselist li h2{
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 10px 0;
	padding: 5px 0 5px 10px !important;
	font-size: 1.1em !important;
	font-weight: bold !important;
}

.caselist li img{
	float: none;
	width: 100%;
	max-width: 400px;
}

.caselist li table{
	float: left;
	width: 100%;
	max-width: 400px;
	margin: 0;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.caselist li table th{
	width: 120px;
	padding: 6px;
	background-color: #daeded;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.caselist li table td{
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.caselist > li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* 会社一覧 */
.corp-list-graph table{
	width: 100%;
	margin-bottom: 20px;
}

.corp-list-graph p{
	margin: 0 0 10px 30px;
	font-size: 1.0em !important;
}

.corp-list-graph .text{
	float: none;
	width: 98%;
}

.corp-list-graph .graph{
}


.corp-list-graph .legend{
	float: left;
	width: 75px;
	font-size: 0.7em;
}

.corp-list-graph .btn-more{
	width: 95%;
	margin: 10px auto 40px!important;
	text-align: center;
}


.corplist li{
	background-image: none;
}

.corplist li a{
	display: block;
	width: 100%;
}

.corplist li h2{
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 0 0 10px;
	font-size: 1.1em !important;
}

.corplist li p{
	float: right;
	width: 68%;
	margin-left: 0;
}

.corplist li img{
	float: none;
	width: 30%;
	max-width: 100px;
	margin: 0 2% 10px 0;
}

.corplist li table{
	float: left;
	width: 100%;
	max-width: 400px;
	margin: 0 0 10px;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.corplist li table th{
	width: 100px;
	padding: 6px;
	background-color: #daeded;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.corplist li table td{
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.corplist > li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.corplist li .btn-check{
	clear: both;
	float: none;
	width: 94%;
	max-width: 94%;
	margin: 0 3% !important;
	padding: 5px;
}


/* ページめくり機能 */
.page{
	display: none;
}

#sort{
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}

#sort li{
	display: inline;
	margin-left: 10px;
}

.btn-next{
	display: block;
	width: 94%;
	margin: 0 auto;
	text-align: center;
}

.btn-next a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	background-image: url(../commonimg/ico_arrow_white.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-color: #7b7b7b;
	border-bottom: 3px solid #3f3f3f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-next a:hover,
.btn-next a:active{
	background-color: #606060;
}


/* ハウスネットギャラリーリノベーションとは */
#office #topimg{
	clear: both;
	height: 230px;
	margin: 0;
	text-align:center;
	background: url(../office/img/bg_main.jpg) no-repeat 0 80px;
	background-size: contain;
}

#office #topimg h1{
	padding-top: 20px;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.3em;
}

#office #topimg h1 span{
	display: block;
	margin-bottom: 10px;
	font-size: 0.6em;
	line-height: 1.2em;
}

#office h2.lp-h2{
	font-size: 1.4em;
}

#office .border-list{
	width: 96%;
	padding: 10px;
	margin: 0 2%;
}

#office .border-list h3{
	margin: 10px 0 20px;
	font-size: 1.0em;
}

#office .border-list ul li{
	margin: 0 0 7px 0;
	padding-bottom: 7px;
	list-style-position: inside;
	list-style-type: circle;
	border-bottom: 1px dotted #ccc;
	font-size: 0.9em;
}

#office .about-box{
	width: 96%;
	margin: 0 2% 20px;
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
}

#office .about-box p{
	margin-bottom: 0;
}

#office .about-box span{
	display: block;
	margin-top: 5px;
	line-height: 1.3em;
	font-size: 0.6em;
}

#office .flow-dl dt{
	float: none;
	text-align: center;
}

#office .flow-dl dd{
	min-height: 1px;
	margin: 0 10px 10px;
	padding: 0 0 10px 0;
}

#office .btn-office{
	margin: 30px 0;
}

#office .btn-office li{
	float: none;
	width: 96%;
	margin: 0 2% 15px;
}

#office .btn-office li a{
	padding: 15px 0;
}


/* よくあるご質問 */
.faq dd{
	margin: 0 0 20px 0;
	padding: 0 10px 20px;
	border-bottom: 1px dotted #ccc;
}


/* SNSボタン */
.sns-box{
	float: none;
	width: 96%;
	padding: 10px 2% 0;
	text-align: left;
}

.sns-box .fb-like{
	float: left;
	margin-right: 10px;
}

.sns-box .twitter-share-button{
	float: left;
	width: 95px !important;
}

.sns-box #g-plusbtn{
	float: left;
	width: 65px !important;
}

.sns-box .hatena-bookmark-button{
	clear: both;
	float: none;
	width: 105px !important;
}


/* ハウス仲人 */
#nakoudo .main-pc{
	display: none;
}

#nakoudo .main-sp{
	display: block;
}

#nakoudo .main-sp img{
	width: 100%;
}


#nakoudo .main-sp li{
	width: 98%;
	padding: 10px 0;
	border: 1px solid #234a99;
}


#nakoudo #container{
	margin: 0;
}

#nakoudo #topic-path{
	width: 100%;
	margin: 55px 1% 0;
}

#nakoudo .intro img,
#nakoudo .contents-box img,
#nakoudo .contents-box-white img,
#nakoudo .btn-area img{
	width: 100%;
}

#nakoudo .contents-box .case-title img,
#nakoudo .contents-box h3.inform img{
	width: inherit;
}

#nakoudo .photo-left{
	float: none;
	margin: 0 0 20px 0;
}

#nakoudo .text-right{
	width: 100%;
}

#nakoudo .anshin .photo-left{
	text-align: center;
}

#nakoudo .anshin img{
	width: inherit;
}

#nakoudo .point-small .photo-left{
	float: none;
	margin-right: 0;
	text-align: center;
}

#nakoudo .point-small .photo-left img{
	width: inherit;
}

#nakoudo .point-small .text-right{
	width: 100%;
}

#nakoudo .contents-box .case{
	width: 100%;
	float: none;
}

#nakoudo .contents-box .case li{
	float: none;
}


#nakoudo .contents-box .service h3{
	font-size: 1.5em;
	line-height: 1.8em;
}

#nakoudo .contents-box .service h3 strong{
	font-size: 1.5em;
	color: #f00;
}


#nakoudo .contents-box .service ol li{
	position: relative;

	font-size: 1.2em;
	border: 2px solid #cc6000;
	background-color: #fff;
	margin: 5px 0 15px 0;
	padding: 10px 5px;
	text-align: center;
	
}

#nakoudo .contents-box .service ol li:after{
	position: absolute;
	bottom: -17px;
	content: " ";
	border-top: 15px solid #cc6000;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
	left: 50%;
	margin-left: -30px;

}

#nakoudo .contents-box .service ol li:last-child:after{
	border: none;
}

#nakoudo .contents-box .service .service-block{
	margin-top: 30px;
	padding-top: 40px;
	background-image: url(../nakoudo/img/line-dot.png);
	background-position: top;
	background-repeat: repeat-x;

}


#nakoudo .point h3{
}

#nakoudo .point h3 img{
	width: inherit;
}

#nakoudo .voice{
	margin-bottom: 50px;
}

#nakoudo .voice .voice-box{
	float: none;
	background-color: #fff;
	width: inherit;
	margin: 0 0 20px 0;
	padding: 20px 10px;
}

#nakoudo .voice .voice-box img{
	width: 100%;
}


#promise-list li{
	padding: 20px 20px 20px 70px;
	background-position: 10px 20px;
}

#promise-list li.promise1{ background-size: 50px;}
#promise-list li.promise2{ background-size: 50px;}
#promise-list li.promise3{ background-size: 50px;}

#promise-list li h3{
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.3em;
}

#promise-list li p{
	font-size: 0.9em;
}

#flow-list{
	margin: 30px 0 0 0;
}

#flow-list li{
	margin: 0 0 10px 0;
	padding: 0 0 50px 0;
}

#flow-list li.flow1 h3{ background-size: 60px;}
#flow-list li.flow2 h3{ background-size: 60px;}
#flow-list li.flow3 h3{ background-size: 60px;}
#flow-list li.flow4 h3{ background-size: 60px;}

#flow-list li h3{
	margin-bottom: 10px;
	padding: 5px 0 5px 70px;
	font-size: 1.5em;
	line-height: 1.3em;
}

#flow-list li p{
	padding: 20px;
	font-size: 0.9em;
}

#flow-list li.flow1 p{ background-image: none;}
#flow-list li.flow2 p{ background-image: none;}
#flow-list li.flow3 p{ background-image: none;}
#flow-list li.flow4 p{ background-image: none;}


/* 築年数LP */
#chikunen #container{
	margin: 0;
	line-height: 1.4em;	
}

#chikunen #container p,
#chikunen #container h3{
	margin-left: 2%;
	margin-right: 2%;
}

#chikunen #container h3{
	margin-top: 20px;
}

#chikunen #topic-path{
	width: 100%;
	margin: 55px 1% 0;
}

#chikunen #main-box{
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
}

#chikunen #topimg h1{
	font-size: 1.6em;
	font-weight: normal;
}

#chikunen .lead{
	margin-bottom: 20px;
}

#chikunen .lead .lead-inner h2{
	margin-left: 20px;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.2em;
}

#chikunen .lead .lead-inner p{
	margin: 10px 0 0 20px;	
	text-align: left;
	line-height: 1.2em;
}

#chikunen .hikaku{
	display: none;
}

#chikunen .hikaku-sp{
	display: block;
	margin-top: 40px;
}

#chikunen .hikaku-sp img{
	width: 100%;
}

#chikunen section img{
	width: 	100%;
}

#chikunen .point-title{
	padding: 15px;
	background-image: none;
}

#chikunen .point-title h2{
	font-size: 1.0em;
	font-weight: bold;
}

#chikunen h2 img{
	width: 100%;
}

#chikunen .soudan{
	width: 100%;
}

#chikunen .soudan{
	padding: 15px 2%;
}

#chikunen .soudan img{
	width: 100%;
}


#chikunen .soudan .soudan-check{
	display: none;
}

#chikunen .soudan .soudan-check-sp{
	display: block;
	padding: 15px 15px 0 15px;
	border: 1px solid #ccc;
	background-color: #fff;	
}

#chikunen .soudan .soudan-check-sp li{
	background-image: url(../chikunen/img/soudan-check.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	padding-left: 40px;
	color: #55abae;
	font-weight: bold;
}


#chikunen .case-title{
	margin: 50px 0;
	padding-left: 2%;
	background-image:  none;
}

#chikunen .madori-case-title{
	margin: 50px 0;
	padding-left: 2%;
	background-image:  none;
}


#chikunen .case-title h2,
#chikunen .madori-case-title h2{
	font-size: 1.0em;
	font-weight: bold;
}

#chikunen .case h3{
	margin: 0;
	font-size: 0.9em;
}

#chikunen .case .title h3{
	margin-bottom: 10px;
}

#chikunen .case{
	margin-bottom: 50px;
	padding-bottom: 10px;
}

#chikunen .case img{
	width: 100%;
}

#chikunen .case .content-box{
	margin: 0 2%;
	padding: 2%;
}

#chikunen .case .plain{
	margin: 20px 2%;
}

#chikunen .case table th{
	border-right: 10px solid #f5f5f5; 
	text-align: left;
	padding: 10px;
	white-space: nowrap;
}

#chikunen .case table td{
	padding: 10px;
}

#chikunen .case h4{
	margin: 40px 2% 20px 2%;
}

#chikunen .case ul{
	margin: 0 2% 20px 2%;

}

#chikunen .btn-case{
	width: 95%;
	margin: 0 auto 40px auto;
	font-size: 0.8em;	
}


/* コラム */
.column-list{
	margin: 0;
}

.column-list li a{
	background-image: none;
}

#column .column-txt{
	padding: 10px;
}

.topic{
	margin: 30px 0 0;
}

.topic .box{
	float: none;
	width: 302px;
	margin: 0 auto 30px;
}


/* コラムtable */
.column-table{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.column-table th{
	width: 180px;
	padding: 10px;
	background-color: #daeded;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.column-table td{
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* サイトマップ */
#sitemap #main-area{
	width:100%; 
}

#sitemap #left-area{
	clear: none;
float: none;
width: auto;	
}

#sitemap #right-area{
	clear: none;
float: none;
width: auto;
}



/* 	404	(corp_error.html)ページ
----------------------------------------------------- */
#errorimg{
	margin: 0 auto;
	text-align: center;
}

#errorimg .img01{
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}



/* sub-area
----------------------------------------------------- */
#sub-area h2{
	font-size: 1.4em;
}

#sub-area h2 span{
	font-size: 0.7em;
}

.sub-box h3 img{
	width: inherit;
}

.sub-box .pickup{
	margin: 10px;
	text-align: center;
}

.sub-box .pickup li img{
	display: block;
	margin: 0 auto;
}



/* -----------------------------------------------------

   footer

----------------------------------------------------- */
#footer-link{
	display: none;
}

#page-top{
	visibility: hidden;
}

#footer-navi{
	display: none;
}

#footer-logo{
	float: none;
	text-align: center;
}

.footer-menu{
	display: none;
}

#nexteyes{
	width: 100%;
	margin: 10px auto;
	padding: 0px 0 10px;
	text-align: center;
	font-size: 0.8em;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

#nexteyes img{
	display: block;
	text-align: center;
	margin: 0 auto;
}

#copyright{
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.6em;
}

#sp-contact{
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #3d382f;
	opacity: 0.95;
}

.submit-fix{
	height: 26px;
	position: relative;
	padding: 3px 0 !important;
	border-style: none;
	color: #fff;
}

.submit-fix:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 7px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

.submit-fix:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 9px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #de7d1e;
}

#sp-contact .btn-fix{
	width: 44%;
	margin: 10px 3%;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	background-color: #de7d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(172,94,18,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(172,94,18,1);
	box-shadow: 0px 2px 0px 0px rgba(172,94,18,1);
}

#sp-contact .btn-fix a{
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 0;
	background-color: #de7d1e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sp-contact .btn-fix a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 7px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

#sp-contact .btn-fix a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 9px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #de7d1e;
}

#sp-contact .btn-fix a:hover,
#sp-contact .btn-fix a:active,
#sp-contact .btn-fix a:hover:after,
#sp-contact .btn-fix a:active:after{
	background-color: #f08f2f;
}

#sp-contact .btn-fix-single{
	width: 94%;
	margin: 10px 3%;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	background-color: #de7d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(172,94,18,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(172,94,18,1);
	box-shadow: 0px 2px 0px 0px rgba(172,94,18,1);
}

#sp-contact .btn-fix-single a{
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 0;
	background-color: #de7d1e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sp-contact .btn-fix-single a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 7px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

#sp-contact .btn-fix-single a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 9px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #de7d1e;
}

#sp-contact .btn-fix-single a:hover,
#sp-contact .btn-fix-single a:active,
#sp-contact .btn-fix-single a:hover:after,
#sp-contact .btn-fix-single a:active:after{
	background-color: #f08f2f;
}


.sp-block{
	display: block;
}

.sp-none{
	display: none;
}

.pc-block{
	display: none !important;
}


}