@charset "utf-8";

/* shop CSS

Index
------------------------------------------------------------
※□ディレクトリ（単一ページは省略）
　●静的ページ
　★CMSページ
　▲formページ
------------------------------------------------------------
□1. 商品ページ（HOME/shopping/）
　★1-1. 商品一覧
　★1-2. 商品詳細

□2. 規約等ページ（HOME/guide/）
  ●2-1. 買物方法
  ●2-2. 利用規約
  ●2-3. 特商法表記義務
  ●2-4. 個人情報保護方針

□3. registフォルダ内設定（HOME/regist/）
  ●3-1. カートの中身
  ●3-2. メール＆パス／forgetpass＆changemail設定
  ●3-3. 送信入力
  ●3-4. 送信内容確認
  ●3-5. 送信

------------------------------------------------------------*/
/*============================================================
□1. 商品ページ（HOME/shopping/）
============================================================*/
/* selector (#container) */
.shop {}

.shop #title {
  background-image: url(../shop/images/title_bg.jpg);
}

/*== shop_ctgry_nav ========================*/
/* shop_ctgry_nav config -> base.css 6. other */
.shop .shop_ctgry_nav {
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.shop .shop_ctgry_nav dt {
  padding-top: 60px;
}

/*== ctgry title ========================*/
.shop .ctgry_title {
  width: 1000px;
  margin: 40px auto 20px;
  color: #642d15;
  font-size: 28px;
  text-align: left;
}

/*------------------------------------------------------
　★1-1. 商品一覧
------------------------------------------------------*/
.shop #list {
  position: relative;
  width: 960px;
  margin: 0 auto 30px;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #ffffff;
}

.shop #list .repeat {
  float: left;
  width: 280px;
  padding: 30px 20px;
}

.shop #list .photo {
  margin-bottom: 8px;
}

.shop #list h5{
  margin: 0 3px 8px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 21px;
}

.shop #list .price {
  margin-bottom: 8px;
  font-weight: bold;
  text-align: right;
}

/*------------------------------------------------------
　★1-2. 商品詳細
------------------------------------------------------*/
.shop #detail {
  position: relative;
  width: 920px;
  margin: 0 auto 30px;
  padding: 40px 40px 20px;
  border-radius: 4px;
  background-color: #ffffff;
}

/*== block 1 ========================*/
.shop #detail .bloc01 {
  float: right;
  width: 300px;
  padding-bottom: 20px;
}

.shop #detail .bloc01 h5 {
  margin: 20px auto;
  color: #f56800;
  font-size: 24px;
  font-weight: bold;
  text-align:left;
}

.shop #detail .bloc01 .price {
  margin: 0 auto 20px;
  padding: 15px 10px;
  border: 1px solid #d3d8bc;
  background: url(../common_img/bg_pattern03.png);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.shop #detail .bloc01 .price span {
	font-size:10px;
	}
.shop #detail .bloc01 .text {
  overflow: hidden;
  text-align: left;
  line-height: 1.8;
}
.shop #detail .bloc01 .text strong {
	display:block;
	margin-bottom:8px;
	}
/*== block 2 ========================*/
.shop #detail .bloc02 {
  float: left;
  width: 580px;
  margin:0;
  text-align: center;
  line-height:1.8;
}
.shop #detail .bloc02 li {
	margin-bottom:25px;
	
	}
.shop #detail .bloc02 p {
	text-align:left;
	padding-top:10px;
	}

/*----- target image -----*/
#swapImage .photo {
  overflow:hidden;
  width: 482px;
  height: 362px;
  margin: 0 auto 10px;
}

#swapImage #targetImg {
  position: relative;
  width: 482px;
  height: 362px;
}

#swapImage .photo span {
  display: table-cell;
  width: 480px;
  height: 360px;
  border: 1px solid #ffffff;/*IE7縦中央揃に必須*/
  line-height: 360px;
  vertical-align: middle;
}

#swapImage .mask {/*フェード用マスク要素 js制御 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

