/*
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 */

@charset "EUC-JP";

/**ここからカスタマイズ*********************************/
* {
 margin: 0;
 padding: 0;
 font-size: 100%;
 font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
 line-height: 1.0;
 }

/* body要素のスタイル*/
body {
 background: url(../../images/bg.gif);
 background-color: #222;
 }

img {
 border: 0;
}

/* その他の共通スタイル*/
img, input {
 vertical-align: middle;
}

a:link    { color: #e2007c; text-decoration: none; }
a:visited { color: #e2007c; text-decoration: none; }
a:hover   { color: #f16cb5; text-decoration: underline; }
a:active  { color: #f16cb5; text-decoration: underline; }

/**** 共通のカラー・サイズ設定 ********/

/* エラー等の強調フォント */
.red {
 font-weight: bold;
 color: #ff0000;
}

#s-red { color: #ff0000; }
#strong { font-weight: bold; }
.s-red { color: #ff0000; }
.strong { font-weight: bold; }

/* 強調フォント */
.pink {
 font-weight: bold;
 color: #e2007c;
}

.s-pink {
 color: #e2007c;
}

/* 強調フォント(サブカラー) */
.ss-color {
 font-weight: bold;
 color: #e2007c;
 }

#bgray { color: #333; }
.bgray { color: #333; }

/*
a#mgray:link    { color: #333; text-decoration: none; }
a#mgray:visited { color: #333; text-decoration: none; }
a#mgray:hover   { color: #ffad00; text-decoration: underline; }
a#mgray:active  { color: #ffad00; text-decoration: underline; }
*/

.purchase-strong {
 font-weight: bold;
 color: #ffcc00;
}

/* 入力系 */
#lorange { background-color: #f3add4; }
.lorange { background-color: #f3add4; }

/* 確認系 */
#gray { background-color: #ccc; }
.gray { background-color: #ccc; }

#dgray { background-color: #555; }
.dgray { background-color: #555; }

#small { font-size: x-small; }
.small { font-size: x-small; }

#center { text-align: center; }
#right { text-align: right; }
.center { text-align: center; }
.right { text-align: right; }

td#td140 { width: 140px; }

.no-border {
 border: 0;
 padding: 0.1em;
 }

.space-s { margin-left: 1em; }
.space-d { margin-left: 2.5em; }
.space-t { margin-left: 3em; }

.margin { margin-bottom: 1em; }


/* coming soon(top.html)のスタイル***************************************/
ul#coming-soon { padding: 30px; height: 150px; }

ul#coming-soon li { list-style-type: none; }

/* 全体のスタイル ***************************************/
/* div#containerのスタイル*/
div#container {
 width: 800px;
 font-size: small;
 margin-left: auto;
 margin-right: auto;
}

/* headerのスタイル*/
div#header {
 clear: both;
 width: 800px;
 height: 27px;
 background-color: #000;
 }

/* naviのスタイル*/
p#navskip {
 height: 0;
 overflow: hidden;
 }

ul#navlist {
 width: 800px;
 top: 0px;
 left: 335px;
* left: 370px; /* 通常設定値 +35px */
 position: relative;
 color: #fff;
 
 font-size: 7.5pt;
 list-style-type: none;
 float: right;
 }

ul#navlist li {
 margin-top: 0.5em;
 letter-spacing: 0.08em; 
* letter-spacing: 0.01em;
 display: inline;
 float: left;
 }

a#navi-link:link {color: #fff; }
a#navi-link:visited {color: #fff; }

ul#navlist li#nav-center {
 margin-top: 0.5em;
 padding-top: 0.3em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.3em;
 border-right: 1px solid #fff;
 color: #fff;
 }

ul#navlist li#nav-left {
 margin-top: 0.5em;
 padding-top: 0.3em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.3em;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 }

ul#navlist li#nav-right {
 margin-top: 0.5em;
 padding-top: 0.3em;
 padding-left: 0.4em;
 padding-right: 0.4em;
 padding-bottom: 0.3em;
 margin-right: 0.8em;
 border-right: 1px solid #fff;
 }

ul#navlist li#cart {
 margin-left: 0px;
 margin-top: 0em;
 }

/* contentのスタイル*/
div#content {
 width: 800px;
 padding-bottom: 25px;
 overflow: hidden;
 background-color: #fff;
 color: #000;
 }


