/*
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 */

@charset "EUC-JP";

/**ここからカスタマイズ*********************************/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
* {
 margin: 0;
 padding: 0;
 font-size: 11pt;
 font-family: 'M PLUS 1p', sans-serif;
 line-height: 1.0;
 }

/* body要素のスタイル*/
body { background-color: #fff; }

img { border: 0; }

/* その他の共通スタイル*/
img, input { vertical-align: middle; }

a:link,
a:visited { color: #e75297; text-decoration: none; }
a:hover,
a:active  { color: #52599b; text-decoration: underline; }


/* 入力フォームの共通スタイル */
dl.input_form,
dl.payment_form,
dl.cvs_form {
 width: 630px;
 margin: 0 0 50px 165px;
 float: left;
 }

dl.cvs_form { margin: 20px 0 30px 80px; }
div#convenience dl.input_form { margin-left: 80px; }

dl.input_form dt {
 margin :20px 0 5px 0;
 font-weight: bold;
 font-size: 15px;
 }

input.txt_input,
select.txt_input,
textarea {
 margin-bottom: 5px;
 padding: .5em;
 border: 1px solid #ccc;
 border-radius: 5px;
 font-size: 16px;
 }

dl.input_form label { margin-right: 20px; }

textarea {
 width: 630px;
 margin-top: 10px;
 }

.left_box { margin-right: 20px; }
.center_box { margin: 0 20px; }
.right_box { margin-left: 20px; }

.tel_left { margin-right: 10px; }
.tel_center { margin: 0 10px; }
.tel_right { margin-left: 10px; }

.zip_left { width: 4em; margin: 0 5px 0 0; }
.zip_right { width: 6em; margin: 0 10px 0 5px; }
.add_under { margin: 5px 0 0 0; }

.name_box { width: 250px; }
.add_box { width: 600px; }
.mail_box { width: 450px; }
.tel_box { width: 100px; }

h3#shipping_add {
 width: 630px;
 margin: 0 0 0 165px;
 float: left;
 }

/* 確認ページ(主にcontact) */
dl.conf_form {
 width: 630px;
 margin: 0 0 50px 154px;
 padding: 10px 10px 0 10px;
 border: 1px solid #ccc;
 border-radius: 5px;
 float: left;
 }

dl.conf_form dt {
 margin : 0 0 5px 0;
 font-weight: bold;
 font-size: 15px;
 }

dl.conf_form dd {
 margin-bottom: 30px;
 font-size: 15px;
 }


/**** 共通のカラー・サイズ設定 ********/

/* エラー等の強調フォント */
.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: #00f;
}

.s-pink {
 color: #00f;
}

/* 強調フォント(サブカラー) */
.ss-color {
 font-weight: bold;
 color: #00f;
 }

/*
#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: #4f9b23;
}

/* 入力系 */
#lorange,
.lorange { background-color: #bbb; font-weight: bold; }

/* 確認系 */
#gray,
.gray { background-color: #888; font-weight: bold; color: #fff; }

#dgray,
.dgray { background-color: #555; font-weight: bold; color: #fff; }

#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;
 }

.margin { margin-bottom: 1em; }
.smargin { margin-bottom: 0.5em; }
.lmargin { margin-bottom: 2em; }


/* coming soon(top.html)のスタイル***************************************/
ul#coming-soon { padding: 30px; height: 150px; }

ul#coming-soon li { list-style-type: none; }


/* header ***************************/
div#header,
div#header02 {
 width: 100%;
 height: auto;
 margin-bottom: 15px;
 /*background: #000;*/
 float: left;
 }

div#header {
 height: auto;
 margin-bottom: 50px;
 }

div#header02 { margin: 20px 0 30px 0; }


div#header-inner {
 width: 960px;
 margin: 0 auto;
 }

div#header div#header-inner { background: #fff; }


/* 全体のスタイル ***************************************/
/* div#containerのスタイル*/
div#container {
 width: 960px;
 font-size: small;
 margin-left: auto;
 margin-right: auto;
}

/* naviのスタイル*/
p#navskip {
 height: 0;
 overflow: hidden;
 }

ul#navlist {
 width: 400px;
 margin: 50px 0 25px 0;
 left: 0;
 top: 0;
 position: relative;
 list-style-type: none;
 z-index: 3;
 text-align: right;
 float: right;
 }

ul#navlist li {
 margin: 0 25px 0 0;
 display: inline;
 }
ul#navlist li.right-nav { margin-right: 0; }

div#header02 ul#navlist {
 width: 450px;
 margin-top: 20px;
 border: none;
 background: #fff;
 text-align: right;
 z-index: 1;
 float: right;
 }


