@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
background: url(../img/common/body_bg.gif) repeat left bottom;
    color: #333;
    font-family: 'HG正楷書体-PRO',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.1em;
    overflow-x: hidden;
    position: relative;
}

select {
    border: solid 1px #ccc;
}

/*写真*/
.picture {
    border: 1px solid #ccc;
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto 0;
    padding: 0 0 30px 0;
    width: 1000px;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下
[注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn ,
#bottomcolumn ,
#footerbottomcolumn {
    margin: 0 auto;
    text-align: left;
}

/* 中央カラム */
.main_column {
    padding: 0 0 20px;
}

/* サイドカラム */
#leftcolumn {
    float: left;
    width: 185px;
margin-top:40px;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 1カラム設定 */
#one_maincolumn {
    margin: 0 auto;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    padding-left: 1.5%;
    float: left;
    width: 78%;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    width: 800px;
    float: right;
}

/* 3カラム設定 */
#three_maincolumn {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}


/* リンク指定
----------------------------------------------- */
a:link ,
a:visited {
    color: #333;
    text-decoration: none;
}
a:link:hover ,
a[href]:hover {
    color: #333;
    text-decoration: underline;
}


/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price {
    color: #dd304d;
}
.sale_price {
padding:6px 0;
text-align:left;
margin-top:10px;
}

div.listrightbloc .pricebox.sale_price {
background:none;
text-align:left;
}

.normal_price {
    color: #f00;
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 10px;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
input[type='text'] ,
input[type='password'] ,
.select {
    border: solid 1px #ccc;
    padding: 2px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.ng_top {
    margin-bottom: 0 !important;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    padding: 8px;
    color: #fff;
background: url("../img/common/footer_bg.gif") repeat;
    background-color: #ebeced;
    font-size: 170%;
}

#one_maincolumn .sub_area h3 ,
#two_maincolumn_right .sub_area h3 ,
#two_maincolumn_left .sub_area h3 ,
#three_maincolumn .sub_area h3 ,
#undercolumn_login .login_area h3 ,
#undercolumn_shopping h3 ,
#mypagecolumn h3 ,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #000;
    background: url("../img/background/line_02.gif") repeat-x left bottom;
    font-size: 120%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
}
#header {
    margin: auto;
    width: 1000px;
height:100px;
}
#logo_area {
    float: left;
    text-align: left;
margin-top:20px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ロゴ
----------------------------------------------- */

#subnavi{
float:right;
margin: 8px;
}

#subnavi ul {
margin-top:10px;
letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
text-align:right;
}

#subnavi ul li{
display:inline-block;
font-size:10px;
margin-left:15px;
letter-spacing: normal; /* 文字間を通常に戻す */
}

#subnavi ul li span{
margin:0 10px;
}


#subnavi ul li a{
color:#000;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
}


/* ========== キャッチ画像 ========== */
#catchArea {
width: 1000px;
margin: 0 auto ;
}

.nivoSlider{
}

#slider{
}

#slider{
}

#slider img { display:none; }

/* セカンドエリア + コンテンツ をラップ */
#main {
margin-top:5px;
width: 1000px;
margin: 0 auto;
}
#mainInner {
padding: 15px 0;
}



/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto ;
background: url("../img/common/footer_bg.gif") repeat;
}

#footer_bland{
background:#e6e6e6;
}


#footer {
    margin: auto;
    padding-top: 10px;
    width: 1000px;
color:#fff;

}

#footer a{
color:#fff;
}

#pagetop {
text-align:right;
}
#copyright {
    text-align: center;
    font-size: 97%;
padding:5px;
color:#fff;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message ,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


/* ==============================================
 伊藤ヘッダー
=============================================== */



/* ========== メインメニュー ========== */
#mainMenu {
margin: 0 auto;
height:35px;
}
#mainMenu ul {
margin: 0 auto;
padding: 0;
width:1000px;
}


div#mainMenu ul,
div#mainMenu ul li,
div#mainMenu ul li a {
height:35px;/* 高さはul,li,aそれぞれに設定 */
}
div#mainMenu ul li {
top: 0;
list-style-type: none;/*Netscapeでは、表示エリア外に設定してもリストの「・」が残ってしまうための対応*/
font-size: 0.1em;/* IEでは「文字の高さ×liの数」の余白があいてしまう。余白があかないように設定 */
}

div#mainMenu ul li:hover {
}


div#mainMenu ul a {
overflow: hidden;
display: block;
text-indent: -9999px;
text-decoration: none;/* firefoxでは下線がされてしまう問題を修正 */
background-position: center;
width: 100%;/* ボタンの幅のデフォルト値 */
}

/* 背景画像読込 */

