@charset "UTF-8";
/**************** CSS Document ************************/

/**************** clearfix ****************************/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/**************** 全体 ********************************/
@font-face {
font-family: 'Font-mincho';
src: url(../font/mincho.woff) format('woff'), url(../font/mincho.eot) format('eot');
}
@font-face {
font-family: 'Font-hiragino';
src: url(../font/hiragino.woff) format('woff');
}
body,h1,h2,h3,ul,li,p,dl,dt,dd{
	margin: 0;
	padding: 0;
}
body{
	background-color: #fbf9f9;
	color: #1f1f1f;
}
header,.gnavi,#main_contents,footer{
	margin: 0 auto;
}
header{
	width: 960px;
}
.mb50{
	margin: 0 0 50px 0;
}
/**************** グローバルナビ ************************/
.gnavi{
	width: 960px;
	margin: 15px auto;
	padding: 0;
}
.gnavi ul{
	width: 761px;
	height: 40px;
	margin: auto;
}
.gnavi ul li{
	float: left;
	width:151px;
	height: 40px;
	list-style-type: none;
	border-right: 1px solid #1f1f1f;
}

.gnavi ul li a{
	display: block;
	height: 100%;
	text-decoration: none;
}
.gnavi ul li a:hover{
	background-color: #DAC1C1;
}
.gnavi ul li a span{
	display: block;
	text-align: center;
}
.nav1{
	height: 20px;
	margin: 0 0 5px 0;
	font-family: Font-hiragino;
	font-size: 12pt;
	color: #1F1F1F;
}
.nav2{
	height: 15px;
	font-size: 8pt;
	color: #CC3300;
}
#nav_home{
	border-left: 1px solid #1f1f1f;
}
/**************** 施工事例バナー ************************/
.link_works{
	width: 620px;
}
.link_works a{
	display: block;
	width: 580px;
	height: 120px;
	margin: 0 auto;
}
/**************** トップロゴ＆タイトル *****************************/
#home_title_bg{
	width: 960px;
	height: 350px;
	margin:0 auto;
	padding: 300px 0 0 0;
	background-image: url(../img/img_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#home_title_name{
	color: #ffffff;
	text-shadow:2px 2px 8px #1c1c1c;
}
#home_title_name #h1_rogo{
	font-family: "Font-mincho";
	font-size: 23pt;
}
#home_title_name #h1_sub{
	font-family: Font-hiragino;
	font-size: 17pt;
}
#home_title_name p{
	font-family: Font-hiragino;
	font-size: 23pt;
}
/**************** 下層ロゴ *****************************/
#header-inner{
	width: 960px;
	height: 100px;
	text-align: center;
}
#header-inner h1{
	height: 40px;
	margin: 40px auto auto auto;
}
/**************** 下層タイトル **************************/
#title_bg{
	width: 960px;
	height: 125px;
	margin:0 auto;
	padding: 75px 0 0 0;
	background-image: url(../img/bg_title.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#title_name{
	color: #ffffff;
}
#title_name h2{
	font-family: Font-hiragino;
	font-size: 18pt;
}
#title_name p{
	font-size: 10pt;
}
/**************** メッセージ ***************************/
.message{
	width: 960px;
	background-color: #e3dbcc;
	margin: 0 auto;
	padding: 50px 0;
}
.message_tile{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 40px 0;
	font-family: "Font-mincho";
}
.message_text{
	font-size: 15px;
	text-align: center;
	line-height: 2em;
	padding: 0 0 30px 0;
}
#message_text_last{
	text-align: center;
	line-height: 2em;
	padding: 0;
}
/**************** パンくず *****************************/
.breadcrumb{
	margin: 10px auto;
	font-size: 12px;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #1f1f1f;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
/**************** 見出し ******************************/
h3{
	font-family: Font-hiragino;
}
/**************** お知らせ *****************************/
.news dl{
	width: 620px;
}
.news dl dt{
	float: left;
	width: 120px;
}
.news dl dd{
	float: left;
	width: 500px;
}
/**************** サイド *******************************/
.side{
	float: left;
	width: 234px;
	margin: 47px 0 0 0;
}
/**************** フッター *****************************/
footer{
	width: 960px;
	background-color: #968b73;
	color: #fff;
	font-size: 11pt;
}
.footer_top{
	background-color: #cfc3a7;
	background-image: url(../img/img_footertop.gif);
	background-repeat: no-repeat;
	background-position: 40px bottom;
	height: 60px;
}
.footer_top a{
	display: block;
	float: right;
	margin: -2px 40px 0 0;
	
}
.footer_bottom{
	width: 880px;
	height: 200px;
	margin: 20px 40px;
}
.footer_bottom #fnavi{
	width: 550px;
	float: left;
}
.footer_bottom #fnavi ul li{
	list-style-type: none;
	padding: 3px 0;
}
.footer_bottom #fnavi ul li a{
	text-decoration: none;
	color: #ffffff;
}
.footer_bottom #fnavi ul li a:hover{
	text-decoration: underline #ffffff;
}
.footer_bottom #outline{
	width: 330px;
	float: left;
}
.footer_bottom #outline p{
	margin: 0 0 1em 0;
}
#outline_title{
	font-weight: bold;
}
#copyright{
	width: 960px;
	background-color: #2C2C2C;
	text-align: center;
	padding: 5px 0;
	font-size: 8pt;
}

