@charset "euc-jp";


/*-------------------------------------------
デフォルトスタイルをリセット2 
-------------------------------------------*/

#main h1 {
    margin-bottom: 20px !important;
	font-size: 25px !important;	
	text-align: center;	
	color: #00A0E5;
}
#main h1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px !important;
    font-family: initial;
}


#main-contents{
 padding:4%; 
}

.article-body{
     font-size: 0.9em;
    line-height: 1.6em; 
}

#sp_wine h2{
  
  font-size:1em !important;
  
}

#sp_wine h3{
  
  
  font-size:0.9em !important;
  
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}
body {
 line-height: 1.4;
 -webkit-text-size-adjust: none;
 font-family: Helvetica, san-serif;
background:#ffffff;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}
img {
 border: 0;
 vertical-align: bottom;
}
ul, ol {
 list-style: none;
}
table {
 border-spacing: 0;
 empty-cells: show;
}

.swiper-container{

position:relative;
z-index:1;

}


header.global_header{

margin-bottom:10px;
padding-bottom:10px;
border-bottom:5px solid #00a0e5;
  display:flex;
  background:#ffffff;

}



.sp_header_logo{

	float:left;
	width:24%;
  margin-top:10px;
  margin-left:10px;
	
}

ul.sp_header{
	
	float:right;
	list-style:none;
	padding:0;
margin:0;
  margin-top:10px;
/*	margin-right:-14%; */
	

}

ul.sp_header li{

float:left;
padding-left:4% !important;
width:16% !important;
	
}

/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	right :0;
	width :21%;
	padding :10px;
	z-index:2;
}
 
.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 -300%;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 3;
}

nh_list

.sns_icon_sp{
  position:absolute;
  top:0px;
  left:25px;
}

.sns_icon_sp li{
  
  float:left;
  width:12%;
  padding:2%;
  
}
 
/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: right;
	z-index: 3;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */
 
.hm_menu_wrap {
	width :400%;
	height :10000px;
	background: #fff;
	position: absolute;
	right: -400%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
z-index:2;
}

.sns_icon_sp{
padding-left:10px;
}
 
/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	right: 0;
  top:0px;
}
 
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 0px 0 0;
	padding: 10px;
	width:100%;
}
.hm_list li a,
.hm_list li {
	color: #777;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.hm_list li{
   border-bottom:1px solid #dddddd;
  	padding: 15px 22px;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}
 
.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル△△ */
 
/* △△ハンバーガーメニュー△△
------------------------------------------------------- */





/*-------------------------------------------
共通
-------------------------------------------*/
.product_box {
     width: 100%;
}
#gmo_CMSPbar {
display:none;
}


/*ヘッダー*/

#logo {
 text-align: center;
 -webkit-box-shadow: 0 2px 1px #ddd;
 box-shadow: 0 2px 1px #ddd;
 color: #fff;
 font-weight: bold;
 font-size: 20px;
 text-shadow: 0 -1px #666;
 line-height:1.2;
 border-top:5px solid #00A0E5;
 padding:10px 5px;
}
#logo_img{
 padding:0;
 border-bottom:1px solid #fff;
}
#logo_img img{
	width:100%;
}
#logo a {
	text-decoration:none;
	color:#ffffff;
	}
.nav_bar {
	text-align: center;
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 2px 1px #ddd;
	padding:7px 0 8px 0;	
}
.sttl_s{
	padding-top:1px;
	border-top:1px solid #999;
}
.sttl_s h2.sttl {
        background-color: #00A0E5;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00B2FF),to(#00A0E5));
	padding:10px;
	color:#fff;
	font-size:14px;
	text-shadow: 0 1px 2px #666;
}
img.new_mark_img1 {
	vertical-align:baseline;
}


/* 商品検索 */

#cmsearch .wrap{
	padding:10px;
        overflow: hidden;
}
#cmsearch input[type="submit"]{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#cmsearch select,
#cmsearch input{
	font-size:16px;
	line-height:1.4;
	margin:8px 5px;
}
#cmsearch select,
#cmsearch input[type="search"]{
	width:97%;
	}
#cmsearch input[type="submit"]{
	width:50%;
	font-size:18px;
	}
#cmsearch .btn {
	padding:10px 5px;
}


/* メルマガ */

#cmmail {
	border-bottom:1px solid #ccc;
	}
