body{
	margin:0;
	padding:0;
	background-color:#FFF;
	color:#000;
	font-size:14px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}

#header{
	width:960px;
}
h2{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.mincho{
		font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
h3{
	margin-bottom:20px;
	font-size:14px;
}


img {
    border-style:none;
}

a{
	text-decoration: none;
}

a:link{
	color:#000;
}
a:hover{
	color:#F00;
	text-decoration:underline;
}
a:visited{
  color: inherit;
}

button {
border:none; /*枠を消す*/
background-color:#ffffff; /*背景色を白に*/
} 
.fnt_bld{
	font-weight:bold;
}
.txac{
	text-align:center;
}
.tx-red{
	color:#F00;
}
.tx12{
	font-size:12px;
}
.tx25{
	font-size:25px;
}
.aRight{
	text-align:right;
}
.mA{
	margin:auto;
	}
.mt0{
	margin-top:0px;
}
.mt20{
	margin-top:20px;
}
.mr0{margin-right:0px !important
}
.mr20{
	margin-right:20px !important;
}
.mr30{
	margin-right:30px;
}
.mlr10{
	margin-left:10px;
	margin-right:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.ml180{
	margin-left:180px;
}
.mb0{
	margin-bottom:0px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:50px !important;
}

.aCenter{
	text-align:center;
}
.pl10 {
    padding-left: 10px;
}
.pl60 {
    padding-left: 60px;
}

div.header_top{
}

div.header_top ul{
	list-style:none;
	height:45px;
	padding:0;
}

div.header_top ul li{
	float:left;
}

.top_right{
	float:right !important;
}

.top_logo{
	margin-right:150px;
}

div.header_menu{
	width:940px;
	text-align:center;
}
div.header_menu ul{
	list-style:none;
	height:53px;
	padding:0 15px;
}
div.header_menu ul li{
	float:left;
	margin-right:30px;
}

.header_menu_last{
	margin-right:0 !important;
}


img {
    border-style:none;
}

.ov:hover{
    opacity: 0.6; 
}
	

div.container_ {
    clear: both;
    margin-top: 13px;
    overflow: hidden;
    width: 100%;
}

/*header*/
.top_comment{
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:13px;
	color:#033;
	margin-right:30px;
}

/*header ここまで*/


/*font*/

.cal_detail {
	font-size: 12px;
}


h1.goods_name_ {
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
    margin: 0 20px 5px 10px;
    padding: 0;
}
.mincho {
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    text-shadow: 0 0 1px #BBBBBB, 0 0 1px #BBBBBB, 0 0 1px #BBBBBB;
}
.mincho-ns {
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

/*font ここまで*/



/*パンくず*/

#pankuzu {
	width:940px;
	font-size:12px;
	margin-left:20px;
	margin-bottom:10px;	
	height:20px;
}

#pankuzu ul {
	margin:0;
	padding:0;
}

#pankuzu li {
	margin:0;
　display: inline;
  list-style-type:none;
  float: left; 
}

#pankuzu a {
	text-decoration: none;
	font-size:12px;
}

/*パンくず ここまで*/

/*ロールオーバー*/

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.main_banner{
	margin:0;
	width:760px;
	height:30px;
}

#menu_ul_3{
	padding: 0;
	width: 100%;
	height: 40px;
	background: transparent;
	}

#menu_ul_3 ul{
	font: bold 15px Arial, Verdana, sans-serif;/*font size*/
	margin:0;
	padding:0;
	list-style:none;
	width:960px;
}

#menu_ul_3 li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


#menu_ul_3 a{
	float:left;
	color: white;
	background-color:#39F;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px; /*font interval*/
}

#menu_ul_3 a span{
	float:left;
	display:block;
	padding:5px 10px 3px 7px;
}

#menu_ul_3 a span{
	float:none;
}

#menu_ul_3 a:hover{
	background-color: #030;
}

#menu_ul_3 a:hover span{
	background-color:  #030;
}

#menu_ul_3 #current a, #menu_ul_3 #current span{ /*currently selected tab*/
	background-color:  #030;
}

