@charset "EUC-JP";

/*
 * Share*style Rakuten shop
 * http://www.rakuten.ne.jp/styles/
 * Style Guide: http://www.rakuten.ne.jp/gold/share-style/コーディング規約.txt
 * License: none (public domain)
 * -----------------------------------------------
 * カテゴリページのスタイルです。
 */
 





/*******************************************************************************************************

　▼ 共通

 *******************************************************************************************************/


html,body {
	height: 100%;
	min-height: 100%;
	background: none !important;
}



/*******************************************************************************************************

　▼ PC版では非表示

 *******************************************************************************************************/

#smp_header { display: none; }

#smp_footer { display: none; }

.smp_link_cate_list {
	display: none;
	width:95%;
	margin: 0 auto;
}

.smp_link_cate_list img {
	width: 100%;
}


#if_smp_footer { display: none; }


/*-------------------------------------------------------------------------------

　アウトライン

 -------------------------------------------------------------------------------*/

#cate_wrap {
	max-width: 780px;
	margin: 0 auto;
}

.check_buy {
	margin-bottom: 50px;
	width: 100%;
}

.check_buy img{
	width: 100%;
}

.img_nigiwai {
	padding: 20px 0 0;
}




/*-------------------------------------------------------------------------------

　ページ内ナビゲーション

 -------------------------------------------------------------------------------*/

.cate_nav {
	margin-bottom: -15px;
}

.cate_nav li {
	display: block;
	float: left;
	margin-bottom: 10px;
}	

.cate_nav li a {
	display: block;
	padding: 15px 20px;
	margin-right: 10px;
	background: #E0E0E0;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;		/* CSS3草案 */  
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;	/* Firefox用 */  
}

.cate_nav li a:link { text-decoration: none; }




/*-------------------------------------------------------------------------------

　人気ランキング

 -------------------------------------------------------------------------------*/

