@charset "shift_jis";

/* ================================================

	jk.css

================================================ */





/* ポップアップで表示される画面 .popup
------------------------------------------------ */
body.popup {
	margin: 0;
	background: url(/pc/img/jk/popup_bg.jpg) 0 0 repeat-x;
}
body.popup #wrap {
	width: 600px;
	margin: 0 auto;
}


/* ポップアップで表示される画面のヘッダー
------------------------------------------------ */
.popup #header {
	padding: 7px 14px 0 14px;
	width: 572px;
	height: 49px;
}
.popup #header h1 {
	width: 255px;
	height: 42px;
	margin-right: 43px;
	margin-bottom: 0;
	float: left;
	overflow: hidden;
}
.popup #header .close {
	float: right;
	padding-top: 5px;
}
.popup .shop_title {
	padding: 5px 0 0 14px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
}
/* ポップアップで表示される画面の項目を設定
------------------------------------------------ */
.popup .campaign {
	width: 572px;
	margin: 20px 14px;
}
.popup .campaign .title {
	padding-left: 14px;
	font-size: 110%;
	font-weight: bold;
	color: #f00;
}
.popup .campaign .detail {
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 0;
}

.popup .subtitle {
	padding: 10px 14px 10px 36px;
	width: 550px;
	background: #eee url(/pc/img/jk/popup_subtitle.jpg) 14px center no-repeat;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.popup .entry{
	font-weight: bold;
	font-size: 14px;
	margin-left: 14px;
}
.popup .text {
	width: 572px;
	margin: 0 14px 1.0em;
}
.popup #shop_info {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}
.popup .price,
.popup .points {
	color: #f60;
	font-weight: bold;
}

/* ポップアップで表示される画面のフッター
------------------------------------------------ */
.popup #footer {
	background: url(/pc/img/common/border_dot_01.gif) left top repeat-x;
	padding-top: 16px;
	padding-bottom: 16px;
}
/* 都道府県別の送料の表
------------------------------------------------ */
.popup #ship_fee_prefecture {
	width: 570px;
	margin: 0 auto 20px;
}
.popup #ship_fee_prefecture td {
	padding: 10px;
	border: 1ps solid #fff;
	background: #f2f2f2;
	border: 1px solid #fff;
	word-wrap: break-all;
	word-break: keep-all;
	line-height:1.5em;
}
.popup #ship_fee_prefecture td.fee_name,
.popup #ship_fee_prefecture td.ship_fee {
	text-align: center;
}
.popup #ship_fee_prefecture td.ship_fee {
	background: #efe9e9;
}
/* 購入金額別の代引き手数料の表
------------------------------------------------ */
.popup #chargeFeeTable {
	width: 300px;
	margin: 0 14px 20px;
}

.popup #chargeFeeTable td{
	padding: 10px;
	border: 1ps solid #fff;
	background: #f2f2f2;
	border: 1px solid #fff;
	word-wrap: break-all;
	word-break: keep-all;
	text-align: left;
}
.popup #chargeFeeTable td.fee {
	text-align: right;
	background: #efe9e9;
}

.popup #about_deals {
	margin-left: 14px;
	margin-bottom: 20px;
}
.popup #about_deals li {
	margin-bottom: 10px;
}

/* お店へのお問い合わせの入力
------------------------------------------------ */
.userQuery .shop_title {
	margin-bottom: 20px;
}
.userQuery .note {
	margin-left: 12px;
	line-height: 1.5em;
	margin-bottom: 1.0em;
}

