@charset "utf-8";

@font-face {
    font-family: "Sawarabi Mincho", serif;
    /*font-family: 'ms-mincho';
    src: url('../font/MS-Mincho.eot'),
         url('../font/MS-Mincho.otf'),
         url('../font/MS-Mincho.ttf') format('truetype');*/
}


/* ------------------------------
 スタイルのリセット
------------------------------ */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
    font-family: 'Sawarabi Mincho';
}
table {
    border-spacing:0;
}
fieldset, img {
    border:0;
}
img{
    max-width: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul {
    list-style:none;
}
caption, th {
    text-align:left;
}
q:before, q:after {
    content:'';
}
abbr, acronym {
    border:0;
}
/* ------------------------------
 ベーススタイル
------------------------------ */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/* base.css, part of YUI's CSS Foundation */
html {

}
h1 {
    /*18px via YUI Fonts CSS foundation*/
    font-weight:normal;
}
h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:129%;
    font-weight:normal;
}
h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:130%;
    margin:1em 0;
}
h3, h4, h5, h6, strong {
    /*bringing boldness back to headers and the strong element*/
    font-weight:bold;
}
abbr, acronym {
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
}
em {
    /*bringing italics back to the em element*/
    font-style:normal;
}
caption {
    /*coordinated marking to match cell's padding*/
    margin-bottom:.5em;
    /*centered so it doesn't blend in to other content*/
    text-align:center;
}

/* ------------------------------
 リンク色初期設定
------------------------------ */
a, a:link, a:visited {
    color: #000;
    outline: 0 none;
}
a:active, a:hover {
    color: #FF6600;
    text-decoration: underline;
}
/* ------------------------------
 コンテナ定義
------------------------------ */

body {
    font-size:14px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 160%;
    color:#000;
    text-align:left;
    margin:0 auto;
    background-color: #fff;
    background-image: none;
}
table { /* 基本テーブル設定（固定）*/
    border:0px none;
    margin:0px;
    padding:0px;
    text-align:left;
    border-collapse:collapse;
}
th {
    border:0px none;
    margin:0px;
    padding: 0;
    border-collapse:collapse;
    vertical-align:top;
    white-space:nowrap;
    font-weight:bold;
    text-align:center;
}
td {
    border:0px none;
    margin:0px;
    padding: 0;
    border-collapse:collapse;
    vertical-align:top;
}

.centertd{
    vertical-align:middle;
    text-align:center;
}
.pd0{
    padding-left: 0;
    padding-right: 0;
}
#container { /* 大外テーブル（table） */
    width:1200px;
    margin: auto;
    /*margin-left:auto;
    margin-right:auto;
    text-align:left;*/
    /*background-color:#fff;*/
}
.main_content {
    /*background: url("../img/arahataen/tmpl01_container_bg.gif") 0 0 repeat-y;*/
    /*background: url(../img/arahataen/line_side.png) repeat-y 210px top #fff;*/
    position:relative;
    margin-bottom: 5px;
}

.attention {
    color: red;
}
/* ------------------------------
 ヘッダー部分
------------------------------ */
#header { /* ヘッダー */
    width:100%;
    height: auto;
    color: #fff;
}
td>#header { /* IE7 Safari Firefox 用 */
    height:auto;
    min-height:220px;
}
.shoplogo { /* サイトロゴブロック（設定の場合） */
    padding:0px;
    margin:0px;
    width:100%;
    min-height:75px;
    position: relative;
    background-color:#642714;
    text-align: left;
}
.shoplogo a#logoimg {
    display: block;
    float: left;
    height: 147px;
    text-indent: -9999px;
    width: 250px;
}

.shoplogo .tel-top img.tel-img{
    vertical-align: top;
    max-width: 100%;
}
.shoplogo .tel-top h4{
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
}
.shoplogo .btn-contact img{
    margin-top: -5px;
}

/*.shoplogo img { /* ロゴ画像 */
/*    margin-left: 21px;
}*/
.siteName { /* サイト名 h1 （テキスト） */
    text-align: right;
    padding:12px 21px 3px 0px;
    height:1.2em;
}
.siteName a,
.siteName a:link,
.siteName a:visited,
.sitecopy a,
.sitecopy a:link,
.sitecopy a:visited {
    color:#333333;
    text-decoration:none;
}
.siteName a:active,
.siteName a:hover,
.sitecopy a:active,
.sitecopy a:hover {
}
.sitecopy { /* サイトコピー h2 （ロゴがテキストの場合使用）*/
    padding:0px 21px 0px 0px;
    text-align: right;
}
#headMenu { /* ヘッダーメニュー （非表示） */
/*    width:100%;
    margin:0;
    margin-bottom:4px;
    background-color:#EAF2DB;
    border-bottom:3px #009193 solid;
    border-top:1px #009193 solid;
    margin-bottom:10px;
    color:#FFFFFF;
    clear:both;*/
    display: none;
}
.headnavi { /* ヘッダーメニューテキスト */
    padding:5px 5px 5px 1px;
    /*color:#C8C8C8;*/
    font-weight:normal;
    text-align:right;
    background-color:#000;
    /*background-image:url(../img/arahataen/headnavi_bg.gif);*/
    color:#FFFFFF;
}
.headnavi a {
    padding:10px 5px 10px 5px;
    margin:5px 0px;
    font-weight:bold;
    text-decoration:none;
    color:#FFFFFF;
}
.headnavi a:hover {
    color:#C4486C;
    text-decoration:none;/*background-image:url(../img/arahataen/headnavi_bg_on.gif);*/
}
.navi01 {/* ヘッダーメニューアイコン */
    color:#333333;/*background:url(../img/arahataen/hnavi01.gif) no-repeat center left;*/
}
.hline { /* ヘッダー下装飾ライン （非表示） */
    display: none;
    /*    border:0px solid #B6A081;
    background:url(../img/arahataen/hline.gif) no-repeat #B6A081;*/
}

/* ------------------------------
 コンテンツ部分コンテナ定義
------------------------------ */

#leftSide { /* 左サイドtd */
    float: left;
    padding: 0 5px;
    vertical-align: top;
    width: 200px;
    margin-bottom: 5px;
    /*background-image: url(../img/arahataen/tmpl01_leftbox_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;*/
}
#rightSide { /* 右サイドtd （3列）*/
    width:170px;
    padding:0px 21px 0px 17px;
    margin:0px;
    vertical-align:top;
}
#center1 { /* センター td （2列）*/
    margin: 0;
    padding: 0px;
    vertical-align: top;
    width: 100%;
    /*background-image: url(../img/arahataen/tmpl01_centerbox_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;*/
}
#center2 { /* センターtd （3列）*/
    width:500px;
    padding:0px;
    margin:0px;
    vertical-align:top;
}
td[id="center3"] { /* センターtd （装飾用）*/
    vertical-align:top;
    padding-right:21px;
    width:687px;
}
.footer_area { /* フッタのフリーエリア */
    text-align:left;
    margin:0px;
    padding:0px;
    /*width: 700px;*/
}
.sidebox { /* サイド用ブロック（幅設定） */
    padding:0px;
    margin:0px;
}
.centerbox { /* センター用ブロック（幅設定） */
    margin:0px;
    padding:0px;
}

/* ------------------------------
 ヘッダのフリーエリア関係
------------------------------ */
.header_area { /* ヘッダのフリーエリア */
    text-align:left;
    margin:0px;
    padding:0;
    width: 100%;
/* ------------------------------
 #############ここを編集##########
------------------------------ */
    /*height:190px;*/
/* 通常時：166px キャンペーン1種：190px キャンペーン2種：325px キャンペーン3種：460px */
    position: relative;
}
.view_cart {
    position: absolute;
    right: 15px;
    top: 65px;
}

