@charset "UTF-8";

/* PC */
@media (min-width: 1280px) {
}

/* PC */
@media (min-width: 1280px) {

}
/* TB & PC */
@media (min-width: 768px) {

}
@media (max-width: 767px) {

}

.item-list { display: none; }
#page-1 { display: block; }
.paging {
	margin: 24px 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}

h3.accessory-headline {
	font-weight: normal;
	text-align: center;
}
h3.accessory-headline .en {
	font-family: "RenaultFont";
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
}
h3.accessory-headline .jp {
	padding-top: 6px;
	font-size: 1.2rem;
	line-height: 1;
}

/*------------------
menu
-------------------*/
/* PC */
@media (min-width: 1280px) {
	.accessory-menu {
		margin: 20px auto;
		width: 1024px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.accessory-menu {
		margin: 20px auto;
		padding: 0 20px;
	}
}

@media (min-width: 768px) {
	.item-menu {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px 0;
	padding-bottom: 0px;
	}
	.item-menu li {
		display: table-cell;
/*		
		height: 1rem;
		font-size: 1.4rem;
		text-align: center;
*/
	}
	.item-menu li a {
		display: block;
		/*width: 203px;*/
		height: 54px;
		text-indent: -9999px;
/*		
		padding: 6px 0;
		height: 200%;
		background: #dbdbdb;
		color: #333;
		text-decoration: none;
*/
	}
	.item-menu li:nth-child(1) a { background: url(../img/btn_menu01.png) no-repeat center top;}
	.item-menu li:nth-child(2) a { background: url(../img/btn_menu02.png) no-repeat center top;}
	.item-menu li:nth-child(3) a { background: url(../img/btn_menu03.png) no-repeat center top;}
	.item-menu li:nth-child(4) a { background: url(../img/btn_menu04.png) no-repeat center top;}
	.item-menu li:nth-child(5) a { background: url(../img/btn_menu05.png) no-repeat center top;}
	.item-menu li:nth-child(1) a:hover,
	.item-menu li:nth-child(1) a.selected { background: url(../img/btn_menu01_on.png) no-repeat center top;}
	.item-menu li:nth-child(2) a:hover,
	.item-menu li:nth-child(2) a.selected { background: url(../img/btn_menu02_on.png) no-repeat center top;}
	.item-menu li:nth-child(3) a:hover,
	.item-menu li:nth-child(3) a.selected { background: url(../img/btn_menu03_on.png) no-repeat center top;}
	.item-menu li:nth-child(4) a:hover,
	.item-menu li:nth-child(4) a.selected { background: url(../img/btn_menu04_on.png) no-repeat center top;}
	.item-menu li:nth-child(5) a:hover,
	.item-menu li:nth-child(5) a.selected { background: url(../img/btn_menu05_on.png) no-repeat center top;}
/*
	.item-menu li a:hover,
	.item-menu li a.selected {
		background-color: #ffcc33;
		color: #6b540f;
		font-weight: bold;
	}
*/	
}
/* SP */
@media (max-width: 767px) {
	.accessory-menu {
		margin: 20px auto;
	}
	.item-menu {
		width: 100%;
		vertical-align: middle;
	}
	.item-menu li {
		font-size: 1.4rem;
		border-bottom: 1px solid #fff;
	}
	.item-menu li br { display: none; }
	.item-menu li a {
		display: block;
		padding: 12px 20px;
		background-color: #dbdbdb;
		background-image: url(../img/icon_arrow.png);
		background-repeat: no-repeat;
		background-position: 98%;
		background-size: 30px;
		color: #666;
		text-decoration: none;
		vertical-align: middle;
	}
	.item-menu li a:hover,
	.item-menu li a.selected {
		background-color: #ffcc33;
		background-image: url(../img/icon_arrow_down.png);
		color: #6b540f;
	}
}

/* アイテム紹介 */
/* PC */
@media (min-width: 1280px) {
	#accessory-item {
		margin: 0 auto;
		width: 1024px;
	}
}
/* PC & TB */
@media (max-width: 1279px) {
	#accessory-item {
		margin: 0 auto;
		padding: 0 20px;
	}
}
.item-list { margin-bottom: 40px;}
.item-list li {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.item-list li:first-child {
	border-top: 1px solid #eee;
}
.item-list .item-img {
	float: left;
	padding-right: 20px;
	width: 328px;
}@media (min-width: 768px) and (max-width: 1279px) {/* TB */
	.item-list .item-img {
		width: 34%;}
}
.item-list .item-img img {
	width: 100%;
}
.item-list .item-description {
	margin-left: 348px;
}@media (min-width: 768px) and (max-width: 1279px) {/* TB */
	.item-list .item-description {
		margin-left: 36%;}
}
.item-list .item-description p.name {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.item-list .item-description p.name2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	line-height: 1;
}
.item-list .item-description p.name span,
.item-list .item-description p.name2 span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
.item-list .item-description p.name2 span {
	margin-top: 0.6rem;
}
.item-list .item-description p.price {
	font-size: 2.0rem;
	/*color: #ffcc33;*/
	color: #333;
	margin-bottom: 0.5rem;
}
.item-list .item-description p.price span {
	display: inline-block;
	font-size: 1.2rem;
	padding-right: 0.2rem;
}
.item-list .item-description p.description {
	font-size: 1.4rem;
}
.item-list .item-description p.description span {
	display: block;
	padding-top: 1rem;
}
.item-list .item-description p.description a {
	display: inline-block;
	padding: 0.5rem 2.2rem 0.5rem 1rem;
	margin-top: 1rem;
	background-color: #333;
	color: #f5f5f5;
	text-decoration: none;
	line-height: 1.4;
	position: relative;
}
.item-list .item-description p.description a:after {
	content: url(../img/arrow_r.svg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 1rem;
}
/* グレード */
.item-list .item-description dl.item-grade {
	font-size: 1.2rem;
	margin: 20px 0 0 0;
	overflow: hidden;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	margin-left: -2px;
}
.item-list .item-description dl.item-grade dt {
	display: table-cell;
	padding-right: 0.5rem;
}
.item-list .item-description dl.item-grade dd {
	display: table-cell;
	width: 7rem;
	text-align: center;
	line-height: 1;
	padding: 0.5rem 0;
	background-color: #dbdbdb;
	color: #333;
}
.item-list .item-description dl.item-grade dd.item-grade-on {
	background-color: #ffcc33;
	color: #333;
	font-weight: bold;
}
	
/* SP */
@media (max-width: 767px) {
    .item-list .item-img {
		float: none;
		margin: 0 auto;
		padding-bottom: 20px;
		text-align: center;
	}
	.item-list .item-img img {
		max-width: 100%;
		height: auto;
	}
	.item-list .item-description {
		margin-left: 0;
	}
	.item-list .item-description p.description span {
		display: block;
		padding-top: 1rem;
	}
	.item-list .item-description p.description a {
		display: block;
		padding: 0.5rem 2.2rem 0.75rem 1rem;
		margin-top: 1rem;
	}
}

/* pagenation */
.pagenation-holder {
	overflow: hidden;
}
.paging {
	width: intrinsic;
	float: right;
	border: none;
	margin: 0;
}
.pagenation-holder.top {
	margin: 0 auto;
}
.pagenation-holder.btmpager {
	margin-top: -20px;
	margin-bottom: 20px;
}