/*----- thumbnail ------*/
#swapImage .thumbnail {
  font-size: 0;
  line-height: 0;
}

#swapImage .thumbnail li {
  display:inline;
  margin-left: 13px;
  vertical-align: top;
}

#swapImage .thumbnail li:first-child {
  margin-left: 0;
}

#swapImage .thumbnail li span {
  overflow: hidden;
  display: inline-block;
  width: 152px;
  height: 115px;
  background-color: #f1f1f1;
}

#swapImage .thumbnail li a,
#swapImage .thumbnail li a:link,
#swapImage .thumbnail li a:visited {
  display: table-cell;
  width: 150px;
  height: 113px;
  line-height: 113px;
  border:1px solid #dddddd;/*IE7縦中央揃に必須*/
  text-align: center;
  vertical-align: middle;
}

#swapImage .thumbnail li a:hover,
#swapImage .thumbnail li a:active,
#swapImage .thumbnail li a:focus {
  border:1px solid #dddddd;
}

/*== block 3 ========================*/
.shop #detail .bloc03 {
  margin: 10px auto 15px;
  float: right;
  width: 300px;
  text-align:left;
}
.shop #detail .bloc03 .price_txt {
	width:160px;
	float:left;
}
.shop #detail .bloc03 .price_txt strong {
	font-size:20px;
	color:#900;
	font-weight:bold;
	}
.shop #detail .bloc03 .price_txt span {
	font-size:12px;
	}
.shop #detail .bloc03 .quantity_txt {
	width:120px;
	margin-top:5px;
	float:right;
}


.shop #detail .bloc03 dl {
	width: 280px;
	padding: 10px;
	margin-bottom:10px;
	border-radius: 4px;
	background-color: #f9eddf;
	text-align: left;
}

.shop #detail .bloc03 dt {
  display: block;
  font-size:12px;
  font-weight:bold;
}

.shop #detail .bloc03 dd {
  display: inline;
}

.shop #detail .bloc03 .note {
  color: #666666;
  font-size: 12px;
}

.shop #detail .bloc03 .tel {
	margin-top:15px;
}

/*== block 4 ========================*/
.shop #detail .bloc04 {
  margin-bottom: 30px;
  float: right;
  width: 300px;
  font-size:13px;

}

.shop #detail .bloc04 table {
  width: 300px;
  margin: 0 auto 0 -2px;
  border-collapse: separate;
  border-spacing: 2px;
}

.shop #detail .bloc04 th {
  width: 100px;
  padding: 15px 10px;
  background: url(../common_img/bg_pattern03.png);
  color: #642d15;
  font-weight: bold;
  text-align: left;
}

.shop #detail .bloc04 td {
  padding: 15px 15px;
  background-color: #f1f1f1;
  text-align: left;
}

/*============================================================
□2. 規約等ページ（HOME/guide/）
============================================================*/
/* selector (#main) */
.guide {}

.guide #title {
  background-image: url(../guide/images/title_bg.jpg);
}

/*== 規約等ページ共通設定 ========================*/
.guide_article {
  position: relative;
  margin: 0 auto 20px;
  padding: 0px 10px 0px;
}