.view_cart .count_order{
    background:url(../img/arahataen/icon_order.png) no-repeat right top;
    color: #FFFFFF;
    padding: 0;
        right: -7px;
        top: -7px;
    position:absolute;
    width: 25px;
    height:23px;
    text-align: center;
}

.header_navi{
    padding: 125px 5px 0 433px;
    color: #000;
}

.header_navi a{
    text-decoration:none;
    color: #000;
}

.header_navi a:hover {
    color: #FF6600;
}

.site_regis{
    position: absolute;
    right: 190px;
    text-align: right;
    top: 68px;
}

.forget{
    position: absolute;
    right: 190px;
    top: 85px;
}

.header_navi1 {
    color: #531111;
    text-align: center;
    background: #feedd2;
    height: 80px;
    vertical-align:top;
}
.header_navi1 a,
.header_navi1 a:link,
.header_navi1 a:visited {
    color: #531111;
    /*text-decoration: none;
    padding-bottom: 10px;*/
}
/*
.header_navi1 a:active,
.header_navi1 a:hover {
    color: #FF6600;
    text-decoration: none;
    border-bottom: 1px solid #FF6600;
    background-image: url(../img/arahataen/tmpl01_heddernavi1_arrow.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
*/

#searchbox{
    width: auto;
    float:left;
    margin-top: 7px;
}

#searchbox .input-search{
    background: #fff !important;
    border:none;
    width: 201px;
    height: 30px;
    padding: 5px;
    vertical-align: top;
    letter-spacing: -1px;
    color: #000;
    outline: 0;
}

#searchbox .btn-search{
    background: #ff450e;
    width:52px;
    height:30px;
    border:none;
    cursor:pointer;
    vertical-align: top;
    font-size: 18px;
    outline:none;
}
nav{
    margin: 2px 0 0 0;
}

/***navmenu****/
#navmenu {
    cursor: pointer;
    width: 88%;
    margin: auto;
    height: 80px;
}

#navmenu li { 
    display: block; 
    position: relative; 
    float: left;
    text-align: left;
    height: 65px;
    border-left: 3px double #000;
    margin: 7px 0 7px;
    width: 16.666%;
    text-align: center;
}

#navmenu li:last-child{
     border-right: 3px double #000;
}

#navmenu li  .sub-navmenu{
    border: 2px solid #1b804d;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    opacity: 0.94;
    background:#f6fdeb;
}

#navmenu li  .sub-navmenu li{
    height: auto;
        line-height:200%;
}

#navmenu li  .sub-navmenu li p{
    line-height: inherit;
    margin: auto;
    padding: 0px 5px 0px 30px;
    background:url(../img/arahataen/icon_nav1.png) no-repeat 10px 8px;
    height:auto;
}

#navmenu li  .sub-navmenu li p:hover{
    width:210px;
    background:url(../img/arahataen/icon_nav1_on.jpg) no-repeat #fbd068 10px 8px;
    padding: 0px 5px 0px 30px;
}

#navmenu li a {
    text-decoration:none;
    color: #000;

}
#navmenu li:hover > a { 
    color: #000; 
}

#navmenu ul {
  position: absolute;
  width: 245px;
  background: #fff;
  display: none;
  margin-top: 5px;
  padding: 7px 0;
  list-style: none;
  clear:both;
  z-index: 2000;
  
}

/* tooltip arrow */
#navmenu ul:after {
  content: url(../img/arahataen/arrow.png);
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 56px;
  /*border-width: 0 8px 12px 8px;
  border-style: solid;
  border-color: #fff transparent; */
    top:-16px;
}

#navmenu ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 4px;
 /* border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;  */
}

#navmenu ul li { 
  display: block; 
  width: 100%; 
  text-shadow: 1px 1px 0 #fff;
}
/****** end navmenu******/

.footer_navi2 {
    clear: both;
    padding: 0 20px;
}
.footer_navi2 table {
    float: right;
}
.header_banner { /* ヘッダーバナー */
    font-weight: bold;
    color: #990000;
    padding-left:10px;
}
.header_banner2 { /* ヘッダーバナー2 */
    position: absolute;
    left: 0px;
    top: 281px;
    font-weight: bold;
    color: #990000;
}
.header_banner3 { /* ヘッダーバナー3 */
    position: absolute;
    left: 0px;
    top: 416px;
    font-weight: bold;
    color: #990000;
}
.header_banner4 { /* ヘッダーバナー4 */
    position: absolute;
    left: 0px;
    top: 551px;
    font-weight: bold;
    color: #990000;
}
.header_banner span,
.header_banner2 span,
.header_banner3 span,
.header_banner4 span {
    text-align: center;
    display: block;
    margin-top: 5px;
}


/* ------------------------------
 フッターのフリーエリア関係
------------------------------ */
.footer_area {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #a0a0a0;
    margin: 0 auto;
    padding-top: 6px;
    width: 920px;
}
.footer_area h3 {
    padding:0px;
    margin:15px 0px 0px;
}

.footer_area h2{
    background:#ccc;
    padding:5px;
    color:#000;
    font-weight:bold;
    width: 690px;
}
.footer_area p{
    padding: 0 5px 0 2px;
}

#footer_content_left{
    float: left;
    padding: 0 5px;
    width: 200px;
    border-right: 1px solid #A0A0A0;
    min-height: 620px;
}
#footer_content_left p{
    margin :0 0 5px 0;
    padding: 0;
}

#footer_content_right{
    width: 700px;
    float:right;
}

#footer_content_right .list1{
    padding-top: 2px;
    color: #E9611D;
}


/* ------------------------------
 フッター
------------------------------ */
#footer {
    background: #fff none repeat scroll 0 0;
    clear: both;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    margin-top: 40px;
    border-top: 10px solid #000;
}

#footer .ft-nav{
    padding-top: 25px;
    font-weight: bold;
}
#footer .ft-nav h4{
    line-height: 1.6em;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
}
#footer .ft-nav  ul li{
    list-style: none;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: normal;
}
/*
#footer .ft-contact{
    background: url("../img/yamachiya/pc/img-18.jpg") no-repeat;
    background-position: -15px 0;
    height: 324px;
}*/
#footer .ft-contact .tel-ft-img{
    padding-top: 40%;
}
#footer .ft-nav .ft-compliance{
    padding-top: 5%;
}

td #footer { /* IE7 Safari Firefox 用 */
    height:auto;
    min-height:97px;
}
.footnavi { /*フッターメニューテキスト設定*/
    padding: 10px;
    text-align: center;
    width: 96%;
    margin:0px auto;
}
.footnavi a,
.footnavi a:link,
.footnavi a:visited {
    color:#444444;
    text-decoration:none;
    font-weight:normal;
}
.footnavi a:active,
.footnavi a:hover {
    color:#FF6600;
    text-decoration:underline;
}
#copyright { /* コピーライト */
    padding: 10px;
    text-align: center;
    border-top:0;
}
#footer>#copyright { /* IE7 Safari Firefox 用 */
    height:auto;
    min-height:20px;
}



/* ------------------------------
 使いまわし定義
------------------------------ */

.no_01,.no_02,.no_03,.no_04,.no_05,.no_06,.no_07,.no_08,.no_09,.no_10{}
h3, h4 { /* 基本タイトル（固定）*/
    padding:0px;
    text-align:left;
}

ul { /* 基本のリスト （固定）*/
    list-style-type:square;
}
ul ul {
    list-style-type:none;
}
img {
    border:0px;
}/* イメージボーダー指定 */
form {
    padding:0px;
    /*display:inline;*/
}
p {
    margin:5px 0px;
    padding:2px 0px;
}
.clear_both { /* 画像の周り込み解除 */
    clear:both;
    visibility:hidden;
    overflow:hidden;
    height:1px;
    text-align:center;
}

.text1 {
    border:1px solid #CCCCCC;
}/* テキストエリアデザイン設定 */
.caution {
    font-weight:bold;
    color:#CC0000;
}/* エラーメッセージ */

