@charset "euc-jp";
/* テーマ：カラー／ピンク */
body {
  font-family: "ＭＳ Ｐゴシック", Osaka, monospace;
  text-align: center;
  margin: 0px auto;
  /*margin-left:auto;
	margin-right:auto;*/
  padding: 0px;
  font-size: 80%;
  line-height: 135%;
  color: #000000;
  background: #ffffff;
}
table { /* 基本テーブル設定（固定）*/
  border: 0px none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  border-collapse: collapse;
}
th {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  vertical-align: top;
}
td {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  vertical-align: top;
}
th {
  white-space: nowrap;
}
h1, h2, h3, h4 { /* 基本タイトル（固定）*/
  padding: 0px;
  margin: 0px;
  font-size: 100%;
  text-align: left;
}
a { /* 基本のリンク （固定）*/
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #DC7C88;
  text-decoration: none;
}
ul { /* 基本のリスト （固定）*/
  list-style-type: square;
}
ul ul {
  list-style-type: none;
}
img {
  border: 0px;
} /* イメージボーダー指定 */
form {
  padding: 0px;
  display: inline;
}
p {
  line-height: 150%;
  margin: 5px 0px;
  padding: 2px 0px;
}
.clear_both { /* 画像の周り込み解除 */
  clear: both;
  font-size: 1px;
  visibility: hidden;
  overflow: hidden;
  height: 1px;
  text-align: center;
}
.button1 { /* inputボタン設定 */
  /*cursor:hand;
	font-size:12px;
	color:#FFFFDD;
	background:#333333;
	border:1px solid #999999;
	font-weight:normal;*/
}
.text1 {
  border: 1px solid #CCCCCC;
} /* テキストエリアデザイン設定 */
.caution {
  font-weight: bold;
  color: #CC0000;
} /* エラーメッセージ */
.no2 {
  font-size: 110%;
} /* フォントズーム */
.strong {
  font-weight: bold;
} /* フォントボールド */
.red {
  color: #CC0000;
} /* フォント赤 */
.orange {
  color: #FF9900;
} /* フォントオレンジ */
.blue {
  color: #0000FF;
} /* フォント青 */
.green {
  color: #006600;
} /* フォント緑 */
.glay {
  color: #666666;
} /* フォントグレー */
.item img { /* 商品画像枠  */
  height: auto;
  padding: 5px;
  margin: 0px;
  /*background: #FFEFD9;*/
  text-align: center;
}
.spacebox { /* スペース設定  */
  height: 50px;
}
/********************************************************************/
/* 大枠テーブル（固定） */
#container {
  width: 860px;
  margin: 0px auto;
  /*margin-left:auto;
	margin-right:auto;*/
  text-align: left;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
}
/* マイページ、ポップアップ画面 */
#enter {
  width: 100%;
  text-align: left;
  background: /* url(../img/enter.gif) */ #ffffff;
  border: 1px solid #B6A081;
}
/* ヘッダー */
#header {
  background-position: left;
  width: 100%;
  /*height:125px;*/
  height: 170px;
  margin-bottom: 0px;
  /*margin-top:5px;*/
  margin-top: 0;
  background: url(../../../../pic-labo/top_banner.jpg) left no-repeat;
  background-size: 100% auto;
}
td > #header { /* IE7 Safari Firefox 用 */
  height: auto;
  /*min-height:145px;*/
  min-height: 170px;
}
.shoplogo { /* サイトロゴブロック（設定の場合） */
  /*padding:15px 0 0 10px;*/
  padding: 0;
  margin: 0px;
  /*	width:590px;*/
}
.shoplogo img { /* サイトロゴブロック（表示なし） */
  /*display:none;*/
}
.siteName { /* サイト名 h1 （テキスト） */
  margin: 0px;
  /*padding:5px 10px 3px 0px;*/
  padding: 0;
  /*color:#FFFFFF;*/
  color: #000;
  /*font-size:30px;*/
  font-size: 16px;
  /* font-family:suns-serif;*/
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  /*font-weight:100;*/
  font-weight: bold;
}
/*
.siteName a { color:#FFFFFF;text-decoration:none;}
.siteName a:hover { color:#FFFFFF;text-decoration:underline;}
*/
.siteName a {
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.4;
  padding: 105px 0 0 20px;
}
.sitecopy { /* サイトコピー h2 （ロゴがテキストの場合使用）*/
  /*padding:5px 10px 2px 0px;
	margin:0px;
	color:#FFFFFF;
	line-height:120%;
	font-weight:normal;
	font-size:16px;*/
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
}
.sitecopy a {
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  padding: 0 0 0 20px;
}
/*
.sitecopy a {color:#FFFFFF;text-decoration:none;}
.sitecopy a:hover {color:#FFFFFF;text-decoration:none;}
*/
.siteName a, .sitecopy a {
  color: #000 !important;
  text-decoration: none !important;
}
#header:hover {
  opacity: .7;
  transition: .2s;
}
/* ヘッダーメニュー */
#headMenu {
  width: 100%;
  margin: 0;
  /*border-bottom:3px #009193 solid;*/
  color: #DC7C88;
  background-color: #FFFFFF;
  clear: both;
}
.headnavi { /* ヘッダーメニューテキスト */
  padding: 4px 5px 5px 1px;
  /*color:#C8C8C8;*/
  font-weight: normal;
  text-align: right;
  color: #FFFFFF;
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp//headnavi_background.jpg);
  background-repeat: no-repeat;
  background-color: #993333;
}
.headnavi a {
  padding: 5px 5px 5px 5px;
  margin: 5px 0px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
.headnavi a:hover {
  text-decoration: none;
  /*color:#CD1D52;
	background-color:#FFFFFF;*/
  color: #FFFFFF;
  background-color: #CD1D52;
}
.navi01 { /* ヘッダーメニューアイコン */
  color: #333333;
  /*background:url(../img/hnavi01.gif) no-repeat center left;*/
}
/* ヘッダー下装飾ライン */
.hline {
  /*border:0px solid #B6A081;
	background:url(../img/hline.gif) no-repeat #B6A081;*/
}
/********************************************************************/
#leftSide { /* 左サイドtd */
  width: 170px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  /*background-color: #F8D98A;*/
  border-right: solid 4px #ffffff;
  /* background:url(../img/leftside.gif) ;*/
}
#rightSide { /* 右サイドtd （3列）*/
  width: 170px;
  padding: 0px;
  margin: 0px;
  /*background-color: #F8D98A;*/
  border-left: solid 4px #ffffff;
  vertical-align: top;
  /* background:url(../img/rightside.gif) ;*/
}
#rightSide { /* 右サイドtd （3列 ブログ）*/
  width: 170px;
  padding: 0px;
  margin: 0px;
  /*background-color: #F8D98A;*/
  vertical-align: top;
  /* background:url(../img/rightside2.gif) ;*/
}
#center1 { /* センター td （2列）*/
  width: 690px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  background: #FFFFFF;
  /* background:url(../img/center1.gif) ;*/
}
#center2 { /* センターtd （3列）*/
  width: 520px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  border-right-style: solid;
  border-color: #333333;
  boder-width: 1px;
  /*background: #FFEFD9;*/
  /* background:url(../img/center2.gif) ;*/
}
#center3 { /* センターtd （装飾用）*/
  vertical-align: top;
  background: #ffffff;
  width: 100%;
  /* background:url(../img/center3.gif) ;*/
}
.header_area { /* ヘッダのフリーエリア */
  text-align: left;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 680px;
  /*border:1px #1587C2 solid;*/
}
.footer_area { /* フッタのフリーエリア */
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 680px;
  /*border:1px #1587C2 solid;*/
}
.sidebox { /* サイド用ブロック（幅設定） */
  padding: 0px 0px 1px 0px;
  margin: 0px;
}
.centerbox { /* センター用ブロック（幅設定） */
  margin: 0px;
  padding: 0px;
  /* background:url(../img/centerbox.gif) ;*/
}
.center {
  text-align: center;
} /* センター */
.right {
  text-align: right;
} /* 右 */
.left {
  text-align: left;
} /* 左 */
.middle {
  vertical-align: middle;
} /* テキスト縦中央 */
.buttom {
  vertical-align: buttom;
} /* テキスト縦下 */
.float_right {
  float: right;
}
.float_left {
  float: left;
}
/********************************************************************/
/* 基本商品テキスト設定 */
.price { /* 商品価格 */
  color: #FF0000;
  text-align: left;
  font-weight: bold;
}
.price.zoom { /* 商品価格 （商品詳細） */
  font-size: 140%;
  font-weight: bold;
}
.expl { /* 商品説明文 */
  text-align: left;
  color: #333333;
}
.expl a {
  color: #333333;
  text-decoration: none;
}
.expl a:hover {
  color: #333333;
  text-decoration: underline;
}
.fixed { /* 商品定価 */
  font-size: 120%;
  color: #333333;
  text-align: left;
}
h2.goods /* 商品名 （商品一覧）*/
a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #CD1D52;
  text-decoration: underline;
}
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
  margin: 0px;
  padding: 0px;
}
.topIMG td {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}
.shopCopy { /* サイト説明 */
  font-size: 110%;
  line-height: 130%;
  margin: 0px;
  padding: 3px 10px 3px 10px;
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
}
/* タイトルデザイン */
.free_title { /* タイトル1 h3 */
  padding: 8px 0px 0px 7px;
  margin: 0px;
  width: auto;
  color: #666666;
  height: 19px;
  line-height: 100%;
  font-size: 12px;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #D02B14;
  border-bottom: 1px #FFFFFF dashed;
  /*border-left:5px #FF75A2 solid;*/
  border-top: 1px #FFFFFF solid;
}
.title1 { /* タイトル2 h1 */
  padding: 8px 0px 0px 7px;
  margin: 0px;
  width: auto;
  color: #FFFFFF;
  height: 19px;
  line-height: 100%;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.2em;
  background-color: #D02B14;
  /*background-image:url(../img/title_bar01.jpg);*/
  border-bottom: 1px #FFFFFF dashed;
  /*border-left:5px #FF75A2 solid;*/
  border-top: 1px #FFFFFF solid;
}
.title1 a {
  color: #FFFFFF;
  text-decoration: underline;
}
.title1 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}
.title2 { /* タイトル2 h1 */
  padding: 10px 0px 0px 7px;
  margin: 0px;
  width: auto;
  color: #FFFFFF;
  height: 19px;
  line-height: 100%;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.2em;
  background-color: #D02B14;
  border-bottom: 1px #FFFFF dashed;
  /*border-left:5px #FF75A2 solid;*/
  border-top: 1px #FFFFFF solid;
}
.title2 a {
  color: #666666;
  text-decoration: underline;
}
.title2 a:hover {
  color: #D02B14;
  text-decoration: underline;
  font-weight: bold;
}
.title3 { /* タイトル2 h1 */
  padding: 10px 0px 0px 7px;
  margin: 0px;
  width: auto;
  color: #666666;
  height: 19px;
  line-height: 100%;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.2em;
  background-color: #F8D98A;
  border-bottom: 1px #FF75A2 dashed;
  /*border-left:5px #FF75A2 solid;*/
  border-top: 1px #FFFFFF solid;
}
.title3 a {
  color: #666666;
  text-decoration: underline;
}
.title3 a:hover {
  color: #666666;
  text-decoration: underline;
  font-weight: bold;
}
.rank { /* ランキングアイコン */
  text-align: left;
  /*background: #FFEFD9;*/
}
.mainCont { /* メインコンテンツ */
  padding: 0px;
  margin: 0px;
  width: auto;
  /*background: #FFEFD9;*/
  /* background:url(../img/maincont.gif) ;*/
}
.contbox { /* メインコンテンツ内項目ボックス*/
  padding: 0px 0px;
  margin: 0px;
  width: auto;
}
ul.news { /* 最新情報リスト設定 */
  text-align: left;
  padding: 0px 0px 0px 12px;
  margin: 0px;
  list-style-type: none;
  color: #000000;
}
li.p3 {
  padding: 3px;
}
ul.free_list { /* リスト設定 */
  text-align: left;
  padding: 5px 10px;
  margin: 0px;
  list-style: square;
  color: #333333;
}
ul.list { /* リスト設定 */
  text-align: left;
  padding: 5px 10px;
  margin: 0px;
  list-style: square;
  color: #333333;
}
ul.map { /* サイトマップリスト設定 */
  font-size: 110%;
  text-align: left;
  padding: 0px 20px;
  margin: 0px;
  color: #333333;
}
li.sm1 {
  margin: 4px;
  display: block;
}
li.sm2 {
  margin: 0px 0px 0px -35px;
  display: block;
}
.sitemap { /* サイトマップリスト 項目タイトルh4*/
  font-size: 110%;
  padding: 5px 25px;
  color: #333333;
  background: url(../img/icon_sitemap.gif) no-repeat;
  background-position: left center;
}
/* テーブル余白設定  （固定） */
.layoutp5 {
  padding: 5px 0px;
} /* 余白5px */
.layoutp5 th {
  padding: 5px;
}
.layoutp5 td {
  padding: 5px;
}
.layoutp5 .border {
  border: 1px solid #CCCCCC;
}
.layoutp3 {
  padding: 5px 0px;
} /* 余白3px */
.layoutp3 th {
  padding: 3px;
}
.layoutp3 td {
  padding: 3px;
}
.layoutp3 .border {
  border: 1px solid #999999;
}
.bordlayoutp3 {
  padding: 5px 0px;
} /* ボーダーテーブル(余白3px) */
.bordlayoutp3 th {
  padding: 3px;
  border: 1px solid #999999;
}
.bordlayoutp3 td {
  padding: 3px;
  border: 1px solid #999999;
}
.bordlayoutp3 .side {
  padding: 10px 15px;
} /* 横余白10px */
.backcolor1 {
  background: #F8D98A;
  color: #CD1D52;
} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 {
  background: #FFFFFF;
  vertical-align: middle
} /* コンテンツ内 */
.backcolor3 {
  background: #D7EBF4;
  padding: 10px 0px;
} /* カート部分 */
/* 商品レイアウト（トップページセンター、商品一覧用）*/
.layoutFrame { /* 大枠 table */
  margin: 10px 0px 0px 0px;
  padding: 1px;
  width: 99%;
  /* background:url(../img/layoutframe.gif) ;*/
}
.layoutFrame td {
  text-align: center;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  /*background: #FFEFD9;*/
}
.layout1 { /* レイアウト */
  margin: 1px;
  padding: 3px;
  /*background: #FFEFD9;*/
  /* background:url(../img/layout1.gif) ;*/
}
.layout1 td {
  margin: 0px;
  padding: 3px;
  text-align: center;
}
/* 第二階層 */
#bread { /* パンクズ */
  margin: 0px;
  padding: 3px 15px;
  color: #AE0038;
  text-align: left;
  background: #FFFFFF;
}
#bread a {
  color: #AE0038;
}
#bread a:link {
  text-decoration: underline;
}
#bread a:hover {
  text-decoration: underline;
  color: #CD1D52;
}
h4.title {
  font-size: 110%;
  margin: 5px 0px;
  padding: 2px 0px;
  color: #666666;
  border-bottom: 1px dotted #333333;
}
.mainFrame { /* メイン大枠 */
  margin: 0px;
  padding: 1px;
  /*ackground:#1587C2;*/
  /* background:url(../img/mainframe.gif) ;*/
}
p.title {
  margin: 3px 0px;
  padding: 2px 0px;
  color: #669933;
  border-bottom: 1px dotted;
  font-weight: bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent, .mailmag_cha, .mailmag_can {
  color: #666666;
}
.mailmag_ent { /* 新規登録 h4 */
  font-size: 110%;
  padding: 12px 0px 0px 60px;
  background: url(../img/icon_mailmag_ent.gif) no-repeat;
}
.mailmag_cha { /* アドレス変更 h4 */
  font-size: 110%;
  padding: 12px 0px 0px 60px;
  background: url(../img/icon_mailmag_cha.gif) no-repeat;
}
.mailmag_can { /* 配信解除 h4 */
  font-size: 110%;
  padding: 12px 0px 0px 60px;
  background: url(../img/icon_mailmag_can.gif) no-repeat;
}
#sortList { /* ソート */
  margin: 0px;
  padding: 10px 3px 5px 3px;
  width: auto;
  color: #333333;
  float: right;
}
.pageTop { /* ページトップ */
  padding: 3px 5px 0px 17px;
  margin: 10px 5px;
  background-image: url(../img/icon_top.gif);
  background-repeat: no-repeat;
  background-position: 50% left;
  font-size: 90%;
  font-weight: bold;
  float: right;
}
.pageTop a {
  color: #666666;
  text-decoration: none;
}
.pageTop a:hover {
  color: #CD1D52;
  text-decoration: none;
}
/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
  padding: 50px 0px 0px 0px;
  width: auto;
  border-top: 0px #FF75A2 solid;
  height: 100px;
  text-align: left;
  margin-top: 5px;
  color: #FFFFFF;
  background-color: #F8D98A;
}
td > #footer { /* IE7 Safari Firefox 用 */
  height: auto;
  min-height: 100px;
}
.footnavi { /*フッターメニューテキスト設定*/
  /* padding-left:250px; */
  color: #003366;
  /* text-align:left;  */
  text-align: center;
}
.footnavi a {
  color: #003366;
  text-decoration: underline;
  font-weight: normal;
}
.footnavi a:hover {
  color: #003366;
  text-decoration: underline;
}
#copyright { /* コピーライト */
  padding: 0px;
  margin-top: 5px;
  padding-bottom: 40px;
  /* padding-left:250px; */
  width: auto;
  height: 20px;
  color: #003366;
  text-align: center;
  /* text-align:left; */
  /* background:url(../img/copyright.gif) ;*/
}
#footer > #copyright { /* IE7 Safari Firefox 用 */
  height: auto;
  min-height: 20px;
}
/********************************************************************/
/* サイド設定 */
#search { /* サイド商品検索枠設定 */
  padding: 6px 5px 12px 5px;
  margin: 0px;
  width: auto;
  background: #D02B14;
}
#search label {
  padding: 7px 0px 0px 7px;
  margin: 0px;
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: bold;
}
.fieldarea {
  padding: 5px 0px 5px 0px;
  virtical-align: center;
}
/* サイドメニューカテゴリリスト */
.list { /* メニュー枠設定 */
  padding: 0px 0px;
  display: block;
  line-height: 130%;
  background-color: #FFEFD9;
}
.list h3 { /* タイトル */
  padding: 5px 5px;
  margin: 0px;
}
ul.free_listbox {
  text-align: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.listbox {
  text-align: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
li.ca1 {
  margin: 0px;
  /*border-bottom: 1px solid #F3F3F3;*/
  border-bottom: 1px solid #eee;
  border-right: 0px #F8D98A solid;
  border-left: 0px #F8D98A solid;
}
li.ca2 {
  margin: 0px;
  /*border-bottom: 1px solid #F3F3F3;*/
  border-bottom: 1px solid #eee;
  border-right: 0px #F8D98A solid;
  border-left: 0px #F8D98A solid;
  vertical-align: middle;
  line-height: 2em;
}
li.ca1 a {
  padding: 5px 3px 5px 10px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp//list_top.gif);
  background-repeat: no-repeat;
  background-position: 1px;
  /*background-color: #F8D98A;*/
  color: #CC0033;
}
li.ca1 a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp/list_top_ov.gif);
  background-repeat: no-repeat;
  background-color: #CD1D52;
}
li.ca2 a {
  padding: 2px 3px 2px 20px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  /*background-color: #F8D98A;*/
  color: #003366;
  /* color:#993300; */
  font-size: 1.2em;
}
li.ca2 a:hover {
  font-weight: bold;
  text-decoration: none;
  background: url(../img/icon_eye02_ov.gif) no-repeat #FFEFD9;
}
li.ca3 {
  margin: 0px;
  /*border-bottom: 1px solid #F3F3F3;*/
  border-bottom: 1px solid #eee;
  border-right: 0px #F8D98A solid;
  border-left: 0px #F8D98A solid;
}
li.ca3 a {
  padding: 5px 3px 5px 10px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp//list_top.gif);
  background-repeat: no-repeat;
  background-position: 1px;
  /*background-color: #F8D98A;*/
  color: #CC0033;
}
li.ca3 a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp//list_top_ov.gif);
  background-repeat: no-repeat;
  background-color: #CD1D52;
}
li.ca4 {
  margin: 0px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 5px #F8D98A solid;
  border-left: 5px #F8D98A solid;
}
li.ca4 a {
  padding: 3px 3px 3px 25px;
  display: block;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  background: url(../img/icon_eye02.gif) no-repeat #FFFFFF;
}
li.ca4 a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #FF286F;
  background-image: url(../img/icon_eye01_ov.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
li.ca5 {
  margin: 0px;
  /*border-bottom: 1px solid #F3F3F3;*/
  border-bottom: 1px solid #eee;
  border-right: 0px #F8D98A solid;
  border-left: 0px #F8D98A solid;
  /* background-image:url(../img/icon_eye01.gif);
	background-repeat:no-repeat;*/
  background-color: #FFFFFF;
}
li.ca6 {
  margin: 0px;
  vertical-align: middle;
  /*border-bottom: 1px solid #F3F3F3;*/
  border-bottom: 1px solid #eee;
  border-right: 0px #F8D98A solid;
  border-left: 0px #F8D98A solid;
}
li.ca5 a {
  padding: 5px 3px 5px 0px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  /*background-image:url(../img/icon_eye01.gif);
	background-repeat:no-repeat;*/
  /*background-color: #F8D98A;*/
}
li.ca5 a:hover {
  font-weight: bold;
  text-decoration: none;
  /*background-image:url(../img/icon_eye01_ov.gif);
	background-repeat:no-repeat;*/
  /*background-color: #F8D98A;*/
  background-color: #FFFFFF;
}
li.ca6 a {
  padding: 2px 3px 2px 5px;
  display: block;
  font-weight: normal;
  text-decoration: none;
  /*background-color: #F8D98A;*/
}
li.ca6 a:hover {
  font-weight: normal;
  text-decoration: none;
  background: url(../img/icon_eye02_ov.gif) no-repeat #FFEFD9;
}
.sline1 { /* サイドバー下ライン */
  padding: 0px;
  margin: 0px;
}
.sline2 { /* サイドバー下ライン */
  padding: 0px;
  margin: 0px;
}
/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
  margin: 5px;
  padding: 5px;
  /*background-color: #F8D98A;*/
}
.sidemain1 p {
  padding: 3px 0px 3px 0px;
  margin: 0px;
  line-height: 120%;
  /*background-color: #F8D98A;*/
}
.sidemain1 ul { /* リスト設定 */
  margin: 0px;
  padding: 3px 0px 3px 0px;
  list-style: none;
  /*background-color: #F8D98A;*/
}
.sidemain1 li {
  display: block;
  padding: 2px 0px 2px 10px;
  color: #0E577E;
  background: url(../img/icon_eye03.gif) no-repeat
}
/* カレンダー */
caption { /* 年月タイトル */
  font-weight: bold;
  text-align: center;
  padding: 3px;
  color: #333333;
}
caption a {
  color: #333333;
  text-decoration: underline;
}
caption a:hover {
  color: #333333;
  text-decoration: underline;
}
.carender { /* カレンダー テーブル*/
  border-collapse: collapse;
  padding: 5px 0px;
  margin: 0px;
  text-align: center;
  /*background-color: #F8D98A;*/
}
.carender td {
  padding: 2px;
  border-collapse: collapse;
  text-align: right;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
.carender th {
  padding: 2px;
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
th.day { /* ヘッダ平日 */
  font-weight: bold;
  color: #666666;
  background: #F3F3F3;
  text-align: center;
}
th.sun { /* ヘッダ日曜 */
  color: #FFFFFF;
  background: #666666;
  text-align: center;
}
th.sat { /* ヘッダ土曜 */
  color: #FFFFFF;
  background: #CD1D52;
  text-align: center;
}
.chert { /* 表示色説明枠  */
  margin: 5px 5px;
  font-size: 84%;
}
.chert td {
  border-collapse: separate;
  padding: 0px 0px 0px 5px;
  border: 2px solid #FFFFFF;
}
.line01 {
  /*border:#DEDBBE 1px dotted;*/
  vertical-align: buttom;
}
#rss {
  /* RSS設定 */
  margin: 10px 0px 20px 0px;
  padding: 10px 0px 20px 10px;
}
#count {
  /* カウンター */
  margin: 0px;
  padding: 5px;
}
/********************************************************************/
/* ブログ */
.blogbox { /* コメントボックス*/
  padding: 5px;
  margin: 2px 0px;
  width: auto;
  /* background:url(../img/blogbox.gif) ;*/
}
.entry_title { /* ブログエントリータイトル h2 */
  padding: 5px 0px 5px 0px;
  display: block;
  font-size: 110%;
  /*	color:#FFFFFF;*/
  color: #333333;
  height: 19px;
  /*	background:url(/freepage_css_img/h2.gif);*/
}
.entry_date {
  display: block;
  padding: 10px 0px 3px 0px;
  color: #333333;
  text-align: right;
}
.state { /* ブログステータス */
  padding: 2px 0px;
  text-align: right;
  border-top: 1px solid #ded9c5;
}
.subtitle { /* h3 ブロックサブタイトル */
  padding: 5px 0px 5px 0px;
  margin: 10px 0px 10px 0px;
  text-align: left;
  font-size: 110%;
  color: #547D2B;
  background: url(../img/subtitle.gif);
  height: 19px;
}
p.label { /* ブログコメントタイトル */
  font-weight: bold;
}
.tb_url { /* トラックバックurl */
  font-weight: bold;
  margin-bottom: 10px;
}
/********************************************************************/
/* カート */
.point {
  font-size: 120%;
  color: red;
  font-weight: 900;
}
.pointline {
  font-size: 100%;
  color: #FFFFFF;
  font-weight: 900;
  padding: 3px 3px 5px 3px;
  background-color: #CD1D52;
}
/* ナビゲーション （固定）*/
.step_navi01, .step_navi02, .step_navi03, .step_navi04 {
  text-align: center;
  width: 100%;
  height: 83px;
}
/* カート上部ナビゲーション背景色変更　
デフォルトCSSは下部へコメントアウトしてある */
.step_navi01 {
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp//cart_navi01.gif);
  background-repeat: no-repeat;
}
.step_navi02 {
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp//cart_navi02.gif);
  background-repeat: no-repeat;
}
.step_navi03 {
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp//cart_navi03.gif);
  background-repeat: no-repeat;
}
.step_navi04 {
  background-image: url(/USERTHEMEIMG/vol1/kasumiya.ya.shopserve.jp//cart_navi04.gif);
  background-repeat: no-repeat;
}
/* カート上部ナビゲーション背景色変更前CSS　

.step_navi01 {
	background-image:url(../img/navi01.gif);
	background-repeat:no-repeat;
}

.step_navi02 {
	background-image:url(../img/navi02.gif);
	background-repeat:no-repeat;
}

.step_navi03 {
	background-image:url(../img/navi03.gif);
	background-repeat:no-repeat;
}

.step_navi04 {
	background-image:url(../img/navi04.gif);
	background-repeat:no-repeat;
}

コメントアウトここまで */
.member { /* 会員限定ページ行送り調節 */
  line-heght: 200%;
}
/***   SEO (AS TOOL)    ***/
#astool {
  margin-top: 50px;
  font-size: 0.7em;
}
/****              要素のフローティング          *****/
/***** フローティング　右   ****/
.float_right {
  color: #66FFFF;
  float: right;
  font-size: 0.9em;
  margin: 5px 10px 5px 5px;
  text-align: center;
}
/****** フローティング　左　****/
.float_left {
  color: #66FFFF;
  float: left;
  font-size: 0.9em;
  margin: 5px 10px 5px 5px;
  text-align: center;
}
/****** フローティング　解除　*****/
.float_clear {
  clear: both;
}
/*****   カテゴリーページカスタマイズ　****/
.category_page p {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #000;
  margin: 5px 10px 5px 15px;
}
.category_page h2 {
  border-bottom: 1px solid #cc0000;
  border-left: 8px solid #cc0000;
  color: #660000;
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
  margin: 15px 25px 5px 10px;
  padding: 5px 5px 4px;
}
.category_page h3 {
  border-bottom: 1px solid #990066;
  border-left: 8px solid #990066;
  color: #993333;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  margin: 15px 25px 5px 10px;
  padding: 5px 5px 4px;
}
/*****   商品ページカスタマイズ   ***/
.spec {
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
}
/****   メイン紹介文　　***/
.description_main p {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #000;
  margin: 6px 20px 6px 20px;
}
.description_main h3 {
  border-bottom: 1px solid #990066;
  border-left: 8px solid #990066;
  color: #993333;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  margin: 15px 25px 5px 10px;
  padding: 5px 5px 4px;
}
/*****  サブ紹介文　　****/
.description_sub p {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #000;
  margin: 6px 20px 6px 20px;
}
.description_sub h3 {
  border-bottom: 1px solid #990066;
  border-left: 8px solid #990066;
  color: #993333;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  margin: 15px 25px 5px 10px;
  padding: 5px 5px 4px;
}
.description_item h4 {
  color: #993333;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  margin-left: 10px;
}
.description_item h4 a {
  text-decoration: none;
  color: #993333;
}
.description_item p {
  font-size: 1em;
}
/****  商品詳細表 ******/
.spec5_table {
  margin: 1em;
  border: 1px solid #333;
  border-top: none;
  display: table;
}
.spec5_tr {
  display: table-row;
}
.spec5_th, .spec5_td {
  display: table-cell;
  padding: 2px;
}
.spec5_th {
  background: #e7e7e7;
  border-top: 1px solid #333;
  font-weight: bold;
  padding: 0 0.5em;
}
.spec5_td {
  background: #fff;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
}
/**** フリーページカスタマイズ　***/
.free_page p {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #000;
  margin: 6px 20px 6px 20px;
}
.free_page strong {
  color: #cc3300;
}
.free_page .conclusion {
  color: #FF9900;
  font-size: 1.4em;
  font-weight: bold;
}
.free_page ul {
  text-align: left;
  list-style-image: url(/freepage_css_img/listmark.gif);
  margin-top: 10px;
}
.free_page li {
  font-size: 1.1em;
  margin-left: 2em;
  color: #000;
  margin-bottom: 15px;
}
.free_page li a {
  text-decoration: none;
  color: #2d444f;
  border-bottom: solid 1px #c5e1ed;
}
.free_page li a:hover {
  color: #49abdb;
}
/*****   フリーページ内のHx背景画像の指定   ****/
.free_page h3 {
  padding: 5px 0px 3px 20px;
  display: block;
  font-size: 110%;
  color: #FFFFFF;
  height: 19px;
  background: url(/freepage_css_img/background_brown.gif);
}
.free_page h4 {
  padding: 5px 0px 3px 20px;
  display: block;
  font-size: 110%;
  color: #FFFFFF;
  height: 19px;
  background: url(/freepage_css_img/background_green.gif);
}
/****** フリーページ内のHx背景画像の指定　別バージョン　****/
.free_page_p2 h3 {
  padding: 5px 0px 3px 20px;
  display: block;
  font-size: 110%;
  color: #FFFFFF;
  height: 19px;
  background: url(/freepage_css_img/background_azuki.gif);
}
.free_page_p2 h4 {
  padding: 5px 0px 3px 20px;
  display: block;
  font-size: 110%;
  color: #FFFFFF;
  height: 19px;
  background: url(/freepage_css_img/background_gray.gif);
}
/*****  コンテンツトップに戻るリンクの装飾　***/
.free_page .back p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 50px;
}
.free_page .back p a {
  color: #FF6600;
}
/*******   コンテンツを囲む    ********/
.free_page .enclose {
  border: 1px solid #B7D000;
  clear: both;
  margin: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.free_page .enclose h4 {
  background: none;
  border-bottom: 1px solid #a7bd00;
  border-top: 1px solid #a7bd00;
  color: #ff6600;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: left;
}
/****************    センター用フリーエリア    **********/
.center_free h2 {
  border-bottom: 1px solid #cc0000;
  border-left: 8px solid #cc0000;
  color: #660000;
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
  margin: 15px 25px 5px 10px;
  padding: 5px 5px 4px;
}
.center_free h3 {
  border-bottom: 1px solid #990066;
  border-left: 8px solid #990066;
  color: #993333;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  margin: 15px 25px 5px 10px;
  padding: 5px 5px 4px;
}
.center_free p {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #000;
  margin: 6px 20px 6px 20px;
}
/* 202305追記 */
.borderContainer {
  margin: 15px 25px 5px 10px;
  padding: 1em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.3em;
  line-height: 1.4em;
}
.boder_red {
  border-color: #f00;
}
/* == item_spec */
.free_h3 {
  line-height: 1;
  margin: 0 20px !important;
  padding: 0.75em 1em !important;
  border-top: 1px solid #990066 !important;
  border-left: 1px solid #990066 !important;
  border-right: 1px solid #990066 !important;
  border-bottom: 0 !important;
  background-color: rgba(153, 0, 102, .05);
}
.item_spec {
  width: 648px;
  border-spacing: 0;
  margin: 0 20px 30px;
  border-right: 1px solid #990066;
  border-top: 1px solid #990066;
}
.item_spec th, .item_spec td {
  box-sizing: border-box;
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 0.5em 1em;
  border-left: 1px solid #990066;
  border-bottom: 1px solid #990066;
}
.item_spec th {
  background-color: rgba(153, 0, 102, .05);
  font-weight: normal;
  width: 24%;
}
.item_spec td {
  width: 76%;
}
/* == サムネイル画像用TABLE */
.thumbnailContainer, .thumbnailContainer_no_padding {
  margin: 0 20px;
}
.thumbnailContainer td {
  text-align: center !important;
  padding: 0 1% 0 0 !important;
  overflow: hidden !important;
  font-size: 1.3em;
  line-height: 1.4em;
}
.thumbnailContainer img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 10px auto 5px;
}
.thumbnailContainer .thumb2 td {
  width: 49% !important;
}
.thumbnailContainer .thumb3 td {
  width: 32% !important;
}
.thumbnailContainer .thumb4 td {
  width: 24% !important;
}
.thumbnailContainer .thumb5 td {
  width: 19% !important;
}
/* ▽余白なし▽ */
.thumbnailContainer_no_padding td {
  text-align: center !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.thumbnailContainer_no_padding img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0;
}
.thumbnailContainer_no_padding .thumb2 td {
  width: 50% !important;
}
.thumbnailContainer_no_padding .thumb3 td {
  width: 33% !important;
}
.thumbnailContainer_no_padding .thumb4 td {
  width: 25% !important;
}
.thumbnailContainer_no_padding .thumb5 td {
  width: 20% !important;
}
/**/
ul.sps-itemList, ul.sps-selList li, ul.sps-selList, ul.sps-selList li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
ul.sps-itemList ul, ul.sps-itemList ul li, ul.sps-selList ul, ul.sps-selList ul li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
#sps-itemCategoryBox ul, #sps-itemCategoryBox li {
  margin: 0;
  padding: 0;
}
li.ca1 a {
  background-position: 1px 50%;
}
/**/
.mybtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #c00;
  color: #fff;
  line-height: 1;
  padding: 1em 0;
  font-size: 1.4em;
  font-weight: bold;
}
.mybtn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mybtn a:hover {
  background-color: #f00;
}
/* トップページお知らせ */
table.table_caution {
  width: 90%;
  margin: 0 auto !important;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
table.table_caution th, table.table_caution td {
  display: block;
  width: 100%;
  word-break: break-all;
  box-sizing: border-box;
}
table.table_caution th {
  line-height: 1;
  text-align: center;
  padding: .5em 0;
  font-size: 1.5em;
  color: #c00;
  border-bottom: 1px solid #c00;
}
table.table_caution td {
  line-height: 1.5;
  padding: 1em 0 2em;
}
table.top_info {
  width: 100%;
  border: 1px solid #c00;
  margin: 1px 0;
}
table.top_info th, table.top_info td {
  box-sizing: border-box;
  line-height: 1.5;
}
table.top_info th {
  padding: 0.5em 0;
  background-color: #c00;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
table.top_info td {
  padding: 1em 2em;
  background-color: #fff;
}
/* 202308 複数カート */
#itemStocklist table.listType th, #itemStocklist table.listType td {
  vertical-align: middle;
  width: auto;
}
#itemStocklist th p, #itemStocklist td p {
  font-size: 0.9em;
  display: inline-block;
  padding: 0 3px;
  line-height: 1.2;
  margin: 0;
}
#itemStocklist th p.price, #itemStocklist td p.price {
  font-size: 1em;
}
/* 上書き202410 */
#itemStocklist table.listType tr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#itemStocklist table.listType tr:first-child {
  border-left-color: #D02B14;
  border-right-color: #D02B14;
}
#itemStocklist table.listType .backcolor1 {
  background: #D02B14;
  color: #fff;
}
#itemStocklist table.listType tr {
  border-bottom: 1px solid #ccc;
}
/*フッターガイド */
.footer_area .title3 {
  margin-bottom: 0.5em;
}
.flexbox .left_box .title3:not(:first-child), .flexbox .right_box .title3:not(:first-child), .postage .title3:not(:first-child) {
  margin-top: 1.5em;
}
.flexbox p {
  margin-bottom: 0.5em;
}
.flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
  padding: 10px;
}
.flexbox .left_box, .flexbox .right_box {
  width: 49%;
}
ul.note {
  margin: 0;
  padding: 0.5em 0;
}
ul.note li {
  list-style: none;
  margin: 0;
  padding: 0 0 0.5em 1em;
  position: relative;
}
ul.note li::before {
  content: '※';
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.postage thead { /*background-color: #d2d0ff;*/ background-color: #D02B14;
  color: #fff;
}
.postage tbody { /*background-color: #d9ffd9;*/ background-color: #fff;
}
.postage {
  padding: 10px;
}
.table_postage {
  width: 100%;
  background: #fff;
}
.table_postage thead {
  background-color: #D02B14;
  color: #fff;
}
.table_postage tr {
  display: flex;
  width: 100%;
}
.table_postage tr:not(:last-child) {
  border-bottom: 1px solid #000;
}
.table_postage td {
  display: block;
  padding: 5px 20px !important;
}
.table_postage tr td:first-child {
  width: 25%;
}
.table_postage tr td:nth-child(2) {
  width: 60%;
}
.table_postage tr td:nth-child(3) {
  width: 15%;
  text-align: right;
}
.table_postage_short {
  width: 40%;
}
.table_postage_short tr {
  display: flex;
  width: 100%;
}
.table_postage_short tr:not(:last-child) {
  border-bottom: 1px solid #000;
}
.table_postage_short td {
  display: block;
  width: 50%;
  text-align: center;
  padding: 5px 10px !important;
}
#EST_SPS_cart #center3 table,
#EST_SPS_regi #center3 table { margin: 0 auto; }
#EST_SPS_cart .footer_area,
#EST_SPS_regi .footer_area { width: 90%; margin: 0 auto; }