/*
 * 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.jpg) repeat-x;
 background-color: #22ad38;
 }

img { border: 0; }

/* その他の共通スタイル*/
img, input { vertical-align: middle; }

a:link    { color: #ff0; text-decoration: none; }
a:visited { color: #ff0; text-decoration: none; }
a:hover   { color: #e61673; text-decoration: underline; }
a:active  { color: #e61673; 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; font-weight: bold; }
.lorange { background-color: #f3add4; font-weight: bold; }

/* 確認系 */
#gray { background-color: #ccc; font-weight: bold; color: #555; }
.gray { background-color: #ccc;  font-weight: bold; color: #555; }

#dgray { background-color: #555; font-weight: bold; }
.dgray { background-color: #555; font-weight: bold; }

#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;
 }

/* coming soon(top.html)のスタイル***************************************/
ul#coming-soon { padding: 30px; height: 150px; }

ul#coming-soon li { list-style-type: none; }

/* 全体のスタイル ***************************************/
/* div#containerのスタイル*/
div#container {
 width: 1000px;
 font-size: small;
 margin-left: auto;
 margin-right: auto;
}

/* headerのスタイル*/

/* naviのスタイル*/
p#navskip {
 height: 0;
 overflow: hidden;
 }

ul#navlist {
 width: 800px;
 margin: 0 0 270px 0;
 top: 0;
 left: 0;
 position: relative;
 list-style-type: none;
 float: left;
 }

ul#navlist li {
 display: inline;
 float: left;
 }

ul#navlist li.nav01 { margin: 63px 200px 0 3px; }
ul#navlist li.nav02 { margin: 0 110px 0 0; }
ul#navlist li.nav03 { top: -110px; left: 0; position: relative; }

/* contentのスタイル*/
div#content {
 width: 800px;
 padding: 0 100px 0 100px;
 overflow: hidden;
 background: url(../../images/contents-bg.jpg) no-repeat center top;
 color: #fff;
 }


/*ロゴのスタイル(h1) */

h1#logo2 {
 width: 224px;
 height: 82px;
 margin: 30px 0 0 0;
 background: url(../../images/logo.gif) no-repeat;
 text-indent: -9999px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
}

h1#logo {
 width: 224px;
 top: -82px;
 left: 0;
 position: relative;
 text-indent: -9999px;
 z-index: 1;
 }

h1#logo2 a {
 width: 224px;
 height: 82px;
 display: block;
}

ul#category-nav {
 margin: 0 80px 0 0;
 float: right;
 }

ul#category-nav li {
 display: inline;
 float: left;
 }

ul#category-nav li.ctg01 { margin: 5px 0 0 0; }
ul#category-nav li.ctg02 { margin: 0 0 0 20px; }
ul#category-nav li.ctg03 { margin: 10px 0 0 15px; }
ul#category-nav li.ctg04 { margin: 0 0 0 40px; }

/* mainのスタイル*/
div#main { float: left; }

/* トップページ(top.tpl)のスタイル ******************************************/
h2#top-message {
 width: 677px;
* width: 800px;
 margin-left: 60px;
 /* padding-left: 60px; /* 告知文有の場合のみ。通常時はコメントアウト */
 margin-top: -5px;
 margin-bottom: 10px;
 font-size: medium;
 text-align: center;  /* 通常は text-align: center; に設定。告知文有の場合はコメントアウト */
 }
*html body h2#top-message { font-size: large; }

h2#news {
 width: 677px;
* width: 800px;
 margin-left: 60px;
* padding-left: 0px;
 /*margin-bottom: 3px; 通常*/
 margin-bottom: 25px;
 }
*html body h2.news { padding-left: 0px; }

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.bottom { margin-bottom: 15px; }

h2#title2 {
 width: 800px;
 height: 34px;
 margin: 0 0 20px 0;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/recommend-title.gif) no-repeat center center;
 }

h2#title {
 width: 657px;
 top: -34px;
 left: 32px;
 position: relative;
 z-index: 1;
 color: #fff;
 font-weight: bold;
 font-size: x-small;
 margin-bottom: -4px;
 }

/* 商品配列 */
div#first {
 width: 750px;
 margin: 0 0 10px 25px;
 float: left;
 }

div#first ul {
 width: 230px;
 height: 280px;
 list-style-type: none;
 float: left;
 /*background: url(../../images/img-bg.gif) no-repeat;*/
 }

div#first ul.center { margin: 0 30px; }


 /* 商品毎のレイアウト */
div#first li.top-img {
 width: 230px;
 height: 200px;
 text-align: center;
 }

div#first li.name {
 width: 230px;
 overflow: hidden;
 font-weight: bold;
 margin: 5px 0 2px 0;
 line-height: 1.2em;
 text-align: center;
 }

div#first li.top-price {
 width: 230px;
 font-weight: bold;
 text-align: center;
 }

/* purchaseのスタイル*/
div#purchase {
 float: left;
 width: 800px;
 color: #fff;
 }