.best3 {
	margin: 65px 0 100px;
	position: relative;
}

	.h_best3 {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.best3 ul {
		width: 760px;
		margin: 0 auto 0;
		padding-top: 140px;
	}

	.best3 ul:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
	
		.best3 ul li {
			width: 240px;
			float: left;
			text-align: center;
			background: #202020;
		}
	
		.best3 ul li.best3_center {
			margin: 0 20px;
		}
		
			.box_best3_top {
				background: url(../img/bg_box_best3_top.gif) top center no-repeat;
				padding-top: 23px;
			}
		
			.box_best3_bottom {
				background: url(../img/bg_box_best3_bottom.gif) bottom center no-repeat;
				padding-bottom: 18px;
			}
			
				.box_best3_bottom p {
					margin-top: 11px;
					font-size: 14px;
				}
			
				.box_best3_bottom .hov {
					width: 200px !important;
					display: block;
					margin: 0 auto;
				}
	
				.box_best3_bottom p a:link		{ color: #fff; text-decoration: underline; }
				.box_best3_bottom p a:visited	{ color: #fff; text-decoration: underline; }
				.box_best3_bottom p a:hover		{ color: #bd0000; text-decoration: underline; }
					

.best7 {
	margin: -80px 0 50px;
	position: relative;
}

	.h_best7 {
		position: absolute;
		top: 5px;
		left: 6px;
	}

	.best7 ul {
		margin-left: 10px;
	}

	.best7 ul:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}

		.best7 ul li {
			width: 185px;
			float: left;
			text-align: center;
			margin-right: 6px;
			padding-bottom: 10px;
			background: #202020;
		}
		
			.best7 ul li p {
				margin-top: 5px;
				font-size: 14px;
			}
	
				.best7 p a:link		{ color: #fff; text-decoration: underline; }
				.best7 p a:visited	{ color: #fff; text-decoration: underline; }
				.best7 p a:hover		{ color: #bd0000; text-decoration: underline; }


/*-------------------------------------------------------------------------------

　ピックアップ

 -------------------------------------------------------------------------------*/

	.h_tekigou {
		margin-bottom: 42px;
		margin: 0 auto 20px;
	}

	.h_tekigou img {
		display: inline-block;
		width: 100%;
	}

	.sh_tekigou {
		margin: 0 auto 20px;
	}

	.sh_tekigou img {
		width: 100%;
	}
	
	.btn_tekigou_nav {
		width: 700px;
		/*margin: 22px auto 50px;*/
		margin: 22px auto;
		padding:0;
	}

	.btn_tekigou_nav:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
	
	.box_anchor {
		width: 780px;
		margin: 0 auto 45px;
		background: #ececec;
	}
	
		.box_anchor_top {
			background: url(../img/bg_box_anchor_top.gif) top center no-repeat;
			padding-top: 25px;
		}
	
		.box_anchor_bottom {
			background: url(../img/bg_box_anchor_bottom.gif) bottom center no-repeat;
			padding-bottom: 40px;
		}
	
			.box_anchor ul {
				width: 730px;
				margin: 0 auto;
			}
	
			.box_anchor ul:after {
				content: ".";
				display: block;
				visibility: hidden;
				height: 0.1px;
				font-size: 0.1em;
				line-height: 0;
				clear: both;
			}
		
				.box_anchor ul li {
					background: #202020;
					padding: 12px 16px;
					margin: 0 5px 5px 0;
					font-size: 15px;
					float: left;
				}
	
				.box_anchor ul li a:link		{ color: #fff; text-decoration: none; }
				.box_anchor ul li a:visited	{ color: #fff; text-decoration: none; }
				.box_anchor ul li a:hover		{ color: #bd0000; text-decoration: none; }


	/*　各種ランプ ピックアップ
	------------------------------------------*/
	
	.h_lamp {
		margin: 0 auto 35px auto;
	}

	.h_lamp img {
		width: 100%;
	}

		.sct_lamp {
			width: 95%;
			margin: 0 auto 80px;
			float: left;
		}
		
		.sct_lamp a img {
			display: block;
			width: 280px;
			margin: 0 auto;
			float: left;
		}

		.sct_lamp:after {
			content: ".";
			display: block;
			visibility: hidden;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
		}

		.lamp_detail {
			width: 450px;
			float: right;
			margin-top: 20px;
		}
		
		.lamp_detail:after {
			content: ".";
			display: block;
			visibility: hidden;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
		}
		
		.lamp_sta {
			margin-bottom: 20px;	
		}
		
		.lamp_sta:after {
			content: ".";
			display: block;
			visibility: hidden;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
		}
		
			.lamp_sta li {
				float: left;
				margin-right: 8px;
				margin-bottom: 8px;
			}

		.lamp_name {
			font-size: 21px;
			font-weight: bold;
			margin-bottom: 11px;
		}

			.lamp_name a:link		{ color: #0c1f96; text-decoration: underline; }
			.lamp_name a:visited	{ color: #0c1f96; text-decoration: underline; }
			.lamp_name a:hover		{ color: #bd0000; text-decoration: underline; }
	
		.lamp_txt {
			font-size: 14px;
			margin-bottom: 23px;
		}
	
		.go_detail {
			width: 302px;
			display: block;
			margin: 0 auto;
		}


	/*　ドレスアップパーツ ピックアップ
	------------------------------------------*/
	
	.sct_dress-up {
		background: #ececec;
		margin-bottom: 50px;
	}

		.sct_dress-up_ul {
			width: 765px;
			padding-left: 15px;
		}
		
		.sct_dress-up_bottom {
			background: url(../img/bg_dress-up_box_bottom.gif) bottom center no-repeat;
			padding-bottom: 7px;
		}
		
		.sct_dress-up_ul:after {
			content: ".";
			display: block;
			visibility: hidden;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
		}

			.sct_dress-up_ul li {
				width: 240px;
				padding-right: 15px;
				margin-bottom: 20px;
				float: left;
			}
		
		.sct_dress-up_sta {
			margin-bottom: 10px;
		}
		
		.other_item_name {
			font-size: 14px;
			font-weight: bold;
		}

.thumb240 { width: 240px; margin-bottom: 7px; }

.thumb250 {
	width: 250px;
	float: left;
}



/*-------------------------------------------------------------------------------

　見出し

 -------------------------------------------------------------------------------*/

.h_cate_01 {
}

.body-copy_cate {
	margin: 30px auto 40px;
	text-align: center;
	font-size: 16px;
}



/*-------------------------------------------------------------------------------

　表

 -------------------------------------------------------------------------------*/



/*　車種詳細表 ver1
------------------------------------------*/

.tbl_cate_01 {
	margin: 15px 0 40px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 4px #d4d4d4 solid;
	font-size: 12px;
	table-layout: fixed;
}

	.tbl_cate_01 th,
	.tbl_cate_01 td {
		border: 1px #cdcdcd dashed; 
		vertical-align: middle;
		padding: 10px 2px;
	}

	.tbl_cate_01 thead th {
		border: 1px #cdcdcd dashed; 
		background: #f6f5ea;
		color: #494949;
		padding: 13px 7px 9px;
		word-break: keep-all;
		text-align: center;
	}

		.tbl_cate_01 thead th.cell_model {
			border-right: 1px #cdcdcd solid; 
		}

	.tbl_cate_01 tbody th {
		background: #2b2b2b;
		color: #fff;
		padding: 13px 2px 9px 15px;
		word-break: keep-all;
	}

	.tbl_cate_01 thead th.black {
		background: #2b2b2b !important;
		color: #fff !important;
		padding: 13px 2px 9px 15px !important;
		word-break: keep-all !important;
		text-align: left !important;
		border: 1px #cdcdcd dashed !important;
	}
	
	.tbl_cate_01 tbody td {
		text-align: center;
	}

	.tbl_cate_01 tbody td a:link	{ color: #1122cc; text-decoration: underline; font-weight: bold; }
	.tbl_cate_01 tbody td a:visited	{ color: #1122cc; text-decoration: underline; font-weight: bold; }
	.tbl_cate_01 tbody td a:hover	{ color: #bd0000; text-decoration: underline; font-weight: bold; }




/*-------------------------------------------------------------------------------

　ボタン

 -------------------------------------------------------------------------------*/


.btn_cate_subnav {
	width: 600px;
	margin: 20px auto 40px;
}
	
.btn_cate_subnav:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

	.btn_cate_subnav a {
		display: block;
		width: 255px;
		padding: 15px;
		background: #202020;
		font-size: 18px;
		text-align: center;
	}

	.btn_cate_subnav a:link		{ color: #fff; text-decoration: none; }
	.btn_cate_subnav a:visited	{ color: #fff; text-decoration: none; }
	.btn_cate_subnav a:hover	{ color: #fff; text-decoration: none; background: #bd0000; }




/*-------------------------------------------------------------------------------

　リスト

 -------------------------------------------------------------------------------*/

.rnk_cate {
	margin-top: 63px;
	position: relative;
}

	.cate_crown  {
		position: absolute;
		top: -63px;
		left: 72px;
	}


.list_cinderella-fit {
	margin-left: -15px;
}

	.list_cinderella-fit li {
		width: 250px;
		height: 360px; /* 固定...でいいかは要検討 */
		float: left;
		margin-left: 15px;
		margin-bottom: 15px;
		background: #efefef;
		padding-bottom: 15px;
	}

		.name_cate {
			padding: 13px;
			background: #131313;
			color: #fff;
			font-size: 16px;
			text-align: center;
		}

		.item-caption_cate {
			width: 220px;
			margin: 8px auto 8px;
			font-size: 12px;
			line-height: 18px;
		}

			.item-caption_cate a:link	{ color: #1122cc; text-decoration: underline; }
			.item-caption_cate a:visited	{ color: #1122cc; text-decoration: underline; }
			.item-caption_cate a:hover	{ color: #bd0000; text-decoration: underline; }

		.sub-copy_cate {
			width: 220px;
			margin: 8px auto -2px;
		}
		
		.sub-copy_cate:after {
			content: ".";
			display: block;
			visibility: hidden;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
		}
	
			.sub-copy_cate span {
				display: block;
				float: left;
				padding: 2px 5px;
				margin-right: 5px;
				background: #bd0000;
				color: #fff;
			}

		.icon_cate-status {
			width: 220px;
			margin: 0 auto -6px;
		}
	
			.icon_cate-status img {
				display: inline;
				margin-right: 5px;
				margin-bottom: 5px;
			}
		
		.adjust_recta {
			height: 250px;
			background: url(../img/bg_item-photo_recta.gif);
			display: block;
			vertical-align: middle;
		}

.bnr_cate_780 {
	margin-top: 15px;
	margin-bottom: 120px;
}
	
	.bnr_cate_780 li {
		margin-bottom: 15px;
	}