div#mainMenu ul li#mainMenu1 {
background-image: url("../img/common/mainmenu01.png");
width: 60px;
float:left;
}
div#mainMenu ul li#mainMenu1 a:hover {
background-image: url("../img/common/mainmenu01_over.png");
}
div#mainMenu ul li#mainMenu2 {
background-image: url("../img/common/mainmenu02.png");
width: 95px;
float:left;
}
div#mainMenu ul li#mainMenu2 a:hover {
background-image: url("../img/common/mainmenu02_over.png");
}
div#mainMenu ul li#mainMenu3 {
background-image: url("../img/common/mainmenu03.png");
width: 105px;
float:left;
}
div#mainMenu ul li#mainMenu3 a:hover {
background-image: url("../img/common/mainmenu03_over.png");
}
div#mainMenu ul li#mainMenu4 {
background-image: url("../img/common/mainmenu04.png");
width: 155px;
float:left;
}
div#mainMenu ul li#mainMenu4 a:hover {
background-image: url("../img/common/mainmenu04_over.png");
}
div#mainMenu ul li#mainMenu5 {
background-image: url("../img/common/mainmenu05.png");
width: 180px;
float:left;
}
div#mainMenu ul li#mainMenu5 a:hover {
background-image: url("../img/common/mainmenu05_over.png");
}

div#mainMenu ul li#mainMenu6 {
background-image: url("../img/common/mainmenu06.png");
width: 135px;
float:left;
}
div#mainMenu ul li#mainMenu6 a:hover {
background-image: url("../img/common/mainmenu06_over.png");
}

div#mainMenu ul li#mainMenu7 {
background-image: url("../img/common/mainmenu07.png");
width: 135px;
float:left;
}
div#mainMenu ul li#mainMenu7 a:hover {
background-image: url("../img/common/mainmenu07_over.png");
}

div#mainMenu ul li#mainMenu8 {
background-image: url("../img/common/mainmenu08.png");
width: 135px;
float:left;
}
div#mainMenu ul li#mainMenu8 a:hover {
background-image: url("../img/common/mainmenu08_over.png");
}

#footer_brand{
background:#e6e6e6;
text-align:center;
padding:10px 0;
}


#pagetop .anchorTop{
width:1000px;
margin:0 auto;
text-align:right;
}


/* ---------- フッターロゴ ---------- */
#footerAreaLogo {
float: left;
margin:30px 0;
}


#footerAreaLogo p{
font-size:12px;
line-height:1.4;
}

#footerAreaLogo p.address{
font-size:10px;
}
/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
margin: 0;
padding: 30px 0 0;
}
DIV#footer DIV#footerMenu {
margin:20px 0;
}
DIV#footer DIV#footerMenu ul {
text-align:center;
}



DIV#footer DIV#footerMenu ul li {
margin:0 5px;
display:inline-block;
}
DIV#footer DIV#footerMenu ul li a {
padding:0;
}

#topbanners{
margin-top:60px;
}

#topbanners li{
float:left;
margin:0 20px 20px 0;
}

#topbanners li:nth-child(even){
margin-right:0;
}

#top_news{
float:left;
width:700px;
height:340px;
background: url("../img/common/news_bg.gif") repeat;
padding-bottom:5px
}

#top_news_inner{
margin:5px;
background: url("../img/common/news_body_bg.gif") no-repeat;
width:690px;
}

#top_news_inner li{
line-height:29px;
border-bottom:dashed 1px #ca0f44;
}

#top_news_inner li:last-child{
border-bottom:none;
}

#top_news_inner li time{
font-weight:bold;
width:120px;
margin:0 10px;
}

#topbnr{
margin:30px 0;
}

#footer_info{
    padding: 0 500%;
    margin: 0 -500% ;
background: url("../img/common/footer_bg.gif") repeat;
}

#info_area{
color:#fff;
width:500px;
height:560px;
float:left;
padding:25px 0;
}

#info_area p{
margin-bottom:15px;
}

#info_area h3{
font-size:18px;
margin-bottom:10px;
}

#map_area{
width:500px;
float:right;
}

#pagecontent{
margin-top:50px;
border:solid 5px #002a56;
background: url("../img/common/content_bg.gif") repeat;
padding:20px;
}

#pagecontent.how{
padding:20px 10px;
}

#pagecontent p{
margin-bottom:50px;
}

#pagecontent p.tax{
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

.menu_list li{
float:left;
margin:0 25px 25px 0;
font-size:18px;
font-weight:bold;
width:300px;
}

.menu_list li:nth-child(3n){
margin-right:0;
}

h3.title{
background: url("../img/common/h3_bg.png") left center no-repeat;
line-height:50px;
font-size:30px;
padding:0 0 0 80px;
margin-bottom:30px;
}


#pagecontent .drink{
width:50%;
float:left;
margin:0;
}

#pagecontent .drink p{
margin-bottom:15px;
font-size:18px;
font-weight:bold;
}

span.new{
}