#cmmail .wrap{
	padding:10px;
}
#cmmail input{
	font-size:16px;
	line-height:1.4;
	margin:8px 5px;
	width:91%;
}
#cmmail .mailmaga_ins input,
#cmmail .mailmaga_del input {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7AD8E4),to(#30B3C6));
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 2px 1px #ddd;
	font-size:18px;
	padding:10px 5px;
    background-color: #58BDCC;
    border: 1px solid #1D8CA0;
    text-shadow: 0 -1px #1D8CA0;

}
.mailmaga_ins,
.mailmaga_del {
	width:50%;
	float:left;
	}


/*ログイン・ログアウト */

.welcome{
	padding:0 10px 10px;
	}


/*共通スタイル */

span.red{
	font-weight:bold;
	color:#FF0000;
	}
.price{
	font-weight:bold;
	color:#FF0000;
}
.no_titlebar{
	padding:10px;
	line-height:1.4;
}
.elision{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.explanation_simple{
	margin-top:5px;
}


/*基本ボタン（緑）*/

.btn {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #1D8CA0;
	padding: 4px;
        background-color: #00A0E5;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00B2FF),to(#00A0E5));
	font-size: 12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
	box-shadow: 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #1D8CA0;
}


/*クイック購入ボタン*/

a.btn_quick{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #1D8CA0;

	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size:18px;
	padding:10px 5px;
	width:60%;
	text-align:center;
	margin:0 auto 10px;
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 4px 2px #666;
	background-color: #FB487D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9BC6),to(#FC5889));
	border:1px solid #FB487D;	
	text-shadow: 0 -1px #E71257;
}


/*タイトルバー右のボタン*/

.sttl_nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.sttl_nav_open {
	position: absolute;
	top: -34px;
	right: 10px;
}
.sttl_nav .btn {
	padding: 5px;
}


/*会員ボタン*/

#member {
	padding:10px;
	}
.member_btns .btn{
	font-size:18px;
	padding:10px 5px;
	width:80%;
	text-align:center;
	margin:0 auto 10px;
	}
.member_btns p.member_regi .btn{
	color:#333;
	text-shadow: 0 -1px #fff;
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1),to(#ccc));	
	border: 1px solid #999;
}
ul.link_list li {
	border-bottom:1px solid #ccc;
}
ul.link_list li:last-child {
	border-bottom:none;
}
ul.link_list li a{
	display:block;
	text-decoration:none;
	color:#333;
	background:url(https://img.shop-pro.jp/s_tmpl_img/1/icon_arrow_m2.png) no-repeat center right;
	padding:14px 10px;
	-webkit-background-size: 20px 13px;
	}

/*リスト型ボタン 小*/

ul.product_section li{  
	background:url(https://img.shop-pro.jp/s_tmpl_img/1/icon_arrow_l2.png) no-repeat center right;
	-webkit-background-size: 38px 28px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
ul.product_section li a:after{  
	content: '';
	display: block;
	clear: both;
}
ul.product_section a {
	display:block;
	text-decoration:none;
	color:#333;
	line-height:1.2;
	width:100%;
	height:100%;
}
ul.product_section li:last-child {
	border: none;
}
.product_pict {  
        width: 25%;  
        min-height: 80px;
        float: left;  
}  
.product_pict img{
        display: block;
	width:80px;
        margin: 0 auto;
}
.product_summary {  
        width: 60%;  
        min-height: 80px;
	float: left;
	padding-left: 15px;
} 
.product_name{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product_ttl p:last-child{
	margin-bottom: 5px;
}
.product_ttl{
	font-size:10px;
	font-weight:normal;
	line-height:1.2;	
}
.product_price_regular{
	font-size:16px;
	font-weight:normal;
	text-decoration: line-through;
	color:#FF0000;
}
.product_price {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	}
.product_price_discount{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.product_price_soldout {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#ff0000;
	padding:3px 5px;
	width:70px;
	text-align:center;
	}
#product_detail form .product_price_soldout {
	width:auto;
	margin-bottom:5px;
	}


/* ページ先頭へ戻るボタン */

#totop {
	text-align:right;
	background:#eee;
	padding:8px 10px 10px;
	border-bottom:1px solid #fff;
	}
#totop .btn {
	width:40%;
	display:inline;
	padding:6px 8px;
	}


/* 下部ナビ */
footer.sttl_s{
margin-top:20px;
}


/*ヘッダーナビ、フッターナビ*/

.page_nav_home {
	width:25%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_home {
	width:11%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_home .btn{
	padding:4px 9px 8px 7px;
}
header .page_nav_login {
	width:32%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_search {
	width:20%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_cart {
	width:24.5%;
	float:left;
	margin-left:2.5%;
}
.page_nav_cart {
	width:25%;
	float:left;
	margin-left:2.5%;
}
.page_nav_cart a {
        background-color: #FB7904;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCB7D),to(#FB8516));
        border: 1px solid #E67004;
        text-shadow: 0 -1px #EC7804;
}
.page_nav_myacount {
	width:40%;
	float:left;
	margin-left:2.5%;
}
header .btn,
footer .btn{
	padding:4px 8px 8px;
	font-size:12px;
	}
footer .nav_bar{
	padding:8px 0;
}


/*コピーライト*/

.foot_wrap {
	padding:20px 10px 10px;
	background:#868686;
	color:#fff;
	-webkit-box-shadow:inset 0px 3px 4px #666;
	box-shadow:inset 0px 3px 4px #666;
}
.foot_wrap p{
	text-align:center;
	margin-bottom:10px
	}
.foot_wrap p a{
	color:#fff;
	font-weight:bold;
	}
.foot_wrap .copyright{
	font-size:12px;
	line-height:1.2;
}

	
/*clearfix*/

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


/*-------------------------------------------
トップ
-------------------------------------------*/

/* 商品カテゴリー */
ul.link_list li.group:first-child {
	border-top:1px solid #ccc;
}

/* グループ */
ul.link_list li.glevel_2 div{
	margin-left:20px;
}

/* フリースペース */
#freespace {
	border-top:3px solid #35A1A1;
}

/* おすすめ商品 */
#recommend ul.product_section li:last-child {
}


/*-------------------------------------------
商品一覧ページ
-------------------------------------------*/
#product_list .pagenavi{
	padding:10px;
	text-align:center;
}
#product_list{
	border:none;
	}
#product_list h2.sttl{
	background:none;
	padding:10px;
	color:#333;
	font-size:14px;
	text-shadow: none;
}
#product_list ul.link_list li:first-child{
	border-top:1px solid #ccc;
}
#product_list ul.product_section li:first-child{
	border-top:1px solid #ccc;
}
#product_list ul.product_section li:last-child{
	border-bottom:1px solid #ccc;
	}