.breadcrumb {
  padding-left:0;
  margin-left:0;
}
/*****************************************************/
/**************** index.html *************************/
#main_contents{
	width: 960px;
}
#home_topic{
	background-color: #e3dbcc;
	width: 960px;
	padding: 15px 0;
	margin: auto auto 20px auto;
}
#home_topic h2{
	text-align: center;
	font-family: "Font-mincho";
}
#home_topic p{
	padding: 20px 0 20px 100px;
	line-height: 1.8;
}
.subnavi{
	width: 960px;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Font-hiragino;
}
.subnavi ul{
	width: 760px;
	height: 120px;
	margin: auto;
}
.subnavi ul li{
	float: left;
	width: 360px;
	height: 120px;
	list-style-type: none;
}
.subnavi ul li a{
	display: block;
	height: 100%;
	text-decoration: none;
}
.subnavi ul li a span{
	display: block;
	width: 188px;
	padding: 5px 10px;
}
.subnav1{
	font-size: 15pt;
	color: #CC3300;
}
.subnav2{
	font-size: 10pt;
	color: #1F1F1F;
}
#subnav_housing{
	background-image: url(../img/btn_shinchiku.gif);
	margin: 0 40px 0 0 ;
	
}
#subnav_reform{
	background-image: url(../img/btn_reform.gif);
}
.plr-20{
	width: 880px;
	margin: 0 40px;
}
.main{
	float: left;
	width: 620px;
	margin: 0 26px 0 0;
}

.main h3{
	position: relative;
	line-height: 30px;
	padding: 3px 3px 3px 40px;
	margin: 0 0 20px 0;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
}
.main h3::before{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 1px dotted #1f1f1f;
	border-bottom: 2px solid #1f1f1f;
}
/*****************************************************/
/**************** concept.html ***********************/
.concept{
	width: 620px;
}
.concept_text{
	width: 406px;
	float: left;
	padding: 0 22px 0 0;
}
.concept_img{
	width: 192px;
	float: left;
}
#concept_table{
	width: 620px;
	border: 0;
	table-layout: fixed;
}
#concept_table tbody tr th{
	background-color: #cfc3a7;
	padding: 5px;
}
#th_yoko01{
	width: 80px;
}
#th_yoko02{
	width: 80px;
}
#th_yoko03{
	width: 200px;
}
#th_yoko04{
	width: 200px;
}
#concept_table tbody tr td{
	background-color: #f2eee9;
	padding: 7px;
}
#concept_hosoku{
	text-align: right;
}
.table_tate{
	writing-mode: tb-rl; /* IE用 */
	writing-mode: vertical-rl; /* Chrome、Firefox用 */
	margin: 0 auto;
	white-space: nowrap;
	width: 1em; /* firefox対策 */
	line-height: 1em; /* firefox対策 */
	text-orientation: upright;
}
.table_center{
	text-align: center;
}


/*****************************************************/
/**************** housing.html ***********************/
#flow_img{
	width: 585px;
	margin: 0 auto;
}
.step{
	width: 585px;
	margin: 30px auto;
}
.step_title{
	font-size: 14pt;
}
.step_text{
	width: 400px;
	float: left;
	margin: 20px 0 10px 28px;
}

.step_img{
	display: block;
	float: left;
	width: 154px;
	margin: 20px 0 0 0;
}
/*****************************************************/
/**************** reform.html ************************/
.plan{
	width: 100%;
	margin: 0 0 70px 0;
}
.plan_title{
	font-size: 14pt;
	float: left;
	margin: 20px 0 10px 0;
}
.plan_text{
	width: 400px;
	float: left;
	margin: 0 28px 0 0;
}
.plan_text ul li{
	list-style-position: inside;
	padding: 0 0 0 10px;
}
.plan_img{
	display: block;
	width: 192px;
	float: right;
	margin: 20px 0;
}
/*****************************************************/
/**************** works.html *************************/
#jirei{
	border: 0;
	width: 100%;
}
#jirei tbody tr td{
	padding: 0 0 30px 0;
	text-align: center;
}

/*****************************************************/
/**************** company.html ***********************/
#kaisya{
	border: 0;
	width: 100%;
	border-collapse: collapse;
}
#kaisya tbody tr{
	border-bottom: 1px dotted #1f1f1f;
}
#kaisya tbody tr th{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
#kaisya tbody tr td{
	padding: 10px;
}