.strong {
    font-weight:bold;
}/* フォントボールド */
.red {
    color:#CC0000;
} /* フォント赤 */
.red-1 {
    color: red;
    font-weight: bold;
    line-height: 22px;
    font-family: sans-serif !important;
}
.orange {
    color:#FF9900;
} /* フォントオレンジ */
.blue {
    color:#0000FF;
} /* フォント青 */
.green {
    color:#006600;
} /* フォント緑 */
.glay {
    color:#666666;
} /* フォントグレー */
.item img {/* 商品画像枠  */
    height:auto;
    padding:5px;
    margin:0px;
    background:#FFFFFF;
    text-align:center;
}
.spacebox {/* スペース設定  */
    height:50px;
}
.center {
    text-align:center;
} /* センター */
.right {
    text-align:right;
} /* 右 */
.left {
    text-align:left;
} /* 左 */
.middle {
    vertical-align:middle;
}/* テキスト縦中央 */
.buttom {
    vertical-align:buttom;
}/* テキスト縦下 */
.float_right {
    float:right;
}
.float_left {
    float:left;
}

/*********ここから追加したもの*******/
.color_1 {
    color:#531111;
} /* フォントカラー１濃い茶赤 */
.color_2 {
    color:#E4DED5;
} /* フォントカラー２うすい茶赤 */
.color_3 {
    color:#A02B1B;
} /* フォントカラー３赤 */
.color_4 {
    color:#FF6600;
} /* フォントカラー４オレンジ */
.color_5 {
    color:#3366CC;
} /* フォントカラー５青 */




/* ------------------------------
 マイページ、ポップアップ画面
------------------------------ */
#enter {
    width:99%;
    text-align:left;
    background-color: #ffffff;
}
#enter #center3 { /* センターtd （装飾用）*/
    vertical-align:top;
}
#enter #center3 .centerbox h3.title1 {
    background: url("../img/arahataen/products/img_52.jpg") no-repeat;
    width:680px;
    height:30px;
    padding:6px 0px 0px 15px;
    color:#12350d;
    font-weight:bold;
    margin-bottom:15px;
}
#enter #center3 .centerbox .mainCont {
    padding:20px;
}

/* ------------------------------
 基本商品テキスト設定
------------------------------ */
.price { /* 商品価格 */
    font-weight:bold;
    color:#A02B1B;
    text-align:left;
}
.price.zoom { /* 商品価格 （商品詳細） */
    font-weight:bold;
}
.expl { /* 商品説明文 */
    text-align:left;
}
/*.expl a {
    text-decoration:none;
}
.expl a:hover {
    color:#333333;
    text-decoration:underline;
}*/
.fixed { /* 商品定価 */
    color:#333333;
    text-align:left;
}
/* 商品名 （商品一覧）*/
.layout1 td .goods {
    text-align:left;
}





/* ------------------------------
 センターコンテンツ
------------------------------ */
.topIMG { /* トップイメージ 外枠設定 */
    margin:0px;
    padding:0px;
}
.topIMG td {
    margin:0px;
    padding:0px;
    background:#ffffff;
}
.shopCopy { /* サイト説明 */
    margin:0px;
    padding:3px 10px 3px 10px;
    color:#FF6600;
    font-weight:normal;
    text-align:left;
}
/* タイトルデザイン */


.title1 {
    padding:8px 0px 0px 7px;
    margin:0px;
    width:auto;
    height:1.2em;
    vertical-align:middle;
    font-weight:bold;
    letter-spacing:0.2em;
}
.title1 a {
    color:#588712;
    text-decoration:underline;
}
.title1 a:hover {
    color:#588712;
    text-decoration:underline;
    font-weight:bold;
}
.title2 { /* タイトル2 h1 */
    padding:10px 0px 0px 7px;
    margin:0px;
    width:auto;
    color:#ffffff;
    height:19px;
    font-weight:bold;
    vertical-align:middle;
    letter-spacing:0.2em;
    background:#38b48b;
}
.title2 a {
    color:#588712;
    text-decoration:underline;
}
.title2 a:hover {
    color:#588712;
    text-decoration:underline;
    font-weight:bold;
}
.title3 { /* タイトル2 h1 */
    padding:10px 0px 0px 7px;
    margin:0px;
    width:auto;
    color:#fff;
    height:19px;
    font-weight:bold;
    vertical-align:middle;
    letter-spacing:0.2em;
    background:#38b48b;/*background-image:url(../img/arahataen/title_bar01.gif);*/
}
.title3 a {
    color:#588712;
    text-decoration:underline;
}
.title3 a:hover {
    color:#588712;
    text-decoration:underline;
    font-weight:bold;
}
/* タイトルを表示させない */
#center2 .centerbox h3.title1,
#center2 .centerbox h3.title2,
#center2 .centerbox h3.title3,
.sidebox h3.title2 {
    display:none;
}
/* タイトル上書き */
.centerbox h2.title1 {
    background: url("../img/arahataen/products/img_52.jpg") no-repeat;
    width:680px;
    height:30px;
    padding:6px 0px 0px 15px;
    color:#12350d;
    font-weight:bold;
    margin-bottom:15px;
    font-size: 1.3em;
}

.centerbox h2.title2 {
    background: url("../img/arahataen/title_bg.jpg") no-repeat;
    width:680px;
    height:34px;
    padding:6px 0px 0px 30px;
    color:#0f7943;
    font-weight:bold;
    margin-bottom:15px;
}

.rank {/* ランキングアイコン */
    text-align:left;
}
.mainCont { /* メインコンテンツ */
    padding:0px;
    margin:0px;
}
.contbox { /* メインコンテンツ内項目ボックス*/
    padding:0px;
    margin:0px;
    width:auto;
}
ul.news { /* 最新情報リスト設定 */
    text-align:left;
    padding:0px 0px 0px 12px;
    margin:0px;
    list-style-type:none;
    color:#000000;
}
li.p3 {
    padding:3px;
}
ul.free_list { /* リスト設定 */
    text-align:left;
    padding:5px 10px;
    margin:0px;
    list-style:square;
    color:#333333;
}
ul.list { /* リスト設定 */
    text-align:left;
    padding:5px 10px;
    margin:0px;
    list-style:square;
    color:#333333;
}
ul.map { /* サイトマップリスト設定 */
    text-align:left;
    padding:0px 20px;
    margin:0px;
    color:#333333;
}
li.sm1 {
    margin:4px;
    display:block;
}
li.sm2 {
    margin:0px 0px 0px -35px;
    display:block;
}
.sitemap { /* サイトマップリスト 項目タイトルh4*/
    padding:5px 25px;
    color:#333333;
/*    background:url(../img/arahataen/icon_sitemap.gif) no-repeat;
    background-position:left center;*/
}
/* テーブル余白設定  （固定） */
.layoutp5 {
    padding:5px 0px;
}/* 余白5px */
.layoutp5 th {
    padding:5px;
}
.layoutp5 td {
    padding:5px;
}
.layoutp5 .border {
    border:1px solid #CCCCCC;
}
.layoutp3 {
    padding:5px 0px;
}/* 余白3px */
.layoutp3 th {
    padding:3px;
}
.layoutp3 td {
    padding:3px;
}
.layoutp3 .border {
    border:1px solid #ccc;
}
.bordlayoutp3 {
    padding:5px 0px;
}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th {
    padding: 3px 15px 3px 0;
    text-align:right;
    border:1px solid #ccc;
}
.bordlayoutp3 th {
    vertical-align:middle;
    text-align: center;
}
.bordlayoutp3 td {
    padding: 3px 6px;
    border:1px solid #ccc;
    vertical-align: middle !important;
}

.payarea .bordlayoutp3 td {
    padding: 3px 6px;
    text-align: center;
    border:1px solid #ccc;
    vertical-align:middle;
}