#product_list div.wrap div.sort_wrap{
	padding:10px;
	border-bottom:1px solid #ccc;
	padding:10px 10px 20px;
}
#product_list ul.sort{
	line-height:24px;
	height:24px;
	margin:0 auto;
	}
#product_list ul.sort li{
	float:left;
	width:34%;
	font-size:12px;
	text-align:center;
}
#product_list ul.sort li:first-child,
#product_list ul.sort li:last-child{
	width:33%;
}
#product_list ul.sort li a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #1972CC;
	padding: 4px;
        background-color: #00A0E5;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00B2FF),to(#00A0E5));
	font-size: 12px;
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #3080D1;
	border-left:none;
	border-right:none;
}
#product_list ul.sort li.on a{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00AAFF),to(#0082EA));
}
#product_list ul.sort li:first-child a{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #3080D1;
}
#product_list ul.sort li:last-child a{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	border: 1px solid #3080D1;
}
#product_list .no_product{
	padding:60px 10px;
	color:#FF0000;
	text-align:center;
}
#product_list .search_wrap {
	padding:10px;
	}
#product_list .search_wrap h2 {
	margin-bottom:5px;
	}
#product_list .condition {
	font-size:12px;
	}

/*-------------------------------------------
商品詳細ページ
-------------------------------------------*/
#detail h2 {
	padding:10px;
	font-size:14px;
	}
#product_detail{
	border:none;
	}
#product_detail div.wrap div.sort_wrap{
	padding:10px;
	padding:10px 10px 20px;
}
#product_detail ul.sort{
	line-height:24px;
	height:24px;
	margin:0 auto;
	}
#product_detail ul.sort li{
	float:left;
	width:34%;
	font-size:12px;
	text-align:center;
}
#product_detail ul.sort li:first-child,
#product_detail ul.sort li:last-child{
	width:50%;
}
#product_detail ul.sort li a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #1972CC;
	padding: 4px;
	background-color: #30B3C6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9DDBFF),to(#56A3EF));
	font-size: 12px;
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #3080D1;
	border-left:none;
	border-right:none;
}
#product_detail ul.sort li:first-child.off a,
#product_detail ul.sort li:last-child.off a{
	color:#999;
	text-shadow: 0 -1px #fff;
	border:1px solid #999;
	border-right:none;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6),to(#ccc));
}
#product_detail ul.sort li:first-child a{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #3080D1;
	border-right:none;
}
#product_detail ul.sort li:last-child a{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	border: 1px solid #3080D1;
}
#product_detail h2.sttl {
	background:#fff;
	color:#333;
    text-align: center;
	font-size:18px;
	text-shadow:none;
	line-height:1.2;
}
#product_detail header{
	border-bottom:1px solid #ccc;
}
#product_detail header p{
	text-align:center;
	padding:10px;
}
#product_detail .dtl_tbl{
	width:100%;
	border-spacing:2px;
	margin-bottom:10px;
	}
