@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    background-color: #fff;
    font-size: 90%;
	line-height:1.7em;
}

/* 写真 */
img.picture {
}
img{vertical-align:middle;}


/* リンク */
.blue_link a{
	color:#004892;
}
.green_link a{
	color:#6BB800;
}
.black_link a{
	color:#444;
}


/* text color */
.red{color:red;}

/* img hover */
#container a img:hover{
	opacity:.7;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/* webkit */
#container a img:hover{
	opacity:1;
	-webkit-filter: brightness(120%);
}
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 0px;
    width: 980px;
    text-align: left;
	clear:both;
}



/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {

}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto 0;
    width: 84%;
	clear:both;
}


/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 780px;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    width:620px;
	float:left;
	margin:0 0 0 10px;
}

#main_column.colnum3,
#leftcolumn.colnum3,
#rightcolumn.colnum3{
	margin-top:-10px;
}





/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 10px 0 0;
}
#leftcolumn {
    float: left;
    width: 170px;
	clear:both;
}
#rightcolumn {
    float: right;
    width: 170px;
	padding:10px 0 0;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

#topcolumn{
    height: 25px;
    margin: 16px 0 16px;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #6BB800;
    text-decoration: underline;
}
a:link:hover,
a[href]:hover {
	color:#72C600;
    text-decoration: none;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.normal_price {
    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: 90%;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px 4px;
}
input[type=image]{
	outline:none;
}
input{
	vertical-align:middle;
}

.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;
}
.box600 {
    width: 600px;
}
.box_height500{
	height:500px;
}
/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 20px;
    padding: 7px 10px;
    color: #000;
	font-size:1.2em;
    background: #ffffff; /* Old browsers */
	background: url(../img/parts/bottom_line_g.png) , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: url(../img/parts/bottom_line_g.png) ,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(../img/parts/bottom_line_g.png) ,-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/parts/bottom_line_g.png) ,-o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(../img/parts/bottom_line_g.png) ,-ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: url(../img/parts/bottom_line_g.png) ,linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x , no-repeat ;
	background-position: 0 bottom;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-radius:4px 4px 0 0;
	position:relative;
	clear:both;
}
h2.title span{
	color:#F04E64;
}
h2.title img{
	vertical-align:middle;
	margin:0 5px 0 0;
}

.title_ong{
	background:url(../img/parts/bottom_line_y.png) 0 bottom no-repeat;
}

/* タイトル ボトムマージン無し
----------------------------------------------- */
h2.title_simple {
    margin-bottom: 0px;
    padding: 8px 10px 7px;
    color: #000;
	font-size:1.2em;
    background: #ffffff; /* Old browsers */
	background: url(../img/parts/bottom_line_g.png) , -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: url(../img/parts/bottom_line_g.png) ,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(../img/parts/bottom_line_g.png) ,-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/parts/bottom_line_g.png) ,-o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(../img/parts/bottom_line_g.png) ,-ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: url(../img/parts/bottom_line_g.png) ,linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x , no-repeat ;
	background-position: 0 bottom;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-radius:4px 4px 0 0;
	position:relative;
    line-height: 1em;
	clear:both;
}
h2.title_simple span{
	color:#F04E64;
}
h2.title_simple img{
	vertical-align:middle;
	margin:0 4px 0 0;
}

#NewProducts .rss_button_s{
    left: 109px;
    position: absolute;
    top: 32px;
}

.title_ong{
	background:url(../img/parts/bottom_line_y.png) 0 bottom no-repeat;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#undercolumn_cart h3,
.headline {
    font-size: 1.1em;
    overflow: hidden;
    background: url("../img/icon/ico_arrow_01_on.gif") no-repeat scroll 12px 16px #f6f5ef ;
    padding: 10px 7px 10px 31px;
	margin:0 0 20px;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}




/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-top: solid 3px #86C71A;
}
#header {
    margin: auto;
    width: 980px;
    position: relative;
	text-align:left;
	background:url(../img/common/hd_image.png) 305px 2px no-repeat;
}


