@charset "shift-jis";
/* CSS Document */


/* 標準テキスト */

.normal-text{
	font-size:13px;
	line-height:1.8em;
	color:#333333;
	font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;
	border-collapse:collapse;
	}
	
.normal-text a{
	text-decoration:underline;
	color:#333}
	
.normal-text a:hover{
	text-decoration:none;
	color:#333}
	
/* 大きめ文字 */

.fontsize-15{
	font-size:15px;
	line-height:1.8em;
	color:#333333;
	font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;
	border-collapse:collapse;
	}

	
/* メインキャッチコピー */

.normal-text h4{
	font-size:23px;
	line-height:1.6em;
	color:#333333;
	font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-top:30px;
    margin-bottom: 20px;
}

/* 商品名 */

.normal-text h5{
	font-size:12px;
	letter-spacing:0.05em;
	line-height:1.8em;
	font-weight:bold;
    margin-bottom: 20px;
}

/* サブ見出し */

.normal-text h6{
	font-size:18px;
	line-height:2.0em;
	color:#333333;
	font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;
	margin-bottom:-3px;
	} 


/* サブ見出し(アパレル) */

span.title-apparel{
	border-bottom:solid 2px black;
	padding:0.5em 0.5em;
	line-height:1.5em;
	font-size:20px;
	font-weight:bold;	
}


/* イレギュラー 文章中の小文字テキスト */

.small-text{
	font-size:11px;
	line-height:1.3em;
	color:#333333;
	font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;
	}
	
.small-text a{
	text-decoration:underline;
	color:#333}
	
	
.small-text a:hover{
	text-decoration:none;
	color:#333}


/* スペック(表タイプ) */

.spec-table tr:nth-child(odd) td {  
  background-color: #f7f7f7;  
}

.spec-table tr:nth-child(even) td {  
  background-color: #fcfcfc;  
}

.spec-table td:nth-child(odd) {
	width:100px;
}
  
.spec-table tr td{
	padding:5px 10px;
	border-bottom:#f3f3f3 1px solid;
	vertical-align:top;
	}

.spec-table{
	font-size:12px;
	line-height:1.8em;
	letter-spacing:0.1em;
	color:#666;
	border-collapse:collapse;
	border:0px;
	}
	
	
/*------------------------------------------------
しましまスペック中の成分表
※<table>タグにid設定してください
------------------------------------------------*/


#spec-table-seibun{
	font-size:11px;
	line-height:1.4em;
	letter-spacing:0.1em;
	color:#666;
}

table#spec-table-seibun{
	border:0px;
	background-color:#FFF;
	border-collapse:collapse;
	margin:0px 10px 0px 0px;
	width:auto;
}

#spec-table-seibun td{
 	padding: 10px 10px;
 	text-align: center;
	background-color:#fcfcfc;
	vertical-align:middle;
	white-space:nowrap;
	width:auto;
	border-bottom:0px;
}
	
	
#spec-table-seibun td:last-child{
	border-right:1px solid #f1f1f1;
	border-bottom:0px;
}

#spec-table-seibun td:first-child{
	border-left:1px solid #f1f1f1;
	border-bottom:0px;
}

#spec-table-seibun tr:last-child td{
	border-bottom:1px solid #f1f1f1;
	padding-bottom:20px
}

#spec-table-seibun tr:first-child td{
	border-top:1px solid #f1f1f1;
	padding-top:20px;
}



/* スペック(アパレル) */

.spec-apparel tr td {
	border-bottom:#999 1px solid;
	vertical-align:top;
	border-collapse:collapse; 
	padding:15px 5px;
}
  
.spec-apparel{
	font-size:13px;
	line-height:1.8em;
	letter-spacing:0.1em;
	color:#4E4E4E;
	}


/* イレギュラー 角丸処理 */
.r15{
	border-radius: 15px;
}




/*---------------------------------------------------------------------
アパレルスペック内のサイズ表
※<table>タグに挿入してください。
----------------------------------------------------------------------*/

#spec-apparel-size{
	font-size:12px;
	line-height:1.8em;
	letter-spacing:0.1em;
	color:#4E4E4E;
	}
	