.bordlayoutp3 .side {
    padding:10px 15px;
}/* 横余白10px */
.bordlayoutp3 ul li{
    list-style-type:none;
}
.backcolor1 {
    background:#ECECEC;
} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 {
    background:#FFFFFF;
    vertical-align:middle
} /* コンテンツ内 */
.backcolor3 {
    background:#D7EBF4;
    padding:10px 0px;
}

.backcolor4 {
    background:#E4DED5;
}

.separate-border{
    border-collapse: separate;
    border-spacing: 3px 3px;
}

.payment td{
    text-align:center;
    vertical-align:middle;
}
.payment th{
    vertical-align:middle;
    font-weight:bold;
}
.payment p{
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.select-style{
    height: 24px;
    padding: 0 !important;
    border:none !important;
}

.btn-p{
    background: none repeat scroll 0 0 #ECECEC;
    border-radius: 4px;
    width: 90px;
    cursor:pointer;
    padding: 4px;
}
.center{
    text-align:center !important;
    padding: 4px !important;
}

.right{
    text-align:right !important;
}
.left{
    text-align:left !important;
}

.resulttd{
    border-right:none !important;
}


/* カート部分 */

#cart_price3150{
        background: url("../img/cart/price_3150.jpg") no-repeat scroll 0 0 transparent;
        height: 255px;
        text-align: left;
        width: 687px;
}

#cart_price3150 .priceinfo {
    padding: 71px 0 0 356px;
}

#cart_price3150 .btn2 {
    padding: 45px 0 0 197px;
}

#cart_price_shizuku{
        background: url("../img/cart/price_shizuku.jpg") no-repeat scroll 0 0 transparent;
        height: 255px;
        text-align: left;
        width: 691px;
}

#cart_price_shizuku .priceinfo {
    padding: 71px 0 0 356px;
}

#cart_price_shizuku .btn2 {
    padding: 172px 0 0 257px;
}

.phototd{
    text-align:center;
}

#quantity{
    text-align:center;
}
/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame {/* 大枠 table */
    margin:0px;
    padding:0px;
    width:100%;
}
.layoutFrame td {
    text-align:center;
    margin:0px;
    padding:0px;
    vertical-align:top;
}
.layout1 { /* レイアウト */
    margin:1px;
    padding:3px;
}
.layout1 td {
    margin:0px;
    padding:3px;
    text-align:center;
}
/* 第二階層 */

#bread { /* パンクズ */
    margin:0px;
    padding:3px 15px;
    text-align:left;
}

h4.title {
    margin:5px 0px;
    padding:2px 0px;
    color:#531111;
    border-bottom:1px dotted #333333;
}
.mainFrame { /* メイン大枠 */
    margin:0px;
    padding:0px;
}
p.title {
    margin:3px 0px;
    padding:2px 0px;
    color:#669933;
    border-bottom:1px dotted;
    font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent, .mailmag_cha, .mailmag_can {
    color:#531111;
}
.mailmag_ent { /* 新規登録 h4 */
    padding:12px 0px 0px 60px;
    background-image: url(../img/arahataen/tmpl01_icon_melma_entry.gif);
    background-repeat: no-repeat;
}
.mailmag_cha { /* アドレス変更 h4 */
    padding:12px 0px 0px 60px;
    background-image: url(../img/arahataen/tmpl01_icon_melma_change.gif);
    background-repeat: no-repeat;
}
.mailmag_can { /* 配信解除 h4 */
    padding:12px 0px 0px 60px;
    background-image: url(../img/arahataen/tmpl01_icon_melma_stop.gif);
    background-repeat: no-repeat;
}
#sortList { /* ソート */
    margin:0px;;
    padding:10px 3px 5px 3px;
    width:auto;
    color:#333333;
    float:right;
}
.pageTop { /* ページトップ */
    padding:0px;
    margin:15px 0px;
    float:right;
}
.pageTop a {
    background-image: url(../img/arahataen/tmpl01_pagetop.gif);
    background-repeat: no-repeat;
    display: block;
    height: 27px;
    width: 185px;
    text-indent: -9999px;
}

#page-top {
    bottom: 20px;
    position: fixed;
    right: 20px;
}
#page-top a:link, #page-top a:visited {
    background: url(../img/yamachiya/pc/go-top.png) no-repeat;
    display: block;
    height: 95px;
    text-decoration: none;
    width: 95px;
}
#page-top p {
    text-indent: -9999px;
    padding:0;
    margin:0;
}

#verisign{
    text-align:center;
    margin-top:20px;
}
#verisign li{
    padding-left:20px;
    display:inline-block;
    vertical-align: middle;
}


/* 独自仕様 （フリーエリア） */
.news_div {
    height: 200px;
    overflow: scroll;
}
.news_table {
}
.news_table th {
    width:105px;
    font-weight:normal;
    text-align:left;
    padding:5px 0px 5px 20px;
    background-image: url(../img/arahataen/tmpl01_news_arrow.gif);
    background-repeat: no-repeat;
    background-position: 113px 8px;
    white-space: nowrap;
}
.news_table td {
    width:365px;
    padding:5px;
}

.benikoe_div {
    height: 570px;
    overflow: scroll;
}

.benikoeb_div {
    height: 380px;
    overflow: scroll;
    width: 98%;
}

.benikoe_div div.layout1 {
    border-bottom:1px dotted #B00E13;
}



/* ------------------------------
 サイドコンテンツ
------------------------------ */
#search {/* サイド商品検索枠設定 */
    padding:6px 5px 12px 5px;
    margin:0px;
    width:auto;
    background:#38b48b;
    display: none;
}
#search label {
    padding:7px 0px 0px 7px;
    margin:0px;
    color:#fff;
    letter-spacing:0.2em;
    font-weight:bold;
}
#search2 {/* サイド商品検索枠設定2 */
    padding:0px 0px 10px;;
    margin:0px;
    background:#E4DED5;
    border-bottom: 1px solid #531111;
}
#search2 img {
    margin-bottom:10px;
}
#search2 form {
    padding:0px 8px;
}
.fieldarea {
    padding:5px 0px 5px 0px;
    virtical-align:center;
}
/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
    padding:0px 0px;
    display:block;
}
.list h3 { /* タイトル */
    padding:5px 5px;
    margin:0px;
}
.free_list { /* メニュー枠設定 */
    padding:0px 0px;
    display:block;
}
.free_title { /* タイトル */
    background-image:url(../img/arahataen/tmpl01_sidetitle_type.gif);
    background-repeat:no-repeat;
    height: 24px;
    width: 170px;
    background-position: 0px 0px;
    text-indent: -9999px;
    margin:18px 0px 0px;
}
ul.free_listbox {
    text-align:left;
    padding:0px;
    margin:0px;
    list-style:none;
}
ul.listbox {
    text-align:left;
    padding:0px;
    margin:0px;
    list-style:none;
}
li.ca1 {
    margin:5px 0;
    border-bottom:1px solid #a0a0a0;
}
li.ca2 {
    /*margin:0px;*/
    width: 200px;
}
li.ca1 a,
li.ca1 a:link,
li.ca1 a:visited {
    display:block;
    font-weight:normal;
    text-decoration:none;
    /*background-image:url(../img/arahataen/tmpl01_list_ca1.gif);
    background-repeat:no-repeat;
    background-position: 0px 0px;*/
    color:#000;
    height: 65px;
    width: 200px;
    text-indent: 15px;
    background-repeat: no-repeat !important;
    background-position: 3px 3px !important;
}
li.ca1 a:active,
li.ca1 a:hover {
    
}

li.ca1 .collapsible{
    margin: 5px 0;
}

li.ca1 .collapsible:hover, li.onmark .collapsible{
    background: #fbce60;
    margin: 5px 0;
}
li.ca1 .hover{
    background:url(../img/arahataen/collapse_open.png) no-repeat left 10px;
    float: right;
    height: 44px;
    width: 34px;
    line-height: auto !important;
    margin-right:  !important;
    padding: auto !important;
    margin-right: 3px;
}

