@charset "UTF-8";
/*====================================
	common set
	Date of 2015.01.16
====================================*/
/*--------------------------------------

CSS RESET

--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, /*sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;

}

html {
	line-height: 1;

}

ol, ul {
	list-style: none;

}

table {
	border-collapse: collapse;
	border-spacing: 0;

}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;

}

q, blockquote {
	quotes: none;

}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;

}

a img {
	border: none;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;

}

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

container

--------------------------------------*/
body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	color:#333333;

}

#contents{
	width:960px;
	margin: 0 auto;
}
.centerBox {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.clearfix {
	zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;

}

a {
	color: #2D3192;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

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

header

--------------------------------------*/
#header {
	border-top: 5px solid #73D6D7;
	padding-top: 5px;
}
#headPrimaryMenu{
	float:right;
	border-right: 1px solid #5F5F5F;
}
#headPrimaryMenu li{
	font-size:80%;
	line-height:1.5em;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #5F5F5F;
}
#headPrimaryMenu li a{
	color: #5F5F5F;
	text-decoration:none;
}
#headPrimaryMenu li a:hover{
	text-decoration: underline;
}
#headLogoWrap{
	width:222px;
	height:70px;
	position: relative;
}
#headLogo{
	width:222px;
	height:55px;
	display: block;
	position: absolute;
	top: 10px;
}
#headLogo a{
	width:222px;
	height:55px;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	line-height: 0;
	background:url(../images/head_logo.png) left top no-repeat;
}
#headMenuBg{
	/* background:url(../images/hm_bg.png) repeat-x; */
	background: linear-gradient(to bottom, #F1F1F1, #CECECE);
}
#headMenu {
	width: 960px;
	margin: 0 auto;
	height: 40px;
}
#headMenu > li {
	display: block;
	height: 40px;
	float: left;
	margin-left: 1px;
	position: relative;
}
#headMenu > li:first-child {
	margin-left: 0;
}
#headMenu > li > a {
	font-size:100%;
	line-height:40px;
	color:#444;
	text-decoration:none;
	font-weight: bold;
	display: block;
	height: 40px;
	overflow: hidden;
	position: relative;
}
#headMenu > li > a:after {
	content: "";
	position: absolute;
	bottom: 4px;
	width: 95%;
	height: 3px;
	left: 0;
	background-color: #80CFC0;
}
#headMenu > li > a:hover {
	color:#1F919D;
}
#headMenu > li > a:hover:after {
	background-color:#1F919D;
}
.sub li {
	border-top: dotted 1px #FFF;
}
.sub li:first-child {
	border-top: none;
}
.sub{
	position: absolute;
	background: #56C5C2;
	opacity: 0.9;
	-ms-filter: "alpha(opacity=90)";
	width: 190px;
	z-index: 9999;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 1px;
}
.sub a {
	font-size: 90%;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
.sub a:hover{
	color: #259893;
}
.hmAbout > a{
	width:191px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
}
.hmAboutOn > a{
	width:191px;
	height:40px;
	display:block;
	color:#1F919D !important;
}
.hmAboutOn > a:after {
	background-color: #1F919D !important;
}
.hmKaihatsu > a{
	width:191px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
}
.hmKaihatsuOn > a{
	width:191px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
	color:#1F919D !important;
}
.hmKaihatsuOn > a:after {
	background-color: #1F919D !important;
}
.hmHousing > a{
	width:191px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
}
.hmHousingOn > a{
	width:191px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
	color:#1F919D !important;
}
.hmHousingOn > a:after {
	background-color: #1F919D !important;
}
.hmHome > a{
	width:191px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
}
.hmHomeOn > a{
	width:191px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
	color:#1F919D !important;
}
.hmHomeOn > a:after {
	background-color: #1F919D !important;
}
.hmCompany > a{
	width:192px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
}
.hmCompanyOn > a{
	width:192px;
	height:40px;
	display:block;
	overflow:hidden;
	line-height: 0;
	color:#1F919D !important;
}
.hmCompanyOn > a:after {
	background-color: #1F919D !important;
}
#headImgWrap{
	margin-bottom: 10px;
}
.headImgOther {
	height:140px;
	width: 100%;
	background:url(../images/head_img_other.jpg) left top no-repeat;
	display: table;
}
.headImgCompany {
	height:140px;
	width: 100%;
	background:url(../images/head_img_company.jpg) left top no-repeat;
	display: table;
}
.headImgHousing {
	height:140px;
	width: 100%;
	background:url(../images/head_img_housing.jpg) left top no-repeat;
	display: table;
}
.headImgYamadai {
	height:140px;
	width: 100%;
	background:url(../images/head_img_yamadai.jpg) left top no-repeat;
	display: table;
}
.headImgNews {
	height:140px;
	width: 100%;
	background:url(../images/head_img_news.jpg) left top no-repeat;
	display: table;
}
.headImgHome {
	height:140px;
	width: 100%;
	background:url(../images/head_img_home.jpg) left top no-repeat;
	display: table;
}
.headImgKaihatsu {
	height:140px;
	width: 100%;
	background:url(../images/head_img_kaihatsu.jpg) left top no-repeat;
	display: table;
}
.headImgEffort {
	height:140px;
	width: 100%;
	background:url(../images/head_img_effort.jpg) left top no-repeat;
	display: table;
}
.headImgOther h2,
.headImgCompany h2,
.headImgHousing h2,
.headImgYamadai h2,
.headImgNews h2,
.headImgHome h2,
.headImgKaihatsu h2,
.headImgHome h2,
.headImgEffort h2 {
	display: table-cell;
	vertical-align: middle;
	color: #00A89C;
	font-size: 140%;
	font-weight: 600;
	line-height: 1.5em;
}
.headImgOther h2 span,
.headImgCompany h2 span,
.headImgHousing h2 span,
.headImgYamadai h2 span,
.headImgNews h2 span,
.headImgHome h2 span,
.headImgKaihatsu h2 span,
.headImgHome h2 span {
	font-size: 105%;
}


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