table#spec-apparel-size{
	border:1px #aaa solid;
	background-color: transparent;
	border-collapse:collapse;
	margin:20px 10px 20px 0px;
}

#spec-apparel-size td{
	border-bottom:#aaa solid 1px;
	border-right:#aaa dotted 1px;
 	padding: 10px 15px;
 	text-align: center;
	background-color:transparent;
	vertical-align:middle;
}

#spec-apparel-size th{
	border-bottom:#aaa solid 1px;
	border-right:#aaa dotted 1px;
 	padding: 10px 15px;
 	text-align: center;
	background-color:#f5f5f5;
	vertical-align:middle;
}

#spec-apparel-size tr:first-child td{
	background-color: #f5f5f5;
	font-weight:bold;
}

#spec-apparel-size td:first-child{
	font-weight:bold;
	width:100px;
	}
	



/* スペック(<p>タイプ) */

.spec-p tr td {  
  background-color: #f9f9f9;  
}
  
.spec-p tr td{
	padding:25px 30px 25px 35px;
}

.spec-p{
	font-size:12px;
	line-height:1.8em;
	letter-spacing:0.1em;
	color:#555555;
	}
	
.spec-p p{
  text-indent: -1em;
}

.spec-p tr td table.seibun{
	background: #fff;
	border-top: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-collapse:collapse;
	display: inline-block;
	margin:10px 20px 10px 0;
}

.spec-p tr td table.seibun tr td{
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #333;
	padding: 5px 30px;
	background: #fff;
	text-align: right;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
}

.spec-p table.seibun tr:first-child{
	background: #eee;
	text-align: center;
}


.spec-p table.seibun tr td:first-child{
	background: #eee;
	text-align: center;
}
	
/* ------------------------------------------------------------------------------
ブランド説明 

※ブランド説明が入る<table>タグの手前の<td>タグに入れてください。
---------------------------------------------------------------------------------*/

.brand-intro{
	padding:20px 20px 20px 0px;
	border-bottom:#A7A7A7 1px solid;
	border-top:#A7A7A7 1px solid;
	color:#333333;
	font-size:11px;
	line-height:1.5em;
	}
	
td.brand-intro table td{
	font-size:11px;
	line-height:1.5em;
	color:#333333;
	}

td.brand-intro table td p{
	font-size:11px;
	line-height:1.5em;
	color:#333333;
	}

td.brand-intro table td:first-child{
	width: 200px;
    text-align: center;
	}

.brand-intro td{
	padding-left:20px;
}

	
/* ------------------------------------------------------------------------------
リニューアル・価格改定のお知らせ 
---------------------------------------------------------------------------------*/

td.infomation{
	padding: 20px;
	border: 2px solid #333;
	color: #333;
	font-size: 14px;
}

td.infomation table{
	border: none;
	width: 100%;
	position: relative;
}

td.infomation p{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}

td.infomation span{
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
}

td.infomation table::after{
	content: "旧パッケージはこちら＞＞";
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 5px;
	right: 32%;
	color: #666;
}

td.infomation table td:first-child{
	padding-right: 40px;
	font-size: 14px;
	width: 70%;
	color: #333;
	line-height: 1.8em;
}

td.infomation table td:last-child{
	width: 30%;
}

td.infomation table td:last-child img{
	width: 100%;
}

/* ------------------------------------------------------------------------------
カテゴリページの画像リンク

オンマウスでボヤッと白くなる＆枠線が出てくる仕様です。
---------------------------------------------------------------------------------*/

.category-image a img{
margin-bottom: 2px;
border: 1px solid #fff;
transition: 0.2s;
}
.category-image a:hover img{
border-color: #ddd;
opacity: 0.8;
transition: 0.2s;
}

/* ------------------------------------------------------------------------------
画像リンクが

オンマウスでボヤッと白くなる仕様です。
---------------------------------------------------------------------------------*/

.normal-text a img{
transition: 0.2s;}
.normal-text a:hover img{
opacity: 0.8;
transition: 0.2s;
}