/*ロゴのスタイル(h1) */

h1#logo2 {
 width: 800px;
 height: 389px;
 background: url(../../images/logo.jpg) no-repeat;
 text-indent: -9999px;
 top: 0px;
 left: 0px;
 position: relative;
 z-index: 2;
}

h1#logo {
 width: 800px;
 background-color: #000;
 top: -389px;
 left: 0px;
 position: relative;
 color: #139a00;
 z-index: 1;
}

h1#logo2 a {
 width: 800px;
 height: 389px;
 display: block;
}

/* mainのスタイル*/
div#main { padding-top: 5px; }

/* トップページ(top.tpl)のスタイル ******************************************/
h2#top-message {
 width: 677px;
* width: 800px;
 margin-left: 60px;
 margin-top: -5px;
 margin-bottom: 10px; /* メンテナンス時以外は margin-bottom: 10px; に設定 */
 font-size: medium;
 text-align: center; /* メンテナンス時以外は text-align: center; に設定 */
 }

h2#news {
 width: 677px;
* width: 800px;
 margin-left: 60px;
* padding-left: 60px;
 margin-bottom: 10px;
 }

h2#news2 {
 width: 677px;
* width: 800px;
 margin-left: 60px;
 margin-top: 0px;
 margin-bottom: 15px;
 text-align: left;
 font-size:samll;
 font-weight: bold;
 }
*html body h2#news2 { margin-top: 0px; }

h2#news3 {
 width: 677px;
* width: 800px;
 margin-left: 60px;
 margin-top: -10px;
 margin-bottom: 10px;
 text-align: left;
 font-weight: normal;
 }

h2#title2 {
 width: 677px;
 height: 26px;
 top: 0;
 left: 60px;
 position: relative;
 z-index: 2;
 background: url(../../images/recommend_title.gif) no-repeat;
 }

h2#title {
 width: 657px;
 height: 26px;
 top: -26px;
 left: 70px;
 position: relative;
 z-index: 1;
 color: #fff;
 background-color: #000;
 font-weight: bold;
 font-size: x-small;
 margin-bottom: -4px;
 }

div#top-categorynav {
 width: 410px;
* width: 394px;
 height: 18px;
* height: 16px;
 margin-left: 67px;
 margin-top: -23px;
 padding-top: 1px;
* padding-top: 0;
 background-color: #777;
 }
*+html body div#top-categorynav { margin-bottom: 2px; }

div#top-categorynav h3 {
 width: 100px;
 height: 17px;
 margin-right: -2px;
 display: inline;
 }

/* 商品配列 */
div#first {
 width: 745px;
 /*margin-top: 15px;*/ /*通販限定の商品の場合*/
 margin-left: 60px;
 margin-bottom: 10px;
 float: left;
 }
* html body div#first { margin-left: 30px; }

div#first li { list-style-type: none; }

div#first ul {
 width: 214px;
 height: 236px;
 float: left;
 background: url(../../images/img-bg.gif) no-repeat;
 }
div#first ul.top-sambox-gentei {
 width: 214px;
 height: 236px;
 float: left;
 background: url(../../images/gentei-bg.gif) no-repeat;
 }

div#first ul.center {
 margin-left: 19px;
 margin-right: 19px;
 }

div#first ul.top-sambox-center {
 margin-left: 19px;
 margin-right: 19px;
 }

 /* 商品毎のレイアウト */
div#first li.top-img {
 width: 214px;
 height: 150px;
 text-align: center;
 margin-top: 25px;
 }

div#first li.name {
 width: 190px;
 overflow: hidden;
 font-weight: bold;
 font-size: x-small;
 margin-left: 12px;
 margin-right: 12px;
 margin-top: 8px;
 margin-bottom: 2px;
 line-height: 1.2em;
 text-align: center;
 }

div#first p.top-name {
 width: 190px;
 overflow: hidden;
 font-weight: bold;
 font-size: x-small;
 margin-left: 12px;
 margin-right: 12px;
 margin-top: 8px;
 margin-bottom: 2px;
 line-height: 1.2em;
 text-align: center;
 }