/*-- title ----------*/
.guide_article h4 {
	padding:10px 0px 10px 0px;
	margin:20px 0px 15px 0px ;
	font-weight:bold;
	color:#fff;
	font-size:120%;
	text-align:center;
	background:url(../common_img/h3_bg01.png) repeat center top;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.guide h5 {
  margin: 10px 10px 15px;
  padding: 10px;
  border-radius: 4px;
  background-color: #f9eddf;
  font-weight: bold;
  text-align: left;
}

.guide h6 {
  margin: 0 10px 10px;
  color: #78b805;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

/*-- text ----------*/
.guide .txt01 {
  margin: 0 10px 20px;
  text-align: left;
  line-height: 1.8;
}
.guide .txt02 {
  margin: 0 10px 20px;
  text-align: left;
  line-height: 1.5;
}

/*-- table ----------*/
.guide table {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: separate;
  border-spacing: 2px;
}

.guide table caption {
  margin: 0 2px;
  padding: 5px;
  border: 1px solid #d8c7bc;
  background: url(../common_img/bg_pattern02.png);
  color: #642d15;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.guide table th {
	background: url(../shop/images/bg_pattern03.png);
	padding: 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	color: #642d15;
}

.guide table td { 
  padding: 10px;
  background-color: #f1f1f1;
  text-align: left;
}

/* セル縦列 */
.guide table .col01 {
	width: 33%;
	text-align: center;
}

.guide table .col02 {}

.guide table .col03 {
  text-align: right;
}

/* td中のリスト */
.guide table td ul { 
  padding: 10px 15px;
}

/*-- 返品について（ご利用規約/特商法） ----------*/
.guide_returned {
  text-align: left;
}

.guide_returned dt {
  display: list-item;
  list-style: inside disc;
  margin: 10px 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.guide_returned dt.first_child {
  margin-top: 0;
}

.guide_returned dd {
  padding: 0 12px 0 26px;
  text-align: left;
  line-height: 1.8;
}

/* テーブルの中（特商法）*/
td .guide_returned dt {
  margin-left: auto;
  margin-right: auto;
}

td .guide_returned dd {
  padding: 0 0 0 16px;
}


/*== 規約等ページ コンテンツ別設定 ========================*/


/*-- ご利用規約 ----------*/

/* お支払方法 */
.guide_table01 {
  margin-bottom: 20px;
}

/* 送料 */
.guide_table02 {
  margin-bottom: 20px;
}


/*-- 特商法 ----------*/
.guide_table03 {
  margin-bottom: 20px;
}


/*-- 個人情報 ----------
　※→ base.css 5-7. privacy policy に記述 */


/*============================================================
□3. registフォルダ内設定（HOME/regist/）
============================================================*/
/* selector (#main) */
.regist {
padding:0 10px 0;
}

.regist #title {
  background-image: url(../regist/images/title_bg.jpg);
}

.regist #sec01 {
  width: 100%;
  margin: 20px auto 40px;
  padding: 40px;
  border-radius: 4px;
  background-color: #ffffff;
}


/*-- title ----------*/
.regist #sec01 h3 {
  margin-bottom: 40px;
}

.regist h4 {
  margin: 20px auto;
  border-radius: 4px;
  padding: 10px;
  background-color: #f9eddf;
  background: url(../common_img/bg_pattern02.png);
  color: #642d15;
  font-size: 100%;
  text-align: left;
}

.regist h5 {
  margin: 0 auto 10px;
  border-bottom: 1px solid #999999;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}


/*== カート現在地表示・テーブル ========================*/
.cartflow {
  width: 100%;
  margin: 10px auto 20px;
  padding:10px 0 0 0;
}

.cartflow table {
  width: 100%;
  margin: 0px auto 0;
}

.cartflow td {/*矢印*/
  width: 10px;
  vertical-align:middle;
}

.cartflow th {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e2d2b7;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.cartflow th.cartflow-now {/*現在地*/
  background-color: #ff8400;
  color: #ffffff;
}

.cartflow th.cartflow-none {/*未処理*/
}

.cartflow th.cartflow-fin {/*処理済*/
  color: #999999;
}

.tit_regist{
background: url(../common_img/bg_pattern02.png) repeat 0 0;
border-radius: 4px;
padding:5px 5px;
color:#642d15;
font-size:110%;
margin-bottom:15px;
}

/*== テキスト ========================*/

/* 注意書き等 */
.cart-p {
  margin: 0 auto 10px;
  text-align: left;
}

/* 個人情報保護方針をご一読ください */
#price-info2 {
  padding: 5px 0 20px;
  text-align: center;
}

/* 価格注釈　金額は税込です。*/
#price-info {
  padding: 5px 0 20px 0;
  text-align: left;
}

