@charset "utf-8";
/*::::::::::::::::::::::::::::::::::
TOPページ全体設定
:::::::::::::::::::::::::::::::::::*/
article#top_wrapper{
	width: 735px;
	margin: 0 auto;
	margin-bottom: 50px;
}

article#top_wrapper a{
	transition: 0.5s;
}

/*::::::::::::::::::::::::::::::::::
ヘッダー部分設定
:::::::::::::::::::::::::::::::::::*/
article#top_wrapper div#ikora_header{
	width: 735px;
	margin-bottom: 20px;
	position: relative;
}

/*:: パンクズリスト部分 :::::::::::::::::::::::*/
article#top_wrapper div#ikora_header p#pankuzu{
	margin-bottom: 20px;
}
/*:: ロゴ＆キャッチ部分 :::::::::::::::::::::::*/
article#top_wrapper div#ikora_header h1{
	margin-bottom: 20px;
}

/*:: ナビボタンとWEB初登場の囲い :::::::::::::::::::::::*/
article#top_wrapper div#ikora_header div#headinner{
	width: 735px;
	margin-bottom: 20px;
}

/* ナビボタン部分 */
article#top_wrapper div#ikora_header div#headinner nav ul li{
	display: inline;
	margin-right: 10px;
}

article#top_wrapper div#ikora_header div#headinner nav ul li:last-child{
	margin-right: 0;
}

/* ナビボタンhover設定 */
article#top_wrapper div#ikora_header div#headinner nav ul li a:hover{
	opacity: 0.5;
}

/*:: トップバナー部分 :::::::::::::::::::::::*/
article#top_wrapper div#ikora_header div#topbunner figure img{
	border-radius: 5px;
}

/*:: ロゴ＆キャッチ部分 :::::::::::::::::::::::*/
article#top_wrapper div#ikora_header h2{
	margin-bottom: 20px;
}

/*:: 商品NAV部分 :::::::::::::::::::::::*/
article#top_wrapper div#ikora_header div#shouhinnav{
	margin-top: 20px;
}
article#top_wrapper div#ikora_header div#shouhinnav ul li{
	width: 238px;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
article#top_wrapper div#ikora_header div#shouhinnav ul li:nth-child(3n){
	margin-right: 0;
}
article#top_wrapper div#ikora_header div#shouhinnav ul li a:hover{
	opacity: 0.5;
}

/*::::::::::::::::::::::::::::::::::
コンテンツ部分設定
:::::::::::::::::::::::::::::::::::*/
article#top_wrapper section.ikora_contents{
	width: 735px;
	margin-top: 0;
	padding-bottom: 40px;
}
/*:: 商品囲い部分 :::::::::::::::::::::::*/
article#top_wrapper section.ikora_contents div.shouhin{
	width: 735px;
}
article#top_wrapper section.ikora_contents div.shouhin p.scategory{
	width: 120px;
	margin-top: 30px;
	margin-left: 0;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	background: #c7b299;
	text-align: center;
	color: #fff;
}
article#top_wrapper section.ikora_contents div.shouhin p.scategory_text{
	width: 735px;
	border-top: solid 5px #c7b299;
	margin-left: 0;
	padding-top: 15px;
	margin-bottom: 15px;
}

/*:: 各商品ごとの設定 :::::::::::::::::::::::*/
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner{
	width: 733px;
	border: solid #ccc 1px;
	border-radius: 5px;
	margin-bottom: 20px;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner:last-child{
	margin-bottom: 0;
}
/* 商品タイトル */
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner h2{
	background: #f4eddc;
	padding: 4px 10px;
	font-weight: normal;
	border-radius: 3px 3px 0 0;
	font-size: 16px;
	font-weight: bold;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner h2 span{
	font-weight: normal;
	padding-right: 8px;
	padding-left: 1em;
	font-size: 12px;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner div.innerpac{
	width: 693px;
	padding: 20px;
}
/* 商品写真 */
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner figure{
	width: 245px;
	margin-right: 20px;
	float: left;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner figure a:hover{
	opacity: 0.5;
}
/* 表 */
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner table{
	width: 428px;
	margin-top: 10px;
	float: right;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner table th{
	width: 80px;
	border: solid #ccc 1px;
	padding: 4px 8px;
	background: #eee;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner table td{
	border: solid #ccc 1px;
	padding: 4px 8px;
}
/* 商品ページ誘導ボタン */
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner div.button{
	width: 428px;
	float: right;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner div.button p{
	width: 136px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner div.button p:nth-child(3n){
	margin-right: 0;
}
article#top_wrapper section.ikora_contents div.shouhin div.shouhin_inner div.button p a:hover{
	opacity: 0.5;
}

/*:: オプションバナー :::::::::::::::::::::::*/
article#top_wrapper section.ikora_contents div.optionbanner{
	margin-top: 20px;
}
article#top_wrapper section.ikora_contents div.optionbanner figure{
	margin-top: 20px;
}
article#top_wrapper section.ikora_contents div.optionbanner figure a:hover{
	opacity: 0.8;
}
article#top_wrapper section.ikora_contents div.optionbanner figure img.round{
	border-radius: 5px;
}