/* ショップページ用CSS */

@import "goods-list-style.css";/*商品一覧用CSS読み込み*/
@import "goods-detail-style.css";/*商品詳細用CSS読み込み*/

/* ショップページコンテンツ設定（ナビ無し） */
#main-box{
	text-align:center;
}
#s-navi{
	text-align:left;
}
#content-box{
	width:508px;
	float:right;
	margin:0 auto 10px;
	text-align:left;
}

/* h2タイトル表示 */
#content h2{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-left: 7px;
	padding:10px 0 0 0;
	text-indent:0px;
}

/* ショップヘッダ画像 */
#shop-header{
	width:508px;
	float:right;
}

#shop-image{
	text-align:center;
}
/* ショップ紹介枠 */
#shop-info{
	clear:both;
	background:url(../img/bg-shopinfo.gif) 10px 10px no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:8px;
	padding-left:80px;
	padding-bottom:8px;
	border:1px solid #949293;
}
#shop-info:after{content:"";display:block;clear:both;}
#shop-info img{
	margin-top:2px;
	margin-right:2px;
}
/* ship & mention */
.mention-tab {
	font-size:82%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0.5em 0 1em 7px;
	padding: 0;
}
.mention-tab .komoku {
	width: 30%;
}
.mention-tab th,
.mention-tab td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0;
	padding: 5px;
}
.mention-tab th{
	white-space:nowrap;
}
.ship{
	font-size:82%;
}
.ship p {
	margin-left: 7px;
	margin-bottom: 3px;
}
.ship h3 {
	font-size: 110%;
	font-weight: bold;
	color: #BC1818;
	padding: 0.5em 0;
	margin-left: 7px;
}
.ship .carri-tab,
.ship .comis-tab,
.ship .cool-tab{
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0 0 1em 7px;
	padding: 0;
}
.ship .carri-tab th,
.ship .comis-tab th,
.ship .cool-tab th,
.ship .carri-tab td,
.ship .comis-tab td,
.ship .cool-tab td{
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0;
	padding: 5px;
}
.ship .carri-tab th,
.ship .comis-tab th,
.ship .cool-tab th{
	text-align: center;
	background: #EFF3F4;/* 送料テーブル項目名背景色 */
}
.ship .carri-tab th.nowrap{
	white-space:nowrap;
}
.ship .carri-tab td,
.ship .comis-tab td,
.ship .cool-tab td {
	text-align: center;
}
.ship .comis-tab .price {
	width: 40%;
}
.ship .cool-tab .price {
	width: 60%;
}
.ship .ship-title{
	font-size:110%;
	font-weight:bold;
}
/* ショップ問い合わせ画面設定 */
#content h2#inquiry{
	background:none;
}
#content #inquiry-form{
	font-size:90%;
	margin-left:20%;
}
#content #inquiry-form .item{
	margin-top:10px;
}
#content #inquiry-form .submit-btn{
	margin-top:10px;
	margin-left:100px;
	margin-bottom:10px;
}
#content #inquiry-form .confirm-btn{
	margin-bottom:10px;
}
#content #inquiry-form .confirm-btn form{
	display:inline;
	margin-bottom:10px;
}

/* 各タイトルh2設定(未使用) */
/*#content h2#allgoods {background:url(../img/tit-allgoods.gif) 0 0 no-repeat;}ショップページ全商品*/
/*#content h2#ship {background:url(../img/tit-ship.gif) 0 0 no-repeat;}ショップページ送料･手数料*/
/*#content h2#mention {background:url(../img/tit-mention.gif) 0 0 no-repeat;}ショップページ特定商取引法に基づく表記*/
/*#content h2#shopinfo {background:url(../img/tit-shopinfo.gif) 0 0 no-repeat;}商品詳細画面ショップ紹介*/


