@charset "utf-8";

/* =================================================
	shoppingのスタイル
================================================= */

@import "cart.css";
@import "mypage_shop.css";

#shopcont {
  width: 930px;
  color: #333333;
}

#shopcont h5
{
  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;
}


/*----------- ショップ左メニュー ----------------------------*/

#shopcont_left {
	text-align: left;
  float: left;
  width: 200px;
}

#shopcont_left #shop_category{
  border: 1px solid #9C6B43;
}

#shopcont_left #shop_category h4 {
  text-indent: -9999px;
  height: 38px;
  background-image: url(../images/shopping/category_list.gif);
}

#shopcont_left #shop_category ul {
}

#shopcont_left #shop_category ul a {
  color: #323E4E;
}

#shopcont_left #shop_category li {
  background-image: url(../images/mymenu/ico_list.gif);
  background-repeat: no-repeat;
  background-position: 3px center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A6A6A6;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
}

#shopcont_left #shop_category li a {
  color: #323E4E;
  display: block;
}
#shopcont_left #shop_category li a:hover {
  color: #CC0000;
}

#shopcont_left ul#shop_bnrlist li{
	margin-bottom:5px;
}

#shopcont_right {
  float: right;
  width: 700px;
}

#shopcont_right .search {
  width: 660px;
  text-align: left;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;  font-size: 90%;
  padding: 7px;
}

#shopcont_right .search .topic {
  color: #555555;
  font-weight: bold;
  background-color: #DDDDDD;
  padding: 2px;
  margin: 5px 0;
}

#shopcont_right .goods {
  width: 200px;
  margin-bottom: 20px;
  background-color: #ffffdd;
  border: 1px solid #F1E4C7;
  padding: 7px;
}
#shopcont_right .goods_empty {
  width: 200px;
  margin-bottom: 0px;
  background-color: #FFF;
  border: 0px solid #FFF;
  padding: 0px;
}
#shopcont_right .goods .comment {
  font-size: 80%;
  padding: 7px 0;
}
#shopcont_right .goods .status {
  font-size: 100%;
  text-align: right;
}
#shopcont_right table.goods_table td {
	vertical-align: top;
}

#shopcont_right div#tag_list {
	margin-top:20px;
}

#shopcont_right div#tag_list span{
	font-size:120%;
	line-height:1.8;
	margin-right:15px;
}

#minicart {
	width: 180px;
	border: 1px solid #DDDDDD;
	color: #555555;
	font-size: 80%;
	padding: 10px;
	margin: 20px 0px 20px 0px;	
}

#minicart .title {
	background-color:#9D5D2D;
	color:#FFFFFF;
	font-size: 100%;
	font-weight:bold;
	padding: 0px 10px;
	margin: 0px 0px 3px 0px;
}

#minicart .shop {

	background-color: #FEE0B4;
	color: #725632;
	padding: 0px 5px;
	margin: 7px 0px 0px 0px;
}

table.minicart-list {
	border: 1px;
	width: 100%;
	background-color: #EEEEEE;
	padding: 3px;
	margin: 0px 0px 3px 0px;
}

.minicart-list th {
	font-weight: bold;
}

.minicart-list td {
	text-align: right;
}

#minicart li {
	padding: 0px 20px;
}

#minicart span {
	font-weight: bold;
	color: #FF4200;
}

/*    --------商品詳細---------------------     */

#shopcont_right h6 {
  font-weight: bold;
  background-image: url(../images/common/ttl_bg2.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px 10px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 120%;
  color: #630;
}

#shopcont_right .goods-name {
  font-size: 100%;
  font-weight: bold;
  color: #993300;
  padding: 5px;
  margin-bottom:5px;
}

#shopcont_right .detail{
  width: 680px;
  margin-bottom: 10px;
}

#shopcont_right .detail h6 img{
	vertical-align: text-top;
}

#shopcont_right div.review div.review_inline{
	height:250px;
	border:solid 1px #cccccc;
	overflow:scroll;
}


#shopcont_right .detail .comment {
	text-align: left;
	font-size: 90%;
	color: #555555;
}

#shopcont_right .detail span.yellow {
  background-color: #FFCC66;
  color: #B86F0C;
  font-weight: bold;
}

#shopcont_right table.detail-block {
  border-top:1px solid #CCCCCC;
  width:680px;
}

#shopcont_right table.detail-list {
  float: right;
  width: 340px;
  margin: 5px;
  font-family: "“ヒラギノ角ゴ Pro W3″", "“Hiragino Kaku Gothic Pro W3″", "“メイリオ”", Meiryo, "“ＭＳ Ｐゴシック”", sans-serif;
  color: #725632;
  font-size: 100%;
}

#shopcont_right .detail-list th {
  width:35%;
  font-size:100%;
  color:#725632;
  font-weight:bold;
  background-color:#FEE0B4;
  padding:0.3em 1em;
}

#shopcont_right .detail-list td {
  font-size:90%;
  color:#333333;
  text-align:left;
  padding:0.3em 1em;
}


#shopcont_right .introduce {
	width: 673px;
  font-size: 130%;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #679E14;
  padding: 5px;
  margin:5px 0 0 0;
}

#shopcont_right .introbox {
  width: 650px;
  border: 1px solid #CCCCCC;  font-size: 90%;
  padding: 15px;
  margin: 0 0 5px 0;
}

#shopcont_right .feature {
  font-weight: bold;
  font-size: 120%;
  color: #9A6636;
}

#shopcont_right .kuchikomi {
  width: 680px;
  height: 50px;
  background-image: url(../images/shopping/kuchikomi.gif);
}

#shopcont_right .kuchikomibox {	
  color: #333333;
  font-size: 90%;
  width: 610px;
  padding: 10px 40px 10px 15px;
  border-bottom: 1px dotted #F4664E;
}

#shopcont_right .kuchikomibox .viewer {	
  width 600px;
  font-weight: bold;
  color: #F4664E;  
}

#shopcont_right .kuchikomibox .postday {	
  width 120px;
  font-weight: normal;
  float: right;
  color: #666666;
  text-align: center; 
}

#shopcont_right .k_button {	
  padding: 10px;
}




/*　--------  お買い物ガイド  ---------------------　*/

.shopguide {
	border: 1px dotted #DDDDDD;
	padding: 5px 5px 10px 5px;
	margin: 10px;
	font-size: 80%;
}

.shopguide .title {
	color: #555555;
	background-color: #DDDDDD;
	font-size: 110%;
	font-weight: bold;
	}

.shopguide span.check {
	color: #FF4200;
	font-weight: bold;
}

.shopguide span.pay_method {
	font-size:120%;
  color: #885522;
  font-weight: bold;
}


.shopguide span.shopname {
	font-size: 120%;
	font-weight: bold;
	color: #226633;
}

.shopguide table.pricelist {
	text-align: right;
	}

.shopguide table.pricelist th{
	background-color: #EEEEEE;
	color: #555555;
	font-weight: bold;
	text-align: center;
}
#shopcont_right table.box-detail-head td{
	vertical-align:top;
}