#product_detail .dtl_tbl th {
	background:#ddd;
	text-align:left;
	padding:5px;
	width:30%;
	font-weight:normal;
	}
#product_detail .dtl_tbl td{
	padding:5px;
	width:60%;
	}
#product_detail div.block {
	padding:10px;
	border-bottom:1px solid #ccc;
}
#product_detail div.block .table{
	margin-bottom:15px;
	}

#product_detail article {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
#product_detail article ul.link{
	padding:10px;
}
#product_detail article ul.link li {
	line-height:1.8;	
}
#product_detail div.buy input.btn{
	font-size:18px;
	padding:10px 5px;
	width:87%;
	text-align:center;
	margin:0 auto 10px;
	background-color: #FB7904;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCB7D),to(#FB8516));
	border:1px solid #E67004;	
	text-shadow: 0 -1px #EC7804;
	}
#product_detail .description{
	padding:10px;
}
#product_detail .description img {
	max-width:100%;
	height:auto;
}
#product_detail article aside{
	padding:0 10px;
}
#product_detail article aside li{
	margin-bottom:10px;
	text-align:center;
}
#product_detail_category ul.link_list li.tocategory {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	}
#product_list ul.link_list li:last-child {
	border-bottom:3px solid #ccc;
}
#product_detail_hide {
	padding:10px;
}
.dtl_hd p img {
	max-width:100%;
	height:auto;
	}
.dtl_asd li img {
	max-width:100%;
	height:auto;
	}
.quantity select{
	font-size:16px;
	white-space:normal;
	width:100%;
	}
.quantity input{
	font-size:16px;
	width:90%;
	}

.twitter {
	margin:5px 0;
	}
.facebook {
	margin:5px 0;
	}
.yahoo {
	padding-left:20px;
	background:url("https://img.shop-pro.jp/s_tmpl_img/1/icon_y_bookmark.gif") no-repeat left center;
}
.hatena {
	padding-left:20px;
	background:url("https://img.shop-pro.jp/s_tmpl_img/1/icon_hatena.gif") no-repeat left center;
}

/* オプション詳細 */

#option_area1 {
	margin-bottom:15px;
	}
#option_area1 h3,
#option_area2 h3{
	margin-bottom:5px;
	font-size:18px;
}
#option_area2 {
	padding:10px;
	}
.op1{
	margin-bottom:10px;
	}
.op2{
	margin-bottom:10px;
	}
.op2_ttl {
	font-weight:bold;
	color:#009999;
	margin-bottom:5px;
	}
.stock_comment {
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	}
#option_table {
	line-height:1;
	}
#option_table table{
	border-top:1px solid #999;
	border-right:1px solid#999;
	width:100%;
	}
#option_table table th {
	text-align:left;
	background:#eeeeee;
	border-left:1px solid #999;
	border-bottom:1px solid #999;	
	font-size:14px;
	font-weight:normal;
	width:50%;
	padding:5px;
	}
#option_table table td {
	text-align:right;
	color:#ff0000;
	background:#ffffff;
	border-bottom:1px solid #999;
	font-size:14px;
	font-weight:bold;
	width:50%;
	padding:5px;
	line-height:1.2;
	}
#product_detail .dtl_regal {
	margin-bottom:10px;
}

/* おすすめ商品 */
#recommend_pict {
	padding:10px;
	}
#recommend_pict li {
	float:left;
	width:100px;
	background:#eee;
	}


/*-------------------------------------------
特定商取引法に基づく表記
-------------------------------------------*/

#regal h2 {
	margin-top:5px;
	margin-bottom:10px;
	background:#ddd;
	padding:2px 5px;
	border-radius:3px;
	}
#regal h3 {
	color:#009999;
	margin-bottom:5px;
	}
#content_regal .wrap > div {
	font-size:12px;
	margin-bottom:15px;
	}
#content_regal img {
	max-width:100%;
	height:auto;
	}
#content_payment .sec_pay,
#content_delivery .sec_deli {
	margin-bottom:10px;
	}
.sec_pay_p,
.sec_deli_p  {
	font-size:12px;
	}
.sec_pay,
.sec_deli {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	}
.sec_pay:last-child,
.sec_deli:last-child  {
	border:none;
	}