/* エラーメッセージ */
#error-disp p {
  padding: 20px;
  text-align: center;
  color: #ff0000;
  font-weight: bold;
}

#error-disp form {
  padding-top: 10px;
  text-align: center;
}


/*== ページ移動 ========================*/

/* 続けるorお会計（TMPL_cartList.html） */
.step-jump4 {
  margin: 10px auto 20px;
  width:200px;
}

.step-jump4 li {
  display: block;
  padding: 0 0px 10px;
}

/* 次に進む */
.step-jump {
  padding: 10px 0;
  text-align: center;
}

/* next back */
.step-jump2 {
  width: 100%;
}

#step-left {
  margin: 0px;
  padding: 10px 0px;
  text-align: left;
  vertical-align:  top;
}

#step-left form {
  text-align: left;
}

#step-right {
  margin: 0px;
  padding: 10px 0;
  text-align: right;
  vertical-align:  top;
}

/*------------------------------------------------------
  ●3-1. カートの中身
TMPL_cartList.html
TMPL_input.html ＆ TMPL_confirm.html
------------------------------------------------------*/

/* 残り○○○円で送料無料！（TMPL_cartList.html）*/
#muryou {
  float: right;
  padding: 5px 0 0;
  font-weight: bold;
  text-align: right;
}


/*== カートの中身・テーブル ========================*/
#cartlist-table,
#cartcheck {
  width: 100%;
  margin: 0 auto 0 -4px;
  border-collapse: separate;
  border-spacing: 2px;
}

#cartlist-table th,
#cartcheck th {
  padding: 5px;
  background: url(../common_img/bg_pattern04.png);
  color: #642d15;
  font-weight: bold;
}

#cartlist-table td,
#cartcheck td {
  padding: 5px;
  background-color: #f1f1f1;
}

/* カートの中身・テーブルヘッダー */
#cartlist-table thead th,
#cartcheck thead th {
  white-space: nowrap;
}

/* カートの中身・テーブルボディ　～繰り返し部分～ 
#cartlist-table tbody td,
#cartcheck tbody td {}*/

/* カートの中身・テーブルフッター　～小計部分～ */
#cartlist-table tfoot th,
#cartcheck tfoot th {
  text-align: right;
}

#cartlist-table tfoot td,
#cartcheck tfoot td {
  padding-right: 10px;
  text-align: right;
}

/* セル縦列別設定　横幅＆ text-align */
#cartlist-table .col01,
#cartcheck .col01 {/*商品番号*/
}

#cartlist-table .col02,
#cartcheck .col02 {/*商品名*/
  width: auto;
  padding-left: 10px;
  text-align: left;
}

#cartlist-table .col03,
#cartcheck .col03 {/*数量*/
}

#cartlist-table .col04,
#cartcheck .col04 {/*金額*/
  padding-right: 10px;
  text-align: right;
}

#cartlist-table .col05,
#cartcheck .col05 {/*削除ボタン*/
}

#cartlist-table .col06,
#cartcheck .col06 {/*追加ボタン*/
}


/*------------------------------------------------------
  ●3-2. メール＆パス／forgetpass＆changemail設定
------------------------------------------------------*/
/*-- ラッパー ----------*/
#cart-pw {
  margin: 0 auto 20px;
  padding: 20px;
  background: #f1f1f1;
}


/*-- フォーム入力フィールドセット ----------*/
#cart-pw fieldset {
  border: none;
}

#cart-pw legend {
  margin: 0 auto 20px;
  padding: 0;
  border-left: 5px solid #ff8400;
  font-weight: bold;
  text-align: center;
}


/*-- 中のテーブル ----------*/

/* 中のテーブル・共通 */
#cart-pw table {
  margin: 0 auto 20px;
}

/* 中のテーブル・セル枠無し */
#cart-pw table td {
  padding: 5px;
  text-align: left;
  font-size:90%;
}

