@charset "utf-8";
/*------------------- all style --------------------*/

body{
	font-family: "CenturyGothicStd","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
}
p{ font-size: 16px;}
a{
	font-size: 16px;
	color: #000;	
}
a:hover{
	text-decoration: none;
}
.blank {
    background: url(../../common/images/ic_blank.png) no-repeat right top 50%;
    background-size: 11px;
    padding: 0 20px 0 0;
}
/*------------------- all style --------------------*/
/*---------------------------------------------------------------------
  BRAND
---------------------------------------------------------------------*/

#brand {
	width: 890px;
	margin: 0 35px;
	padding:25px 0 0;
}

#brand h3{
	font-size: 16px;
	display: table;
	margin:0 auto 30px;
	text-align: center;
    line-height: 200%;
}
#brand p,
#brand a{
	margin:0 auto;
	text-align: center;
	display: table;
}

#jb,
#relax,
#lechione,
#sonchic,
#ginette{
	margin: 0 auto;
	display:table
}

#relax,
#sonchic{
	width: 50%;
	float: left;
}
#lechione,
#ginette{
	width: 50%;
	float: right;
}

.brandImg{
	display: table;
	margin: 0 auto 40px;
}
.brandImg img{
	display: table-cell;
}
.imgA{
	float: left;
	margin: 0 15px 0 0;
}
.imgB{
	float: right;
	margin: 0 0 0 15px;
}

.EClink{
	border: 1px solid #000;
    width: 200px;
    padding: 5px 0 5px 5px;
    margin: 25px auto 0;
    text-align: left;
}
.EClink:hover{
	opacity: 0.5;
}
.EClink a{
	background: url(../../common/images/ic_arrow.png) no-repeat left 50%;
    padding: 5px 0 5px 14px;
}



.mv60{
	margin: 30px auto 60px;
	display: table;
	width: 100%;
}
