@charset "utf-8";
/* CSS Document */

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;font-size:0px;}
li{font-size:12px;}
table {border-collapse: separate;border-spacing: 0;width: 689px;margin: 0px auto 10px;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 12px/1.5 "Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background: #FFF;

}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#222;
}

a:hover, a:active{
outline: none;
color:#DE578F;
}

a img:hover{opacity:.8;}

{content:""; display: table;clear:both;}

/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after, .post:after,.inner:after,ul.news:after,ul#banners:after{content:""; display: table;clear:both;}
nav#mainNav ul,.newsTitle, .post, nav#mainNav .inner,ul.news,ul#banners{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"], p.readon a{
padding:3px 10px;
background: #222;
background: -moz-linear-gradient(top, #222 0%, #222 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#222));
background: -webkit-linear-gradient(top, #222 0%,#324252 100%);
background: -o-linear-gradient(top, #222 0%,#222 100%);
background: linear-gradient(to bottom, #222 0%,#222 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#222',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{
background: #f2f2e6;
color:#666;
cursor:pointer;
}
*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper,.inner{
margin:0 auto;
width:1000px;
}

#content{
float:right;
width:712px;
padding:20px 0 50px;
}


#sidebar{
float:left;
width:265px;
padding:20px 0 50px;
}

#footer{
clear:both;

} 


/* ヘッダー
*****************************************************/
#header .inner {
    position: relative;
    height: 100px;
}
/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;

font-weight:normal;
background: #cc5c90;text-align: center;color: #FFF;}

#shop #header h1{
padding:5px 0;
font-weight:normal;
background: #c3d44a;
text-align: center;
color: #FFF;}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
width: 290px;
height: 62px;
background: url(images/headerlogo.png) no-repeat;
position: absolute;
top: 20px;
text-indent: -99999px;
}
#shop #header h2{
width: 483px;
height: 62px;
background: url(images/headerlogo-shop.png) no-repeat;
position: absolute;
top: 20px;
text-indent: -99999px;
}
#header h2 a {
    width: 290px;
    height: 62px;
    display: block;
}
#shop #header h2{
width: 483px;
height: 62px;
    display: block;
}
#header .headtel {
    position: absolute;
    width: 290px;
    height: 44px;
    top: 20px;
    right: 0px;
    background: url(images/headertel.png) no-repeat;
    text-indent: -99999px;
}




/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:7px 0;
font-size:130%;
}

h2.title span{

}

.dateLabel{
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
}

.post p{
padding-bottom:15px;
}

.post ul{

}

.post ul li{

}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{

}

.post h2{
background: #4a0f2f;

text-align: center;

color: #FFF;

height: 35px;

line-height: 35px;

margin: 20px 0px;
}
#shop .post h2{
background: #f9eee7;

color: #c83920;
height: 35px;
line-height: 35px;
margin: 0px 0px 20px;
border-left: 5px solid #e4b19c;border-bottom: 2px solid #e4b19c;text-align: justify;padding-left: 10px;font-size: 120%;}
.post h3{

background: #4a0f2f;

text-align: center;

color: #FFF;

height: 35px;

line-height: 35px;

margin: 20px 0px;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}


.post table th{

}

.post table td{

}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 0 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/

.sidebanner {
    margin-bottom: 20px;
}

div#sideNav {
    border: solid #4a0f2f 1px;
    margin-bottom: 25px;
}
#sideNav h2 {
    background: #4a0f2f;
    text-align: center;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    font-size: 120%;
}

#sideNav li {
    border-bottom: 1px #4a0f2f dashed;
    margin: 10px;
    padding: 7px;
    font-weight: bold;
}
#sideNav li:last-child {
    border: none;
}
#sideNav li a {
    display: block;
    width: 240px;
    height: 25px;
}
#sideNav li a:before {
    content: "▶";
    font-size: 130%;
    padding-right: 10px;
    padding-left: 10px;
    color: #4a0f2f;
}

div#sideNav2 {
    margin-bottom: 25px;
}


#sideNav2 li {
    border-bottom: 1px #4a0f2f dashed;
    margin: 10px;
    padding: 7px;
    font-weight: bold;
}

#sideNav2 li a {
    display: block;
    width: 240px;
    height: 25px;
}
#sideNav2 li a:before {
    content: "▶";
    font-size: 130%;
    padding-right: 10px;
    padding-left: 10px;
    color: #4a0f2f;
}


#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

#searchform{padding:20px 0;}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{color:#324252;font-weight:bold;}


/* ボトムバナー
*****************************************************/
#bottombanner  h2{
background: #4a0f2f;