/*-------------------------------------------
プライバシーポリシー
-------------------------------------------*/

#content_poricy h2 {
	margin-top:5px;
	margin-bottom:10px;
	}
#content_poricy h3 {
	color:#009999;
	margin-bottom:5px;
	}
#content_poricy .wrap > div {
	font-size:12px;
	margin-bottom:15px;
	}
#content_poricy .lead {
	font-size:12px;
	margin-bottom:15px;
	}


/*-------------------------------------------
フリーページ
-------------------------------------------*/

#content_freepage {
	padding:10px;
	word-break: break-all;
	}
#content_freepage img {
	max-width:100%;
	height:auto;
	}


/*-------------------------------------------
ショップ情報
-------------------------------------------*/

#content_about .sttl {
	margin-bottom:10px;
	}
#content_about #manager_name {
	color:#009999;
	font-weight:bold;
	}
#content_about #manager_img {
	margin-bottom:5px;
	} 
#content_about #manager_img img {
	max-width:100%;
	height:auto;
	}




h3.info_h3{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#029EBC;
	border-style:solid;
	background:#fff;
	color:#017589;
	line-height:140%;
	font-weight:bold;
	font-size:1.5em;
}

#history{

border:none;

}

#cmsearch input[type="search"]{

border:0;
padding:10px;
font-size:1em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
margin:0 0 20px;
width:82%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

#cmsearch input[type="submit"]{

width:15%;
display:inline-block;
font-size:0.8em;

}

h3.search_keyword{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 2px 0 ;
	border-color:#029EBC;
	border-style:solid;
	background:#fff;
	color:#017589;
	line-height:140%;
	font-weight:bold;

}

h3.info_h3{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#029EBC;
	border-style:solid;
	background:#fff;
	color:#017589;
	line-height:140%;
	font-weight:bold;
	font-size:1.5em;
margin-top:20px;
}

.sk{

font-size:0.9em;
padding:5px;
text-decoration:none;
color:#666666;
line-height:40px;

}

.select-wrap{
position:relative;
overflow:hidden;
display:inline-block;
min-width:192px;
min-width:12em;
background-color:#ffffff;
/* background-image:-webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%); */
/* background-image:linear-gradient(top, #ffffff 0%, #dfe0d9 100%); */
border:1px solid #c0c0c0;
color:#333;
width:97%;
margin:0 1.5%;
}

.select-wrap select{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
position:relative;
z-index:2;
display:block;
width:200%;/* fallback non calc support */
width:-webkit-calc(100% + 5em);
margin:0;
/* padding:11px 35px 11px 11px; */
/* padding:.6875rem 2.1875rem .6875rem .6875rem; */
background:transparent;
border:0;
outline:none;
font-size:16px;
font-size:1rem;
line-height:1.5;
}

.entypo-down-open-mini:before{
 content:''; 
font-family:'entypo',sans-serif;
position:absolute;
z-index:1;
top:50%;
right:12px;
right:.75rem;
margin-top:-8px;
margin-top:-.5rem;
font-size:16px;
font-size:1rem;
line-height:1;
color:#333;
}

.foot_wrap dl{

font-size:0.8em;
width:100%;

}

.foot_wrap dl a{

text-decoration:none;
color:#ffffff;
display:block;

}

.foot_wrap dl dt {
	
	color:#ffffff;
	line-height:30px;
	padding:3%;
	border:1px solid #ffffff;
margin-bottom:3%;
		
	}

.foot_wrap dl dt a:after {
	
	content:">";
margin-left:3%;
		
	}
	
	.foot_wrap dl dd {
	
	color:#ffffff;
	line-height:30px;
	padding:3%;
	border:1px solid #ffffff;
		
	}


.footerShopinfo{

font-size:0.8em;
background:#ffffff;
color:#666666;
padding:2%;
margin-top:10px;
margin-bottom:10px;

}

div.recipebox{
  
  width:94% !important;
  
}

#scroll li{
  
  margin-bottom:0 !important;
  width:25% !important;
  
}

.fixed{
  
  width:100% !important;
  
}

#content_freepage{
  
}

img.img2{
  
  width:100%;
  margin:0;
  padding:0;
  margin-top:20px;
  margin-bottom:20px;
  
}

img.img3{
  
  width:100%;
   margin:0;
  padding:0;
  margin-top:20px;
  margin-bottom:20px;
  
}

#news_list .box:first-child {
    width: 100% !important;
    margin-bottom: 10px !important;
}

#news_list .box {
    display: block !important;
}

#news_list .box:last-child {
    width: 95% !important;
    padding-left: 0 !important;
}