* html body div#purchase { margin-left: 30px; }

div#purchase dl {
 width: 720px;
 margin-left: 25px;
 font-size: x-small;
 padding: 10px 15px 15px 15px;
 background: url(../../images/border.gif) no-repeat center top;
 float: left;
 }

div#purchase dt {
 font-weight: bold;
 margin-top: 2em;
 line-height: 1.5em;
 color: #e61673;
}

div#purchase dt#top { margin-top: 0; }

div#purchase dd { line-height: 1.5em; }

a#support-mail { letter-spacing: 0; }


/* footerのスタイル */
div#footer {
 width: 800px;
 margin: 30px 0 0 100px;
 padding: 20px 0 10px 0;
 background: url(../../images/border.gif) no-repeat center top;
 text-align: center;
 font-size: x-small;
 color: #006934;
 }
* html body div#footer { width: 801px; }

div#footer ul {
 width: 770px;
 margin: 0 30px 10px 0;
 list-style-type: none;
 text-align: right;
 float: right;
 }

div#footer ul li { display: inline; }

div#footer ul li a:link { color: #006934; }
div#footer ul li a:visited { color: #006934; }
div#footer ul li a:hover { color: #ff0; }
div#footer ul li a:active { color: #ff0; }

div#footer address {
 font-style: normal;
 color: #006934;
}

div#veli {
 width: 800px;
 margin: 0 0 0 32px;
 padding-top: 20px;
 float: left;
 }
* html body div#veli { margin-left: 15px; }


/***商品一覧のスタイル(list.tpl)****************************/
h2#list-title2 {
 width: 736px;
 height: 34px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/list-title.gif) no-repeat;
 }

h2#list-title {
 width: 580px;
 height: 27px;
 top: -34px;
 left: 0;
 position: relative;
 z-index: 1;
 /*color: #000;*/
 background-color: ; 
 font-weight: bold;
 font-size: x-small;
 }

div#list-left {
 width: 600px;
 float: left;
 }

div#category {
 width: 736px;
 background: url(../../images/shopping-icon.gif) no-repeat;
 padding-left: 20px;
 margin-bottom: 0.8em;
 font-size: medium;
 float: left;
 }

div#list { margin-left: 25px; }

div.count {
 width: 580px;
 height: 18px;
 margin-bottom: 0.5em;
 padding-left: 0.3em;
 padding-top: 0.3em;
 float: left;
 }

ul.product {
 width: 560px;
 border: 1px solid #00913a;
 margin-bottom: 5px;
 padding: 10px;
 list-style-type: none;
 float: left;
 }

li.picture {
 width: 130px;
 float: left;
 }

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: #40210f;
 font-weight: bold;
 }

a.more-more:link, a.more-more:visited { background-color: #40210f; color: #fff; text-decoration: none; }
a.more-more:hover, a.more-more:active { background-color: #40210f; color: #e1017d; text-decoration: none; }


/***商品詳細ページのスタイル****************************/

/* 右ボックスの位置調整 */
div#cart, div#login-cart, div#mypage, div#category-nav, div#category-nav2 { margin-right: 20px; }
* 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 #00913a;
 margin-bottom: 10px;
 padding-bottom: 0.8em; 
* margin-left: 5px;
 float: right;
 }

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 {
 width: 575px;
 margin-right: 15px;
 float: left;
 }

h2#detail-title {
 width: 736px;
 height: 31px;
 margin-bottom: 20px;
 color: #fff;
 font-size: large;
 font-weight: bold;
 padding-top: 5px;
 background: url(../../images/border.gif) no-repeat left bottom;
 }

 /* 商品画像のスタイル*/
div#detail p#img-main {
 width: 327px;
 height: 303px;
 padding-top: 23px;
 text-align: center;
 border: 1px solid #00913a;
}

div#img {
 width: 330px;
 float: left;
 }

table#img-change {
 width: 330px;
 margin-top: 0.1em;
 margin-left: -1px;
}

table#img-change td {
 width: 81px;
 height: 81px;
 padding: 0;
 text-align: center;
 border: 1px solid #00913a;
}

/* 料金等のスタイル */
div#inner {
 width: 235px;
 float: left;
}

div#detail ul {
 width: 235px;
 list-style-type: none;
 margin-left: 9px;
 }

li#main-price {
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 border-top: 4px double #ff0;
 border-bottom: 4px double #ff0;
 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 #00913a;
 margin-bottom: 1.5em;
 }

li#main-detail p {
 width: 235px;
 float: left;
 }


/**コンビニ決済*******************************************************************/
div#convenience { margin-left: 48px; }

h2#convenience-title02 {
 width: 700px;
 height: 36px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/convenience-title.gif) no-repeat;
 }

h2#convenience-title {
 width: 695px;
 top: -36px;
 left: 0;
 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 { margin-bottom: 20px; }

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; }

/**↓cotents02.cssの内容***********************************************/
