@charset "shift_jis";
/*=========================================*/
/*layout*/
/*=========================================*/
body { color:#333333; }
#path { width:610px; }
#contents { width:740px; }
a:hover { text-decoration:underline; }

.bnr_opacity a:hover img {
	opacity:0.8;
	filter:alpha(opacity=60);
	zoom:1;
}
#contents{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}




/* 共通
-------------------------------------------*/
h2.sp{
	color:#4d4945;
	font-size:22px;
	padding:8px 20px 5px;
	border-top:2px #999 solid;
	border-bottom:2px #999 solid;
	margin:60px 0 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#eee;
	font-weight:400;
}

h3.sp{
	color:#666;
	font-size:30px;
	font-weight:400;
	margin:50px 0 10px;
	border-bottom:1px #666666 solid;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h4.sp{
	padding:5px 15px 4px;
	font-size:18px;
	margin:15px 0 10px;
	border:2px #ccc solid;
	font-weight:400;
}
h4.sp a:hover{text-decoration: underline;}
h4.sp span{font-size:14px;}


.t_aka{color:#a40000;}
.top_ap{
	padding:10px;
	border:2px #ccc dotted;
	margin:30px 0 30px
}
.ml10{margin-left:10px;}
.t_nomal{font-weight:400;}
.mb80{margin-bottom:80px;}








/* 商品一覧
----------------------------------------*/
.item_list div span{
	display:block;
}

.item_name{
	font-size: 11px;
	color: #424242;
}
.item_num{
	font-weight: bold;
	font-size: 14px;
	color: #424242;
}
.item_price{
	font-size: 14px;
	color: #E10A17;
	font-weight: bold;
}
/*機能・特徴*/
.labels{
	position: absolute;
	top: 5px;
	left: 10px;
}
.labels>.label{
	font-size: 12px;
	color: #666;
	background:white;
	display: inline-block;
	padding: 2px 4px;
	margin: 0 3px 3px 0;right:3px;
	border:1px solid #ccc;
}
.label.shako{
	font-size: 16px;
	margin-bottom: 3px;
	color: white;
	background: #374c9d;
}



/* .zoom4_1{position:absolute;top:90px;left:140px;}
.thum{
	width:190px;
	height:190px;
}
.txt_price{
	color:#a40000;
	font-size:13px;
	margin:2px 0 5px;
}
.txt_price span{
	font-size:15px;
	font-weight:600;
}
.txt_name{font-size:16px;}
.txt_name_mini{font-size:14px;}
.color_all{
	border:1px #666 solid;
	padding:2px 3px;
	border-radius:5px;
	display:inline-block;
	margin:5px 0 0 3px;
	background:#fff;
}
.color_cip{
	width:20px;
	height:20px;
	border-radius:10px;
	margin:5px 0 -5px 0;
}

.bg_itiran{
	background:#f2f2f2;
	padding:10px 0;
}
.bdr{border:1px #999 solid;} */



/*=========================================*/
/*個別*/
/*=========================================*/
/* 遮光
-------------------------------------------*/
/* table.tokyu,table.tokyu td,table.tokyu tr{
	border:1px #ccc solid;
	padding:5px;
}
table.tokyu th{
	border:1px #ccc solid;
	padding:5px;
	background:#eee;
}
.txt_itiran{
	font-size:20px;
	font-weight:600;
	margin:8px 0 0;
}
.cort{
	position:absolute;
	top:10px;
	right:0px;
} */

/* smile
-------------------------------------------*/
/* .tokucho{
	font-size:20px;
	border-bottom:2px #666 solid;
	padding:3px;
	margin:5px 0 10px;
	font-weight:600;
	color:#666;
} */





/* 〜で選ぶジャンルトップから移植用（画面幅740px版）
###############################################*/
.w_jtop{
	width: 100%;
	margin: 0 auto 40px;
}

/* ナビゲーション部分 */
#JTOP_NAV {
	/* width: 80%; */
	margin: 0 auto 80px;
}

/* タイプ別おすすめ */
#JTOP_NAV_TYPE > ul {
	column-gap: 2.66%;
}