li.ca1 ul{
    border-top: 1px solid #a0a0a0;
}

li.ca2 a,
li.ca2 a:link,
li.ca2 a:visited {
    display:block;
    font-weight:normal;
    text-decoration:none;
    background: url("../img/arahataen/icon_nav1.png") no-repeat scroll 10px 8px #fff !important;
    padding: 4px 5px 0 5px;
    /*background-image:url(../img/arahataen/tmpl01_list_ca2.gif);
    background-repeat:no-repeat;
    background-position: 0px 0px;*/
    color:#333333;
    height: 24px;
    width: 190px;
    text-indent: 25px;
}

li.ca2 a:active,
li.ca2 a:hover,
li.ca2 a.onlink
{
    /*background-position: 0px -24px;*/
    background: url("../img/arahataen/icon_nav1_on.jpg") no-repeat scroll 10px 8px #fbce60 !important;
    padding: 4px 5px 0 5px;
    width: 190px;
}
li.ca3 {
    margin:0px;
    border-bottom:1px solid #531111;
}
li.ca3 a,
li.ca3 a:link,
li.ca3 a:visited {
    display:block;
    font-weight:normal;
    text-decoration:none;
    background-image:url(../img/arahataen/tmpl01_list_ca2.gif);
    background-repeat:no-repeat;
    color:#333333;
    background-position: 0px 0px;
    height: 24px;
    width: 170px;
    text-indent: 25px;
}
li.ca3 a:active,
li.ca3 a:hover {
    background-position: 0px -24px;
}
li.ca4 {
    margin:0px;
    border-bottom:1px solid #531111;
}
li.ca4 a,
li.ca4 a:link,
li.ca4 a:visited {
    display:block;
    font-weight:normal;
    text-decoration:none;
    background-image:url(../img/arahataen/tmpl01_list_ca2.gif);
    background-repeat:no-repeat;
    color:#333333;
    background-position: 0px 0px;
    height: 24px;
    width: 170px;
    text-indent: 25px;
}
li.ca4 a:active,
li.ca4 a:hover {
    background-position: 0px -24px;
}
.sline1 { /* サイドバー下ライン */
    padding:0px;
    margin:0px;
    display: none;
}
.sline2 { /* サイドバー下ライン */
    padding:0px;
    margin:0px;
    display: none;
}
/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
    margin:0px;
    padding:0px;
}
.sidemain1 p {
    padding:0px;
    margin:0px;
    text-align: center;
}
.sidemain1 ul { /* リスト設定 */
}
.sidemain1 li {
}
/* カレンダー */
.sidebox .title1 { /* カレンダー上部空き調整 */
    height: 18px;
    width: 170px;
    text-indent: -9999px;
    margin:0px;
    padding:0px;
    color: #F5F5ED;
    background-color: #F5F5ED;
}

#calendar_area{
    margin-top: -160px;
    float:right;
}

.carender { /* カレンダータイトル */
    /*background-image:url(../img/arahataen/tmpl01_sidetitle_calendar.gif);
    background-repeat:no-repeat;*/
    /*height: 24px;*/
    width: 170px;
    /*background-position: 0px 0px;
    padding:30px 0px 5px;*/
    text-align:center;
    /*background-color:#E4DED5;*/
   float: left;
}
.calendar_div {
    margin:0px 10px;
    text-align:center;
}
.carender #calendar_div table{
    width:150px;
    margin:0px auto;
}
.calendar_div table caption {
    margin:0px auto;
}

.calendar_detail {
    width: 220px;
    padding: 0px 8px 8px; 
    text-align: left; 
    margin-top: 0;
    float:left;
}

caption { /* 年月タイトル */
    color: #333333;
    font-weight: bold;
    margin-left: 170px;
    margin-top: -30px;
    padding: 3px;
    position: absolute;
    text-align: center;
}
caption a {
    color:#3366CC;
    text-decoration:underline;
    margin:0px 5px;
}
caption a:hover {
    color:#FF6600;
    text-decoration:underline;
}

.carender td {
    padding:2px;
    border-collapse:collapse;
    text-align:right;
    border:1px solid #531111;
    background-color:#FFFFFF;
}
.carender th {
    padding:2px;
    border-collapse:collapse;
    border:1px solid #531111;
    background-color:#FFFFFF;
}
th.day { /* ヘッダ平日 */
    font-weight:bold;
    color:#333333;
    background:#F5F5EB;
    text-align:center;
}
th.sun { /* ヘッダ日曜 */
    color:#FFFFFF;
    background:#A02B1B;
    text-align:center;
}
th.sat { /* ヘッダ土曜 */
    color:#FFFFFF;
    background:#FF6600;
    text-align:center;
}
.chert { /* 表示色説明枠  */
    padding: 10px;
    margin-top: 20px;
}
.chert td {
    border-collapse:separate;
    padding: 0 0 0 17px;
}
.line01 {
    /*border:#DEDBBE 1px dotted;*/
    vertical-align:buttom;
}
#rss {
/* RSS設定 */  margin:10px 0px 20px 0px;
    padding:10px 0px 20px 10px;
}
#count {
/* カウンター */  margin:0px;
    padding:5px;
}




/* ------------------------------
 ブログ
------------------------------ */
.blogbox { /* コメントボックス*/
    padding:5px;
    margin:2px 0px;
    width:auto;/* background:url(../img/arahataen/blogbox.gif) ;*/
}
/*.entry_title {
    padding:5px 0px 5px 0px;
    display:block;
    color:#333333;
    height:19px;
}*/
.entry_title {
    background: url("../img/arahataen/products/img_52.jpg") no-repeat;
    width:680px;
    height:30px;
    padding:6px 0px 0px 15px;
    color:#12350d;
    font-weight:bold;
    margin-bottom:15px;
}
.entry_date {
    display:block;
    padding:10px 0px 3px 0px;
    color:#333333;
    text-align:right;
}
.state { /* ブログステータス */
    padding:2px 0px;
    text-align:right;
    border-top:1px solid #ded9c5;
}
.subtitle {/* h3 ブロックサブタイトル */
    padding:5px 0px 5px 0px;
    margin:10px 0px 10px 0px;
    text-align:left;
    color:#531111;
    height:19px;
}
p.label { /* ブログコメントタイトル */
    font-weight:bold;
    color: #FF6600;
}
.tb_url { /* トラックバックurl */
    font-weight:bold;
    margin-bottom:10px;
}




/* ------------------------------
 カート
------------------------------ */
.point {
    color:red;
    font-weight:900;
}
.pointline {
    color:#FFFFFF;
    font-weight:900;
    padding:3px;
    background-color:#588712;
}
/* ナビゲーション （固定）*/
.step_navi01, .step_navi02, .step_navi03, .step_navi04 {


    text-align:center;
    width:100%;
    height:83px;
    margin-top:130px;
}
.step_navi01 {
    background-image:url(../img/arahataen/navi01.gif);
    background-repeat:no-repeat;
}
.step_navi02 {
    background-image:url(../img/arahataen/navi02.gif);
    background-repeat:no-repeat;
}
.step_navi03 {
    background-image:url(../img/arahataen/navi03.gif);
    background-repeat:no-repeat;
}
.step_navi04 {
    background-image:url(../img/arahataen/navi04.gif);
    background-repeat:no-repeat;
}

/* ------------------------------
 商品ページ
------------------------------ */
#center3 .header_area {
    margin:0px;
    padding:0px;
    width:687px;
    height:166px;
    position: relative;
}
hr {
    display:none;
}