text-align: center;

color: #FFF;

height: 35px;

line-height: 35px;

margin: 20px 0px;
}
#bottombanner li {
    width: 229px;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
}

#bottombanner li:last-child {
    margin-right: 0px;
}

#bottombanner li p {
    font-size: 120%;
    padding: 5px 0px;
}

#bottombanner ul {
    margin-bottom: 40px;
}

/* フッター
*****************************************************/
footer {
    clear: both;
    background: #4a0f2f;
    color: #FFF;
}
#shop footer {
    clear: both;
    background: #83921c;
    color: #FFF;
}
footer .inner {
    position: relative;
    height: 180px;
}

.footerLogo {
    position: absolute;
    top: 70px;
    left: 100px;
}

.footerInfo {
    position: absolute;
    font-size: 130%;
    top: 70px;
    left: 330px;
}

.footerTel {
    position: absolute;
    top: 70px;
    right: 50px;
    text-align: center;
}

footer p.tel02 {
    font-size: 200%;
}
#copyright{
clear:both;
padding:15px 0 10px;
text-align:center;
font-size:90%;
}




/* 準備中
------------------------------------------------------------*/
h1#cs {
    margin: 100px auto;
    width: 400px;
    text-align: center;
    font-size: 500%;
}




/* メインメニュー
------------------------------------------------------------*/


nav#mainNav {
    background: #e9c4cd;
    border-bottom: solid 3px #4a0f2f;
    margin-bottom: 20px;
}
#shop nav#mainNav {
    background: #e6ecb4;
    border-bottom: solid 3px #83921c;
    margin-bottom: 20px;
}
#mainNav li {
    display: inline-block;
    width: 198px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-right: solid 1px #FFF;
}
#mainNav li:first-child {
    border-left: solid 1px #FFF;
}
#mainNav li a {
    width: 198px;
    height: 48px;
    display: block;
}

/* 特定商取引に基づく表記ページ
------------------------------------------------------------*/
table#tokutei {
     border-top: 1px solid #251e1b;
     border-left: 1px solid #251e1b;
     border-collapse:collapse;
     margin: 0px 20px;
}
#tokutei th{
     border-right: 1px solid #251e1b;
     border-bottom: 1px solid #251e1b;
     padding: 2px;
     white-space: nowrap;
     width: 88px;
     vertical-align: middle;
     padding-left: 10px;
	 background: #f3f3f3;
     }
#tokutei td{
     border-right: 1px solid #251e1b;
     border-bottom: 1px solid #251e1b;
     padding: 10px;
     vertical-align: middle;
     background: #f3f3f3;
}
/* 支払・送料・販売ページ
------------------------------------------------------------*/
table#siharai{
     border-top: 1px solid #251e1b;
     border-left: 1px solid #251e1b;
     border-collapse:collapse;
     margin: 0px 20px;
}
#siharai th{
     border-right: 1px solid #251e1b;
     border-bottom: 1px solid #251e1b;
     padding: 2px;
     white-space: nowrap;
     width: 98px;
     vertical-align: middle;
     background: #f3f1db;
     text-align: center;
     }
#siharai td{
     border-right: 1px solid #251e1b;
     border-bottom: 1px solid #251e1b;
     padding: 10px;
     vertical-align: middle;
     background: #f3f3f3;
}
/* 商品一覧ページ
------------------------------------------------------------*/
table#itemTitle {
    background: #98bf41;
}
#itemTitle td{
text-align: center;
color: #FFF;
padding: 5px 0px;
}

#itemList td {
    text-align: center;
    vertical-align: middle;
    border-bottom: dashed 1px #CCC;
    padding: 10px 0px;
}

td.itemTD01 {
    width: 200px;
    color: #3166af;
}

td.itemTD02 {
    width: 100px;
    color: #251e1b;
}

td.itemTD03 {
    width: 127px;
    color: #c40019;
}

/* カートページ
------------------------------------------------------------*/
.ucart li {
    display: inline-block;
    width: 178px;
    text-align: center;
    background: #F5D915;
    line-height: 30px;
}

ul.ucart {
    margin-bottom: 45px;
}

p.no-item {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    color: #FF8216;
    margin: 150px 0px 30px;
}

p.tudukeru {
    text-align: center;
    width: 120px;
    margin: 0px auto;
    line-height: 50px;
    background: #83921C;
    padding-bottom: 0px;
    border-radius: 15px;
    color: #FFF;
    font-weight: bold;
}
p.tudukeru a {
    width: 120px;
    height: 50px;
    display: block;
    color: #FFF;
}