a.top-name:link { color: #fff; }
a.top-name:visited { color: #fff; }
a.top-name:hover { color: #ff5599; }
a.top-name:activ { color: #ff5599; }

div#first li.top-price {
 width: 190px;
 margin-left: 12px;
 margin-right: 12px;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 color: #fff;
 }

div#first p.top-price {
 width: 190px;
 margin-left: 12px;
 margin-right: 12px;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 color: #fff;
 }
*+html body div#first li.top-price { margin-bottom: -15px; }

div#first li.top-price p { display: inline; }

div#list-link {
 width: 753px;
 margin-left: 25px;
 margin-top: 10px;
 margin-bottom: 15px;
 float: left;
 text-align: center;
 margin-bottom: 40px;
 }
* html body div#list-link { margin-left: 13px; }

p#line {
 line-height: 0;
 text-indent: -9999px;
 }

/* カード会社バナーのスタイル */
ul#card-img {
 width: 753px;
 margin-left: 35px;
 list-style-type: none;
 }
* html body div#list-link { margin-left: 13px; }

ul#card-img li { display: inline; }

/* purchaseのスタイル*/
div#purchase {
 float: left;
 width: 800px;
 margin-left: 60px;
 color: #fff;
 }
* html body div#purchase { margin-left: 30px; }

div#purchase dl {
 width: 640px;
 font-size: x-small;
 padding: 0.5em 2em 2em 2em;
 background-color: #666;
 }

div#purchase dt {
 font-weight: bold;
 margin-top: 2em;
 line-height: 1.5em;
 color: #000;
}

div#purchase dt#top {
 margin-top: 0;
}

div#purchase dd {
 line-height: 1.5em;
 }

a#support-mail {
 letter-spacing: 0;
}


/* footerのスタイル */
div#footer {
 clear: both;
 width: 800px;
 height: 18px;
 background-color: #000;
 padding-top: 0.5em;
 text-align: center;
}
* html body div#footer { width: 801px; }

div#footer address {
 font-style: normal;
 font-size: x-small;
 color: #fff;
}

div#veli {
 width: 800px;
 float: left;
 margin-left: 32px;
 }
* html body div#veli { margin-left: 15px; }


/***商品一覧のスタイル(list.tpl)****************************/
h2#list-title2 {
 width: 580px;
 height: 27px;
 top: 0px;
 left: 0px;
 position: relative;
 z-index: 2;
 background: url(../../images/list-title.gif) no-repeat;
 }

h2#list-title {
 width: 580px;
 height: 27px;
 top: -27px;
 left: 0;
 position: relative;
 z-index: 1;
 color: #000;
 background-color: ; 
 font-weight: bold;
 font-size: x-small;
 margin-bottom: -10px;
 }

div#list-left { float: left; }

div#category {
 background: url(../../images/shopping-icon.gif) no-repeat;
 padding-left: 20px;
 margin-top: -10px;
 margin-bottom: 0.8em;
 font-size: medium;
 color: #000;
 }

div#list { margin-left: 25px; }

div.count {
 width: 580px;
 height: 18px;
 background-color: #444;
 color: #fff;
 margin-bottom: 0.5em;
 padding-left: 0.3em;
 padding-top: 0.3em;
 }

ul.product {
 width: 560px;
 height: 150px;
 border: 1px solid #466760;
 background-color: #bbb;
 color: #000;
 margin-bottom: 5px;
 padding: 10px;
 list-style-type: none;
 clear: both;
 }

li.picture {
 float: left;
 width: 130px;
 height: 180px;
 }

li.list-right { float:right }

ul.list-comment {
 width: 420px;
 list-style-type: none;
 margin-left: 10px;
 }

li.list-name {
 font-size: medium;
 font-weight: bold;
 margin-bottom: 0.5em;
 }

p.list-name-name, p.list-name-sts { display: inline; }
p.list-name-sts { margin-left: 1em; }

li.list-s-comment { margin-bottom: 15px; }

li.list-price, li.list-select { margin-bottom: 0.5em; }

p.list-price-left, p.list-more { display: inline; }

p.list-more {
 margin-left: 20px;
 padding-left: 0.3em;
 padding-right: 0.3em;
 background-color: #333;
 font-weight: bold;
 }

a.more-more:link, a.more-more:visited { background-color: #333; color: #fff; text-decoration: none; }
a.more-more:hover, a.more-more:active { background-color: #333; color: #e1017d; text-decoration: none; }

/* カテゴリーナビのスタイル */
div#category-nav {
 width: 144px;
 float: right;
 border: 1px solid #777;
 background-color: #777;
 margin-bottom: 10px;
}
 
div#category-nav2 {
 width: 144px;
 float: right;
 border: 1px solid #777;
 background-color: #777;
 margin-bottom: 10px;
}