/* 中のテーブル・ボーダーつき */
#cart-pw #pw-input {
  border: 3px double #dddddd;
  background: #ffffff;
}
#cart-pw #pw-input td {
  text-align: left;
}
#cart-pw table td label {
  display: block;
  margin: 0 0 0 auto;
  padding: 0 0 0 5px;
  text-align: left;
}


/*== forgetpass＆changemail ========================*/

/* 中のテーブル・ボーダーつき */
#cart-pw #pw-input2 {
  border: 3px double #dddddd;
  background: #ffffff;
}

/* 中のテーブル・ボーダーつきセル内　見出し部 */
#cart-pw #pw-input2 th {
  padding: 5px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* 中のテーブル・ボーダーつきセル内 */
#cart-pw #pw-input2 td {
  padding: 5px;
  text-align: left;
}

#cart-pw #pw-input2 th label {
  display: block;
  margin: 0 0 0 auto;
  padding: 0 0 0 5px;
  text-align: left;
}

#cart-pw #pw-input2 .forget {
  padding-top: 5px;
  font-size: 12px;
}


/*------------------------------------------------------
  ●3-3. 送信入力
  ●3-4. 送信内容確認
------------------------------------------------------*/
.input-data,
.check-data {
  width: 100%;
  margin: 0 auto 0 -4px;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: left;
}

/* 項目 */
.input-data th,
.check-data th {
  padding: 5px;
  background: url(../common_img/bg_pattern04.png);
  color: #642d15;
  font-weight: bold;
}

/* 内容 */
.input-data td,
.check-data td {
  padding: 5px;
  background-color: #f1f1f1;
}


/* 必須・任意アイコン */
.input-data th div,
.check-data div {
  position: relative;
}

.input-data th label,
.check-data th label {
  display: block;
  padding-left: 40px;
}

.input-data th div img,
.check-data th div img {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}

/*
.input-data th span,
.check-data th span {
  width: 27px;
  height: 14px;
  padding: 2px 0;
}



/*== ime mode ========================*/

/* 有効 */
.regist input#label1,.regist input#label2,.regist input#label13,.regist input#label14,.regist input#label15,.regist input#label16,
.regist input#address1,.regist input#address2,
.regist input#deli_address1,.regist input#deli_address2,
.regist textarea#remark {
  ime-mode: active;
}

/* 無効 */
.regist input#zip1,.regist input#zip2,
.regist input#tel1,.regist input#tel2,.regist input#tel3, 
.regist input#deli_zip1,.regist input#deli_zip2,
.regist input#deli_tel1,.regist input#deli_tel2,.regist input#deli_tel3, 
.regist input#email,.regist input#oldmail,.regist input#newmail,.regist input#chkmail,
.regist input#pwd,.regist input#npwd,.regist input#npwd2 {
  ime-mode: disabled;
}

.confirm-note-box {
  padding: 0 10px;
}

.confirm-note-list {
  margin: 5px 0;
}

.confirm-note-list .confirm-note-item {
  padding-left: 1em; 
  text-indent: -1em; 
}

/*------------------------------------------------------
  ●3-5. 送信
------------------------------------------------------*/

/*== お申し込み完了-クレジットカード決済手続き ========================*/
#next-credit {
  margin: 0 auto 20px;
  padding: 20px;
  background: #f1f1f1;
}

#next-credit p {
  padding: 0 0 20px;
}

#next-credit form {
  padding: 10px 20px 20px;
}

#next-credit input {
  margin: 0 0 20px;
}


/*== お申し込み完了-お申し込み完了 ========================*/
#fin-cart {
  margin: 0 auto 20px;
  padding: 20px;
  background: #f1f1f1;
}

#fin-cart p {
  padding: 0 0 20px;
}


/*== エラーページ-メッセージ部 ========================*/
#error-message {
  margin: 0 auto 20px;
  padding: 20px;
  background: #f1f1f1;
}


/*== インプット外観変更 ========================*/
input.next2 {
  font-weight: bold;
}

/*== 支払方法 ========================*/