/* ロゴ
----------------------------------------------- */
#header .logo_area {
    float: left;
    width: 314px;
	padding:7px 0 0;
}
#header .logo_area .tel{
	margin:5px 0 0;
}
#header .logo_area .tel .freedial{
	background:url(../img/icon/ico_freedial.png) 0 0 no-repeat;
	color:#68A500;
	font-size:22px;
	font-weight:700;
	float:left;
	letter-spacing:-1px;
	padding:2px 0 0 37px;
	min-height:20px;
}
#header .logo_area .tel .time{
	width:110px;
	float:right;
	font-weight:700;
	font-size:10px;
	line-height:1.3em;
	padding:0 0 0 5px;
	color: #777;
}




/* ヘッダー右
----------------------------------------------- */
#header .right_area {
    float: right;
    width: 300px;
	margin:0 0 3px;
}
#header .right_area ul.hed_nav{
	background: #76bc00; /* Old browsers */
	background: -moz-linear-gradient(top, #76bc00 0%, #6da900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76bc00), color-stop(100%,#6da900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #76bc00 0%,#6da900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #76bc00 0%,#6da900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #76bc00 0%,#6da900 100%); /* IE10+ */
	background: linear-gradient(to bottom, #76bc00 0%,#6da900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76bc00', endColorstr='#6da900',GradientType=0 ); /* IE6-9 */
	border-radius:0 0 5px 5px ;
	height:19px;
	margin:-3px 0 3px;
	line-height: 1.3;
}

#header .right_area ul.hed_nav li{
	width:149px;
	float:left;
	background:url(../img/icon/ico_arrow_y.png) 15px center no-repeat;
}
#header .right_area ul.hed_nav li:first-child{
	border-right:1px solid #7AC200;
}
#header .right_area ul.hed_nav li a{
	color:#fff;
	padding:0 0 0 28px;
	font-size:12px;
	text-decoration:none;
}
#header .right_area ul.hed_nav li a:hover{

}

#header .right_area .hd_deliv{
	border:1px solid #DCCA00;
	background:#FFF2D4;
	padding:7px;
	border-radius:5px;
}

/* メインメニュー
----------------------------------------------- */

#mainMenu{
	border:1px solid #D7D7D7;
	clear:both;
	border-radius:25px;
	height:50px;
	box-shadow:0 3px 3px #eee;
	margin:0 0 10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
#mainMenu ul > li{
    box-sizing: border-box;
	float:left;
	width:156px;
	border-right:1px solid #D7D7D7 ;
	height:50px;
	position:relative;
}
#mainMenu ul > li.mm01 > a{background:url(../img/icon/ico_search.png) 30px center no-repeat;}
#mainMenu ul > li.mm02 > a{background:url(../img/icon/ico_first.png) 20px center no-repeat;}
#mainMenu ul > li.mm03 > a{background:url(../img/icon/ico_bag.png) 20px center no-repeat;}
#mainMenu ul > li.mm04 > a{background:url(../img/icon/ico_mail.png) 20px center no-repeat;border:none;}
#mainMenu ul > li.mm05{width:354px;border:none;padding:0;}


#mainMenu ul > li a{
	color:#444;
	padding-top:14px;
	display:block;
	font-weight:700;
	height:35px;
	text-decoration:none;
}

#mainMenu ul > li.mm01 a{padding-left:55px;}
#mainMenu ul > li.mm02 a{padding-left:65px;}
#mainMenu ul > li.mm03 a{padding-left:45px;}
#mainMenu ul > li.mm04 a{padding-left:50px;}
#mainMenu ul > li.mm05 a{padding-left:45px;}


#mainMenu ul > li a:hover{
    text-decoration:none;
}
#mainMenu ul.base_nav > li:hover{
    background-image:-moz-linear-gradient(26% 8% -90deg,rgb(120,199,0) 0%,rgb(108,174,0) 100%);
    background-image:-webkit-gradient(linear,26% 8%,26% 97%,color-stop(0, rgb(120,199,0)),color-stop(1, rgb(108,174,0)));
    background-image:-webkit-linear-gradient(-90deg,rgb(120,199,0) 0%,rgb(108,174,0) 100%);
    background-image:-o-linear-gradient(-90deg,rgb(120,199,0) 0%,rgb(108,174,0) 100%);
    background-image:-ms-linear-gradient(-90deg,rgb(120,199,0) 0%,rgb(108,174,0) 100%);
    background-image:linear-gradient(180deg,rgb(120,199,0) 0%,rgb(108,174,0) 100%);
    border-color:rgb(106,176,0);
    border-width:1px;
    border-style:solid;
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.09);
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.09);
    box-shadow:2px 2px 5px rgba(0,0,0,0.09);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff78c700,endColorstr=#ff6cae00,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#17000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff78c700,endColorstr=#ff6cae00,GradientType=0)
        progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#17000000,Positive=true);
}
#mainMenu ul.base_nav > li.mm05:hover{
    background: none;
    box-shadow: none;
}