/* contentのスタイル*/
div#content {
 width: 960px;
 padding: 40px 0 50px 0;
 overflow: hidden;
 color: #333;
 /*background: #eee;*/
 float: left;
 }


/*ロゴのスタイル(h1) */
/* topページ */
h1#logo_top02 {
 width: 960px;
 height: 448px;
 margin: 0px 0 0px 0;
 background: url(../../images/visual.jpg) no-repeat center center;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 float: left;
 }

h1#logo_top {
 width: 960px;
 top: -400px;
 margin-bottom: -400px;
 left: 0;
 position: relative;
 z-index: 1;
 float: left;
 }

h1#logo_top02 a {
 width: 960px;
 height:448px;
 display: block;
 float: left;
 }

h1#logo_top a {
 width: 960px;
 height:448px;
 display: block;
 float: left;
 }

/* 下層ページ */
h1#logo2 {
 width: 351px;
 height: 100px;
 margin: 10px 0;
 background: url(../../images/logo.jpg) no-repeat;
 background-size: 100% auto;
 text-indent: -9999px;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 float: left;
}

h1#logo {
 width: 351px;
 margin-bottom: 10px;
 top: -100px;
 left: 0;
 position: relative;
 color: #fff;
 z-index: 1;
 float: left;
}

h1#logo2 a {
 width: 351px;
 height:100px;
 display: block;
 float: left;
 }

/* mainのスタイル*/
div#main {
 margin-top: 40px;
 float: left;
 }

/* categoryのスタイル */
/*@import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique');*/
ul#category {
 width: 980px;
 margin: 0 0 -80px -20px;
 text-align: center;
 font-weight: bold;
 font-size: 20px;
 position: relative;
 z-index: 99;
 float: left;
 }

div#header02 ul#category { margin-top: 50px; }

ul#category li {
 margin-left: 20px;
 display: inline;
 }

ul#category li a:link,
ul#category li a:visited,
ul#category li a:hover,
ul#category li a:active,
ul#category li a span.redst {

 color: #727171;
/*
 font-family: "Bacasime Antique", serif;
 text-shadow: .25px .25px 0 #000, -.25px -.25px 0 #000,
              -.25px .25px 0 #000, .25px -.25px 0 #000,
              0px .25px 0 #000,  0-.25px 0 #000,
              -.25px 0 0 #000, .25px 0 0 #000;
*/
 }


/* CLOSEのスタイル **********************************************************/
div#main ul#close-message {
 width: 740px;
 margin-left: 20px;
 margin-bottom: 10px;
 padding: 10px;
 list-style-type: none;
 background-color: #eee;
 }

div#main ul#close-message li { line-height: 1.1; }


/* トップページ(top.tpl)のスタイル ******************************************/
p#banner {
 width: 960px;
 margin: 25px 0 45px 0;
 text-align: center;
 }

p#visual {
 width: 960px;
 height: 448px;
 background: url(../../images/visual.jpg) no-repeat;
 background-size: 100% auto;
 text-indent: -99999px;
 }

p#postage {
 width: 100%;
 margin: -30px 0 20px 0;
 text-align: center;
 }

p#overseas {
 width: 100%;
 margin-bottom: 30px;
 }

ul#news {
 width: 960px;
 margin: 0 0 40px 0;
 list-style-type: none;
 display: inline;
 float: left;
 }
*:first-child+html body ul#news { margin-left: 0; }
* html body ul#news { margin-left: 0; }

ul#news li { margin-bottom: .3em; }
ul#news li.red { margin-bottom: .5em; }

h2#title2 {
 width: 960px;
 height: 21px;
 margin: -60px 0 30px 0;
 top: 0;
 left: 0;
 position: relative;
 z-index: 2;
 background: url(../../images/recommend-title.gif) no-repeat center center;
 float: left;
 }

h2#title {
 width: 960px;
 margin-bottom: 0px;
 top: -60px;
 left: 0;
 position: relative;
 z-index: 1;
 font-weight: bold;
 font-size: x-small;
 text-align: center;
 float: left;
 }


/* 商品配列 */
div#first {
 width: 970px;
 margin: 0 -10px 0 0;
 float: left;
 display: inline;
 }

/*ceremony発売時のみ
div#first {
 margin-top: 30px;
 padding-top: 130px;
 background: url(../../images/ceremony-title.gif) no-repeat center top;
 }
*/

div#first ul {
 width: 200px;
 height: 290px;
 margin: 0 0 40px 32px;
 list-style-type: none;
 text-align: center;
 float: left;
 display: inline;
 }