#menu_under_line_3{
	clear: both;
	padding: 0;
	width: 960px;
	height: 5px;/*under line height*/
	line-height: 8px;
	background:  #030;
}

/*スライド　ここから*/
#slideshow {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#slideshow div {
	width: 960px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	width: 960px;
}

#slideshow ul li {
	width: 100px;
	margin-right:20px;
	float: left;
	display: inline;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
/*スライド　ここまで*/

.clearfloat_:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfloat_ {
    display: inline-block;
}
* html .clearfloat_ {
    height: 1%;
}
.clearfloat_ {
    display: block;
}

div.side_area_ {
    float: left;
    width: 180px;
}
#sidebox_infomation {
    border: 1px solid #D1D1D1;
}
#sidebox_infomation h2 {
    background: none repeat scroll 0 0 #8B8178;
    color: #FFFFFF;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 1em;
}
#sidebox_infomation h2 span {
    font-size: 10px;
    margin: 0 0 0 0.5em;
}
#sidebox_infomation dl {
    padding: 10px;
}
#sidebox_infomation dt {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0.5em;
}
#sidebox_infomation dd {
    font-size: 10px;
    margin: 0;
}
#sidebox_infomation p.newslist_ {
    background: url("../img/icon/icon_arrow.gif") no-repeat scroll left center #FFFFFF;
    display: block;
    font-size: 10px;
    margin: 0 0 0 1em;
    padding: 2px 0 2px 10px;
}
#sidebox_infomation div.support_area_ {
    background: none repeat scroll 0 0 #E6E5E0;
    padding: 5px;
}
#sidebox_infomation div.support_area_ p.btm5 {
    margin: 0 0 5px;
}

div.sidebox_media {
    margin-bottom: 0px;
}
div.sidebox_media li, div.sidebox_media p, div.sidebox_media ul {
    font-size: 10px;
    margin: 0;
    padding: 0;
}
div.sidebox_media li {
    background: url("http://shop.bals.co.jp/img/topic/bnr_info/dot_line_sidebox.gif") no-repeat scroll left bottom transparent;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    line-height: 1.3em;
    padding: 10px 5px 10px 10px;
	list-style-type:none;
}
div.sidebox_media li.end {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E6E6E6;
}
div.inner_area_ {
	margin:auto
    width:100%;
}

div.top_topic_area_ {
	float:right;
    width: 760px;
}