/* 色で選ぶ */
#JTOP_NAV_COLOR > ul {
	column-gap: 2.66%;
}
/* ナビゲーション部分 */
#JTOP_NAV { margin-bottom: 80px; }

/* タイプ別おすすめ */
#JTOP_NAV_TYPE > ul {
	display: flex;
	flex-wrap: wrap;
}
#JTOP_NAV_TYPE > ul >li {
	width: 22%;/*23%*/
	background: #8e7e72;
	padding: 5px 0;
	border: 1px solid #72655b;
	border-radius: 6px;
	margin-bottom: 10px;
}
#JTOP_NAV_TYPE > ul >li >a {
	color: #fff;
	display: block;
	text-align: center;
}

/*色で選ぶ*/
#JTOP_NAV_COLOR > ul{
	display: flex;
	flex-wrap: wrap;
}
#JTOP_NAV_COLOR > ul >li {
	width: 22%;/*23%*/
	padding: 5px 0;
	border-radius: 6px;
	margin-bottom: 10px;
}
#JTOP_NAV_COLOR > ul >li.nav_color_white {
	border: 1px solid #999;
}
#JTOP_NAV_COLOR > ul >li.nav_color_beige {
	background: #f5f0e6;
	border: 1px solid #f5f0e6;
}
#JTOP_NAV_COLOR > ul >li.nav_color_gray {
	background: #CCC;
	border: 1px solid #CCC;
}
#JTOP_NAV_COLOR > ul >li.nav_color_brown {
	background: #af7662;
	border: 1px solid #af7662;
}
#JTOP_NAV_COLOR > ul >li.nav_color_black {
	background: #333;
	border: 1px solid #333;
}
#JTOP_NAV_COLOR > ul >li.nav_color_blue {
	background: #BAD3FF;
	border: 1px solid #BAD3FF;
}
#JTOP_NAV_COLOR > ul >li.nav_color_green {
	background: #CBFFD3;
	border: 1px solid #CBFFD3;
}
#JTOP_NAV_COLOR > ul >li.nav_color_yellow {
	background: #fff281;
	border: 1px solid #fff281;
}
#JTOP_NAV_COLOR > ul >li.nav_color_red {
	background: #ff8e8e;
	border: 1px solid #ff8e8e;
}
#JTOP_NAV_COLOR > ul >li >a {
	color: black;
	display: block;
	text-align: center;
}
#JTOP_NAV_COLOR > ul >li.nav_color_black >a,
#JTOP_NAV_COLOR > ul >li.nav_color_brown >a,
#JTOP_NAV_COLOR > ul >li.nav_color_red >a
 {
	color: white;
}

/* メーカーで選ぶ */
#JTOP_NAV_MAKER > ul > li {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	font-size: 12px;
}
#JTOP_NAV_MAKER > ul > li > a {
	border: 1px solid #333;
	border-radius: 6px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
    #JTOP_NAV_MAKER > ul > li {
        width: 30%;
    }
#JTOP_NAV_MAKER > ul > li > a,#JTOP_NAV_MAKER > ul > li > a > p{ width: 100%;}
#JTOP_NAV_MAKER > ul > li > a img {
	display: inline;
	width: 70%;
	vertical-align: middle;
	height: auto;
}
	#JTOP_NAV_MAKER > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 2.5%;
		row-gap: 10px;
	}
/*###############################################*/
/*PC用*/
/*###############################################*/
@media screen and (min-width: 481px) {
	.w_jtop{
		width: 760px;
	}

	/* ナビゲーション部分 */
	#JTOP_NAV { width: 80%; margin: 0 auto 80px; }

	/* タイプ別おすすめ */
	#JTOP_NAV_TYPE > ul {
		column-gap: 2.66%;
	}

	/* 色で選ぶ */
	#JTOP_NAV_COLOR > ul {
		column-gap: 2.66%;
	}

	#JTOP_NAV_MAKER > ul > li { width: 17%; }
	#JTOP_NAV_MAKER > ul > li > a { height: 41px; }
}









