#mainMenu ul > li.mm01:hover{
    border-radius: 25px 0 0 25px;
}
#mainMenu ul > li.mm01:hover > a{color: #FFF4D4;background:url(../img/icon/ico_search_on.png) 30px center no-repeat;}
#mainMenu ul > li.mm02:hover > a{color: #FFF4D4;background:url(../img/icon/ico_first_on.png) 20px center no-repeat;}
#mainMenu ul > li.mm03:hover > a{color: #FFF4D4;background:url(../img/icon/ico_bag_on.png) 20px center no-repeat;}
#mainMenu ul > li.mm04:hover > a{color: #FFF4D4;background:url(../img/icon/ico_mail_on.png) 20px center no-repeat;border:none;}
#mainMenu ul > li.mm05:hover{width:354px;border:none;padding:0;}

/* マイページ　カート　オレンジ部分 */
#mainMenu .sub_nav{
    box-sizing: border-box;
    height:50px;
    margin-top: -1px;
    border:1px solid #F29300;
    border-radius:0 25px 25px 0;
    /* Firefox v3.6+ */
    background-image:-moz-linear-gradient(rgb(255,255,255) 0%,rgb(255,242,210) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    background-image:-webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(255,242,210)));
    /* Chrome v10.0+ and by safari nightly build*/
    background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(255,242,210) 100%);
    /* Opera v11.10+ */
    background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(255,242,210) 100%);
    /* IE v10+ */
    background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(255,242,210) 100%);
    background-image:linear-gradient(rgb(255,255,255) 0%,rgb(255,242,210) 100%);
    border-color:rgb(238,113,0);
    border-width:1px;
    border-style:solid;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fffff2d2)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fffff2d2);
}
#mainMenu .sub_nav:hover{
}
#mainMenu .sub_nav li{
    box-sizing: border-box;
    border:none;
    /*height:36px;*/
    font-size:14px;
}
#mainMenu .sub_nav > li.sm01{
    width: 172px;
    border-right:1px solid #F6C324;
    padding-bottom: 14px;
    padding: 0px;
    height: 49px;
}
#mainMenu .sub_nav li.sm02{
    float: left;
    height: 49px;
    position: relative;
    width: 180px;
}
#mainMenu ul.sub_nav > li:hover{
    background-image:-moz-linear-gradient(rgb(255,160,9) 0%,rgb(240,113,0) 100%);
    background-image:-webkit-gradient(linear,color-stop(0, rgb(255,160,9)),color-stop(1, rgb(240,113,0)));
    background-image:-webkit-linear-gradient(rgb(255,160,9) 0%,rgb(240,113,0) 100%);
    background-image:-o-linear-gradient(rgb(255,160,9) 0%,rgb(240,113,0) 100%);
    background-image:-ms-linear-gradient(rgb(255,160,9) 0%,rgb(240,113,0) 100%);
    background-image:linear-gradient(rgb(255,160,9) 0%,rgb(240,113,0) 100%);
    border-color:rgb(238,113,0);
    /*border-width:1px;*/
    /*border-style:solid;*/
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffa009,endColorstr=#fff07100)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffa009,endColorstr=#fff07100);
}
#mainMenu ul.sub_nav > li.sm02:hover{
    border-radius: 0 24px 24px 0;
}

#mainMenu .sub_nav li:hover a span.num{
    color: #fff;
}
#mainMenu .sub_nav li:hover > a{
    color: #fff;
}

#mainMenu .sub_nav li a{
    color:#fff;
    padding-top:9px;
    /*font-size:1.2em;*/
    height:29px;
    text-align:center;
}

