@charset "UTF-8";



.contents > .center > .nav{
	background-image: url(../img/index/nav/bg.jpg);
	width: 565px;
	height: 453px;
}

.contents > .center > .nav > .left{
	float: left;
	width: 327px;
	height: 250px;
	margin: 8px 0 0 15px;
}

.contents > .center > .nav > .left .kaitai{
	box-sizing: border-box;
	position: absolute;
	background-image: url(../img/index/nav/kaitai.png);
	background-repeat: no-repeat;
	width: 327px;
	height: 249px;
	padding: 62px 0 0 11px;
	z-index: 11;
}

.contents > .center > .nav > .left .karitai{
	position: absolute;
	background-image: url(../img/index/nav/karitai.png);
	background-repeat: no-repeat;
	width: 327px;
	height: 249px;
	padding: 62px 0 0 11px;
	z-index: 10;
}

.contents > .center > .nav > .left .switch{
	cursor: pointer;
	position: absolute;
	width: 327px;
	height: 50px;
	z-index: 12;
}

.contents > .center > .nav > .right{
	float: left;
	text-align: center;
	background-image: url(../img/index/nav/tenanto_sonota.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 200px;
	height: 70px;
	padding: 177px 0 0 0;
	margin: 10px 0 0 10px;
}

.contents > .center > .nav > .right img[src*="/tenanto_sonota_b."]{
	margin-right: 10px;
}

.contents > .left img[src*="/ninki."]{
	vertical-align: bottom;
}

.contents h3.news{
	text-align: right;
	box-sizing: border-box;
	background-image: url(../img/index/center/news.gif);
	height: 42px;
	padding: 5px;
}

.contents .newsList{
	border-collapse: collapse;
	border-top: 1px dotted #9c9c9c;
	width: 100%;
}

.contents .newsList td{
	text-align: left;
	border-collapse: collapse;
	border-bottom: 1px dotted #9c9c9c;
	padding: 7px 0;
}

.contents .newsList td.date{
	font-size: 12px;
	width: 90px;
}

.contents .newsList td a{
	font-size: 14px;
	color: #0e7ea1;
}

.contents .newsList td a:hover img{
	opacity: 0.9;
}

.contents .shintyakuList .box{
	display: inline-block;
	background-image: url(../img/index/center/new.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 1px solid #dedede;
	width: 180px;
	margin-bottom: 20px;
}

.contents .shintyakuList .box .head{
	text-align: right;
	margin: 8px;
}

.contents .shintyakuList .box .head .date{
	color: #000;
	font-size: 12px;
}

.contents .shintyakuList .box .head .syurui{
	font-size: 14px;
	font-weight: bold;
}

.contents .shintyakuList .box .jusyo{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 8px;
	height: 45px;
	overflow: hidden;
}

.contents .shintyakuList .box .price{
	color: #000;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 8px;
}

.contents .shintyakuList .box .image{
	background-size: cover;
	background-position: 50% 50%;
	width: 166px;
	height: 126px;
	margin: 0 7px;
}

.contents .shintyakuList .box img[src*="/kuwasiku."]{
	vertical-align: bottom;
}




/* PC向け ******************************************************************************************* */

@media (min-width: 741px) {

}



/* スマホ向け **************************************************************************************** */

@media (max-width: 740px) {
}

@media (max-width: 420px) and (orientation: portrait) {
}

@media (max-width: 740px) and (orientation: landscape) {
}

