/* ▼▼▼▼▼ 商品個別固定ページの表示CSS ▼▼▼▼▼ */
/* ////////////// 商品説明 ////////////// */
/* 商品説明table･ボーダー等の指定 */
#item_detail table.style {
	border: 1px solid #999;
	width: 100%;
}

/* thの指定 */
#item_detail table.style tr th {
	width: 20%;
	font-weight: normal;
	background-color: #EAF2DB;
	text-align: center;
	padding: 10px;
	line-height: 1.4em;
}

/* tr tdの指定 */
#item_detail table.style tr td {
	width: 80%;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	line-height: 1.4em;
}

/* アレルゲン表示用フォント太字/赤字 */
#item_detail table.style tr th.font-bold {
	font-weight: bold;
	color: #cc0000;
}

#item_detail table.style tr td.font-bold {
	font-weight: bold;
	color: #cc0000;
}

/* ////////////// 商品概要 ////////////// */
/* 商品概要tableの指定 */
#outline table.style {
	border: none;
	width: 100%;
}

/* 商品概要-商品名 */
#outline table.style th p {
	margin: 0;
	color: #cc0000;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 商品概要-商品説明文 */
#outline table.style td {
	text-align: left;
	padding: 10px;
	font-size: 14px;
	line-height: 1.2em;
}

/* ////////////// レイアウト ////////////// */
/* レイアウト-商品画像用 */
#all_pro_photo {
	float: left;
	width: 45%;
	height: auto;
}

/* レイアウト-商品概要用 */
#outline {
	float: right;
	width: 50%;
}

/* レイアウト-商品詳細用 */
#item_detail {
	float: right;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ////////////// 商品画像要設定 ////////////// */
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#all_pro_photo p img {
	width: 100%;
}

/* ▲▲▲▲▲▲ 商品個別固定ページの表示CSS ▲▲▲▲▲▲ */
/* 商品大カテゴリ */
#cat_b table.cat_b_all {
	border: none;
	width: 600px;
}

#cat_b table.cat_b_all td {
	border: none;
	width: 33%;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#content table tr, #content table td {
	border: none;
}

/* のし説明 */
#noshi table.style {
	border: 1px solid #999;
	border-collapse: collapse;
	border: 0;
}

#noshi table.style th {
	border: 1px solid #999;
	font-weight: normal;
	background-color: #bedcf0;
	text-align: center;
	padding: 5px;
}

#noshi table.style tr td {
	border: 1px solid #999;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
}