div#category-nav ul {
 width: 144px;
 list-style-type: none;
}
div#category-nav2 ul {
 width: 144px;
 list-style-type: none;
}

* html body div#category-nav li {
 width: 144px;
}
* html body div#category-nav2 li {
 width: 144px;
}


/***商品詳細ページのスタイル****************************/

/* 右ボックスの位置調整 */
div#cart, div#login-cart, div#mypage, div#category-nav, div#category-nav2 { margin-right: 30px; }
* html body div#cart { margin-right: 13px; }
* html body div#login-cart { margin-right: 13px; }
* html body div#mypage { margin-right: 13px; }
* html body div#category-nav { margin-right: 13px; }
* html body div#category-nav2 { margin-right: 13px; }

/* カラー選択セレクトボックスの幅指定 */
select.select-color { width: 40px; }

/* 現在のカゴの中のスタイル*/
div#cart {
 width: 144px;
 border: 1px solid #466760;
 float: right;
 margin-bottom: 10px;
 padding-bottom: 0.8em; 
* margin-left: 5px;
 background-color: #bbb;
 color: #000;
}

div#login-cart {
 width: 144px;
 border: 1px solid #87976e;
 float: right;
 margin-bottom: 10px;
 padding-bottom: 0.8em; 
* margin-left: 5px;
 background-color: #ccd8c4;
 color: #000;
 }

div#cart h3#cart-title {
 width: 144px;
 height: 25px;
 background: url(../../images/cart-title.gif) no-repeat;
 position: relative;
 left: 0;
 top: 0;
 z-index: 2; 
}

div#cart h3#cart-title02 {
 width: 144px;
 height: 0px;
 background-color: #5dc0a3;
 color: #000;
 text-align: center;
 position: relative;
 left: 0;
 top: -25px;
 z-index: 1;
}

div#cart ul {
 width: 144px;
* margin-top: -1px;
}

div#login-cart ul {
 width: 144px;
* margin-top: -1px;
}

div#cart li { list-style-type: none; }

div#login-cart li { list-style-type: none; }

div#cart li#piece {
 width: 130px;
 margin-left: 0.5em;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 padding-bottom: 0.5em;
 border-bottom: 1px dashed #333;
}
*html body div#cart li#piece, *html body div#login-cart li#mail { margin-top: -1px; }

div#cart li#price {
 margin-left: 0.5em;
 margin-bottom: 0.8em;
 }

div#cart li#cartin { margin-left: 28px; }

/* ログインのスタイル (カゴの中のスタイルに準拠) */
div#login-cart h3#detail-login-title {
 width: 144px;
 height: 25px;
 background: url(../../images/login-title.gif) no-repeat;
 position: relative;
 left: 0;
 top: 0;
 z-index: 2; 
}

div#login-cart h3#detail-login-title02 {
 width: 144px;
 height: 0px;
 background-color: #5dc0a3;
 color: #000;
 text-align: center;
 position: relative;
 left: 0;
 top: -25px;
 z-index: 1;
}

li#mail {
 margin-top: 0.5em;
 margin-left: 0.5em;
 margin-top: 0.5em;
}

li#pass {
 margin-top: 0.1em;
 margin-left: 0.5em;
}

li#mail img, li#pass img { margin-right: 0.3em; }

li#forgot {
 margin-top: 0.3em;
 margin-left: 0.5em;
 font-size: x-small;
 }

li#memory {
 margin-top: 0.5em;
* margin-top: 0.2em;
 margin-left: 0.5em;
 font-size: x-small;
 }

li#memory { marin-right: 0.3em; }

div#login-cart li#login {
 width: 144px;
 text-align: center;
 margin-top: 0.7em;
* margin-top: 0.5em;
 margin-bottom: 0;
 }

div#login-cart li#login02 {
 width: 144px;
 text-align: center;
 margin-top: 0.2em;
 }

/* マイページのスタイル*/
div#mypage {
 width: 144px;
 height: 25px;
 float: right;
 border: 1px solid #87976e;
 background-color: #a2fe13;
 }

div#mypage ul {
 width: 144px;
 list-style-type: none;
 }
* html body div#mypage li { width: 144px; }


