@charset "utf-8";
/* CSS Document */

#mustbuy {
	width:630px;
	margin:0 auto;
	background:url(../images/mustbuy_bg.gif) #ffa5bd;
	color:#333333;
	min-height: 1em;
    display: inline-table;
}
#mustbuy:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #mustbuy {
    height: 1em;
}

#mustbuy {
    display: block;
}
/**/


/* 枠組み */
#mustBox {
	width:610px;
	padding:0 10px 20px 10px;
	margin:0 auto;
}

#rigthBox {
	float:right;
	width:420px;
}


/* 左列バックナンバー */
#backnumber {
	background-color:#ec447e;
	width:160px;
	padding:10px;
	float:left;
}

.bnTitle {
	background:url(../images/bn_title.gif) no-repeat;
	color:#00a0e9;
	font-weight:bold;
	width:140px;
	height:17px;
	padding:3px 0 0 20px;
}

#backnumber ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#backnumber li {
	line-height:120%;
	padding: 5px 0px 5px 10px;
	background:url(../images/bn_icon.gif) no-repeat 0px 6px;
	text-decoration: none;
	font-size:10px;
	text-align:left;
}


/* 見出し */
#midashi {
	width:420px;
	height:40px;
	background:url(../images/midashi_bg.jpg) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-top:10px;
	margin-bottom:10px;
}

/* REICAコメント */
#reica {
	width:300px;
	height:65px;
	background:url(../images/reica_comment.gif) no-repeat;
	color:#ec447e;
	font-weight:bold;
	padding:15px 10px 0 110px;
	margin-bottom:10px;
}

/* 商品名 */
#mainName {
	width:420px;
	height:23px;
	background:url(../images/name_bg.gif) no-repeat;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-top:7px;
	margin-bottom:10px;
}

/* 商品写真 */
#mainPhoto {
	text-align:center;
	margin-bottom:10px;
}

/* ココにノックアウト */
#knockout {
	width:280px;
	height:120px;
	background:url(../images/knockout.gif) no-repeat;
	color:#00a0e9;
	padding:40px 130px 0 10px;
	margin-bottom:10px;
}

/* must buy point */
#mbp{
	background-color:#ffe3ef;
	border:5px solid #ec447e;
	width:410px;
	margin-bottom:10px;
}

#mbp ol {
	margin:10px 10px 0px 30px;
}

#mbp li {
	margin-bottom:10px;
}

/* 写真付き説明 */
#explanation {
	background-color:#ffffce;
	padding:10px;
	width:400px;
	color:#ec447e;
	margin-bottom:10px;
	min-height: 1em;
    display: inline-table;
}
#explanation:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #explanation {
    height: 1em;
}

#explanation {
    display: block;
}
/**/

#explanation img {
	float:left;
	padding-right:10px;
}


/* インフォメーション */
#info {
	color:#FFFFFF;
	padding:10px;
	width:400px;
	background-color:#00a0e9;
	margin-bottom:20px;
}




/* バックナンバーページ(20090812追加) +++++++++++++++++++++++++ */

#bnPage {
	width:590px;
	background-color:#ec447e;
	margin:10px auto;
	padding:10px;
}

#bnPage h1 {
	text-align:center;
	background-color:#FFFFFF;
	color:#00a0e9;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
	font-size:16px;
}

#bnPage ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#bnPage li {
	line-height:120%;
	padding: 10px 0px 5px 20px;
	background:url(../images/bn_icon.gif) no-repeat 10px 12px;
	text-decoration: none;
	text-align:left;
}










