/* ************************************************ 
 *	リセットCSS 
 * ************************************************ */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p,span, img, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
/* ************************************************ 
 *	共通設定
 * ************************************************ */

a:visited {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #666;
}
a:hover img {
    opacity: .70;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
    cursor: pointer;
}
a:active {
    text-decoration: none;
    color: #c00;
}

a.white:link {
    color: #ffffff;
}
a.white:visited {
    color: #dcdcdc;
}
body {
	color: #000000;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4em;
	text-align: center;
	background-image: url(https://img10.shop-pro.jp/PA01049/228/etc/background.jpg?cmsp_timestamp=20220224201456);
	background-repeat: repeat-x;
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は1060pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */



/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:1060px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header-inner {
 width:100%;
  height: 177px;
 clear:left;
  background-image: url(https://img10.shop-pro.jp/PA01049/228/etc_base64/aGVhZGVyX3dhbGxfMDI.gif?cmsp_timestamp=20250322173801);
  background-repeat: no-repeat;  
}

.header-inner h2 {
    padding-top: 67px;
    padding-left: 107px;
}

/*navi*/
.main-navi li,.sav-navi li {
 float: left; 
}

/*広告エリア*/
.feature_area ul li {
    float: left;
    margin-right: 7px;
    margin-left: 7px;
}

.feature_area h1 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
}

/*leftとmainを囲む*/
.wrapper {
 width:880px;
 float:left;
}

.wrapper2 {
 width:1060px;
}


/*　画面左側メニューの幅　*/
.left {
	float: left;
	width:182px;
    padding-right: 23px;
}

/*　検索　*/
.searchbox {
  margin-bottom: 17px;
}

.searchbox form {
    border: 1px solid #3A3A3A;
    float: left;
    height: 24px;
    width: 173px;
    margin: 3px 0px 17px 0px;
}

 input.searchbox {
    border: medium none;
    margin-left: 1px;
    padding: 0 5px;
    width: 108px;
    height: 24px;
}

/*　商品カテゴリ　*/
.product-category {
  margin-bottom: 20px;
}

.product-category h3 {
  background: none;
  font-size: 17px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #221817;
  font-weight: bold;
  line-height: 165%;
  padding: 0;
  margin: 0;
}


/*　店長ご挨拶　*/
.shop-manager {
	background-image: url(https://img10.shop-pro.jp/PA01049/228/etc/onwer03.jpg?cmsp_timestamp=20220224202059);
	border: 1px solid #555555;
	background-repeat: no-repeat;
	height: 500px;
	width: 182px;
    margin-bottom: 25px;
	border: 1px solid #000;
}
.shop-manager p {
  line-height: 1.5em;
  font-size: 12px;
  padding: 50px 6px 0px 6px;
}

.shop-manager img {
    float: right;
    margin-right: 6px;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-top: 45px;
}

/*　中央の幅　*/
.main {
	float: left;
	width: 652px;
  　padding-right: 23px;
    font-weight: bold;
    color: #5b5b5b;
    font-size: 15px;
    line-height: 1.3em;
}

.main2 {
	float: left;
	width: 855px;
}

.right {
	float: left;
	width:180px;
}

/*　右エリアバナー*/
.waku {
  margin-bottom: 13px;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	margin-bottom:5px;
	list-style-type:none;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

.owner_photo {
	max-width: 100%;
	height: auto;
}

/* 会員登録 */
.member-registration {
    height: 242px;
    width: 177px;
    margin-bottom: 13px;
    background-image: url(https://img10.shop-pro.jp/PA01049/228/etc/member-registration.jpg?cmsp_timestamp=20220224202157);
    background-repeat: no-repeat;
    position: relative;
}

.member-registration ul {
    position: absolute;
    left: 16px;
    top: 72px;
    height: 57px;
    width: 142px;
}

.member-registration p {
    position: absolute;
    height: 35px;
    width: 140px;
    left: 16px;
    top: 189px;
}

/* 人気ランキング */
 .popularity {
    height: 562px;
    width: 175px;
    margin-bottom: 16px;
    background-image: url(https://img10.shop-pro.jp/PA01049/228/etc/popularity.jpg?cmsp_timestamp=20220224202347);
    background-repeat: no-repeat;
    position: relative;
}

.popularity .ranking01 {
    position: absolute;
    top: 45px;
    height: 159px;
    width: 158px;
    left: 7px;
}
.popularity .ranking02 {
    height: 159px;
    width: 158px;
    position: absolute;
    top: 216px;
    left: 7px;
}

.popularity .ranking03 {
    height: 159px;
    width: 158px;
    position: absolute;
    left: 7px;
    top: 387px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
    margin-left: 20px;
}

p#sk_link_other a {
	font-size:13px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
  padding-top: 60px;
 clear:left;
}

.maker_link {
    height: 83px;
    margin-bottom: 14px;
}

.maker_link ul li {
    float: left;
    margin-right: 7px;
    margin-left: 7px;
}

.footer-info {
    width: 1060px;
    height: 737px;
}

.footer-info .footer-info1 {
    float: left;
    width: 330px;
}

.footer-info .footer-info2 {
    float: left;
    width: 330px;
    margin-right: 35px;
    margin-left: 35px;
}

.footer-info .footer-info3 {
    float: left;
    width: 330px;
}

.footer-space {
    width: 100%;
    background-color: #000;
    background-repeat: repeat-x;
    color: #FFF;
    clear: both;
}

.footer-gnavi2 {
    background-image: url(https://img10.shop-pro.jp/PA01049/228/etc/footer-image.gif?cmsp_timestamp=20220304203553);
    background-repeat: no-repeat;
    height: 70px;
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
}

.footer-gnavi2 ul {
    padding-top: 16px;
    padding-left: 31px;
}

.footer-gnavi2 ul li {
    float: left;
    margin-right: 14px;
    font-size: 13px;
}

.footer-gnavi2 #copyright2 {
    text-align: right;
    font-size: 11px;
    padding-right: 33px;
    padding-top: 25px;
}

.footer-text {
    font-size: 12px;
    margin-top: 3px;
    margin-right: 13px;
    margin-left: 17px;
    line-height: 1.6em;
}

.footer-text2 {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 17px;
    margin-left: 13px;
    line-height: 1.7em;
}

.footer-text3 {
    font-size: 12px;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 11px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.footer-text4 {
    font-size: 11px;
    margin-top: 4px;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 1.7em;
    margin-bottom: 11px;
}

.footer-text5 {
    font-size: 12px;
    margin-right: 6px;
    margin-left: 4px;
    line-height: 1.7em;
}

.footer-text6 {
    font-size: 14px;
    margin-top: 4px;
    margin-right: 6px;
    margin-left: 11px;
    margin-bottom: 15px;
}

.point-content2 {
    background-image: url(https://img10.shop-pro.jp/PA01049/228/etc/member-registration2.jpg?cmsp_timestamp=20220224202457);
    background-repeat: no-repeat;
    height: 142px;
    width: 330px;
}

.point-content2 ul {
    font-size: 12px;
    padding-top: 32px;
    padding-left: 5px;
    line-height: 1.7em;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}