/* ------------------------------
 カートハック
------------------------------ */
td[id="center3"][class="center"] {
    padding-right:0px;
    background-image: url(../img/arahataen/tmpl01_leftbox_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#center3 .header_area {
    display:none;
}
#center1 #center3 .header_area {
    display:block;
    height:auto;
}
#center3 #center1 {
    background-position: right top;
    padding-left: 212px;
}
#center3 #center1 .mainFrame .mainCont {
    padding-right:21px;
}
#center3 .footer_area {
    margin-left:212px;
}
#center1 #center3 .footer_area {
    margin-left:0px;
}

/* ------------------------------
 各コンテンツ用
------------------------------ */
/* 会社概要 */
table.profile_table {
    border-collapse:collapse;
}
table.profile_table th {
    white-space:nowrap;
    background-color: #E4DED5;
    padding: 5px 10px;
    border: 1px solid #531111;
    color: #531111;
}
table.profile_table td {
    background-color: #FFFFFF;
    padding: 5px 30px;
    border: 1px solid #531111;
}
table.profile_table2 {
    border-collapse:collapse;
}
table.profile_table2 th {
    white-space:nowrap;
    padding: 5px 20px;
    text-align:right;
    font-weight: normal;
}
table.profile_table2 td {
    padding: 5px 20px;
    border-left: 1px solid #531111;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
/* FAQ */
dl.faq {
    width: 680px;
    margin-left:7px;
}
dl.faq dt {
    font-weight: bold;
    color: #669900;
}
dl.faq dd {
    margin:15px 0px 25px 78px;
}
dl.faq dt img {
    margin-right:15px;
    vertical-align: middle;
}
dl.faq dd img {
    margin-left:-37px;
    margin-right:14px;
    vertical-align: middle;
}
/* リンク */
dl.linksyuu {
    width: 680px;
    margin-left:7px;
}
dl.linksyuu dt {
    font-weight: bold;
    margin:15px 10px 5px 10px;
}
dl.linksyuu dd {
    margin:5px 0px 15px 30px;
}
/* お客様の声 */
table.voice {
    background-image: url(../img/arahataen/voice2_bg.gif);
    background-repeat: repeat-y;
    margin:5px 0px;
}
table.voice td.voice_td1 {
    padding:0px 3px;
}
table.voice td.voice_td2 {
    padding:13px 13px 0px;
    text-align:right;
    color: #669900;
}
table.voice td.voice_td3 {
    padding:0px 20px;
    color: #531111;
}


/* ------------------------------
 レビュー用ハック
------------------------------ */
form #center1 { /* センター td （2列）*/
    width:708px;
    padding:0px;
    margin:0px;
    vertical-align:top;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top;
}
form #center1 .mainCont { 
    padding:0px 20px;
}


/* ------------------------------
2009/10追記
------------------------------ */

#rightSide h3.title3{
display:none;
}

.top_center_menu{
width:500px;
height:123px;
background:url(../img/arahataen/contents1.jpg) no-repeat;
margin:5px 0 10px 0;
}

.top_center_menu img{
float:left;
margin:12px;
}

#topfree2 ul{
margin:0;
padding:0;
list-style:none;
padding-top:20px;
}


#topfree2  a{

background:url(../img/arahataen/buret1.jpg) no-repeat 0 0px;
padding:0 0 0 15px;
margin-right:15px;
margin-bottom:15px;

}

#topfree2  a{
text-decoration:none;
color:#57161C;


}

#topfree2  a:hover{
text-decoration:underline;
}

.top_center_title{
clear:both;
}

#center_link{
width:500px;
height:167px;
background:url(../img/arahataen/message.jpg) no-repeat;
clear:both;
padding-top:3px;
}

#center_link a{
margin:0;
padding:0;
}
#center_link img{
margin:0;
padding:0;
border:none;
margin-left:12px;
margin-top:0px;
}

.news_div{
margin:5px 0 15px;
}

#top_message{
margin:5px 0 10px;
}


/*
 * サイドバナー
 -------------------------------------------------*/
ul.side_banner_area {
    list-style-type: none;
}
ul.side_banner_area li {
    text-align: center;
    padding: 4px 0px;
}





/*
  * Clearfix
  *____________________________________________________________*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.clearfix {
  min-height: 1px;
  display: inline-table;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

ul#quantity_level {
}

ul#quantity_level li{
    list-style-type: none;
    display:inline;
}

.totalmoneyarea {
}
.loginarea {
    border: 3px solid #CDCDCD;
    margin-bottom: 10px;
    padding: 15px;
}
.loginarea2 {
    text-align: center;
    border: 5px solid #cdcdcd;
    padding: 15px 0;
    margin-bottom: 10px;
}
.tblareabtn {
    padding: 20px 0;
}

.tblareabtn a.back{
    left: 100px;
    top:25px;
    position: absolute;
    color:#000;
}
.tblareabtn .btn{
    /*
    position: absolute;
    right: 140px;
    */
}

a.back{
    color:#000;
}

.mini{
    font-size: 12px;
    margin:0;
}
    
/***** puerh******/

.clear{
    clear:both;
}
.cate_menu01, .cate_menu02{
    padding: 10px 0 5px 20px;
}
.cate_menu02 img{
    margin-right: 5px;
}

/*corporate
***********************************/
#corporate h3{
    padding:5px 15px;
    border-bottom:#aea266 solid 2px;
}

#corporate p{
    padding:0px;
    margin:0px;
}

#corporate .mainCont2{
    padding:0px 30px;
}

#corporate .mainCont2 p{
    padding:0px 15px;
}

#corporate .text{
    padding:0px 20px;
}

#corporate .mainCont2 td{
    padding:0px 5px;
}

#corporate img {
    border: none;
    vertical-align:bottom;
} 

#corporate table{width:100%;margin:0px auto;}

#corporate .beni_sec1{
    background:url('../img/arahataen/corporate/benifuki/img_03.jpg') no-repeat;
    width:420px;
    height:347px;
    padding:10px 10px 0px 255px;
}

#corporate .beni_sec1 p{
}

#corporate .beni_sec2{
    background:url('../img/arahataen/corporate/benifuki/img_04.jpg') no-repeat;
    width:320px;
    height:287px;
    padding:65px 350px 0px 15px;
}

#corporate .beni_sec2 p{
}

/*detail_error_area
***********************************/

.detail_error_area p.left_sec{
    text-align:left;
    float:left;
    width:300px;
}

.detail_error_area p.right_sec{
    width:290px;
    float:right;
}

#news_area {
    border:2px solid #f0ad2a;
    border-radius: 5px;
    margin: 0 5px 10px;
    padding: 6px 8px;
    width: 680px;
}
#news_area  .news{
    float:left;
}
.side_news li{
    padding: 8px 0 8px 10px;
    list-style:none;
    border-bottom:1px solid #a0a0a0;
}

.side_news li a:link, 
.side_news li a:visited{
    text-decoration:none;
    color:#000;
}

.side_news li a:hover{
    color:#ff6600;
} 

#top_maincolumn {
   width: 705px;
   padding-left:5px;
}

#two_maincolumn {
   width: 700px;
   padding-left:5px;
}

#two_maincolumn h2{
    margin-bottom: 10px;
}

#two_maincolumn .list{
    list-style: none outside none;
    padding: 5px 0 5px 30px;
}

#two_maincolumn .list li{
    background:url('../img/arahataen/icon_nav1.png') no-repeat left 5px;
    padding: 1px 0px 5px 26px;
        margin-top:18px;
}

#two_maincolumn .information{
    width:700px;
}

#two_maincolumn .information tr{
      border-bottom: 1px dashed #A0A0A0;
}
#two_maincolumn .information th{
    background:url('../img/arahataen/icon_nav1.png') no-repeat 12px 10px;
    padding: 10px 10px 10px 30px;
    font-weight:normal;
    text-align:left;
    width: 100px;
}

#two_maincolumn .information td{
    padding: 10px 20px;
}

/*******TOP PAGE *******/
#top {
        text-align:center;
}