mainWrapper

--------------------------------------*/
#mainWrapper {
	float: right;
	width: 715px;
}
.bread {
	font-size: 80%;
	line-height: 1.5em;
	margin: 0 0 25px 5px;
}
.bread a {
	text-decoration: none;
	color: #333;
}
.bread a:hover {
	text-decoration: underline;
	color: black;
}
.bread span {
	font-weight: 600;
}
.cBox01{
	margin-bottom:50px;
}
.cBox02{
	margin-left:30px;
}
.cBox03{
	margin-left:30px;
}
.spBox{
	margin-bottom:25px;
}
.cTitle {
	margin-bottom:20px;
	background: url(../images/ctitle_bg.png) left center no-repeat;
	padding-left: 9px;
}
.cTitle span {
	font-size: 100%;
	line-height: 21px;
	font-weight: 900;
	background: #FFF;
	padding: 0 70px 0 10px;
}
.pageIndex{
	font-size: 120%;
	line-height: 1.7em;
	border-bottom: 2px solid #00B4AB;
	margin-bottom: 15px;
}
.cArticle {
	font-size: 90%;
	line-height: 1.8em;
	margin-bottom: 20px;
	color: #787878;
}

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

sideWrapper

--------------------------------------*/
#sideWrapper {
	float: left;
	width: 210px;
}
#subDetailMenu {
	border-top: 1px solid #64D0CF;
	border-bottom: 1px solid #64D0CF;
	margin-bottom: 15px;
	padding-top: 10px;
}
#subDetailMenu li {
	font-size: 95%;
	line-height: 1.5em;
	display: block;
}
#typeTitle {
	border-left: 9px solid #64D0CF;
	padding-left: 8px;
	margin: 0 0 20px 9px;
}
#pageTitle {
	border-left: 9px solid #64D0CF;
	padding-left: 8px;
	margin: 0 0 10px 9px;
}
#subDetailMenu > li > a {
	display: block;
	width: 210px;
	text-decoration: none;
	color: #191919;
	margin-bottom: 10px;
}
#subDetailMenu > li > a:before {
	content: "\f0da";
	color: #656565;
	font-family: FontAwesome;
	padding: 0 5px 0 1px;
}
#subDetailMenu li a:hover {
	color: #56C8C5;
}
#subDetailMenu .sdmListOn a:before {
	color: #FF0000;
}
.sdmTitle {
	display: block;
	width: 210px;
	text-decoration: none;
	color: #191919;
}
.sdmTitle:before {
	content: "\f0da";
	color: #656565;
	font-family: FontAwesome;
	padding: 0 5px 0 1px;
}
.sdmTitleOn {
	display: block;
	width: 210px;
	text-decoration: none;
	color: #00A99D;
}
.sdmTitleOn:before {
	content: "\f0da";
	color: #FF0000;
	font-family: FontAwesome;
	padding: 0 5px 0 1px;
}
.sdmBlock {
	display: inline-block;
	vertical-align: top;
}
.sdmChild {
	margin: 10px 0 20px 30px;
	font-size: 105%;
}
.sdmChild li a {
	border-bottom: 1px dotted #231815;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	text-decoration: none;
	color: #191919;
}
.sdmChild .sdmChildOn a {
	color: #00A99D;
}
#sideMenu {
	margin-bottom: 10px;
}
#sideMenu li{
	font-size: 95%;
	line-height: 1.5em;
	display: block;
	width: 210px;
	margin-bottom: 5px;
}
#sideMenu li a{
	display:block;
	text-decoration:none;
	color: #5F5F5F;
	border: 1px solid #64D0CF;
	padding: 8px;
}
.smList {
	border-left: 9px solid #64D0CF;
	display: block;
	padding-left: 8px;
}
.smListOn {
	border-left: 9px solid #FF0000;
	display: block;
	padding-left: 8px;
}
#sideMenu li a:hover{
	background: #BAEAE9;
}
#sideBn li,
#sideBn li a {
	display: block;
	width: 210px;
	height: auto;
}
#sideBn li a {
	margin-bottom: 3px;
}

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