#mainMenu .sub_nav li a span.num{
    border-radius: 3px;
    color: #ec7100;
    display: block;
    float: right;
    font-weight: 700;
    left: 15px;
    padding: 1px 4px;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 28px;
    font-size: 1.2em;
}

#mainMenu .sub_nav li a span.num.stock10{
    left: 14.3px;
    padding: 1px 4px;
    top: 5px;
    font-size:0.8em;
}


#mainMenu ul  li.sm01 > a{
	background:url(../img/icon/ico_mypage.png) 17px 10px no-repeat;
	display: block;
	height: 39px;
	padding: 12px 0px 0px 32px;
}
#mainMenu ul  li.sm02 > a{background:url(../img/icon/ico_cart.png) 13px 10px no-repeat  ;position: relative;padding-bottom: 10px;}
#mainMenu ul  li.sm01 > a{padding:14px 0 0 30px;}
#mainMenu ul  li.sm02 > a{padding:14px 20px 14px 40px;}


/* カートを見るプルダウン *
******************************************/

#cart_area_hover {
	display: none;
    clear: both;
    font-weight: normal;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 48px;
    width: 308px;
    z-index: 10000;
    padding-bottom:30px;
}

#cart_area_hover_inner {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #f5a50c;
    box-shadow: 0 2px 3px #999;
    text-align: left;
}

#cart_area_hover .free {
    padding: 10px 10px 5px;
}
#cart_area_hover .freeprice {
    padding: 10px;
}
#cart_area_hover .head {
    background: none repeat scroll 0 0 #f6f5ef;
    border-bottom: 1px dotted #f27600;
    border-top: 1px dotted #f27600;
    color: #f27600;
    font-size: 1.1em;
    font-weight: 700;
/*    padding: 6px 0 6px 50px;*/
	padding: 6px 0 6px 10px;
	margin-bottom:10px;
}
#cart_area_hover .head img {
    left: 7px;
    position: absolute;
    top: -4px;
    z-index: 2;
}
#cart_area_hover .information {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ed4716;
    bottom: 0;
    color: #000;
    left: 5px;
    margin: 0 0 5px 6px;
    min-height: 24px;
    padding: 5px 6px 4px 10px;
    width: 273px;
}
#cart_area_hover .information .btn {
    float: right;
    margin: 3px 0 0;
    width: 79px !important;
	height:20px;
}
#cart_area_hover .information .btn a{
	padding:0;
}
#cart_area_hover .postage {
    border-bottom: 1px dotted #ffcc00;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 5px 10px 7px;
}
#cart_area_hover .postage .point_announce {
    background: url("../img/icon/ico_price.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding: 2px 0 2px 20px;
}
#cart_area_hover .btn {
    margin: 0 0 10px;
    text-align: center;
}

#cart_area_hover ul {
    margin: 0;
    padding: 0 5px 0 12px;
}
#cart_area_hover ul li {
    height: auto;
    margin: 6px 0 0;
    padding: 0 0 0 10px;
    width: 100%;
    border: none;
}
#cart_area_hover ul li .image {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    clear: both;
    padding: 2px;
}
#cart_area_hover ul li .image img {
	width: 29px;
}
#cart_area_hover ul li p {
    float: right;
    line-height: 1.3em;
    padding: 0px 0 0 4px;
    width: 220px;
}
#cart_area_hover ul li p a {
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
}
#cart_area_hover ul > li a {
    display: block;
    font-weight: 700;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}
#mainMenu .sub_nav li a {
	color: #444;
	font-size: 1em;
	height: auto;
	padding-top: auto;
	text-align: center;
	padding:0px;
}
#cart_area_hover ul > li a {
	display: block;
	font-weight: 700;
	text-decoration: none;
}
#mainMenu .sub_nav #cart_area_hover li {
	height: auto;
	line-height: 1em;
	margin: 0 0 10px;
	overflow: visible;
	padding: 0;
	width: auto;
}
#mainMenu .sub_nav #cart_area_hover li .image a{
	width:30px;
	padding:0;
}
#mainMenu .sub_nav #cart_area_hover li .name{
	float: left;
	height: auto;
	position: static;
	width: 242px;
}
#mainMenu .base_nav .sub_nav #cart_area_hover .name a{
	font-weight: bold;
	height: auto;
	line-height: 1.2em;
	margin: 0;
	padding: 9px 0 0 10px;
	position: static;
	text-align: left;
	top: auto;
	width: auto;
}