#top h2{
    padding: 15px 0 5px;
    margin-right: 3px;
}

#top .best p{
    float:left;
    width: 233px; 
    padding-top:0;
    margin-top:0;
}

#top .ranking{
    margin: 10px 0;
}

#top .ranking dl{
    width: 140px;
    float:left;
    text-align:center;
}

#top .arahata_enshu{
   float: right;
    text-align: right;
    padding-right:10px;
}

#top .facebook{
    float: left;
    margin:0px 5px 0px 10px;
    text-align: right;
    width: 446px;
}
.pagetop{
    bottom: 0;
    position: absolute;
    right: 10px;
    text-align: right;
}

tr.trtitle{
    background:#e9fac9;
    }

.item{
    background:#e9fac9;
    }

.item2{
margin:0 auto;
text-align:left;
border-bottom:1px dotted #b00e13;
}


.recommend_title a{
    line-height:130%;
}


#undercolumn_entry textarea{
    font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size:12px;
}



/*******FORM LAYOUT *******/
.col0_width, .col1_width, .col2_width, .col3_width, .col4_width, .col5_width, .col1_select_width, .zip_width, .year_width, .month_width, .day_width {
    font-family: sans-serif;
    font-size:14px;
    color:#444444 !important;
}
.col0_width{
    width:100%;
}
.col1_width{
    width:400px;
}

.col2_width{
    width:192px;
}

.col3_width{
    width: 113px;
}

.col4_width{
    width:600px;
}

.col5_width{
    width:672px;
}
.col6_width{
    width:81px;
}

.col1_select_width{
    width:407px;
}

.col2_select_width{
    width:410px;
}

.col3_select_width{
    width:169px;
}

.zip_width{
    width:220px;
}

.year_width{
    width:100px;
}

.month_width{
    width:100px;
}

.day_width{
    width:100px;
}

.inputbox th, .inputbox td{
    padding: 6px;
}

.inputbox input[type=text]{
    padding: 2px 0;
}

.inputbox select{
    padding:6px 2px;
    height: 34px;
    display: inline;
    font-family: sans-serif;
}
.inputbox.separate-border select {
    border: 0 none;
    width:96%;
}
.inputbox  th{
    text-align:right;
    padding-right: 15px !important;
    vertical-align: middle;
    width: 20%;
}

.inputbox input, .inputbox textarea{
    line-height:20px;
}

.error_margin{
    padding-top:9px;
}

.text_margin{
    padding:12px 0px 0px 10px !important;
}

/* ------------------------------
 会員登録フォーム
------------------------------ */

#enttbllay th{
    padding: 13px 0.2em 0.3em 0.2em;
}

#enttbllay td{
    padding: 0.3em 0.2em;
}

#enttbllay td.checkbox_area{
    padding: 13px 0px 10px 0px;
}
/*qa.php design*/
.qa_box .footer-box .title-txt .title-contact {
    text-shadow: -3px 0 0 #FFFFFF, -3px 0 0 #FFFFFF, 0 2px 0 #FFFFFF, 3px 2px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}
.qa_box .btn-box .btn-position {
    height: 76px;
    position: relative;
    width: 171px;
}
.qa_box .btn-box .txt {
    font-size: 16px !important;
    font-weight: bold;
    /*margin-left: -40px;
    margin-top: 27px;*/
    margin-left: 25%;
    margin-bottom: 15%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.qa_box .btn a {
    cursor: pointer !important;
    text-decoration: none !important;
}
.qa_box .btn-box .txt1 {
    /*margin-top: 18px !important;*/
    margin-bottom: 8% !important;
}
.qa_box .btn-box .txt2,
.qa_box .btn-box .txt8 {
    /*margin-left: -28px;*/
    margin-left: 35% !important;
}
.qa_box .btn-box .txt5,
.qa_box .btn-box .txt4 {
    margin-left: 30% !important;
}
.qa_box .title {
    background: url("../img/arahataen/test_images/faq/title-box.png") no-repeat scroll;
    border-bottom: medium none !important;
    height: 40px;
    margin-left: 15px;
    margin-top: 184px;
    width: 676px;
    padding-top: 8px;
}
.qa_box .title .text {
    color: #14340F !important;
    margin-left: 19px;
    margin-top: 6px;
    text-shadow: 1px 0 #C4CCC3;
}
.qa_box .btn-box {
    float: left;
    margin-left: 16px;
}
.qa_box .btn-box .btn {
    color: #14340f;
    float: left;
    height: 76px;
    padding-left: 2px;
    text-align: center;
    width: 167px;
}
.qa_box .btn-box .btn1 {
    background:url('../img/arahataen/test_images/faq/btn-write.png') no-repeat;
}
.qa_box .btn-box .btn2 {
    background:url('../img/arahataen/test_images/faq/btn-write.png') no-repeat;
}
.qa_box .btn:hover,
.qa_box .active {
    background:url('../img/arahataen/test_images/faq/btn-green.png') no-repeat !important;
    color: #FFFFFF !important;
}
.qa_box .non-active {
    background: none repeat scroll !important
}
.qa_box .btn-active a {
    color: #FFFFFF !important;
}
.qa_box dl.faq dt.question {
    border-bottom: 1px solid #E9B758;
    color: #000000 !important;
    padding-bottom:5px;
}
.qa_box dl.faq {
    margin-left: 15px !important;
    margin-top: 17px;
}
.qa_box dl.faq dd {
    margin: 9px 0 50px 40px !important;
    color: #000000;
}
.qa_box .footer-box .detail {
    font-size: 14px !important;
    font-weight: normal !important;
}
.qa_box .detail .txt-box .detail {
    float: left;    
    margin-top: 0 !important;
    width: 610px;
}
.qa_box .footer-box {
    border-radius: 6px;
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;    
    background-color: #FDEAE4;
    border: 1px solid #99A29F;
    height: auto;
    margin: 50px auto 0;
    width: 664px;
}
.qa_box .footer-box .title-txt {
    font-size: 18px;
    height: 29px;
    margin-left: 16px;
    margin-top: 5px;
}
.qa_box .footer-box .title-txt .title-contact {
    margin-top: 6px;
    padding-left: 102px;
    padding-right: 112px;
}
.qa_box .footer-box .detail {    
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0 0 5px 5px;
    line-height: 12px;
    margin: 0 auto;
    width: 661px;
}
.qa_box .footer-box .detail .left,
.qa_box .footer-box .detail .right  {
    float: left;
    margin-bottom: 14px;
    margin-left: 17px;
    margin-top: 14px;
}
.qa_box .footer-box .detail .left {
    width: 298px;
}
.qa_box .footer-box .detail .right p {
    text-align: left;
    width: 305px;
    *line-height: 15px;
}
.qa_box .footer-box .detail .right .phone-box {
    border-bottom: 1px solid #86B146;
    border-top: 1px solid #86B146;
    height: 70px;
    margin-top: 5px;
}
.qa_box .footer-box .detail .right .phone {
    width: 63px;
}
.qa_box .footer-box .detail .right .info-box {
    float: right;
    width: 237px;
    *margin-top: -52px;
    *line-height: 23px;
}
.qa_box .footer-box .detail .right .info-box .tel {
    color: #86B146;
    font-size: 18px;
    font-weight: bold;
}
.qa_box .footer-box .detail .right .info-box .txt {
    line-height: 18px;
    margin-left: 2px;
}
.qa_box li {
    list-style: none outside none;
}
.qa_box li a {
    color: #14340f !important;
}
.qa_box li a:hover {
    color: #FFFFFF !important;
}
.qa_box .panel-container {
    margin-top: -150px;
    float: left;
}
.qa_box .tab-default {
    display: none;
    position: static;
    visibility: visible;
}
.ie_gte_10 {
    margin-left: 42px !important;
}
.ie_gte_10_txt2,
.ie_gte_10_txt8 {
    margin-left: 57px !important;
}
.clear {
    clear: both;
}
.vertical_top{
    vertical-align:top !important;
}
/*design recipe_001.php*/
.recipe_001 .detail {
   margin-top: 15px;
}
.recipe_001 .detail .left,
.recipe_001 .detail .right {
    float: left;
}
.recipe_001 .detail .left {    
    float: left;
    margin-left: 15px;
    width: 377px;
}
.recipe_001 .detail .left p.last {
    margin-bottom: 55px;
}
.recipe_001 .detail .right {    
    float: left;
    width: 300px;
}
.recipe_001 .detail .box {
    border: 1px solid #C9C9C9;
}
.recipe_001 .detail .right p {
    border-bottom: 1px solid #BFBFBF;
}
.recipe_001 .detail .right p {
    height: 19px;
    margin-left: 10px;
    text-align: left;
    width: 280px;
    width: 280px;
    margin-right: 5px;
    margin-left: 0px;
}
.recipe_001 .detail .no-line p{
    border-bottom: medium none !important;
    margin:5px 2px;
    padding:2px 0px;
    height: auto !important;
}
.recipe_001 .detail .right p.before-last {
    width: 245px;
    float: left;
    margin-left: 5px;
}
.recipe_001 .detail .right p.last {
    margin-bottom: 12px;
    width: 223px;
    float: left;
    margin-left: 5px;
}
.recipe_001 .detail .right .pen {
    background: url("../img/arahataen/recipi/pen.png") no-repeat scroll;
    height: 64px;
    margin-left: 250px;
    margin-left: -48px;
    margin-top: -70px;
    margin-top: -37px;
    position: absolute;
    width: 54px;
}
.recipe_001 .detail .pic2 img {
    margin-left: -310px;
    margin-top: 5px;
    position: absolute;
}
.recipe_001 .line {
    background: url("../img/arahataen/recipi/line.png") no-repeat scroll;
    height: 12px;
    margin-left: 15px;
    width: 678px;
}
.recipe_001 .last-box p {
    border-bottom: 1px dashed #cacaca;
    margin-left: 15px;
    width: 675px;
}
.recipe_001 .last-box span.number {
    background-color: #daf3ac;
    margin-right: 10px;
    padding: 0 8px;
}
.product_list {
    margin-top: -35px;
}
.mailmaga_flg_box {
    background-color: #ececec;
    padding: 5px 5px 5px 10px;
}
.recipe001_ie_gte_10 img {
    margin-left: -7px !important;
}

.top_present .adv-top-fl{
    width: 65.25%;
}
.top_present .adv-top-fr{
    width: 34.75%;
}
.top_present .adv-top-fl,
.top_present .adv-top-fr{
    padding: 3px;
}
.top_present .adv-top-fl{
    padding-right: 0;
}
.pdt5{
    padding-top: 5px;
}
.pdt6{
    padding-top: 6px;
}
.shoplogo .title-top{
    font-size: 15px;
    font-weight: bold;
}
.ft-nav ul li a{
    color: #000;
    text-decoration: none;
}
.ft-nav ul li a:active, .ft-nav ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.btn-back {
    padding: 4px 5%;
    font-size: 20px;
    vertical-align: top;
    background-color: #ccc;
    color: #fff;
}
a.btn-back, a.btn-back:hover, a.btn-back:visited{
    color: #fff;
}
#header .notshow{
        display:none
    }
    
.line-div{
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    padding: 3% 0;
}
.complete_sign{
    width:auto !important;
}
@media screen and (max-width: 1200px){
    #container {
        width: 100%;
    }
    #searchbox .input-search{
        width: 74%;
    }
    #searchbox .btn-search{
        width: auto;
        padding: 4px;
    }
    .shoplogo .btn-contact img{
        margin: 0;
    }
    .social-button{
        margin-right: 0;
    }
    #footer .ft-nav .ft-compliance{
        padding-top: 2%;
    }
}

