@charset "utf-8";

/*コンテンツ全体*/

.brandtext { font-size:20px; font-weight: bold; text-align: center; vertical-align: middle;}

#article{
	clear:both;
	margin-bottom:5em;
	}

#article h2{
	
	line-height:35px;
	margin-bottom:50px;
	background:#000000;
	color:#FFFFFF;
	font-size:2em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:20px;
	vertical-align:middle;
	font-family: 'Arimo',Arial, sans-serif;
	}

	
#article h2 span{
	font-size:0.7em;
	position:relative;
	top:-5px;
	}

/*コンテンツエリア　各セクションの共通スタイル*/


#article #section01,
#article #section02,
#article #section03,
#article #section04,
#article #section05{
	clear:both;
	}

#article #section01,
#article #section02,
#article #section03,
#article #section04{
	margin-bottom:70px;
	}


#article div h3{
	font-size:1.7em;
	margin-bottom:15px;
	letter-spacing:0.05em;
	line-height:1em;
	font-family: 'Arimo',Arial, sans-serif;
	font-weight:700;
	padding:10px;
	background:#000000;
	width:100%;
	color:#FFFFFF;
	}
	
/*「ブランド一覧」スタイル*/
	
#article #section01 ul li,
#article #section02 ul li,
#article #section03 ul li,
#article #section04 ul li,
#article #section05 ul li{
	width:225px;
	margin-bottom:20px;

	float:left;
	height:80px;
	position:relative;
	}
	
#article #section01 ul li img,
#article #section02 ul li img,
#article #section03 ul li img,
#article #section04 ul li img,
#article #section05 ul li img{
	position:absolute;
	top:50%;
	left:50%;
		-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 160px;
	}	

#article #section01 ul li:nth-child(4n+1),
#article #section02 ul li:nth-child(4n+1),
#article #section03 ul li:nth-child(4n+1),
#article #section04 ul li:nth-child(4n+1),
#article #section05 ul li:nth-child(4n+1){
	clear:both;
	}

/*ページ下部ナビゲーション*/

#aside a{display:block; margin-right:5px; text-decoration:none; float:left; width:175px;}
#aside a:hover{opacity:0.8;}
#aside a b{background:#000; color:#fff; display:table-cell; padding:5px 10px 0; height:60px; font-size:1.6em; line-height:120%; vertical-align:middle; width:175px; text-align: center;}
#aside a p{background:#eee; color:#000; display:block; padding:10px; width:175px;}
