@charset "utf-8";

/* ブランド一覧
------------------------------------------ */
#container{
	margin-top: 60px;
}
#side h1.pageTitle{
	font-size: 16px;
	font-weight: 400;
}
.brand_nav {
	overflow: hidden;
}
.brand_nav ul li a {
	border-right: 1px solid #dcdcdc;
	padding: 0 11px;
	float: left;
	color: #007ebe;
	font-size: 14px;
	margin-top: 3px;
}
.brand_nav ul li:first-child a {
	padding: 0 10px 0 0;
}
.brand_nav ul li:nth-last-of-type(1) a {
	border-right: none;
}
.brand_nav ul li a:hover {
	color:#7fbede;
}
.brand_nav ul li a.off {
	color:#b2d8eb;
}
.brand_list_upper{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.brand_list_upper a {
    display: inline-block;
}
.brand_list_upper img{
	width: 100%;
}
.brand_list {
	clear: both;
	margin: 43px 0 0;
}
h2.list_name {
	font-size: 18px;
	margin-bottom: 15px;
	clear:both;
}
.brand_list li.brand {
	width: 309px;
	text-align: center;
	float:left;
	margin:0 24px 40px 0;
}
.brand_list a:nth-of-type(3n) li.brand {
	margin-right:0px;
}
.brand .brand_logo img {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
a .brand .brand_name {
	color: #000;
	font-size: 13px;
	margin: 10px 0 3px;
}
.brand .brand_kana {
	font-size: 11px;
	color: #888;
	margin: 0px 0 13px;
}
.brand .type {
	color: #fff;
	width: 62px;
	display: block;
	display: inline-block;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 1px 0 0;
}
.brand .men {
	background: #000;
}
.brand .women {
	background: #909090;
}
.brand .unisex {
	background: #afafaf;
}

@media screen and (max-width: 480px) {
	
#container{
	margin-top: 0;
}
#side{
	float: none;
	display: block;
	width: 100%;
	padding: 0px 15px 0px 15px;
}
#side h1.pageTitle{
	margin-top: 26px;
	margin-bottom: 21px;
}
#contents {
	margin-top: 21px;
}
.brand_nav {
	padding:0 3%;
}
.brand_nav ul li a {
	border: 1px solid #d9d9d9;
	padding: 0 10px;
	float: left;
	color: #000;
	font-size: 16px;
	width:14%;
	margin: 0 1.3% 2.9%;
	line-height:42px;
	box-sizing: border-box;
	border-radius: 3px;
	text-align:center;
}
.brand_nav ul li:first-child a {
	padding: 0;
}
.brand_nav ul li:nth-last-of-type(1) a {
	border: 1px solid #d9d9d9;
	width:63.8%;
}
.brand_nav ul li a:hover {
	text-decoration: none;
	color:#000;
}
.brand_nav ul li a.off {
	color:#bbb;
}
.brand_list_upper{
	text-align: center;
}
.brand_list_upper a {
    width: calc(100% - 30px);
}
h2.list_name {
	font-size: 18px;
	margin-bottom: 0;
	padding-left:15px;
	line-height:50px;
	clear:both;
	background:#f1f1f1;
	border-top:1px solid #e5e5e5;
}
.brand_list {
	clear: both;
	margin: 10px 0 0;
}
.brand_list li.brand {
	width: 100%;
	text-align: left;
	float:none;
	margin:0;
}
.brand_list a:nth-of-type(3n) li.brand {
	margin-right:0px;
}
.brand .brand_logo {
	display:none;
}
a .brand .brand_name {
	color: #000;
	font-size: 13px;
	margin: 0px 0 0px;
	padding:15px 15px 3px;
	border-top:1px solid #e5e5e5;
	clear: both;
}
.brand .brand_kana {
	font-size: 11px;
	color: #888;
	margin: 0 0 14px;
	padding:0 0 0 15px;
	float:left;
	line-height: 1.4;
}
.brand .brand_type:before {
	content: "：";
	display:inline-block;
	font-size: 11px;
	color: #888;
	margin-left: 3px;
}
.brand .type {
	color: #888;
	width: auto;
	display: block;
	display: inline-block;
	font-size: 11px;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 14px;
}
.brand .type:after{
	content: "/";
	display:inline-block;
	margin:0 3px;
}
.brand .type:nth-last-of-type(1):after{
	content: "";
}
.brand .men {
	background: none;
}
.brand .women {
	background: none;
}
.brand .unisex {
	background: none;
}
	
}