
/*  メインコピー　*/
/*--------------------------------------------------------*/

.maincopy{
	margin-bottom:40px;
}
.maincopy h2{	
}

/*  各タイトル　*/
/*--------------------------------------------------------*/

h3{
	font-size:110%;
	font-weight:bold;
	padding-bottom:6px;
	border-bottom:1px solid #D2C8BE;
	margin-bottom:20px;
}

/*  特典・特徴について　*/
/*--------------------------------------------------------*/

.tokutenBox{
	overflow:hidden;	
}

.tokutenBox .box01{
	float:left;
	width:320px;
	margin-right:40px;
}
.tokutenBox .box02{
	float:left;
	width:320px;
}
.tokutenBox .box03{
	float:left;
	width:320px;
	margin-right:40px;
}
.tokutenBox .box04{
	float:left;
	width:320px;
}
.tokutenBox .boxclr{
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 40px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.tokutenBox .box01 h4,
.tokutenBox .box02 h4,
.tokutenBox .box03 h4,
.tokutenBox .box04 h4{
}

.tokutenBox .box01 .box,
.tokutenBox .box02 .box,
.tokutenBox .box03 .box,
.tokutenBox .box04 .box{
	border:1px solid #E0DAD3;
	padding:20px;
    overflow: hidden;
}

.tokutenBox .box01 .box p,
.tokutenBox .box02 .box p,
.tokutenBox .box03 .box p,
.tokutenBox .box04 .box p{
	font-size:12px;
	line-height:1.6em;
	overflow:hidden;
}

.tokutenBox .box01 .box img,
.tokutenBox .box02 .box img,
.tokutenBox .box03 .box img,
.tokutenBox .box04 .box img{
	float:left;
	margin-right:20px;
}

/*  メンバーズカード入会方法　*/
/*--------------------------------------------------------*/

.flowBox{
	margin-top:80px;
	overflow:hidden;
}

/*  メンバーズカード利用可能ブランド　*/
/*--------------------------------------------------------*/

.brandBox{
	margin-top:80px;
	overflow:hidden;
}

.brandBox ul li{
	float: left;
	width:170px;
}
