@charset "utf-8";

/* -----------------------------------------------
   ライフハウジングについて
   ----------------------------------------------- */
/* -- ページメニュー -- */
ul.PageMenu li {
 width:159px;
 text-align:center;
 border-left:solid 1px #d0d0d0;
}

ul.PageMenu li:nth-child(5) {
 width:158px;
 border-right:solid 1px #d0d0d0;
}

/* -- h3 -- */
h3:before { background:#63b40d; }

/* -- 会社概要 -- */
table.Company {
 width:100%;
 line-height:1.4;
 margin-top:20px;
 }

/*table.Company tr:nth-child(odd) { background:#f6f6f6; }*/

table.Company th,table.Company td {
	padding:10px 10px;
	border-bottom:1px solid #ccc;
}

table.Company th{
	white-space:nowrap;
}


ul.About{
	margin-top:20px;
}

.About li{
	line-height:1.5;
	position: relative;
	list-style: none;
	padding:0px;
	margin-left:20px;
}

ul.About li{
	position: relative;
}

ul.About li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}


#Inquiry p.BtnDetail a{
	width:350px;
	text-align:center;
	line-height:1.0em;
}

.Staff {
	display:inline-block;
	width:260px;
}

.Amikake{
	background-color:#DD8;
	padding:2px 10px;
	font-weight:bold;
	font-size:110%;
}

.TextDark{
	color:#666;
	line-height:1.5;
}

.cmap{
	width:500px;
	margin:0 auto;
}
.CarMap{
	text-align:left;
/*	border:1px solid #DDD;
	width:496px;*/
}
.CarMap img{
	border:1px solid #DDD;
	width:496px;
}
.photo li{
	padding:4px;
	display: inline-block;
	width:396px;
}
.photo li img{
	width:100%;
	box-shadow: 2px 2px 4px gray;
}
.GmapSize{
	width:800px;
	height:400px;
}
.lifehfLink a:hover{
	color:blue;
	text-decoration: underline;
}

/* ### スマホ start ################################### */

@media print, screen and (max-width: 640px) {

.CarMap{
	width:98%
}

.GmapSize{
	width:100%;
}
.cmap{
	width:100%;
}
.CarMap img{
	width:100%;
	box-shadow: 0px;
}
.photo li{
	padding:0px;
	width:100%;
}

} /* ### スマホ end ################################### */
