@charset "utf-8";

.top-csv a {
	background: url(../img/top_csv_btn.gif);
	width : 580px;
	height : 50px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
.top-csv a:hover {
    background-position:left bottom;
}
.top-aircon a {
	background: url(../img/top_aircon.jpg);
	width : 580px;
	height : 160px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
.top-aircon a:hover {
    background-position:left bottom;
}
.top-sale-2017 a {
	background: url(../img/sale/top_sale_2017_05.gif);
	width : 580px;
	height : 197px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
.top-sale-2017 a:hover {
    background-position:left bottom;
}
.text-box {
	background-color: #f1f1f1;
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin: 0 0 10px 0;
	text-align: center;
}

/* スマホ用 */
@media screen and (max-width: 560px) {
	/* 背景画像共通 */
	.top-csv a,
	#main-bnr li a,
	#top-construction a,
	#top-sesyu-img a{
		width: 100%;
		background-repeat: no-repeat;
		background-size:cover;
	}
	.top-csv a{
		height: 8.7vw;
	}
	#main-bnr ul {
		width: 99%;
		margin-left: 1%;
	}
	#main-bnr li {
    width: 49%;
		padding: 0;
		margin: 0 1% 1% 0;
		display: inline-block;
	}
	#main-bnr li a{
		height: 27.2vw;
	}
	#main-bnr li a img{
		width: 100%;
	}
	#top-construction{
		width: 98%;
		margin: 0 1% 0 1%;
	}
	#top-construction a{
		height: 27vw;
	}
	#top-construction a img{
		width: 100%;
	}
	#top-sesyu-img a{
		height: 44.8vw;
	}
	#main-popularity{
		width: 99%;
		margin-left: 1%;
		background-image: none;
	}
	#main-popularity li{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 32%;
		margin: 0 1% 1% 0;
		padding: 1%;
		border: 1px solid #bbb;
		border-radius: 3px;
		height: 15.5em;
	}
	#main-popularity li img{
		width: 49%;
		padding: 0;
		margin: 0 2% 2% 0;
	}
	#main-popularity li img + img{
		margin: 0 0 2% 0;
	}
	#main-popularity li a img{
		width: 100%;
		margin: 0 0 5% 0;
		padding: 0;
	}
	#main-popularity li a{
		margin-top: .5em;
		font-size: .7em;
		line-height: 1.5em;
	}
	#top-info{
		width: 96%;
		margin: 2%;
	}
	#top-info dt{
	}
	#top-info dt span{
		font-size: .8em;
	}
	#top-info dt strong{
		display:block;
	}
	#top-info dd{
		padding: 0 2% 5% 4%;
		font-size: .8em;
	}
    #top-info dd iframe {
        width: 80%;
        height: 150px;
        padding: 1% 0;
    }

}