@charset "utf-8";

article, aside, dialog, figure, footer, header, menu, nav, section{
	display: block;
	margin:0;
	padding:0;
}
body{
	width:100%;
	min-width:1200px;
	line-height:1.8;
	font-size:16px;
	padding:0;
	margin:0 auto;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#222;
	background:url(../img/bk_header.png) repeat-x;
}
ul, ol, dl,dt,dd,div,ol,ul,li{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li{list-style-type:none;}

textarea{font-size:100%;}

a{outline:none;border:0;}

img{vertical-align: middle;border:0;}

a:hover img,
.opa a:hover img,
input[type="image"]:hover{
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link{color:#1b71b8;text-decoration:underline;}
a:visited{color:#1b71b8;text-decoration:underline;}
a:hover{color:#e50202;text-decoration:underline;}
a:active{color:#1b71b8;text-decoration:underline;}

/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.bold{font-weight:bold;}

/*余白*/
.mb05em{margin-bottom:0.5em;}
.mb1em{margin-bottom:1em;}
.mb20{margin-bottom:20px;}
.mb2em{margin-bottom:2em;}
.mb3em{margin-bottom:3em;}
.mb5em{margin-bottom:5em;}
.mb7em{margin-bottom:7em;}
.ml1em{margin-left:1em;}

.s_bottom{margin-bottom:60px;}
.jisage{
	padding-left:1em;
	text-indent:-1em;
}
input[type="checkbox"],
input[type="text"],
select{
	margin:0 4px 0 0;
}
/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:middle;
}
.red{color:#c30;}
.f11{font-size:11px;}
.f14{font-size:14px;}
.f18{font-size:18px;}

.clearafter{
	overflow:hidden;
}
.clearafter:after{content: "";display: block;clear: both;}

/*-----------------------------------------------
header
-----------------------------------------------*/
header{
	width:1200px;
	height:110px;
	margin:0 auto;
	position:relative;
}
header:after{content: "";display: block;clear: both;}

header .lead{
	position:absolute;
	top:28px;
	left:60px;
	font-size:12px;
}
header a.logo{
	float:left;
	display:block;
	width:464px;
	height:52px;
	margin:28px 0 0 0;
	background:url(../img/logo.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
header a.logo:hover{opacity:0.6;}

header .h_okigaruni{
	display:block;
	width:130px;
	height:40px;
	text-align:center;
	color:#832824;
	position:absolute;
	top:20px;
	left:690px;
	font-size:13px;
	font-weight:bold;
}
header .h_tel{
	display:block;
	width:200px;
	height:36px;
	color:#832824;
	position:absolute;
	padding:0 0 0 28px;
	letter-spacing:-1px;
	top:8px;
	left:838px;
	font-size:28px;
	background:url(../img/icon_htel.png) no-repeat 0 14px;
}
header .h_line{
	display:block;
	width:250px;
	height:20px;
	color:#832824;
	position:absolute;
	top:46px;
	left:838px;
	font-size:11px;
}
header .h_time{
	display:block;
	width:370px;
	height:20px;
	position:absolute;
	top:68px;
	left:690px;
	font-size:12px;
}
header .btn_h_contact{
	position:absolute;
	top:4px;
	right:0;
	display:block;
	width:100px;
	height:84px;
	background:url(../img/btn_h_contact.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
header .btn_h_contact:hover{
	background-position: 0 -84px;
}
header .h_saikin{
	display:block;
	width:90px;
	height:23px;
	line-height:23px;
	position:absolute;
	top:68px;
	left:490px;
	font-size:11px;
	border-radius:4px;
	background:#FFB7B5;
	text-align:center;
}
header .h_favorite{
	display:block;
	width:90px;
	height:23px;
	line-height:23px;
	position:absolute;
	top:68px;
	left:588px;
	font-size:11px;
	border-radius:4px;
	background:#FFB7B5;
	text-align:center;
}
header .h_saikin:link,
header .h_favorite:link{color:#510200;text-decoration:none;}
header .h_saikin:visited,
header .h_favorite:visited{color:#510200;text-decoration:none;}
header .h_saikin:hover,
header .h_favorite:hover{color:#510200;text-decoration:none;opacity:0.7;}
header .h_saikin:active,
header .h_favorite:active{color:#510200;text-decoration:none;}
/*ナビ*/
nav{
	width:1200px;
	margin:0 auto;
}
nav ul{
	clear: both;
	width: 1200px;
	height: 55px;
}
nav ul li {
	float: left;
	height: 55px;
}
/*CSSスプライト使用*/
nav ul li a {
	display: block;
	width:185px;
	height: 55px;
	background: url(../img/nav.png) no-repeat;
	text-indent:-9999em;
}
nav ul li a.gnav_home{
	width:90px;
	background-position: 0 0;
}
nav ul li a.gnav_home:hover,
nav ul li a.gnav_home_on {
	width:90px;
	background-position: 0 -55px;
}
nav ul li a.gnav_nowonsale{
	background-position: -90px 0;
}
nav ul li a.gnav_nowonsale:hover,
nav ul li a.gnav_nowonsale_on {
	background-position: -90px -55px;
}
nav ul li a.gnav_chintai{
	background-position: -275px 0;
}
nav ul li a.gnav_chintai:hover,
nav ul li a.gnav_chintai_on {
	background-position: -275px -55px;
}
nav ul li a.gnav_reform{
	background-position: -460px 0;
}
nav ul li a.gnav_reform:hover,
nav ul li a.gnav_reform_on {
	background-position: -460px -55px;
}
nav ul li a.gnav_urikashi{
	background-position: -645px 0;
}
nav ul li a.gnav_urikashi:hover,
nav ul li a.gnav_urikashi_on {
	background-position: -645px -55px;
}
nav ul li a.gnav_company{
	background-position: -830px 0;
}
nav ul li a.gnav_company:hover,
nav ul li a.gnav_company_on {
	background-position: -830px -55px;
}
nav ul li a.gnav_contact{
	background-position: -1015px 0;
}
nav ul li a.gnav_contact:hover,
nav ul li a.gnav_contact_on {
	background-position: -1015px -55px;
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
footer{
	clear:both;
	width:100%;
	height:400px;
	overflow:hidden;
	background:#F6F2F1;
}
.footer_inner{
	width:940px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	display: block;
	width: 66px;
}
.footer_link{
	width:930px;
	height:80px;
	margin:0 auto 0;
	background:url(../img/footer_hrline.png) bottom left repeat-x;
overflow:hidden;
}
.footer_link:after{content: "";display: block;clear: both;}

.footer_link ul{
	width:700px;
	margin:0 auto;
	overflow:hidden;
}
.footer_link ul li{
	float:left;
	height:22px;
	line-height:22px;
	font-size:13px;
	padding:0 20px;
	margin:0 0 12px 0;
	border-right:1px solid #ccc;
}
.footer_link ul li:nth-child(1),
.footer_link ul li:nth-child(7){/*1番めと7番目。メニュー増減によりn番目は変更になる*/
	border-left:1px solid #ccc;
}

.footer_infoarea{
	height:110px;
	margin:0 auto 20px;
	padding:34px 0 0 0;
	background:url(../img/footer_hrline.png) bottom left repeat-x;
}
.footer_infoarea:after{content: "";display: block;clear: both;}

.footer_infoarea .information{
	float:left;
	width:630px;
	font-size:12px;
	background:url(../img/logo.png) no-repeat;
	position:relative;
}
.footer_infoarea .information .lead{
	display:block;
	width:630px;
	height:20px;
	position:absolute;
	top:0;
	left:60px;
}
.footer_infoarea .information .footer_logo{
	display:block;
	width:464px;
	height:52px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.footer_infoarea .information .footer_address{
	display:block;
	width:300px;
	height:18px;
	position:absolute;
	top:58px;
	left:0;
}
a.btn_footer_contact{
	display:block;
	float:right;
	width:170px;
	height:43px;
	background:url(../img/btn_footer_contact.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
a.btn_footer_contact:hover{
	background-position: 0 -43px;
}
.footer_tel {
	width:940px;
	height:30px;
	margin:0 auto 20px;
	padding:0 0 30px 0;
	background:url(../img/footer_hrline.png) bottom left repeat-x;
}
.footer_tel .footer_tel_midashi{
	float:left;
	width:520px;
	height:30px;
	background:url(../img/footer_tel_midashi.png) no-repeat 0 6px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.footer_tel .footer_tel_tel{
	float:left;
	display:block;
	width:200px;
	height:36px;
	color:#832824;
	padding:0 0 0 30px;
	margin:-8px 0 0 20px;
	letter-spacing:-1px;
	font-size:26px;
	font-weight:bold;
	background:url(../img/icon_htel.png) no-repeat 0 14px;
}
.footer_tel .footer_tel_line{
	float:right;
	display:block;
	width:156px;
	height:36px;
	line-height:1.5;
	color:#832824;
	font-size:12px;
	font-weight:bold;
}
.footer_inner a:link{color:#222;text-decoration:none;}
.footer_inner a:visited{color:#222;text-decoration:none;}
.footer_inner a:hover{color:#BB0803;text-decoration:none;}
.footer_inner a:active{color:#222;text-decoration:none;}

.copyright{
	text-align:center;
	font-size:12px;
	height:50px;
	line-height:50px;
	margin:0 0 20px 0;
}
/*-----------------------------------------------
トップメインイメージ
-----------------------------------------------*/
.mainimg{
	clear:both;
	min-width: 1200px;/*グローバルメニューの幅*/
	height:700px;
	overflow : hidden ;
	position: relative;
	z-index:100;
}
.mainimg .m01{
	clear:both;
	position:absolute;
	width: 718px;
	height:170px;
	margin:470px 0 0 -359px;/*718pxの半分、左へ*/
	left: 50%;/*真ん中配置*/
	z-index:2;
}
/*スライダ*/
.wideslider {
	width: 100%;
	height: 700px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 500;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

/*ClearFixElements*/
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
.pagination {
	bottom: 12px;
	left: 0;
	width: 100%;
	height: 33px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 10px 6px 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background: #EFEFEF;
}
.pagination a.active {
	background:#A60538;
}
/*-----------------------------------------------
トップページ
-----------------------------------------------*/
.bk_beige{
	background:url(../img/bk_beige.png) repeat;
	overflow:hidden;
}
.bk_white{
	background:#fff;
	overflow:hidden;
}
.bk_white_jirei{
	background:url(../img/top_bk_jireipink.png) repeat-x #fff;
	overflow:hidden;
}
.banner01{
	text-align:center;
	margin:60px 0;
}
.link4{
	width:1200px;
	margin:0 auto 70px;
	overflow:hidden;
}
.link4:after{content: "";display: block;clear: both;}

.link4 ul{
	width:1200px;
}
.link4 ul li{
	float:left;
	width:300px;
	height:343px;
}
.link4 ul li a{
	display:block;
	width:300px;
	height:343px;
}
.link4 ul li .title{
	height:94px;
	margin:0 0 137px 0;/*画像の高さが137*/
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.link4 ul li .text{
	height:56px;
	padding:0 30px;
	text-align:center;
	font-size:14px;
}
.link4 ul li .detail{
	height:98px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.link4 ul li a:link{text-decoration:none;color:#222;}
.link4 ul li a:visited{text-decoration:none;color:#222;}
.link4 ul li a:hover{
	text-decoration:none;
	color:#000;
	opacity:0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.link4 ul li a:active{text-decoration:none;color:#222;}

.link4 ul li a.top_btn_kodate{background:url(../img/top_btn_kodate.png) no-repeat;}
.link4 ul li a.top_btn_tochi{background:url(../img/top_btn_tochi.png) no-repeat;}
.link4 ul li a.top_btn_chintai{background:url(../img/top_btn_chintai.png) no-repeat;}
.link4 ul li a.top_btn_reform{background:url(../img/top_btn_reform.png) no-repeat;}

/*３代住める住まいづくり 高栄ハウジングの特長*/
.tokuchobox{
	width:1200px;
	height:890px;
	margin:0 auto 90px;
	background:#fff;
	overflow:hidden;
	position:relative;
}
.title_top_tokucho_box{
	width:502px;
	height:110px;
	background:url(../img/title_top_tokucho_box.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:40px 0 0 60px;
}
.top_tokucho_anshin_box,
.top_tokucho_kaiteki_box,
.top_tokucho_takumi_box,
.top_tokucho_asobi_box{
	width:520px;
	height:270px;
}
.top_tokucho_anshin_box{
	position:absolute;
	top:220px;
	left:60px;
}
	.top_tokucho_anshin{
		width:120px;
		height:40px;
		background:url(../img/top_tokucho_anshin.png) no-repeat;
		white-space: nowrap;text-indent: 100%;overflow: hidden;
		margin:0 0 20px 0;
	}
.top_tokucho_kaiteki_box{
	position:absolute;
	top:40px;
	left:630px;
}
	.top_tokucho_kaiteki{
		width:120px;
		height:40px;
		background:url(../img/top_tokucho_kaiteki.png) no-repeat;
		white-space: nowrap;text-indent: 100%;overflow: hidden;
		margin:0 0 20px 0;
	}
.top_tokucho_takumi_box{
	position:absolute;
	top:350px;
	left:630px;
}
	.top_tokucho_takumi{
		width:76px;
		height:40px;
		background:url(../img/top_tokucho_takumi.png) no-repeat;
		white-space: nowrap;text-indent: 100%;overflow: hidden;
		margin:0 0 20px 0;
	}
.top_tokucho_asobi_box{
	position:absolute;
	top:520px;
	left:60px;
}
	.top_tokucho_asobi{
		width:76px;
		height:40px;
		background:url(../img/top_tokucho_asobi.png) no-repeat;
		white-space: nowrap;text-indent: 100%;overflow: hidden;
		margin:0 0 20px 0;
	}
.top_tokucho_anshin_box .photo,
.top_tokucho_kaiteki_box .photo,
.top_tokucho_takumi_box .photo,
.top_tokucho_asobi_box .photo{
	float:left;
	width:220px;
}
.top_tokucho_anshin_box .text,
.top_tokucho_kaiteki_box .text,
.top_tokucho_takumi_box .text,
.top_tokucho_asobi_box .text{
	float:right;
	width:282px;
	font-size:14px;
}
.top_tokucho_kodawari_box_btndetail{
	position:absolute;
	bottom:36px;
	left:470px;
}
/*施工事例*/
.top_jirei_box{
	height:580px;
	background:url(../img/top_bk_jirei.jpg) no-repeat center 0;
	overflow:hidden;
}
.title_top_jirei{
	height:57px;
	background:url(../img/title_top_jirei.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:70px 0 63px;
}
.imglist{
	width:920px;
	margin:0 auto 40px;
	overflow:hidden;
}
.imglist:after{content: "";display: block;clear: both;}
.imglist ul{
	overflow:hidden;
}
.imglist ul li{
	float:left;
	width:300px;
	height:256px;
	margin:0 10px 0 0;
	background:#eee;
}
.imglist ul li:nth-child(3n){
	margin:0;
}
/*マウスオーバーでテキスト出てくる*/
.jirei_inner {
    position:relative;
    background:#ddd;
    width:300px;
    height:210px;
    overflow:hidden;
}
.jirei_inner .caption {
	position:absolute;
	left:0;
	top:0;
	display:none;
	color:#fff;
	width:300px;
	height:210px;
}
.jirei_inner .caption .link {
	width:300px;
	height:210px;
	display:inline-block;
	color:#fff;
	padding:10px;
	background:#000;
	background-color: rgba(0,0,0,0.5); 
}
.jirei_inner .caption .link:link {color:#fff;text-decoration:none;}
.jirei_inner .caption .link:visited {color:#fff;text-decoration:none;}
.jirei_inner .caption .link:hover {color:#fff;text-decoration:none;}
.jirei_inner .caption .link:active {color:#fff;text-decoration:none;}

.btmtext{
	text-align:center;
	padding:10px 0 0 0;
	font-size:12px;
}
/*当社の活動*/
.title_top_katsudo{
	height:54px;
	background:url(../img/title_top_katsudo.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:50px 0;
}
.top_katsudo_box{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
.top_katsudo_box:after{content: "";display: block;clear: both;}

.top_katsudo_box ul{
	width:980px;
}
.top_katsudo_box ul:after{content: "";display: block;clear: both;}

.top_katsudo_box ul li.le{
	float:left;
	width:466px;
}
.top_katsudo_box ul li dl.gva,
.top_katsudo_box ul li dl.nouen{
	width:466px;
}
.top_katsudo_box ul li dl.gva dt{
	height:50px;
	line-height:50px;
	margin:0 0 18px 0;
	padding:0 0 0 94px;
	font-size:20px;
	background:url(../img/icon_point.png) no-repeat;
}
.top_katsudo_box ul li dl.nouen dt{
	height:50px;
	line-height:50px;
	margin:0 0 18px 0;
	padding:0 0 0 94px;
	font-size:20px;
	line-height:1.2;
	background:url(../img/icon_share.png) no-repeat;
}
		.top_katsudo_box ul li dl.gva dt span,
		.top_katsudo_box ul li dl.nouen dt span{
			white-space: nowrap;text-indent: 100%;overflow: hidden;
		}
.top_katsudo_box ul li.ri{
	float:right;
	width:466px;
	height:360px;
}
/*新着情報*/
.title_top_newinfo{
	height:54px;
	background:url(../img/title_top_newinfo.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:50px 0;
}
.top_newinfo_box{
	width:1150px;
	margin:0 auto;
}
.top_newinfo_box:after{content: "";display: block;clear: both;}

.top_newinfo_box .information_area{
	float:left;
	width:514px;
}
.top_newinfo_box .information_area dl{
	width:514px;
	overflow:hidden;
	font-size:14px;
	margin:0 0 20px 0;
}
.top_newinfo_box .information_area dl dt{
clear:both;
float:left;
width:100px;
margin:0 0 12px;
font-weight:bold;
}
.top_newinfo_box .information_area dl dd{
margin:0 0 12px;
border-bottom:1px dotted #ccc;
padding:0 0 12px 100px;
}
.top_newinfo_box .information_area dl dd a:link{text-decoration:underline;}
.top_newinfo_box .information_area dl dd a:visited{text-decoration:underline;}
.top_newinfo_box .information_area dl dd a:hover{text-decoration:underline;}
.top_newinfo_box .information_area dl dd a:active{text-decoration:underline;}

.top_newinfo_box .fb_area{
	float:right;
	width:580px;
}
/*ご挨拶*/
.title_top_greeting{
	height:54px;
	background:url(../img/title_top_greeting.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:50px 0 20px;
}
.top_greeting_box_inner{
	width:1190px;
	height:616px;
	margin:0 auto;
	background:url(../img/top_president.png) no-repeat;
	position:relative;
}
.top_greeting_box_inner .text{
	width:440px;
	height:260px;
	position:absolute;
	top:210px;
	left:254px;
	font-size:14px;
}
.top_greeting_box_inner .text .presidentname{
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.top_greeting_box_inner .btndetail{
	position:absolute;
	bottom:56px;
	left:470px;
}
/*当社について*/
.title_top_about{
	height:54px;
	background:url(../img/title_top_about.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:50px 0 60px;
}
.top_about_box_inner{
	width:836px;
	margin:0 auto 30px;
	padding:14px 0 0 34px;
	background:url(../img/bk_aboutinfo.png) repeat;
}
.top_about_box_inner:after{content: "";display: block;clear: both;}

.top_about_box_inner dl{
	float:left;
	width:400px;
	font-size:14px;
	overflow:hidden;
}
.top_about_box_inner dl dt{
	clear:both;
	float:left;
	width:100px;
}
.top_about_box_inner dl dd{
	margin:0 0 6px;
	padding:0 0 6px 100px;
	background:url(../img/ddbar.png) no-repeat 68px 13px;
}
.textomukae{
	width:560px;
	margin:0 auto 30px;
	font-size:14px;
}
/*Access*/
.title_top_access{
	height:25px;
	background:url(../img/title_top_access.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:50px 0 60px;
}
ul.top_link_area{
	width:1200px;
	margin:0 auto;
}
ul.top_link_area:after{content: "";display: block;clear: both;}

ul.top_link_area li{
	float:left;
	width:285px;
	height:120px;
	margin:0 20px 0 0;
}
ul.top_link_area li:nth-child(4n){
	margin:0;
}
/*-----------------------------------------------
下層共通
-----------------------------------------------*/
.title_page{
	width:1200px;/*タイトル背景画像の幅は無視。グローバルメニュー幅にあわせる*/
	height:164px;/*タイトル背景画像の高さは無視。タイトル文字とパンくず調整用*/
	margin:0 auto;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
/*パンくず*/
.path{
	width:1200px;
	height:32px;
	margin:0 auto 60px;
	color:#fff;
	font-size:13px;
}
.path a:link{color:#fff; text-decoration:none;}
.path a:visited{color:#fff; text-decoration:none;}
.path a:hover{color:#fff; text-decoration:underline;}
.path a:active{color:#fff; text-decoration:none;}

/*サブメニュー*/
.submenu{
	width:1000px;
	height:104px;
	margin:0 auto 60px;
	background:url(../img/bk_submenu.png) repeat-x;
	overflow:hidden;
}
.submenu dl{
	margin:20px auto 0;
}
				.submenu dl.w420{
					width:420px;
				}
				.submenu dl.w600{
					width:600px;
				}
.submenu dl:after{content: "";display: block;clear: both;}

.submenu dl dt{
	text-align:center;
	margin:0 0 10px 0;
}
.submenu dl dt span{
	border:1px solid #780300;
	text-align:center;
	color:#780300;
	font-size:14px;
	padding:2px 40px;
}
.submenu dl dd{
	float:left;
	margin:0 50px 0 0;
	background:url(../img/icon_submenu_ya.png) no-repeat 0 9px;
	padding:0 0 0 12px;
	font-size:15px;
}
.submenu dl dd:last-child{
	margin:0;
}
.submenu dl dd a:link{color:#000; text-decoration:none;}
.submenu dl dd a:visited{color:#000; text-decoration:none;}
.submenu dl dd a:hover{color:#000; text-decoration:underline;}
.submenu dl dd a:active{color:#000; text-decoration:none;}

/*インナー*/
.inner_w1000{
	width:1000px;
	margin:0 auto 50px;
	overflow:hidden;
}
.inner_w1000:after{content: "";display: block;clear: both;}

.inner_w800{
	width:800px;
	margin:0 auto 50px;
	overflow:hidden;
}
.inner_w800:after{content: "";display: block;clear: both;}

.inner_w960{
	width:960px;
	margin:0 auto 50px;
	overflow:hidden;
}
.inner_w960:after{content: "";display: block;clear: both;}

.inner_w924{/*当社の特徴ページ*/
	width:924px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
.inner_w924:after{content: "";display: block;clear: both;}

.inner_pl20{
	padding:0 20px;
}
.inner_pl20:after{content: "";display: block;clear: both;}

/*箇条書き*/
.kajo ul li{
	list-style-type:disc!important;
	margin:0 0 6px 18px;
}
/*チェックボックス大きい*/
input[type="checkbox"]{
	transform: scale(1.5);
	margin:0 10px 0 0;
}
/*小見出し*/
.title01{/*赤下線*/
	color:#780300;
	font-size:18px;
	padding:0 0 4px 0;
	font-weight:bold;
	border-bottom:1px solid #780300;
}
.title02{/*グレーのバー*/
	height:38px;
	line-height:38px;
	font-size:18px;
	color:#780300;
	background:#e6e6e6;
	text-indent:14px;
}
.title03{/*赤左ボーダー*/
	height:25px;
	line-height:25px;
	color:#780300;
	font-size:18px;
	border-left:4px solid #780300;
	text-indent:8px;
}
.title04{/*赤バー*/
	height:38px;
	line-height:38px;
	font-size:18px;
	color:#780300;
	background:#780300;
	text-indent:14px;
	color:#fff;
}
.title05/*えんじ太文字*/{
	height:25px;
	line-height:25px;
	color:#780300;
	font-size:18px;
}
/*-----------------------------------------------
会社概要
-----------------------------------------------*/
.pageheader_company{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_company.jpg) no-repeat center 0;
}
.title_company{
	background:url(../img/title_company.png) no-repeat center 70px;
}
/*ご挨拶*/
.title_goaisatsu{
	height:48px;
	background:url(../img/title_goaisatsu.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 48px;
}
.company_bk_goaisatsu{
	height:500px;
	background:url(../img/company_bk_goaisatsu.png) no-repeat center 0;
}
.company_bk_goaisatsu .inner{
	width:1200px;
	height:500px;
	margin:0 auto;
	position:relative;
}
.company_bk_goaisatsu .inner .text{
	width:520px;
	height:320px;
	position:absolute;
	top:50px;
	left:54px;
}
.company_bk_goaisatsu .inner .text .midashi{
	margin:0 0 30px 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.company_bk_goaisatsu .inner .text .presidentname{
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
/*会社概要*/
.title_gaiyo{
	height:48px;
	background:url(../img/title_gaiyo.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 48px;
}
.table_gaiyo{
	width:1000px;
	margin:0 auto;
}
.table_gaiyo th{
	width:190px;
	padding:20px 0 20px 10px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #DADADA;
	vertical-align:top;
}
.table_gaiyo td{
	padding:20px 0 20px 0;
	border-bottom:1px solid #DADADA;
	vertical-align:top;
}
/*青焼き*/
.company_img_aoyaki{
	height:240px;
	background:url(../img/company_img_aoyaki.jpg) no-repeat center 0;
}
.company_img_aoyaki p{
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
/*沿革*/
.title_enkaku{
	height:48px;
	background:url(../img/title_enkaku.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 48px;
}
.table_enkaku{
	float:left;
	width:710px;
	margin:0 auto;
}
.table_enkaku tr{
	background-color: #F7F7F7;
}
.table_enkaku tr:nth-child(odd) { /* 奇数番目の指定*/
	background-color: #fff;
}
.table_enkaku th{
	width:180px;
	padding:14px 0 14px 10px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	color:#777;
}
.table_enkaku td{
	padding:14px 0 14px 0;
	vertical-align:top;
}
.enkaku_photo{
	float:right;
	width:240px;
	font-size:14px;
}
.enkaku_photo li{
	margin:0 0 20px 0;
}
/*-----------------------------------------------
お問合せ
-----------------------------------------------*/
.pageheader_contact{/*sectionに設定。タイトル背景画像1400x196*/
	background:url(../img/pageheader_contact.jpg) no-repeat center 0;
}
.title_contact{
	background:url(../img/title_contact.png) no-repeat center 70px;
}
.img_oisogi{
	width:840px;
	height:336px;
	margin:0 auto 20px;
	background:url(../img/img_oisogi.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
/*お客様情報*/
.title_okyakusamajoho{
	height:48px;
	background:url(../img/title_okyakusamajoho.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 48px;
}
.title_otoiawasenaiyo{
	background:url(../img/title_otoiawasenaiyo.png) no-repeat center 0;
}
.contact_02 {
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
}
.contact_02 th {
	font-weight: normal;
	color:#666666;
	width:20%;
	background:#eee;
	text-align: left;
	line-height: 1.5;
	padding: 16px 10px;
	vertical-align: middle;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.contact_02 td {
	padding: 16px 0 14px 16px;
	vertical-align: middle;
	background-color: #fff;
	line-height: 1.75em;
	text-align:left;
	border-bottom:1px solid #ccc;
}
.contact_02 td.highctrl {
	line-height:2.3;
}
.contact_02 td.sp {
	padding: 2px 0 2px 10px;
}
.rai_01 {
	border-left:5px solid #BB0803;
	border-bottom:1px dotted #ccc;
	margin:10px 0 5px 0;
	padding:0 0 20px 0;
	text-indent:10px;
}
.rai_01_last {
	border-left:5px solid #BB0803;
	border-bottom:none;
	margin:10px 0 5px 0;
	padding:0;
	text-indent:10px;
}
p.hyo_shosai {
	padding:0 0 0 20px;
}
.hissu {
	color:#CC0000;
}
.error {
	color:#CC0000;
	display:block;
}
.req_01 {
	border-left:5px solid #0981C1;
	border-bottom:1px dotted #ccc;
	margin:10px 0 5px 0;
	padding:0;
	text-indent:10px;
	font-size:10px;
}
input[type="text"]{
	padding: 10px 8px 8px;
}
/*お問い合わせ内容*/
.title_otoiawasenaiyo{
	height:48px;
	background:url(../img/title_okyakusamajoho.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 48px;
}
/*-----------------------------------------------
スタッフ紹介
-----------------------------------------------*/
.pageheader_staff{/*sectionに設定。タイトル背景画像1400x196*/
	background:url(../img/pageheader_staff.jpg) no-repeat center 0;
}
.title_staff{
	background:url(../img/title_staff.png) no-repeat center 70px;
}
.staffbox{
	width:1000px;
	margin:0 auto 80px;
}
.staffbox:after{content: "";display: block;clear: both;}

.staffbox .photo{
	float:left;
	width:360px;
	margin:12px 0 0 0;
}
.staffbox .detail{
	float:right;
	width:600px;
}
.staffbox .detail .titlename{
	font-size:26px;
	margin:0 0 16px 0;
}
.staffbox .detail dl dt{
	color:#780300;
	padding:0 0 6px 0;
	margin:0 0 8px 0;
	font-weight:bold;
	border-bottom:1px solid #780300;
}
		.staffbox .detail dl dt span{
			background:#FFEEF3;
			padding:2px 8px;
		}
.staffbox .detail dl dd{
	margin:0 0 20px 10px;
}
/*-----------------------------------------------
スタッフブログ(コンテンツ部分はblog.css)
-----------------------------------------------*/
.pageheader_staffblog{/*sectionに設定。タイトル背景画像1400x196*/
	background:url(../img/pageheader_staffblog.jpg) no-repeat center 0;
}
.title_staffblog{
	background:url(../img/title_staffblog.png) no-repeat center 70px;
}
/*-----------------------------------------------
お客様の声(コンテンツ部分はblog.css)
-----------------------------------------------*/
.pageheader_voice{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_voice.jpg) no-repeat center 0;
}
.title_voice{
	background:url(../img/title_voice.png) no-repeat center 70px;
}
/*-----------------------------------------------
個人情報の取り扱い
-----------------------------------------------*/
.pageheader_privacy{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_privacy.jpg) no-repeat center 0;
}
.title_privacy{
	background:url(../img/title_privacy.png) no-repeat center 70px;
}
dl.dl_privacy{
	width:1000px;
}
dl.dl_privacy dt{
	color:#780300;
	font-size:18px;
	margin:0 0 10px 0;
	padding:0 0 4px 0;
	font-weight:bold;
	border-bottom:1px solid #780300;
}
dl.dl_privacy dd{
	margin:0 0 40px 18px;
}
/*-----------------------------------------------
リフォーム
-----------------------------------------------*/
.pageheader_reform{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_reform.jpg) no-repeat center 0;
}
.title_reform{
	background:url(../img/title_reform.png) no-repeat center 70px;
}
/*---------------------------------------------------------------施工事例のフォトギャラリー*/
.photobox_jirei{
	width:1000px;
	margin:0 0 30px 0;
}
.photobox_jirei:after{content: "";display: block;clear: both;}

.photobox_jirei .le{/*写真エリア*/
	float:left;
	width:560px;
	height:400px;
	background:#FFEEF3;
	display:table;
	table-layout:fixed;
	padding:0 0 10px 0;
}
.photobox_jirei .le .photo_space{
	display: table-cell;/*上下中央*/
	width: 500px;
	height: 380px;
	text-align: center; /*左右中央*/
	vertical-align: middle; /*上下中央*/
}
.photobox_jirei .le .photo_space img{
	width:auto;
	height:auto;
	max-width:500px;
	max-height:380px;
}
.photobox_jirei .le .text{/*写真下のキャプション*/
	width:460px;
	font-size:12px;
	text-align:center;
	margin:6px auto 0;
}
.photobox_jirei ul.thumb{/*サムネイルエリア*/
	float:right;
	width:380px;
}
.photobox_jirei ul.thumb li{
	float:left;
	width:110px;
	margin:0 14px 14px 0;
}
.photobox_jirei ul.thumb li:nth-child(3n){
	margin:0 0 14px 0;
}
table.table_outline_jirei{
	width: 1000px;
	margin:0 auto;
	border-top:1px solid #cccccc;
	border-collapse:collapse;
}
table.table_outline_jirei th {
	width: 157px!important;
	padding:0 10px;
	text-align:left;
	font-weight:normal;
	line-height:39px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	box-sizing:border-box;
	background:#f3f3f3;
}
table.table_outline_jirei td {
	padding:0 15px;
	text-align:left;
	line-height:39px;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
table.table_outline_jirei td:nth-child(2) {
	width:267px;
}
table.table_outline_jirei td:nth-child(3) {
	border-left:1px solid #ccc;
		background:#f3f3f3;
}
table.table_outline_jirei td:nth-child(4) {
	border-left:1px solid #ccc;
}
table.table_outline_jirei td.bk_gray{
	width: 157px!important;
	background:#F5F5F5;
}
	a.btn01 {/*詳しくはこちらボタン*/
		display: block;
		width: 250px;
		height: 36px;
		line-height: 36px;
		margin: 0 auto;
		position: relative;
		text-align:center;
		font-size: 14px;
		text-decoration:none;
		border:1px solid #780300;
		color: #780300;
	}
	a.btn01:hover {
		opacity:0.6;
	}
	a.btn01:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 20px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #780300;
	}
	a.btn01:after {/*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 18px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #F4F2E4;
	}
.reform_font{
	font-size:14px;
	line-height:2.2;
}
.reform_cha_bk{
	margin:-61px 0 60px 0;
	padding:84px 0 60px 0;
	background:#F4F2E4;
}
.cen_lhbig{
	text-align:center;
	line-height:2.4;
	margin:0 0 1em 0;
}
/*左にテキスト*/
.reform_text_le{
	width:1000px;
	margin:0 auto 50px;
}
.reform_text_le:after{content: "";display: block;clear: both;}

.reform_text_le .text{
	float:left;
	width:560px;
	font-size:14px;
	line-height:2.2;
}
.reform_text_le .photo{
	float:right;
	width:386px;
}
/*右にテキスト*/
.reform_text_ri{
	width:1000px;
	margin:0 auto 50px;
}
.reform_text_ri:after{content: "";display: block;clear: both;}

.reform_text_ri .text{
	float:right;
	width:618px;
	font-size:14px;
	line-height:2.2;
}
.reform_text_ri .photo{
	float:left;
	width:330px;
}
/*各メーカー*/
.inner_w1000_kakumaker{
	width:1000px;
	margin:0 auto 80px;
	overflow:hidden;
}
.inner_w1000_kakumaker:after{content: "";display: block;clear: both;}

ul.kakumaker{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 958px;
	margin:0 auto 50px;
}
ul.kakumaker li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 1em;
	width: 180px;
	word-break: break-all;

	height:64px;
	line-height:64px;
	text-align:center;
	border:1px solid #C8C8C8;
	font-size:14px;
	font-weight:bold;
}

.bk_contact03{
	width:960px;
	height:98px;
	background:url(../img/bk_contact03.png) no-repeat;
	position:relative;
	margin:0 auto;
}
		.bk_contact03 p{
			white-space: nowrap;text-indent: 100%;overflow: hidden;
		}
		.bk_contact03 img{
			position:absolute;
			top:20px;
			right:20px;
		}
.title_reformmenu{
	height:30px;
	background:url(../img/title_reformmenu.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 48px;
}
ul.reformmenubox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin:0 auto;
}
ul.reformmenubox li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	width:480px;
	height:256px;
	word-break: break-all;
	border-top:2px solid #780300;
	border-right:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	border-left:1px solid #C3C3C3;
	padding:6px 0 0 0;
	font-size:14px;
}
.reform_toushaha{
	width:1000px;
	height:218px;
	background:url(../img/reform_nintei.png) no-repeat;
	font-size:14px;
	line-height:2.2;
	position:relative;
}
.reform_toushaha p{
	position:absolute;
	top:80px;
	left:174px;
}
	a.btn02 {/*詳しくはこちらボタン2つめ*/
		display: block;
		width: 250px;
		height: 36px;
		line-height: 36px;
		position: relative;
		text-align:center;
		font-size: 14px;
		text-decoration:none;
		border:1px solid #780300;
		color: #780300;
		top:154px;
		left:174px;
	}
	a.btn02:hover {
		opacity:0.6;
	}
	a.btn02:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 20px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #780300;
	}
	a.btn02:after {/*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 18px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #fff;
	}
/*リフォーム事例*/
.reform_cha_bk_jirei{
	margin:0 0 60px 0;
	background:#F4F2E4;
	padding:0 0 30px 0;
}
.reform_cha_bk_jirei_inner{
	width:1000px;
	margin:0 auto;
	background:url(../img/reform_title_tate_jirei.png) no-repeat 44px 38px;
}
.title_reformjirei{
	height:38px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
/*フォトギャラリー*/
.inner_reformjirei{
	width:828px;
	margin:0 0 60px 132px;
	overflow:hidden;
}
.inner_w828:after{content: "";display: block;clear: both;}

.photobox{
	width:828px;
	height:460px;
	margin:0 0 1em 0;
}
.photobox:after{content: "";display: block;clear: both;}

.photobox .le{/*写真エリア*/
	float:left;
	width:412px;
}
.photobox .le .photo_space{
	width: 412px;
	height: 412px;
	background:#fff;
	position:relative;
}
.photobox .le .photo_space img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 400px;
	max-height: 380px;
}
.photobox .le .text{/*写真下のキャプション*/
	width:400px;
	font-size:12px;
	margin:6px auto 0;
}
.photobox ul.thumb{/*サムネイルエリア*/
	float:right;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 380px;
}
.photobox ul.thumb li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 11px;
	width: 122px;
	word-break: break-all;
}
.bk_shikaku{/*方眼紙の背景*/
	width:928px;
	margin:0 auto;
	padding:34px;
	border:1px solid #B9B492;
	box-sizing: border-box;
	background:url(../img/reform_bk_block.png) repeat;
	font-size:14px;
}
table.table_outline{
	width:762px;
	border:1px solid #C5C5C5;
}
table.table_outline th {
	width: 90px!important;
	padding:0 10px;
	text-align:left;
	font-weight:normal;
	line-height:39px;
	border-bottom:1px solid #C5C5C5;
	border-right:1px solid #C5C5C5;
	box-sizing:border-box;
	background:#E9E9E9;
}
table.table_outline td {
	padding:0 15px;
	text-align:left;
	line-height:39px;
	background:#fff;
	border-bottom:1px solid #C5C5C5;
	border-right:1px solid #C5C5C5;
	box-sizing:border-box;
}
table.table_outline td:nth-child(2) {
	width:290px;
}
table.table_outline td:nth-child(3) {
	border-left:1px solid #ccc;
		background:#f3f3f3;
}
table.table_outline td:nth-child(4) {
	width:290px;
	border-left:1px solid #ccc;
}
table.table_outline td.bk_gray{
	width: 90px!important;
	background:#F5F5F5;
}
/*-----------------------------------------------
施工事例
-----------------------------------------------*/
.pageheader_jirei{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_jirei.jpg) no-repeat center 0;
}
.title_jirei{
	background:url(../img/title_jirei.png) no-repeat center 70px;
}
/*ページ送りblog.cssにも書いてる*/
.pagenavearea{
	padding:3px 0 8px 0;
	text-align:center;
	overflow:hidden;
}
.wp-pagenavi {
	text-align:center;
	margin:10px auto;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#1b71b8 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #CCCCCC !important;
		padding:3px 9px 3px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#FFF !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd))!important;
	background-image: -webkit-linear-gradient(top, #ccc, #ddd) !important;
	background-image:    -moz-linear-gradient(top, #ccc, #ddd) !important;
	background-image:     -ms-linear-gradient(top, #ccc, #ddd) !important;
	background-image:      -o-linear-gradient(top, #ccc, #ddd) !important;
	background-image:         linear-gradient(top, #ccc, #ddd) !important;
}
 .wp-pagenavi span.current{
		padding:3px 9px 3px 9px !important;
		border:solid 1px #CCCCCC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#aaa))!important;
	background-image: -webkit-linear-gradient(top, #999, #aaa) !important;
	background-image:    -moz-linear-gradient(top, #999, #aaa) !important;
	background-image:     -ms-linear-gradient(top, #999, #aaa) !important;
	background-image:      -o-linear-gradient(top, #999, #aaa) !important;
	background-image:         linear-gradient(top, #999, #aaa) !important;
}
/*-----------------------------------------------
当社の特長
-----------------------------------------------*/
.pageheader_tokucho{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_tokucho.jpg) no-repeat center 0;
}
.title_tokucho{
	background:url(../img/title_tokucho.png) no-repeat center 70px;
}
.tokucho_main{
	width:100%;
	height:719px;
	margin:-60px 0 120px 0;
	background:url(../img/tokucho_main_bk.jpg) no-repeat center 0;
	overflow:hidden;
}
.tokucho_main .title{
	margin:160px 0 80px 0;
	background:url(../img/tokucho_main_title.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.tokucho_main .text{
	height:316px;
	background:url(../img/tokucho_main_text.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
/*安心*/
.tokucho_anshin{
	width:1000px;
	height:730px;/*調整*/
	margin:0 auto 100px;
	position:relative;
}
.tokucho_anshin .title{
	display:block;
	width:100px;
	height:232px;
	background:url(../img/tokucho_anshin_title.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	position:absolute;
	top:0;
	left:110px;
}
.tokucho_anshin .text{
	width:300px;
	height:330px;
	font-size:14px;
	position:absolute;
	top:270px;
	left:0;
}
.tokucho_anshin .tokucho_anshin_01{
	position:absolute;
	top:0;
	right:0;
}
.tokucho_anshin .tokucho_anshin_02{
	position:absolute;
	top:450px;
	left:350px;
}
.tokucho_anshin .tokucho_anshin_03{
	position:absolute;
	top:450px;
	right:0;
}
/*快適*/
.tokucho_kaiteki{
	width:1000px;
	height:1340px;/*調整*/
	margin:0 auto 100px;
	position:relative;
}
.tokucho_kaiteki .title{
	display:block;
	width:100px;
	height:240px;
	background:url(../img/tokucho_kaiteki_title.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	position:absolute;
	top:0;
	left:810px;
}
.tokucho_kaiteki .text01{
	width:300px;
	height:330px;
	font-size:14px;
	position:absolute;
	top:270px;
	right:0;
}
.tokucho_kaiteki .text02{
	width:600px;
	height:50px;
	font-size:14px;
	position:absolute;
	top:920px;
	left:240px;
	text-align:center;
}
.tokucho_kaiteki .tokucho_kaiteki_01{
	position:absolute;
	top:0;
	left:0;
}
.tokucho_kaiteki .tokucho_kaiteki_02{
	position:absolute;
	top:450px;
	left:0;
}
.tokucho_kaiteki .tokucho_kaiteki_03{
	position:absolute;
	bottom:0;
	left:0;
}
.tokucho_kaiteki .tokucho_kaiteki_04{
	position:absolute;
	bottom:0;
	right:0;
}
/*匠*/
.tokucho_takumi{
	width:1000px;
	height:680px;/*調整*/
	margin:0 auto 100px;
	position:relative;
}
.tokucho_takumi .title{
	display:block;
	width:100px;
	height:240px;
	background:url(../img/tokucho_takumi_title.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	position:absolute;
	top:0;
	left:80px;
}
.tokucho_takumi .text01{
	width:300px;
	height:330px;
	font-size:14px;
	position:absolute;
	top:190px;
	left:0;
}
.tokucho_takumi .text02{
	width:510px;
	height:100px;
	font-size:14px;
	position:absolute;
	top:520px;
	right:0;
}
.tokucho_takumi .tokucho_takumi_01{
	position:absolute;
	top:0;
	right:0;
}
.tokucho_takumi .tokucho_takumi_02{
	position:absolute;
	top:370px;
	left:0;
}
/*遊*/
.tokucho_asobi{
	width:1000px;
	height:1020px;/*調整*/
	margin:0 auto 100px;
	position:relative;
}
.tokucho_asobi .title{
	display:block;
	width:100px;
	height:140px;
	background:url(../img/tokucho_asobi_title.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	position:absolute;
	top:0;
	right:80px;
}
.tokucho_asobi .text01{
	width:300px;
	height:330px;
	font-size:14px;
	position:absolute;
	top:170px;
	right:0;
}
.tokucho_asobi .tokucho_asobi_01{
	position:absolute;
	top:0;
	left:0;
}
.tokucho_asobi .tokucho_asobi_02{
	position:absolute;
	top:450px;
	left:0;
}
.tokucho_giva{
	width:1000px;
	box-sizing: border-box;
	border:1px solid #D6D6D6;
	font-size:14px;
	padding:0 0 30px 0;
	margin:0 auto 60px;
	background:url(../img/bk_inyo.png) no-repeat bottom right;
}
.tokucho_giva .title{
	margin:40px 0 30px 0;
	background:url(../img/tokucho_giva_title.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.tokucho_giva_inner{
	width:780px;
	margin:0 auto;
}
.bk_gray{
	width:100%;
	background:#F5F5F5;
	padding:74px 0 0 0;
	margin:0 0 50px 0;
	overflow:hidden;
}
.inner_w1000_tokuchowaku{
	width:1000px;
	margin:0 auto 50px;
	box-sizing: border-box;
	overflow:hidden;
	border:3px solid #DEDEDE;
	background:#fff;
	padding:40px 36px 0;
	font-size:14px;
}
.inner_w1000_tokuchowaku:after{content: "";display: block;clear: both;}

.tokucho_title_youchishutoku{
	height:37px;
	background:url(../img/tokucho_title_youchishutoku.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.tokucho_title_kouteki{
	height:37px;
	background:url(../img/tokucho_title_kouteki.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.tokucho_title_mangaichi{
	height:37px;
	background:url(../img/tokucho_title_mangaichi.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.tokucho_title_saranaru{
	height:37px;
	background:url(../img/tokucho_title_saranaru.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.tokucho_title_tatemonono{
	height:37px;
	background:url(../img/tokucho_title_tatemonono.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.tokucho_title_sumainokaiteki{
	height:76px;
	background:url(../img/tokucho_title_sumainokaiteki.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.tokucho_title_mochiron{
	height:37px;
	background:url(../img/tokucho_title_mochiron.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.btmten{
	padding:0 0 40px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #ccc;
}
.left_w530{
	float:left;
	width:530px;
}
	a.btn_betsu {/*別ウィンドウアイコン付*/
		width: 250px;
		height: 36px;
		line-height: 36px;
		text-align:center;
		font-size: 12px;
		text-decoration:none;
		border:1px solid #780300;
		color: #780300;
		padding:4px 22px 4px 12px;
		margin:0 10px 0 0;
		background:url(../img/icon_betsu.png) no-repeat 94% 6px;
	}
	a.btn_betsu span{
		margin:0 14px 0 0;
	}
	a.btn_betsu:hover {
		opacity:0.6;
	}
.w900_gray{
	width:900px;
	background:#F4F4F4;
	padding:0 0 14px 0;
	margin:0 auto 40px;
}
.tokucho_title_beta{
	padding:14px 0;
	background:url(../img/tokucho_title_beta.png) no-repeat center 18px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.w900_gray_inner{
	width:870px;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
}
.w900_gray_inner .box{/*下線あり*/
	width:810px;
	margin:30px auto;
	padding:0 0 20px 0;
	border-bottom:1px dotted #ccc;
}
.w900_gray_inner .box:after{content: "";display: block;clear: both;}

.w900_gray_inner .box_non{/*下線なし*/
	width:810px;
	margin:30px auto;
	padding:0 0 20px 0;
}
.w900_gray_inner .box_non:after{content: "";display: block;clear: both;}

.w900_gray_inner .box .floatw500{
	float:left;
	width:500px;
}
.w900_gray_inner .box .floatw410{
	float:left;
	width:410px;
}
.tokucho_gosho_waku{
	width:900px;
	padding:30px 0;
	margin:0 auto 10px;
	border:1px solid #000;
}
.title_deepred{
	color:#8A2522;
	font-size:16px;
	text-align:center;
	margin:0 0 40px 0;
}
.tokucho_gosho_waku .inner{
	width:830px;
	margin:0 auto;
}
.tokucho_gosho_waku .inner:after{content: "";display: block;clear: both;}

.tokucho_gosho_waku .text{
	float:right;
	width:506px;
}

/*-----------------------------------------------
売りたい・貸したい
-----------------------------------------------*/
.pageheader_uritaikashitai{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_uritaikashitai.jpg) no-repeat center 0;
}
.title_uritaikashitai{
	background:url(../img/title_uritaikashitai.png) no-repeat center 70px;
}
.title_uritai{
	height:48px;
	background:url(../img/title_uritai.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 60px;
}
.title_kashitai{
	height:48px;
	background:url(../img/title_kashitai.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 40px;
}
.bk_contact02{
	width:524px;
	height:170px;
	background:url(../img/bk_contact02.png) no-repeat;
	position:relative;
}
		.bk_contact02 p{
			white-space: nowrap;text-indent: 100%;overflow: hidden;
		}
		.bk_contact02 img{
			position:absolute;
			top:15px;
			right:20px;
		}
.uritai_photo_text01{
	width:1000px;
}
.uritai_photo_text01:after{content: "";display: block;clear: both;}

.uritai_photo_text01 .text{
	float:left;
	width:524px;
}
.uritai_photo_text01 .photo{
	float:right;
	width:400px;
}
.title_uritai_title01{
	height:50px;
	background:url(../img/uritai_title01.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 40px;
}
.title_uritai_title02{
	height:50px;
	background:url(../img/uritai_title02.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 40px;
}
.title_uritai_title03{
	height:50px;
	background:url(../img/uritai_title03.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 40px;
}
.title_uritai_title_taskflow{
	height:50px;
	background:url(../img/uritai_title_taskflow.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 40px;
}
.title_uritai_title_omonakanri{
	height:50px;
	background:url(../img/uritai_title_omonakanri.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 40px;
}
.uritai_photo_text02{
	width:960px;
	margin:0 0 34px 0;
}
.uritai_photo_text02:after{content: "";display: block;clear: both;}

.uritai_photo_text02 .text{
	float:left;
	width:590px;
}
.uritai_photo_text02 .photo{
	float:right;
	width:320px;
}
.title_omonakanri{
	height:36px;
	background:url(../img/uritai_title_nyukyosha.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_chintaishakukeiyaku{
	height:36px;
	background:url(../img/uritai_title_chintaishakukeiyaku.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_nyukyogo{
	height:36px;
	background:url(../img/uritai_title_nyukyogo.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_chiryoshukin{
	height:36px;
	background:url(../img/uritai_title_chiryoshukin.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_koshinkeiyaku{
	height:36px;
	background:url(../img/uritai_title_koshinkeiyaku.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_taikyo{
	height:36px;
	background:url(../img/uritai_title_taikyo.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_genjokaihuku{
	height:36px;
	background:url(../img/uritai_title_genjokaihuku.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_uritaietc{
	height:36px;
	background:url(../img/uritai_title_etc.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_futsushakuyakeiyakuto{
	height:31px;
	background:url(../img/title_futsushakuyakeiyakuto.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 2em;
}
.title_uritai_futsu01{
	height:48px;
	background:url(../img/uritai_futsu01.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.title_uritai_futsu02{
	height:48px;
	background:url(../img/uritai_futsu02.png) no-repeat center 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	margin:0 0 1em;
}
.bk_shikaku02{/*方眼紙の背景*/
	width:960px;
	margin:0 auto 50px;
	padding:48px 34px 0;
	border:1px solid #B9B492;
	box-sizing: border-box;
	background:url(../img/reform_bk_block.png) repeat;
	font-size:14px;
}
/*-----------------------------------------------
販売中物件
-----------------------------------------------*/
.pageheader_nowonsale{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_nowonsale.jpg) no-repeat center 0;
}
.title_nowonsale{
	background:url(../img/title_nowonsale.png) no-repeat center 70px;
}
/*-----------------------------------------------
販売中物件詳細
-----------------------------------------------*/
.title_page_nowonsale_detail{/*カラフルボーダーがあるため同じ記述だけどとりいそぎイレギュラー*/
	width:1200px;/*タイトル背景画像の幅は無視。グローバルメニュー幅にあわせる*/
	height:164px;/*タイトル背景画像の高さは無視。タイトル文字とパンくず調整用*/
	margin:0 auto;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.pageheader_nowonsale_detail{/*sectionに設定。タイトル背景画像*/
	background:url(../img/pageheader_nowonsale_detail.jpg) no-repeat center 0;
}
.title_nowonsale{
	background:url(../img/title_nowonsale.png) no-repeat center 70px;
}