.information .item {
    margin: 0 0 0 0;
}








/* header　下
----------------------------------------------- */

/* 5,000円以上のお買い物で送料無料 */
.deliv_Free{
	width:473px;
	float:left;
	margin:-2px 15px 0 0;
}


/* すべてのカテゴリセレクト */
.prd_select_area{
	float:left;
	width:180px;
	padding:1px 0 0;
}
	.prd_select_area select{
		width:180px;
	}


/* 商品検索 */
.prd_search_area{
	float:right;
	width:300px;
}
.prd_search_area input[type=text]{
	width:215px;
	display:block;
	float:left;
}
.prd_search_area input[type=image]{
	display:block;
	float:right;
}
/* forwebkit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.prd_search_area input[type=image]{
		margin:2px 0 0;
	}
}


.pagetop {
	width: 65px;
	height: 65px;
	float: right;
	text-align: right;
	clear:both;
	margin:0 0 10px;
	position:relative;
/*	right:-65px;*/
}

/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    width:100%;
    background: #F4F4F4;
	border-top:1px solid #ddd;
	clear:both;
	text-align:left;
}
#footer {
    margin: auto;
    padding: 20px 0;
    width: 980px;
	overflow:hidden;
	font-size:0.91em;
	line-height:1.4em;
}

#left_col{
	width:400px;
	float:left;
}
#right_col{
	width:570px;
	float:right;
}

#footer .security{

}
#footer .security h2{
	font-size:16px;
	margin:0 0 3px;
}
#footer .security .seal{
	width:108px;
	height:59px;
	float:left;
	margin:0 20px 0 0;
}
#footer .security .license{
	border:1px solid #ddd;
	background:#fff;
	padding:10px 15px;
	float:left;
	font-weight:700;
	margin:0 0 20px;
}
#footer .security .license .no span{
	font-size:1.5em;
}



.ft_nav{
	overflow:hidden;
	clear:both;
}
.ft_nav li{
	background:url(../img/icon/ico_arrow_y.png) 0 center no-repeat;
	padding:0 0 0 7px;
	margin:0 10px 0 0;
	float:left;
}
.ft_nav li a{
	color:#000;
	text-decoration:none;
	font-size:0.95em;
}

#footer .security  .ft_nav{
	margin:0 0 20px;
}

#footer .trouble h3{
	background:url(../img/icon/ico_flag.png) 0 center no-repeat;
	padding:0 0 0 25px;
	margin:0 0 15px;
}
#footer .trouble  .ft_nav li{
	margin-right:15px;
	margin-bottom:20px;
}

/* お電話でもご相談可能です。お気軽に */
#footer .trouble .customer_room{
	border:1px solid #ddd;
	border-radius:5px;
	margin:0 0 20px;
}
#footer .trouble .customer_room .hd{
	background:#F8F8F8;
	text-align:center;
	padding:8px 0 6px ;
	font-weight:700;
	font-size:1.1em;
	border-radius:5px 5px 0 0;
	border-bottom:1px solid #ddd;
}

#footer .trouble .customer_room .container{
	background:#fff;
	padding:22px 15px 15px;
	overflow:hidden;
}
#footer .trouble .customer_room .container .h{
	width:95px;
	float:left;
	font-size:13px;
	height:25px;
	margin:5px 0 0 ;
	padding:3px 0 0 5px;
	border-right:1px solid #ddd;
}
#footer .trouble .customer_room .container .freedial{
	background:url(../img/icon/ico_freedial.png) 0 0 no-repeat;
	width:240px;
	float:right;
}
#footer .trouble .customer_room .container .freedial .tel_no{
	font-size:21px;
	padding:0 0 0 45px;
	margin:0 0 5px;
}
#footer .trouble .customer_room .container .freedial .time{
	font-size:10px;
	padding:0 0 0 47px;
}