@media screen and (max-width: 991px) {
    .top_present .adv-top-fl,
    .top_present .adv-top-fr{
        padding: 0;
        width: 100%;
    }
    .top_present .adv-top-fl img{
        width: 100%;
    }
    .top_present .adv-top-fr img{
         width: 50%;
         float: left;
    }
    .top_present .adv-top-fl img,
    .top_present .adv-top-fr img{
        padding: 5px;
    }
    .top_present .adv-top-fl img.img-responsive.pdt6{
        padding-top: 0;
        padding-bottom: 0;
    }
    .top_present .adv-top-fr img.img-responsive{
         padding-right: 2px;
    }
    .top_present .adv-top-fr img.img-responsive.pdt6{
        padding-left: 2px;
        padding-right: 5px;
    }
    .header_navi1{
        display: none;
    }
    #footer .ft-nav,
    #footer .ft-contact{
        display: none;
    }
    #footer {
        margin-top: 40px;
        background-color: #000;
        border-top: 0;
        color: #fff;
    }
    #footer>#copyright {
        background-color: #000;
        font-size: 15px;
        padding: 20px 15px;
    }
   .ft-nav-smartphone{
        background-color: #fff;
        color: #000;
        text-align: center;
   }
   .ft-nav-smartphone ul li{
        border-top: 2px dotted #000;
        padding: 15px 0;
        font-size: 24px;
   }
   .ft-nav-smartphone ul li{
       background: url("../img/yamachiya/smartphone/arrow.png") no-repeat;
       background-position: 99% 50%;
       background-size: 30px;
       list-style: none;
   }
   .ft-pic{
       background:none !important;
       padding: 4% 3% !important;
   }
   .ft-nav-smartphone ul li a,
   .ft-nav-smartphone ul li a:link,
   .ft-nav-smartphone ul li a:visited{
    color: #000;
    text-decoration: none;

   }
   .shoplogo{
       padding: 15px 0;
   }
   .shoplogo  #searchbox,
   .shoplogo  .social-button,
   .tel-top .btn-contact{
       display: none;
   }
   #searchbox {
        width: auto;
        float: none;
        margin-top: 0;
        padding: 10px 0;
  }
  #searchbox .btn-search{
      color: #fff;
  }
  
  #navmenu-smartphone li {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    }
    #navmenu-smartphone li img{
        width: 100%;
        padding: 5px;
        max-width: 305px;
    }
    .header_navi-smartphone {
        padding: 25px 0 5px 0;
    }
    #header .notshow{
        display:block;
    }
    .line-div{
        padding-top:0;
    }
    
  
}

@media screen and (max-width: 640px) {
    .ft-nav-smartphone ul li {
        font-size: 20px;
    }
    .shoplogo .title-top{
        width: 100%;
        padding-right: 67px;
    }
    .shoplogo .tel-top h4{
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.5em;
        width: 42%;
        float: left;
        padding-right: 67px;
        margin: 0;
    }
    .shoplogo .tel-top h4 span{
        display: block;
    }
    .shoplogo .tel-top img.tel-img{
        width: 58%;
        float: left;
        padding-right: 1%;
    }
}
@media screen and (max-width: 550px) {
    .shoplogo .tel-top h4{
        padding-right: 0px;
    }
    .shoplogo .title-top{
        padding-right: 48px;
        min-height: 55px;
    }
    .shoplogo .tel-top h4 {
        width: 100%;
        padding-top: 5px;
    }
}
@media screen and (max-width: 480px) {
    #page-top a:link, #page-top a:visited{
        background-size: 100%;
        height: 65px;
        width: 65px;
    }
    .shoplogo .tel-top img.tel-img{
        width: 100%;
        padding-right: 0;
        max-width: 318px;
    }
    .shoplogo .tel-top h4 {
        width: 100%;
        padding-top: 5px;
    }
    .shoplogo .tel-top h4 span{
        display: inline-block;
    }
}
@media screen and (max-width: 320px) {
    .shoplogo .title-top {
        font-size: 12px;
    }
}

