@charset "utf-8";


/* =================================================
	特集ページ等用のスタイル
================================================= */
/* ----------------------------------------------
	段組み
------------------------------------------------- */

/*680ピクセル2段*/

.column-box-1{
  width: 330px;
  float: left;
}
.column-box-2{
  width: 210px;
  float: left;
}
.column-box-3a{
  width: 180px;
  float: left;
  font-size: 90%;
}
.column-box-3b{
  width: 430px;
  float: left;
}
.column-box-4a{
  width: 210px;
  float: left;
  font-size: 90%;
  margin-right: 30px;
}
.column-box-4b{
  width: 650px;
  float: left;
}

.box_detail_head {
	width: 680px;
	margin-bottom: 20px;
}

/* ----------------------------------------------
	文字
------------------------------------------------- */
.font1 {
  line-height: 1.5;
  color: #6B5A53;
}

/* ----------------------------------------------
	特集ページ
------------------------------------------------- */

/*賞品紹介ページ切り替えタブ*/
.goods-tab {
  clear: both;
  height: 38px;
  font-size: 12px;
}
.goods-tab  li a{
  display:block;
  height:100%;
  color: #FFFFFF;
  background-image: url(../images/tokusyu/images/tab_off.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  font-weight: normal;
}
.goods-tab ul {}
.goods-tab li {
  list-style-type:none;
  height:38px;
  float:left;
  background-image: url(../images/tokusyu/images/tab_on.gif);
  background-position: bottom;
  width: 130px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 38px;
  font-weight: bold;
}

/* ----------------------------------------------
	レビュー
------------------------------------------------- */
.box_review{
  padding: 15px;
  margin-bottom: 20px;
  border: 1px none #CCCCCC;
  background-color: #E8E8E8;
  background-image: url(../images/common/bg_asa2.jpg);
}
.box_review_inner{
  padding: 10px;
  background-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D1C29C;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D1C29C;
}
.box_review_viewer{
  width: 150px;
  float: left;
  text-align: center;
  font-size: 120%;
  color: #666666;
}
.box_review_contents{
  float: right;
  width: 720px;
}
.box_review h4{

}
/*評価*/
.box_review span.star　{
  color: #FF6600;
}
/*見出し*/
.box_review span.mds{
  float: left;
  font-weight: bold;
  color: #666600;
}
/*投稿日*/
span.postday{
  color: #666666;
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  font-size: 84%;
  float: right;
  font-weight: normal;
}
/*レビュー文*/
.txt_review{
  clear: both;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #FFCC66;
  padding-top: 5px;
  padding-bottom: 5px;
}


h4.leaftopic{
  background-image: url(../images/shopping/selected_category.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 42px;
  font-family: "“ヒラギノ角ゴ Pro W3″", "“Hiragino Kaku Gothic Pro W3″", "“メイリオ”", Meiryo, "“ＭＳ Ｐゴシック”", sans-serif;
  font-size: 120%;
  color: #7F3800;
  line-height: 42px;
  padding-left: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