div.top_topic_area_ div.topic_head_ h2.start_ {
    color: #CC0000;
    font-size: 11px !important;
    font-weight: bold;
    padding-left: 10px;
}
div.top_topic_area_ div.notice_area_ {
    border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    font-size: 10px;
    line-height: 140%;
    margin: 0 0 20px;
    padding: 10px;
}
div.top_topic_area_ div.notice_area_ p.sub_ {
    background: none repeat scroll 0 0 #F3F3F3;
    margin-bottom: 10px;
    padding: 2px;
}
div.top_topic_area_ div.notice_area_ h3 {
    border-bottom: 1px dotted #D1D1D1;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
div.top_topic_area_ div.notice_area_ div.left_wrap_ {
    float: left;
    width: 360px;
}
div.top_topic_area_ div.notice_area_ div.right_wrap_ {
    border-left: 1px solid #D1D1D1;
    float: right;
    padding-left: 10px;
    width: 350px;
}
div.top_topic_area_ div.notice_area_ div.right_wrap_ table th {
    padding-right: 1em;
}
div.top_topic_area_ div.notice_area_ p.caution_ {
    color: #CC0000;
}

div.featured_area_ {
    margin: 0 0 20px;
}
div.featured_area_ table {
    font-size: 10px;
    width: 100%;
}
div.featured_area_ table td {
    border-bottom: medium none !important;
    border-left: medium none !important;
    border-right: medium none !important;
    padding-top: 10px;
    vertical-align: top;
    width: 25%;
}
div.featured_area_ table td a {
    display: block;
    text-decoration: none;
}
div.featured_area_ table td a span {
    display: block;
    line-height: 1.3em;
    margin: -38px 0 0 76px;
    padding-right: 5px;
    position: relative;
}
div.featured_area_ table td a:hover span {
    text-decoration: underline;
}
div.featured_area_ table a:hover img {
    opacity: 0.8;
}

div.item_area_ {
    margin: 10px 0 20px;
}
div.item_area_ table {
    font-size: 10px;
}
div.item_area_ table td {
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 120px;
}
div.item_area_ table dd.img_ {
}
div.item_area_ table dd.img_ a {
    border: 1px solid #FFFFFF;
    display: block;
    height: 90px;
    margin: 0 auto 5px;
    text-align: center;
    width: 90px;
}
div.item_area_ table dd.img_ a:hover {
    border: 1px solid #739ABC;
}
div.item_area_ table dt.name_ {
    line-height: 130%;
    text-align: center;
}
div.item_area_ table dd.price_ {
    color: #404040;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

div.ranking_area_ {
    border: 1px solid #D1D1D1;
    clear: both;
    margin: 0 0 20px;
}
div.ranking_area_ h3 {
    background: url("../img/usr/category_title_ranking.gif") no-repeat scroll left center transparent !important;
    display: block;
    float: left;
    height: 180px;
    position: relative;
    width: 134px !important;
}
div.ranking_area_ h3 span {
    font-size: 10px;
    font-weight: bold;
    left: 1.5em !important;
    position: absolute;
    text-align: center;
    top: 115px;
}
div.ranking_area_ h3.c90 {
    background: url("../img/usr/category_title_ranking_c90.gif") no-repeat scroll left center transparent !important;
    display: block;
    float: left;
    height: 362px;
    position: relative;
    width: 134px !important;
}
div.ranking_area_ h3.c90 span {
    font-size: 10px;
    font-weight: bold;
    left: 1.5em !important;
    position: absolute;
    text-align: center;
    top: 215px;
}
div.ranking_area_ table.c90 {
    height: 362px !important;
}
div.ranking_area_ table {
    float: right;
    font-size: 10px;
    height: 157px;
}
div.ranking_area_ table td {
    border-right: 1px solid #D1D1D1;
    padding: 2px;
    text-align: center;
    vertical-align: top;
    width: 120px;
}
div.ranking_area_ table td.last {
    border: medium none;
}
div.ranking_area_ table dl {
    min-height: 160px;
}
div.ranking_area_ table dd.img_ a {
    border: 1px solid #FFFFFF;
    display: block;
    height: 90px;
    margin: 0 auto 5px;
    text-align: center;
    width: 90px;
}
div.ranking_area_ table dd.img_ a:hover {
    border: 1px solid #739ABC;
}
div.ranking_area_ table dt.name_ {
    line-height: 130%;
    text-align: center;
}
div.ranking_area_ table dd.price_ {
    color: #404040;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

.side_itembnnr {
	width:100%;
	margin-bottom:10px;
}

.news_area{
	width:760px;
	height:150px;
}
.news_logo{
	float:left;
	width:100px;
	height:150px;
}

/*news list ここから*/

.newslist {
    text-decoration: none;
}
.news_outline {
    color: #2492A9;
	font-size:13px;
}
.newslist dt {
    float: left;
    width: 660px;
}
.newslist dd {
    border-bottom: 1px solid #2492A9;
    clear: both;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 660px;
	margin-left:0;
}
.newslist dd a {
    text-decoration: none;
}


/*news list ここまで*/

/*aboutpage*/
.about_dl{
	margin: 0 0 30px;
	padding: 0 10px 10px;
}
.about_dl dt{
	float: left;
	width: 140px;
	padding: 10px 0;
	font-size:16px;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	color:#004000;
	clear:left;
}
.about_dl dd{
	padding: 10px 0 10px 140px;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
	margin-left:0;
}

.about_access_dl{
	margin: 0 0 30px;
	padding: 0 10px 10px;
}
.about_access_dl dt{
	float: left;
	width: 150px;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	color:#004000;
}
.about_access_dl dd{
	padding: 10px 0 10px 7em;
	line-height: 150%;
}

.tblStore {
    border-top: 1px solid #999999;
    margin-bottom: 60px;
}
.tblStore td {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
}
.tdStore {
    background: none repeat scroll 0 0 #EBEBEB;
    padding-left: 20px;
    vertical-align: top !important;
}

.block_social{
	margin-left:20px;
}
.item_description{
	margin-bottom:30px;
}
.top_box_area {
    width: 760px !important;
}
.top_box_area ul{
	list-style:none;
	padding:0;
}
.top_box_area ul li{
	width:240px;
	height:265px;
     float: left;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-right: 20px;
	text-align:center;
}

.top_box_area ul li:nth-child(3n) {
	margin-right:0px !important;
}
.border_red{
	border:#F00 1px solid;
}
/*ボックス全体*/
.accbox {
    margin:0;
    padding: 0;
    max-width: 760px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 0;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#FFF;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}

.ulkijiimg {
	width:100%;
	text-align:center;
	padding:0;
	clear:both;
}
.ulkijiimg ul li {
	width:248px;
     float: left;
    list-style: none outside none;
    margin-bottom: 40px;
    margin-right: 15px;
	text-align:center;
	border: 1px solid  #999;
	padding:10px;
}
.ulkijiimg li p{
	text-align:left;
	font-size:13px;
}
.ulkijimg li a {
    text-decoration: none;
}
@media (max-width:480px) {
   .ulkijiimg {
       flex-wrap: wrap;
   }
    .ulkijiimg ul {
		padding:0;
   }

   .ulkijiimg ul li {
       width: 100% !important;
	   margin-right: 0px;
   }
   .ulkijiimg li img{
       width: 100% !important;
   }
}
.sec01 {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.right_sec01 {
    border: 1px solid #d3d3d3;
    float: left;
    height: 400px;
    margin: 0 20px 30px 20px;
    width: 400px;
}
.right_sec01 p {
    display: none;
}
.right_sec01 p.selected {
    display: block;
	margin:0;
}
.right_sec01 p img {
    height: 400px;
    width: 400px;
}
.left_sec01 {
    float: left;
    margin-top: 0px;
    width: 300px;
}
.left_sec01 .cart_main_title {
    border-bottom: 1px solid #0a0a0a;
    border-top: 1px solid #0a0a0a;
    margin-bottom: 29px;
}

.itemName {
    font-size: 13px;
    font-weight: bold;
}

.price{
	margin-bottom:20px;
	margin-top:0px;
	margin-left:10px;
	margin-top:10px;
}

.price dt, dd {
    padding: 0 0 10px 0px;
	margin-left:0px;
}
.price dt {
    padding-right: 30px;
}
.price dd {
    font-size: 13px;
    font-weight: bold;
	border-bottom: 1px solid #2492a9;
	margin-bottom:10px;
}

.numTxt {
    margin-left: 20px;
}
.item_area{
	width:760px;
}
.item_title{
	width:760px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}
.event_info{
	border:#F00 1px solid;
	margin-bottom:30px;
}
.event_info ul{
}
.event_info ul li{
	/*float:left;*/
	list-style: none outside none;
	margin-right:20px;
	margin-bottom:20px;
}
.dilb{
    display: inline-block;
}
table.tblinquiry1 {
    margin-bottom: 20px;
}
table.tblinquiry1 td {
    padding: 10px;
}
table.tblinquiry1 th {
	text-align:left;
	width:30%;
}
@media all and (max-width: 480px) {
  table.tblinquiry1 th, table.tblinquiry1 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.tabacco_form{
	text-align:center;
}
.clearfix{
	clear:both;
}
/*bs navi ここから*/
.nav-link{
	color:#004000 !important;
}
.bg-light{
	background-color:#FFF !important;
	font-size:18px;
}
.ec-inlineBtn--top{
	color:#FFF !important;
}
/*bs navi ここまで*/
.jirei_goki {
  clear: both;
  width: 100%;
}
.jirei_goki ul{
    list-style:none;
    overflow: hidden;
    padding: 10px;
}
.jirei_goki ul li{
    float: left;
    width: 350px;
    margin-right: 5px;
    margin-bottom: 30px;
    padding: 10px;
}
.jirei_goki ul li last-child{
    margin-right: 0;
}
.jirei_goki ul li img{
    border: 1px solid #000;
}