/*商品詳細(detail.tpl)のスタイル*******************************************************/
/* 商品詳細のスタイル*/
div#detail {
 float: left;
 margin-left: 38px;
 }
* html body div#detail { margin-left: 19px; }

div#detail h4 {
  width: 550px;
  color: #fff;
  margin-bottom: 5px;
  font-size: x-small;
  font-weight: normal;
 }

div#detail h2 {
 width: 550px;
 color: #fff;
 background-color: #000;
 font-size: large;
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 padding-left: 0.3em;
 }

 /* 商品画像のスタイル*/
div#detail p#img-main {
 width: 326px;
 height: 303px;
 background-color: #bbb;
 padding-top: 23px;
 margin-top: 15px;
 text-align: center;
 border: 1px solid #466760;
}

div#img {
 float: left;
 width: 330px;
 margin-top: 5px;
}
* html body div#img { margin-top: -5px; }

table#img-change {
 width: 330px;
 margin-top: 0.1em;
 margin-left: -1px;
}

table#img-change td {
 background-color: #bbb;
 width: 81px;
 height: 81px;
 text-align: center;
*padding-left: 1px;
 border: 1px solid #466760;
}

/* 料金等のスタイル */
div#inner {
 float: left;
 width: 220px;
 margin-top: 15px;
}
* html body div#inner { margin-top: 5px; }

div#detail ul {
 width: 220px;
 list-style-type: none;
 margin-left: 9px;
 }

* html body div#detail ul {
 float: right;
 width: 215px;
 margin-left: 5px;
 }

li#main-price {
 margin-top: 5px;
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 border-top: 4px double #555;
 border-bottom: 4px double #555;
 font-size: medium;
 font-weight: bold;
 }

li#main-color {
 margin-top: 1.5em;
 margin-bottom: 0.5em;
 }

li#main-piece {
 margin-top: 1.5em;
 margin-bottom: 0.5em;
 }

li#sorry {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 }

li#main-piece p, li#main-size p, li#main-color p { display: inline; }

li#main-size { margin-bottom: 1.5em; }

li#main-cartin {
 padding-bottom: 2.8em;
 border-bottom: 1px dashed #fff;
 margin-bottom: 1.5em;
 }

li#main-detail p {
 width: 220px;
 float: left;
 }


/**コンビニ決済*******************************************************************/
div#convenience { margin-left: 48px; }

h2#convenience-title02 {
 width: 700px;
 height: 24px;
 top: 1px;
 left: 0px;
 position: relative;
 z-index: 2;
 background: url(../../images/convenience-title.gif) no-repeat;
 }

h2#convenience-title {
 width: 695px;
 height: 24px;
 top: -23px;
 left: 0px;
 padding-left: 0.3em;
 position: relative;
 z-index: 1;
 background-color: ;
 color: #fff;
 font-size: x-small;
 }

ul#convenience-coution { margin-bottom: 5px; }

ul#convenience-coution li { list-style-type: none; }

table.convenience {
 border: 1px solid #2eca00;
 margin-bottom: 20px;
 }

table.convenience td {
 border-bottom: 1px solid #2eca00;
 padding: 5px;
 }

div#convenience-btn {
 width: 700px;
 margin-bottom: 20px;
 text-align: center;
 }
* html body li#main-detail p { width: 215px; }

/* 予告ページ・クローズページ(top.html)のスタイル ********************************************************/
ul.coming-soon {
 margin-left: 35px;
 margin-right: 35px;
 margin-top: 10px;
 margin-bottom: 20px;
 list-style-type: none;
 }

li.qr-margin { margin-bottom: 0.5em; }


/*ワールドペイのページに飛ぶけどいい？のページのスタイル(shopping/intervalue_request.tpl)**********************/
h2#to-wp-title02 {
 width: 700px;
 height: 24px;
 top: 1px;
 left: 0px;
 position: relative;
 z-index: 2;
 background: url(../../images/credit-title.gif) no-repeat;
 }

h2#to-wp-title {
 width: 695px;
 height: 24px;
 top: -23px;
 left: 0px;
 padding-left: 0.3em;
 position: relative;
 z-index: 1;
 background-color: ;
 color: #fff;
 font-size: x-small;
 }

h3#wp-info {
 font-weight: normal;
 margin-bottom: 20px;
 }

h4#wp-submit { margin-bottom: 30px; }