/* フッタロゴ */
#footer .ft_logo{
	padding:5px 10px 10px;
	text-align:center;
	border-top:1px solid #82CB00;
	border-bottom:1px solid #82CB00;
}

/* 配送方法について*/

.base_grd{
	padding:7px 12px;
	border-radius:5px;
	border:1px solid #ddd;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
.base_grd a{
	color:#3F74AF;
	font-weight:400;
}

/* 配送方法について */
#footer .distribution h2{
	margin:0 0 7px;
}
#footer .distribution h2 span{
	background-image:url(../img/icon/ico_trak.png) ;
	background-repeat:no-repeat;
	background-position:0 center;
	padding:0 0 0 30px;
	margin:0 20px 0  0;
}
#footer .distribution ul{
	border-left:1px solid #AAB9C9;
	overflow:hidden;
	margin:0 0 10px;
}
#footer .distribution ul li{
	float:left;
	width:140px;
	border-top:1px solid #AAB9C9;
	border-right:1px solid #AAB9C9;
	border-bottom:1px solid #AAB9C9;
	background:#fff;
	height:160px;
	text-align:center;
}
#footer .distribution ul li.d01 div{padding:8px 0 0 ;}
#footer .distribution ul li.d02 div{padding:20px 0 0 ;}
#footer .distribution ul li.d03 div{padding:25px 0 0 ;}
#footer .distribution ul li.d04 div{padding:10px 0 0 ;}

.link_blue a{color:#3F74AF;}

/* お支払い方法について */
#footer .ft_payment h2{
	margin:0 0 13px;
}
#footer .ft_payment h2 span{
	background-image:url(../img/icon/ico_card.png) ;
	background-repeat:no-repeat;
	background-position:0 center;
	padding:0 0 0 30px;
	margin:0 20px 0  0;
}
#footer .ft_payment ul{
	border-left:1px solid #AAB9C8;
	overflow:hidden;
	line-height:1.7em;
	font-size: 11px;
}
#footer .ft_payment ul li{
	width:141px;
	height:140px;
	background:#fff;
	float:left;
	border-right:1px solid #AAB9C8;
	border-bottom:1px solid #AAB9C8;
}
#footer .ft_payment ul li .hd{
	background:#96AABA;
	text-align:center;
	font-weight:700;
	color:#fff;
	padding:5px;
}
#footer .ft_payment ul li .detail{
	line-height:1.5em;
}
#footer .ft_payment ul li.p01 .detail{padding:20px 10px 0 ;}
#footer .ft_payment ul li.p02 .detail{padding:20px 10px 0 ;}
#footer .ft_payment ul li.p03 .detail{padding:7px 10px 0 ;}
#footer .ft_payment ul li.p04 .detail{padding:20px 10px 0 ;}
#footer .ft_payment ul li.p05 .detail{padding:20px 5px 0 ;}

/* コピーライト */

.footer_bottom{
	background:#84C900;
	clear:both;
}
.footer_bottom .footer_bottom_inner{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	padding:10px;
}
.footer_bottom .footer_bottom_inner ul{
	float:left;
	margin-top:3px;
}
.footer_bottom .footer_bottom_inner ul li{
	float:left;
	background:url(../img/icon/ico_arrow_y.png) 0 center no-repeat;
	margin:0 15px 0 0;
	padding:0 0 0 10px;
}
.footer_bottom .footer_bottom_inner ul li a{
	color:#fff;
	text-decoration:none;
}
.footer_bottom .footer_bottom_inner ul li a:hover{
	text-decoration:underline;
}
.footer_bottom .footer_bottom_inner .copyright{
	color:#497300;
	float:right;
	font-weight:700;
	margin-top:2px;
}

#shop_list{
    margin-bottom: 20px;
}
    #shop_list h3{
        color: #fff;
        font-size: 14px;
        line-height: 1.2em;
        text-align: left;
        margin: 10px;
        padding: 0 0 0 25px;
        background: url(../img/icon/ico_shop.png) 0 50% no-repeat;
    }


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area,
.btn_area_noload {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li,
.btn_area_noload li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
	padding:15px;
}
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: dotted 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;
}

/*　パーツ */

