@charset "utf-8";

.ms header .inner{
	height: 170px;
}
.ms.home header .inner{
	height: 665px;
}

h1{
	position: absolute;
	top: 95px;
	left: 20px;
}
.home h1{
	top: 615px;
}
.toMain{
	padding: 1px 10px 5px;
	text-align: right;
	background: #3a877c;
	font-size: 10px
}
.toMain a{
	color: #fff;
	text-decoration: none
}

#msNav{
	position: absolute;
	top: 20px;
}
.home #msNav{
	top: 540px;
}
#msNav li{
	float: left;
	text-indent: -9999px
}
#msNav li a{
	display: block;
	width: 179px;
	height: 60px;
	background: url(../img/mansion/gnav.png) no-repeat;
}
#msNav li:nth-child(2) a{ background-position: -179px 0; width: 142px}
#msNav li:nth-child(3) a{ background-position: -321px 0; width: 116px}
#msNav li:nth-child(4) a{ background-position: -437px 0; width: 212px}
#msNav li:nth-child(5) a{ background-position: -649px 0; width: 98px}
#msNav li:nth-child(6) a{ background-position: -747px 0; width: 108px}
#msNav li:nth-child(7) a{ background-position: -855px 0; width: 105px}

#msNav li a:hover, #msNav li a.selected{ background-position: 0 -60px}
#msNav li:nth-child(2) a:hover, #msNav li:nth-child(2) a.selected{ background-position: -179px -60px}
#msNav li:nth-child(3) a:hover, #msNav li:nth-child(3) a.selected{ background-position: -321px -60px}
#msNav li:nth-child(4) a:hover, #msNav li:nth-child(4) a.selected{ background-position: -437px -60px}
#msNav li:nth-child(5) a:hover, #msNav li:nth-child(5) a.selected{ background-position: -649px -60px}
#msNav li:nth-child(6) a:hover, #msNav li:nth-child(6) a.selected{ background-position: -747px -60px}
#msNav li:nth-child(7) a:hover, #msNav li:nth-child(7) a.selected{ background-position: -855px -60px}

#mCol{
	float: none;
	width: 700px;
	margin: 20px auto 0;
}
.home #mCol{
	float: left;
	width: 685px;
	margin-top: 25px;
	padding: 0 0 0 20px;
}
#sCol{
	float: right;
	width: 215px;
	margin-top: 25px;
	padding: 0 20px 0 0;
}
#sCol li{
	text-indent: 0
}
#sCol li a{
	display: inline;
	height: auto;
	background: #fff
}

/* ==============================================================
/*     TOP
/* ============================================================== */

#con2 h2{
	margin: 50px 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000
}
#con2 li{
	float: left;
	margin-right: 25px
}
#con2 li a:hover{
	opacity: 0.7
}

#con2.fnav h2{
	margin: 0 0 20px;
}
#con2.fnav li{
	float: none;
	display: inline;
	margin: 0 10px
}

#sCol div{
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 15px;
}
#sCol div h3{
	margin-bottom: 10px;
	font-size: 14px;
	color: #e51e1e
}
.liDot li{
	margin: 0 0 8px 20px;
}
.liIdt li{
	margin: 0 0 8px 1em;
	padding-left: 5px;
	text-indent: -1em !important;
	line-height: 1.4;
}
#sCol div a{
	text-decoration: none;
	color: #3e3a39
}
#sCol div a:hover{
	color: #999
}

/* ==============================================================
/*     PAGE
/* ============================================================== */

.works #mCol h2{
	margin-top: 20px
}
.contBox{
	clear: both;
	margin-bottom: 60px
}
.contBox p{
	margin-bottom: 1.5em !important;
	padding-left: 40px
}
.li60{
	width: 600px;
	margin: 0 auto;
}
.li52{
	width: 520px;
	margin: 0 auto;
}
.li60 li, .li52 li{
	margin-bottom: 40px !important;
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝B","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: right
}


/* ==============================================================
/*     KNOWLEDGE
/* ============================================================== */
.contBox2{
	position: relative;
	margin-bottom: 60px
}
.contBox2 p{
	margin-bottom: 1.5em !important
}

#klg1 h2, #klg3 h2{
	position: absolute;
	right: 0
}
#klg2 h2, #klg4 h2{
	position: absolute;
	left: 0
}
#klg1{ padding-right: 64px}
#klg2{ padding-left: 120px}
#klg3{ padding-right: 64px; height: 580px}

.imgR{
	float: right;
	margin: 0 0 20px 20px
}
.w310{ width: 310px}


/* ==============================================================
/*     RENTAL
/* ============================================================== */
.bdB{
	margin-bottom: 40px !important;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}
.pl0{ padding-left: 0 !important}
.rental h3{
	margin-left: 1.8em;
	text-indent: -1em;
	font-size: 22px
}

.flow{
	background: url(../img/mansion/bg_flow.png) repeat-y
}
.flow .inner{
	background: url(../img/mansion/bg_flow.png) no-repeat 0 100%
}
#flow1{ background: url(../img/mansion/bg_flow1.png) no-repeat 0 50%}
#flow2{ background: url(../img/mansion/bg_flow2.png) no-repeat 0 50%}
#flow3_1{
	background: url(../img/mansion/bg_flow3.png) no-repeat 0 bottom
}
@media only screen and (max-width: 480px) {
.ms header .inner, .ms.home header .inner{
	height: auto
}
h1{
	position: relative;
	top: 20px;
	left: 0;
	margin-bottom: 20px
}
.home h1{
	top: 23px;
}
.toMain{
	width: 96%;
	position: absolute;
	top: 0;
	padding: 2px 2%
}

#msNav, .home #msNav{
	position: relative;
	width: 100%;
	top: 0
}
#msNav li{
	float: none;
	text-indent: 0;
	text-align: center;
	border-bottom: 1px solid #ddd
}
#msNav li a{
	width: 100% !important;
	height: auto;
	padding: 10px 0;
	background: #fff;
	text-decoration: none;
	color: #333
}
#mCol, .home #mCol, #sCol{
	float: none;
	width: 94%;
	margin: 10px 3% 0;
	padding: 0;
}

/* HOME
-----------------------------*/
#con2 li, #con2.fnav li{
	float: left;
	width: 19%;
	margin: 0 1% 0 0
}

/* PAGE
-----------------------------*/
.contBox{
	margin-bottom: 30px
}
.contBox h2{
	margin: 20px 0 10px !important
}
.contBox p{
	padding-left: 0
}
.li60, .li52, .w310{
	width: 100%;
	margin: 0 auto;
}
.li60 li, .li52 li{
	margin-bottom: 10px !important;
	font-size: 14px
}

/* KNOWLEDGE
-----------------------------*/
.contBox2{
	margin-bottom: 40px
}

#klg1 h2, #klg3 h2{
	width: 13%;
	text-align: right
}
#klg2 h2{
	width: 25%;
	text-align: center
}
#klg1{ padding-right: 13%}
#klg2{ padding-left: 25%}
#klg3{ padding-right: 13%; height: auto}
#klg1 h2 img, #klg2 h2 img, #klg3 h2 img{ width: 75%; height: auto}

/* RENTAL
-----------------------------*/
h2.bdB{
	margin-bottom: 20px !important;
	padding-bottom: 10px;
}
.rental h3{
	margin-left: 1em;
	font-size: 18px
}
.rental .imgR{ float: none}


#con2 h2 img, #con2 li img, .contBox h2 img,
img[src="../lib/img/mansion/btn_works.jpg"],
img[src="../../lib/img/mansion/photo_feat9.png"],
.rental .contBox img{ width: 100%; height: auto}

}