﻿@charset "utf-8";

/*-----------------------------------------------------

Top Page Style

------------------------------------------------------*/
#Main {
/*width: 960px;*/
position:relative;
top:-2px;
}
.top_movie{
width: 100%;
background: #ee8f89;
margin-bottom: 15px;
}
.movie_inner{
width: 960px;
margin: 0 auto;
}
.visualArea {
padding-bottom: 55px;
height: 440px;
	
/*スライド1枚しかないとき
margin-bottom: 55px;*/
/*margin-bottom: 100px;*/
}
#Cont{ width:960px; margin:0 auto; float:none; padding-bottom: 80px;}

/*SPだけ表示のバナー追加時*/
.visualArea.pcnone img {
    width: 100%;
    height: 100%;
}

/*新着情報*/
.news{ display:table; width:100%; margin-bottom:60px;}
#Cont .news h2{
display: table-cell;
width: 160px;
border: none;
font-size: 168%;
margin: 0;
padding: 0;
vertical-align: middle;
}
.newsArea{
display: table-cell;
width: 800px;
border-left:3px solid #ea5550;
padding: 0 10px 0 15px;
background: #fff;
vertical-align: middle;
}
.news .newsArea dl{ border-bottom:1px solid #e2e2e2; padding:10px 15px;
	-webkit-box-sizing:boder-box;
	-moz-box-sizing:boder-box;
	box-sizing:boder-box;
}
.news .newsArea dl:first-child { border-top:1px solid #e2e2e2;}
.news .newsArea dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.news .newsArea dl { min-height: 1px; }
* html .news .newsArea dl{ height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }
.news .newsArea dl.last{ margin-bottom:0;}

.news .newsArea dl dt,
.news .newsArea dl dd{ float:left;}
.news .newsArea dl dt{ width:15%;}

/*バナーエリア*/
.bnArea .inner { display: flex; justify-content: space-between;}
.bnCol{ flex: 1 1 50%; }

/* ご購入はこちら */
.contact {background: url(/common/img/bg_contact_002.png) left top repeat-x; padding-top:10px;}
.contact section { background: #FFF;}
.contact .inner { width:960px; margin:0 auto; padding:40px 0;}
.contact .inner h2{ margin-bottom:20px;}