.ico_arrow_01 {
    background: url("../img/icon/ico_arrow_y.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    padding: 0 0 0 10px;
}


/*　サイト全体バナー */
.global_banner{
	position: absolute;
	display: block;
	width: 130px;
	height: 610px;
	cursor: pointer;
	top: 0px;
}
.global_banner.left{
	left:  -140px;

}
.global_banner.right{
	right:  -140px;
}

/* 成人チェック */
#adult_checker{
	position: absolute;
	z-index: 100000;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}


/* ボタン */

.btn02{
    display: block;
    border: 1px solid #ADB2BB;
    background: #f6f7f9;
    background: -moz-linear-gradient(top, #f6f7f9 0%, #e8eaed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f7f9), color-stop(100%,#e8eaed));
    background: -webkit-linear-gradient(top, #f6f7f9 0%,#e8eaed 100%);
    background: -o-linear-gradient(top, #f6f7f9 0%,#e8eaed 100%);
    background: -ms-linear-gradient(top, #f6f7f9 0%,#e8eaed 100%);
    background: linear-gradient(to bottom, #f6f7f9 0%,#e8eaed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f9', endColorstr='#e8eaed',GradientType=0 );
    border-radius: 3px;
    text-decoration: none !important;
    color: #444 !important;
    font-size: 0.9em;
    padding: 4px 10px 5px 10px;
    text-align: center;
}
.btn02:hover{
    background: #f0f2f5;
    background: -moz-linear-gradient(top, #f0f2f5 0%, #dfe3e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f2f5), color-stop(100%,#dfe3e7));
    background: -webkit-linear-gradient(top, #f0f2f5 0%,#dfe3e7 100%);
    background: -o-linear-gradient(top, #f0f2f5 0%,#dfe3e7 100%);
    background: -ms-linear-gradient(top, #f0f2f5 0%,#dfe3e7 100%);
    background: linear-gradient(to bottom, #f0f2f5 0%,#dfe3e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f5', endColorstr='#dfe3e7',GradientType=0 );
}
.btn02.contact{
    text-align: left;
}
.btn02.contact span{
    background: url("../img/icon/ico_mail02.png") no-repeat scroll 10px center rgba(0, 0, 0, 0);
    padding-left: 35px;
}


.ssl_yoko{
	width:600px;
	margin:30px auto;
}
.ssl_right{
	width:150px;
	float:right;
}




#searchpop{
    display: none;
    left: 0;
    min-height: 217px;
    top: 49px;
    background: none repeat scroll 0 0 #fcfffc;
    border: 3px solid #84c900;
    position: absolute;
    width: 588px;
    z-index: 10000;
}
#searchpop ul > li{
	border: none;
	width: inherit;
	height: inherit;
}
#searchpop ul > li > a{
	border: 1px #eee solid;
	border-left: none;
	border-top: none;
	text-align: left;
	padding: 0 10px !important;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 175px;
	/*margin: 1px;*/
	background: #fff;
	color: #000;
	font-weight: normal;
}
#searchpop ul > li:hover > a{
	background: #6BB800;
	border-color: #6BB800;
	color: #fff;
}
#mypage_header_menu{
	display: none;
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #f5a50c;
    font-size: 12px;
    font-weight: normal;
    left: -1px;
    margin-top: 0;
    min-height: 122px;
    padding: 5px 5px 7px 5px;
    position: absolute;
    text-align: left;
    top: 47px;
    width: 180px;
    z-index: 10000;
}
#mypage_header_menu ul > li{
    height: auto !important;
    width: 180px;
}
#mypage_header_menu ul > li > a{
    background: url("../img/icon/nav_ico.png") no-repeat scroll 5px 9px #fff;
    color: #256BD0 !important;
    display: block;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.2em;
    padding: 6px 2px 4px 21px !important;
    text-align: left !important;
    text-decoration: underline !important;
    font-weight:normal !important;
}

#mypage_header_menu ul > li > a:hover{
	color:#f60 !important;
    text-decoration: none !important;
}


.btn_move_smart_view{
    background-color: #376531;
    box-shadow: 0 -4px 0 #888;
    clear: both;
    color: #fff !important;
    display: block;
    font-size: 300%;
    font-weight: bold;
    line-height: 1em;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: auto;
}