div#first ul.dummy { text-indent: -99999px; }

div#first ul li {
 width: 200px;
 float: left;
 }


 /* 商品毎のレイアウト */
div#first li.top-img {
 width: 200px;
 text-align: center;
 }

div#first li.tour {
 margin: 10px 0 3px 0;
 color: #727171;
 text-align: center;
 }

div#first li.name {
 width: 200px;
 margin: 20px 0 10px 0;
 overflow: hidden;
 font-weight: bold;
 line-height: 1.2em;
 text-align: center;
 }

/*商品名のリンク色が違う時に使用
a.top-name:link { color: #000; }
a.top-name:visited { color: #000; }
a.top-name:hover { color: #f00001; }
a.top-name:activ { color: #f00001; }
*/

div#first li.top-price {
 width: 200px;
 /*font-weight: bold;*/
 text-align: center;
 }

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;
 }

a#support-mail {
 letter-spacing: 0;
}


/* footerのスタイル */
div#footer {
 width: 960px;
 margin: 20px 0;
 float: left;
 }

div#footer ul#footer-nav {
 margin-bottom: 5px;
 list-style-type: none;
 float: left;
 display: inline;
 }

div#footer ul#footer-nav li {
 display: inline;
 float: left;
 font-size: x-small;
 color: #ccc;
 }

div#footer ul#footer-nav li a { font-size: 9pt; }

div#footer ul#footer-nav li a:link,
div#footer ul#footer-nav li a:visited { color: #ccc; text-decoration: none; }
div#footer ul#footer-nav li a:hover,
div#footer ul#footer-nav li a:active { color: #ddd; text-decoration: underline; }

div#footer address {
 padding-bottom: 5px;
 font-style: normal;
 font-size: x-small;
 color: #ccc;
 float: right;
 }

div#veli {
 width: 800px;
 float: left;
 margin-left: 32px;
 }
* html body div#veli { margin-left: 15px; }


/***商品一覧ページ(list.php)のスタイル****************************/
h2#list-title,
h2#detail-title {
 width: 960px;
 height: auto;
 margin-bottom: 40px;
 font-size: 21px;
 /*font-family: "Bacasime Antique", serif;*/
 font-weight: bold;
 text-align: center;
 color: #52599b;
 float: left;
 }

div#list-inner div#first {
 width: 753px;
 margin-left: 35px;
 margin-bottom: 20px;
 float: left;
 display: inline;
 }

div#list-inner div#first ul { margin-right: 22px; }

li.list-sold-out { margin-top: .5em; }



/*商品詳細(detail.tpl)のスタイル*******************************************************/
/* カラー選択セレクトボックスの幅指定 */
select.select-color { width: 40px; }

p.tour {
 margin-bottom: 10px;
 font-size: 12px;
 color: #727171;
 }

 /* 商品画像のスタイル*/
div#img {
 width: 400px;
 margin: 0 20px;
 float: left;
 }

div#detail p#img-main {
 width: 400px;
 height: 400px;
 text-align: center;
 }

ul#img-thumb {
 width: 100%;
 margin-top: 4px;
 }

ul#img-thumb li {
 margin-right: 4px;
 padding: 10px;
 display: inline;
 list-style-type: none;
 background: #fff;
 float: left;
 }

/* 料金等のスタイル */
div#inner {
 width: 520px;
 float: left;
 }

div#detail ul {
 width: 520px;
 list-style-type: none;
 float: left;
 }

li#main-price {
 font-size: 14px;
 }

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 { margin-bottom: 40px; }

li#main-detail p {
 width: 500px;
 float: left;
 }


/**コンビニ決済*******************************************************************/
div#convenience { margin-left: 138px; }

h2#convenience-title02 { background: url(../../images/convenience-title.gif) no-repeat center center; }

ul#convenience-coution {
 margin-bottom: 5px;
 float: left;
 }

ul#convenience-coution li {
 width: 700px;
 list-style-type: none;
 float: left;
 }

dl.cvs_form dt, dl.cvs_form dd {
 height: 20px;
 margin-bottom: 15px;
 display: inline;
 float: left;
 }

dl.cvs_form dt {
 width: 10px;
 margin-right: 10px;
 }

dl.cvs_form dd { width: 610px; }

ul#convenience-btn {
 width: 700px;
 margin-bottom: 20px;
 text-align: center;
 float: left;
 }

ul#convenience-btn li { display: inline; }

ul#convenience-btn li.btn-left { margin-right: 20px; }

* 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の内容***********************************************/