footer

--------------------------------------*/
#footer {
	margin: 50px 0 0 0;
	background: #20ADB9;
	padding: 20px 0;
	color: #FFF;
}
.footerBox {
	width: 240px;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #FFF;
	padding: 0 20px;
}
#footLogo{
	width: 160px;
	height: 40px;
	text-indent:-9999px;
	line-height:0;
	margin: 20px 0 15px;
}
#footLogo a{
	width: 160px;
	height: 40px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0;
	background:url(../images/foot_logo.png) left top no-repeat;
}
#footInfo {
	margin: 0 0 15px;
}
#footInfo li {
	font-size: 80%;
	line-height: 1.5em;
}

.footContact {
	background-color: #fff;
	padding: 10px;
}
.footContactTitle {
  background-color: #208F9B;
  text-align: center;
  padding: 5px;
  margin: 0 0 10px;
}
.footContactTel {
	color: #208F9B;
	font-size: 80%;
	line-height: 1.7;
	margin: 0 0 10px;
	padding: 0 5px;
}
.footContactInquiry {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 0 5px;
}
.footContactInquiryIcon {
	margin: 0 10px 0 0;
}
.footContactInquiryText {
	color: #208F9B;
	font-size: 80%;
}
.footContactTime {
	color: #208F9B;
	font-size: 80%;
	line-height: 1.7;
	padding: 0 5px;
}









.categoryTypeTitle {
	font-size: 95%;
	line-height: 1em;
	border-left: 6px solid #FFF;
	padding-left: 4px;
	margin-bottom: 10px;
}
.categoryType a {
	font-size: 95%;
	line-height: 1em;
	border-left: 6px solid #FFF;
	padding-left: 4px;
	display: block;
	text-decoration: none;
	color: #FFF;
	margin-bottom: 25px;
}
.categoryType a:hover {
	border-color: #FF0000;
}
.fmList {
	margin: 0 0 20px 15px;
}
.fmList a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 80%;
	line-height: 1.5em;
	margin-bottom: 4px;
	padding-left: 1em;
  	text-indent: -1em;
}
.fmList a:before {
	content: "\f0da";
	color: #FFF;
	font-family: FontAwesome;
	padding: 0 5px 0 1px;
}
.fmList a:hover:before {
	color: #FF0000;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
}
.pagetop a {
	background: url(../images/icon_pagetop.png) 0 0 no-repeat;
	width: 45px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	line-height: 0;
	overflow: hidden;
}
.pagetop a:hover {
	background: url(../images/icon_pagetop.png) 0 -45px no-repeat;
}
