@charset "Shift_JIS";
@import url("../../mura_01_Brand_print.css");

/* メインイメージブロック */
#monMainImg
{
	width:auto;
	height:auto;
	float:none;
}

#monMainLeft
{
	width: 241px;
	height:auto;
	float: left;
}
/* サブイメージブロック */
#monSubImg
{
	width:auto;
	height:auto;
	border-right: 1px solid #560A21;
	border-bottom: 1px solid #560A21;
	float:none;
}

/* 原料等説明ブロック */
#monMaterial
{
	padding: 9px 0px 0px 3px;
	width:auto;
	height:auto;
	font-size: 15px;
	text-align: left;
	line-height: 1em;
	background-color: #EBEBEB;
	border-right: 1px solid #560A21;
	float:none;
}
#monMaterial table
{
	table-layout: fixed;
	border-collapse: separate;
	border: none;
	width: 230px;
}
#monMaterial th
{
	padding-left: 2px;
	width: 85px;
	height: 23px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-color: #CCCCCC;
}
#monMaterial td
{
	padding-left: 2px;
	width: 138px;
	height: 23px;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#monMainRight
{
	width:435px;
	height:auto;
	float: left;
	text-align:left;
}
/* 商品説明ブロック */
#monText
{
	padding: 10px;
	width:414px;
	height: 273px;
	border-right: 1px solid #560A21;
	border-bottom: 1px solid #560A21;
	font-size: 14px;
	line-height: 1.4em;
	text-align: justify;
	float:none;
}
span.attention
{
	color: #CC0000;
}

/* アドバイザーからの一言ブロック */
#monAdvice
{
	width:434px;
	height: 176px;
	border-right: 1px solid #560A21;
	float:none;
}
#monAdviceImage
{
	width:434px;
	height: 27px;
	background: url(img/Mon_Advice.jpg) no-repeat;
	float:none;
}
#monAdviceText
{
	padding: 5px 10px;
	width:414px;
	height: 139px;
	font-size: 14px;
	line-height: 1.3em;
	text-align: justify;
	float:none;
}

/* 商品説明フッタブロック */
#monFooter
{
	width:auto;
	height: 27px;
	float:none;
	clear:both;
	background: url(img/Mon_Footer.jpg) no-repeat;
}
/* 購入ボタンリンク */
#monFooter a
{
	margin: 3px 5px 0px 0px;
	width: 72px;
	height: 20px;
	display: block;
	background: url(img/Mon_Get.jpg) no-repeat;
	float: right;
}
/* 購入ボタンロールオーバー */
#monFooter a:hover,
#monFooter a:active
{
	background-position: 0px -20px;
}

.mb1em {
	margin-bottom:1em;
}
