@charset "UTF-8";
/* ########################################################### */
/* note */
/* 旭酒造WEBサイト */
/* DATE : 2009.11.11 */
/* SITE : http://www.asahishuzo.ne.jp */
/* COPY RIGHT : 旭酒造株式会社 */
/* 共通スタイル設定 */
/* ########################################################### */
/* CSS LIST------------------------------------------------- */
/* 01.基本設定 */
/* 02.見出し・段落・リンク・テキスト設定 */
/* 03.画像・回り込み・解除・テーブル設定 */
/* 04.各エリアレイアウト設定 */
/* 05.その他設定 */
/* ########################################################### */
/* ********************************************************** */
/* 01.Global Style */
/* ********************************************************** */
/* Config */
html {
 font-size: 12px;
 color: #4D5156;
}
body {
 background: url(/image/bg_main.jpg) repeat-x left 0px;
 margin: 0px;
 padding: 0px 0px 30px;
}
.mfp_warning {
 visibility: hidden;
}
/* ********************************************************** */
/* 02.Text Style  */
/* ********************************************************** */
h1, h2, h3, h4, h5, h6 {
 line-height: 120%;
}
h1 {
 font-size: 1.8em;
 line-height: 120%;
}
h2 {
 font-size: 1.4em;
}
h3 {
 font-size: 1.2em;
}
h4 {
 font-size: 1.15em;
}
h5 {
 font-size: 1.25em;
}
h6 {
 font-size: 1.25em;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
 font-size: 70%;
 font-style: normal;
 margin-left: 1em;
}
p {
 padding-bottom: 0.5em;
}
.teisei {
 text-decoration: line-through;
}
.style_red {
 font-size: large;
 font-weight: bold;
 color: #F00;
}
dl.dl-side_style {
	overflow: auto;
	margin-top: 0;
	padding-bottom: 10px;
	width: 100%;
}
dl.dl-side_style dt {
	float: left;
	clear: left;
	margin-right: 0.5em;
	margin-bottom: 0.25em;
	width: 60px;
}
dl.dl-side_style dd {
 float: left;
 margin-left: 0;
 margin-bottom: 0.25em;
}
dl.dl-side_style2 {
 overflow: auto;
 margin-top: 0;
 padding-bottom: 10px;
}
dl.dl-side_style2 dt {
 float: left;
 clear: left;
 margin-right: 0.5em;
 margin-bottom: 0.25em;
 width: 120px;
}
dl.dl-side_style2 dd {
 float: left;
 margin-left: 0;
 margin-bottom: 0.25em;
}
/* Contents & Headline Style
--------------------------------------------------------------*/
#contents h2 {
 clear: both;
 background: url(../image/bar_bg_h2.jpg) repeat-x left bottom;
 border: 1px solid #EBEBEB;
 padding: 12px 10px;
 font-weight: bold;
 color: #707780;
 /*letter-spacing: 0.2em;*/
}
#contents h3 {
 background: #868F9C;
 margin: 10px 0px;
 color: #FFFFFF;
 font-weight: normal;
 padding: 3px 10px;
 clear: both;
 letter-spacing: 0.15em;
}
#contents h4 {
 color: #454A51;
 border-bottom: 1px solid #707780;
 border-left: 4px solid #707780;
 padding: 5px;
 text-indent: 5px;
 letter-spacing: 0.15em;
 clear: both;
 margin-top: 10px;
}
/* List Style
--------------------------------------------------------------*/
ul, ul li {
 margin: 0px;
 padding: 0px;
 list-style: none;
}
ul.li_liststyle li {
 margin: 10px !important;
 list-style: disc !important;
}
/* Link Style
--------------------------------------------------------------*/
a:link, a:visited, a:active {
 color: #333333;
 text-decoration: underline;
}
a:hover {
 color: #999999;
 text-decoration: none;
}
a:hover img {
 filter: alpha(opacity=80);
 -moz-opacity: 0.5;
 opacity: 0.5;
}
.icon {
 background: url(../image/icon_arrow_red.gif) no-repeat left center;
 padding-left: 15px;
}
a img {
 border-style: none;
}
a.btn_style {
 color: #F00;
 text-align: center;
 padding: 30px;
 display: block;
 text-decoration: none;
 background-color: #F4F4F4;
 border-radius: 6px;
 border: 1px solid #ccc;
 /* Firefox */
 background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);
 /* Chrom と Safari */
 background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
 /* 共通 */
 background: linear-gradient(top center, #fff 0%, #eee 100%);
 font-size: 150%;
 font-weight: bold;
}
a.btn_style:hover {
 color: #fff;
 background-color: #e4e4e4;
 border: 1px solid #ccc;
 /* Firefox */
 background: -moz-linear-gradient(top center, #ccc 0%, #efefef 100%);
 /* Chrom と Safari */
 background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#efefef));
 /* 共通 */
 background: linear-gradient(top center, #ccc 0%, #efefef 100%);
}
a.btn_style2 {
 color: #333;
 text-align: center;
 padding: 15px;
 display: inline-block;
 text-decoration: none;
 background-color: #F4F4F4;
 border-radius: 6px;
 border: 1px solid #ccc;
 /* Firefox */
 background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);
 /* Chrom と Safari */
 background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
 /* 共通 */
 background: linear-gradient(top center, #fff 0%, #eee 100%);
 font-size: 120%;
 font-weight: bold;
}
a.btn_style2:hover {
 color: #999;
 background-color: #e4e4e4;
 border: 1px solid #ccc;
 /* Firefox */
 background: -moz-linear-gradient(top center, #ccc 0%, #efefef 100%);
 /* Chrom と Safari */
 background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#efefef));
 /* 共通 */
 background: linear-gradient(top center, #ccc 0%, #efefef 100%);
}
a.btn_style3 {
 color: #0269BF;
 text-align: center;
 padding: 20px;
 display: block;
 text-decoration: none;
 border-radius: 6px;
 border: 1px solid #ccc;
 font-size: 120%;
 font-weight: bold;
 line-height: 100% !important;
 background-image: -webkit-linear-gradient(270deg, rgba(230, 251, 255, 1.00) 0.03%, rgba(177, 206, 242, 1.00) 100%);
 background-image: -moz-linear-gradient(270deg, rgba(230, 251, 255, 1.00) 0.03%, rgba(177, 206, 242, 1.00) 100%);
 background-image: -o-linear-gradient(270deg, rgba(230, 251, 255, 1.00) 0.03%, rgba(177, 206, 242, 1.00) 100%);
 background-image: linear-gradient(180deg, rgba(230, 251, 255, 1.00) 0.03%, rgba(177, 206, 242, 1.00) 100%);
}
a.btn_style3:hover {
 color: #fff;
 background-color: #0269BF;
 border: 1px solid #ccc;
 background-image: -webkit-linear-gradient(270deg, rgba(2, 105, 191, 1.00) 0%, rgba(101, 151, 192, 1.00) 100%);
 background-image: -moz-linear-gradient(270deg, rgba(2, 105, 191, 1.00) 0%, rgba(101, 151, 192, 1.00) 100%);
 background-image: -o-linear-gradient(270deg, rgba(2, 105, 191, 1.00) 0%, rgba(101, 151, 192, 1.00) 100%);
 background-image: linear-gradient(180deg, rgba(2, 105, 191, 1.00) 0%, rgba(101, 151, 192, 1.00) 100%);
}
a.btn_blue {
 display: inline-block;
 color: #fff;
 text-decoration: none;
 background-color: #232883;
 padding: 0.2em 1em;
 margin: 0.5em;
 border-radius: 6px;
}
a.btn_blue:hover {
 background-color: #5574D9;
 transition: background.5s;
}
a.btn_store {
 display: inline-block;
 position: absolute;
 right: 54px;
 color: #fff;
 text-decoration: none;
 letter-spacing: 0;
 background-color: #949494;
 font-size: 0.9em;
 padding: 0.2em 0.5em;
 vertical-align: middle;
}
a.btn_store:hover {
 background-color: #C6C6C6;
}
a.link_red-bold {
 color: #FF0004;
 font-weight: bold;
 font-size: 120%;
}
a.link_txt_blue {
	color: #3137AD;
	font-weight: bold;
}
/* Text Decoration
--------------------------------------------------------------*/
.frm_dline_gry {
 padding: 15px;
 border: 1px dotted #707780;
 background: #EFEFEF;
}
.frm_dline_ylw {
 padding: 15px;
 background: #F8FAEA;
}
ul.ul_nostyle {
 display: block;
 margin: 0 0 0 0.5em;
 padding: 0 1em;
}
ul.ul_nostyle li {
 width: 100% !important;
 padding: 0 0 0.5em !important;
 border: none !important;
 list-style: disc !important;
 text-indent: 0;
}
.txt_blue {
	color: #3137AD;
	font-weight: bold;
}
.txt_red {
 color: #FF0000;
}
.txt_red_bold {
 color: #FF0000;
 font-weight: bold;
}
.txt_red_large {
 font-size: 1.2em;
 line-height: 1.5em;
 font-weight: bold;
 color: #FF0000;
}
.txt_white {
 color: #FFFFFF;
}
.txt_white_bold {
 color: #FFFFFF;
 font-weight: bold;
}
.txt_black {
 color: #000000;
}
.txt_black_bold {
 color: #000000;
 font-weight: bold;
}
.txt_smaller {
 font-size: smaller;
}
.txt_small {
 font-size: 0.95em;
 line-height: 1.5em;
}
.txt_large {
 font-size: 1.25em;
 line-height: 1.5em;
}
.txt_center {
 text-align: center;
}
.txt_right {
 text-align: right;
}
.txt_underline {
 text-decoration: underline;
}
.txt_bg_purple {
 color: #fff !important;
 font-size: 140%;
 text-align: center;
 line-height: 150%;
 background: none !important;
 background-color: #64378E !important;
 ppadding: 0.5em 0 !important;
 font-weight: bold !important;
}
.txt_purple {
 color: #64378E !important;
 font-weight: bold !important;
 background: none !important;
 padding: 0.5em 0 !important;
}
.txt_purple_border {
 color: #64378E !important;
 font-weight: bold !important;
 line-height: 160%;
 background: none !important;
 border-top: 2px solid #64378E !important;
 border-bottom: 2px solid #64378E !important;
 padding: 0.5em 0 !important;
}
/* ********************************************************** */
/* 03.Image - Float - Table Style  */
/* ********************************************************** */
/* Float Left */
.img_r {
 margin: 0px 0px 10px 10px;
 float: right;
}
.imgbox_r {
 margin: 0px 0px 10px 5px;
 float: right;
 font-size: 11px;
 text-align: center;
 line-height: 130%;
}
.imgbox_r img {
 margin-bottom: 10px;
}
/* Float Right */
.img_l {
 margin: 0px 10px 10px 0px;
 float: left;
}
.imgbox_l {
 margin: 0px 5px 10px 0px;
 float: left;
 font-size: 11px;
 text-align: center;
 line-height: 130%;
}
.imgbox_l img {
 margin-bottom: 10px;
}
/* Align Center */
.imgbox_ctr {
 margin: 0px auto 10px;
 font-size: 11px;
 text-align: center;
}
/* Clear */
.cl {
 clear: both;
}
/* Margin */
.inner {
 padding: 10px;
 position: relative;
}
/* Entry Thumnail */
.img_thumnail {
 width: 160px;
 float: left;
 height: 120px;
 margin: 0px 15px 0px 0px;
 padding: 0px;
 overflow: hidden;
 position: relative;
 z-index: auto;
 background: #EFEFEF;
}
/* Table Style basic */
table.table_basic {
 border-collapse: collapse;
 width: 560px;
 margin: 20px 0;
}
table.table_basic caption {
 text-align: left;
 font-size: 1.25em;
 color: #fff;
 background-color: #868F9C;
 padding: 6px;
}
table.table_basic th, table.table_basic td {
 border-right: 1px dotted #ccc;
 border-bottom: 1px dotted #ccc;
 padding: 4px;
}
table.table_basic th:last-child, table.table_basic td:last-child {
 border-right: none;
}
table.table_basic th {
 background-color: #efefef;
 font-size: 11px;
}
table.table_basic tr:nth-child(odd) {
 background-color: #F7F7F7;
}
table.table_basic td.weblink {
 text-align: center;
}
table.table_basic td.weblink a {
 display: inline-block;
 position: relative;
 text-decoration: none;
 color: #333;
 padding: 3px 6px;
 border-style: solid 1px #ccc;
 border-radius: 5px;
 text-align: center;
 vertical-align: middle;
 overflow: hidden;
 font-weight: bold;
 background-image: -webkit-linear-gradient(#fff 0%, #ccc 100%);
 background-image: linear-gradient(#fff 0%, #ccc 100%);
 text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
table.table_basic td.weblink a:hover {
 -ms-transform: translateY(2px);
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
 background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
 background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);
}
table.table_basic td.area {
 background-color: #DEE2EB;
 text-align: center;
}
/* Table Style 01 */
table.table_style01 {
 background: #CCCCCC;
 width: 100%;
 font-size: 1em;
 margin-bottom: 10px;
}
table.table_style01 th {
 padding: 2px;
 background: #F6F4EC;
 white-space: nowrap;
}
table.table_style01 .td_ttl {
 padding: 2px;
 font-weight: bold;
 background: #EEE8DD;
 font-size: 1.15em;
}
table.table_style01 tr td {
 padding: 2px;
 background: #FFFFFF;
}
/* Table Style 02 */
table.table_style02 {
 background: #CCCCCC;
 width: 100%;
 margin-bottom: 10px;
}
table.table_style02 th {
 padding: 5px;
 background: #EBEBEB;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 white-space: nowrap;
}
table.table_style02 tr td {
 padding: 5px;
 background: #FFFFFF;
}
/* Table Style 03 */
table.table_style03 {
 background: #FFFFFF;
 width: 100%;
 margin-bottom: 10px;
}
table.table_style03 th {
 padding: 5px;
 background: #EBEBEB;
 text-align: left;
 vertical-align: top;
 white-space: nowrap;
}
table.table_style03 tr td {
 padding: 5px;
 background: #FFFFFF;
 text-align: left;
 vertical-align: top;
}
/* Table Style 04 */
table.table_style04 {
 background: #CCCCCC;
 width: 100%;
 font-size: 0.85em;
 margin-bottom: 10px;
}
table.table_style04 th {
 padding: 2px;
 background: #EDF9FA;
 white-space: nowrap;
}
table.table_style04 .td_ttl {
 padding: 2px;
 font-weight: bold;
 background: #A5CDDC;
 font-size: 1.15em;
}
table.table_style04 tr td {
 padding: 2px;
 background: #FFFFFF;
}
/* Table Style 05（Products）*/
table.table_style05 {
 margin-bottom: 8px;
 border: 1px solid #CCCCCC;
}
table.table_style05 tr th {
 padding: 5px;
 background: #FFFFFF;
 text-align: left;
 vertical-align: top;
 font-weight: normal;
 color: #000000;
 width: 68px;
 white-space: nowrap;
}
table.table_style05 tr td {
 padding: 5px;
 background: #FFFFFF;
 text-align: left;
 vertical-align: top;
}
table.table_style05 tr td.item_title {
 padding: 5px;
 background: #E2E7EC;
 color: #000000;
}
table.table_style05 tr td h5 {
 font-size: 1em;
 margin: 0px;
 padding: 0px;
}
table.table_style06 {
 background: #FAFAFA;
 border-top: 1px solid #FFF;
 border-right: 1px solid #FFF;
 margin: 15px 0px;
}
table.table_style06 th, table.table_style06 td {
 padding: 5px;
 border-bottom: 1px solid #FFF;
 border-left: 1px solid #FFF;
}
table.table_style06 th {
 background: #E7E7E7;
 text-align: left;
}
table.table_style07 {
 width: 100%;
 margin: 0;
 border-collapse: collapse;
}
table.table_style07 th, table.table_style07 td {
 padding: 4px;
 border: 1px solid #B0B0B0;
}
table.table_style07 th {
 background-color: #454545;
 color: #FFFFFF;
}
table.table_style08 {
 border-collapse: collapse;
 width: 100%;
}
table.table_style08 th.t_top {
 border-top: 4px solid #666;
}
table.table_style08 th {
 background-color: #efefef;
 border-bottom: #CCC 1px dotted;
 text-align: left;
 padding: 10px;
 font-weight: normal;
 width: 140px;
}
table.table_style08 td.t_top {
 border-top: #CCC 4px solid;
}
table.table_style08 td {
 border-bottom: #CCC 1px dotted;
 text-align: left;
 padding: 10px;
}
table.table_style08 td li {
 list-style-type: disc;
 margin-left: 20px;
}
td.table_dotline_top {
 border-top: 1px dotted #ccc !important;
}
td.table_dotline_bottom {
 border-bottom: 1px dotted #ccc !important;
}
/*table.table_style08 tr:hover {
    background: #EFEFEF;
}*/
table.table_nostyle, table.table_nostyle th, table.table_nostyle td {
 border: none !important;
 width: auto !important;
 background-color: #fff;
}
table.table_nostyle th {
 text-align: left;
 font-weight: bold;
}
table.table_top-schedule {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 20px;
}
table.table_top-schedule tr:nth-child(odd) {
 background-color: #EFEFEF;
}
table.table_top-schedule th, table.table_top-schedule td {
 border-bottom: solid 1px #EFEFEF;
 padding: 3px;
}
table.table_schedule {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 20px;
}
table.table_schedule th, table.table_schedule td {
 padding: 5px;
 border: 1px solid #ccc;
}
table.table_schedule th {
 background-color: #EFEFEF;
}
table.table_schedule th.bg_black {
 color: #fff;
 background-color: #333;
}
/* ********************************************************** */
/* 04.Layout Style */
/* ********************************************************** */
/* General
--------------------------------------------------------------*/
#wrapper {
 margin: 0px auto;
 width: 900px;
 background: url(/image/bg_sec_head.jpg) no-repeat center top;
}
#container {
 margin: 0px 24px 0px 0px;
 width: 636px;
 float: right;
}
/* Main Area
--------------------------------------------------------------*/
#main {
 width: 860px;
 padding: 0px 0px 15px;
 margin: 0px auto;
 position: relative;
}
/* Header Area
--------------------------------------------------------------*/
#header {
 margin: 0px;
 padding: 0px;
 width: 636px;
 height: 136px;
 position: relative;
}
#header ul li {
 float: left;
}
#hd_menu {
 position: absolute;
 top: 70px;
 width: 636px;
 left: -2px;
}
#hd_menu ul li a {
 display: block;
 height: 24px;
}
#hd_menu ul li.hd_home a {
 background: url(/image/icon_home.gif) no-repeat 0px 3px;
 padding-left: 20px;
 margin-left: 380px;
 width: 50px;
}
#hd_menu ul li.hd_mail a {
 background: url(/image/icon_mail.gif) no-repeat 0px 3px;
 padding-left: 20px;
 margin-left: 10px;
 width: 80px;
}
#hd_navi {
 position: absolute;
 top: 105px;
 width: 636px;
}
#hd_navi ul li a {
 display: block;
 height: 26px;
 text-indent: -9999px;
}
/* Dassai */
#hd_navi ul li.nav_dassai a {
 background: url(/image/btn_menu.gif) no-repeat 0px 0px;
 width: 105px;
}
#hd_navi ul li.nav_dassai a:hover {
 background: url(/image/btn_menu.gif) no-repeat -160px 0px;
}
/* Company */
#hd_navi ul li.nav_asahi a {
 background: url(/image/btn_menu.gif) no-repeat 0px -30px;
 width: 118px;
}
#hd_navi ul li.nav_asahi a:hover {
 background: url(/image/btn_menu.gif) no-repeat -160px -30px;
}
/* Product */
#hd_navi ul li.nav_products a {
 background: url(/image/btn_menu.gif) no-repeat 0px -60px;
 width: 108px;
}
#hd_navi ul li.nav_products a:hover {
 background: url(/image/btn_menu.gif) no-repeat -160px -60px;
}
/* Store Buy */
#hd_navi ul li.nav_shop a {
 background: url(/image/btn_menu.gif) no-repeat 0px -90px;
 width: 133px;
}
#hd_navi ul li.nav_shop a:hover {
 background: url(/image/btn_menu.gif) no-repeat -160px -90px;
}
/* Kuramoto */
#hd_navi ul li.nav_kuramoto a {
 background: url(/image/btn_menu.gif) no-repeat 0px -120px;
 width: 130px;
}
#hd_navi ul li.nav_kuramoto a:hover {
 background: url(/image/btn_menu.gif) no-repeat -160px -120px;
}
/* Pge Title Area
--------------------------------------------------------------*/
#page_ttl {
 height: 100px;
}
/* Contents Area
--------------------------------------------------------------*/
#contents {
 width: 636px;
 padding: 0px;
 background: url(/image/sec_bg_main.jpg) repeat-y left top;
}
#contents_inner {
 padding: 0px 30px 15px 25px;
}
.p-top {
 text-align: right;
 padding-right: 6px;
}
.pageswitch {
 padding: 10px;
 margin-bottom: 10px;
 border-bottom: 5px solid #EBEBEB;
 font-size: 0.95em;
}
/* Item Toppage*/
.entry_desc {
 position: relative;
 padding: 5px 0px;
}
/* Kuramoto */
#info_list ul {
 margin: 10px auto;
 padding: 5px 0px;
 border-top: 5px solid #EBEBEB;
}
#info_list ul li {
 padding: 5px;
 border-bottom: 1px dotted #CCCCCC;
 position: relative;
}
#info_list ul li span.cate {
 color: #FFFFFF;
 background: #BDBDBD;
 display: block;
 font-size: 10px;
 width: 70px;
 text-align: center;
 float: left;
 margin-right: 5px;
}
#info_list ul li span.date {
 background: url(/image/icon_arrow_red.gif) no-repeat 5px center;
 /*float: left;*/
 margin-right: 5px;
 font-size: 10px;
 padding: 0px 10px 0px 15px;
 font-weight: bold;
}
#info_list ul li a:link, #info_list ul li a:visited, #info_list ul li a:active {
 text-decoration: none;
}
#info_list ul li a:hover {
 text-decoration: underline;
}
#info_list ul li span.new {
 color: #FF0000;
 padding: 0px 0px 0px 10px;
}
/* Entry */
div.info_entry {
 padding: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #707780;
 position: relative;
}
#contents div.info_entry h4 {
 color: #5A6069;
 margin: 5px 0px;
 padding: 5px;
 border-bottom: 5px solid #A4AFBF;
 border-top-style: none;
 border-right-style: none;
 border-left-style: none;
 font-size: 1.25em;
}
#contents div.info_entry h5 {
 color: #454A51;
 border-bottom: 1px solid #707780;
 border-left: 4px solid #707780;
 padding: 5px;
 text-indent: 5px;
 letter-spacing: 0.15em;
 clear: both;
 margin-top: 10px;
}
#contents div.info_entry h5.h5_none {
 color: #454A51;
 padding: 10px 0px 0px;
 text-indent: 5px;
 letter-spacing: 0.15em;
 clear: both;
 margin-top: 10px;
 border-style: none;
}
#contents div.info_entry h6 {
 color: #707780;
 border-left: 4px solid #707780;
 padding: 5px;
 text-indent: 5px;
 letter-spacing: 0.15em;
 clear: both;
 margin-top: 10px;
}
#contents div.info_entry h6.h6_none {
 color: #707780;
 border-left: none;
 padding: 10px 0px;
 text-indent: 5px;
 letter-spacing: 0.15em;
 clear: both;
 margin-top: 10px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
}
#contents div.info_entry h4 span.new {
 color: #FF0000;
 font-size: 0.75em;
 font-weight: normal;
 letter-spacing: normal;
}
div.info_entry .entry_detail {
 font-size: 0.85em;
 font-weight: bold;
 color: #707780;
}
ul.event_list {
 margin: 10px 0px;
 padding: 10px;
}
ul.event_list li {
 margin: 0px 0px 10px;
 padding: 0px 0px 0px 1em;
 text-indent: -1em;
 color: #F00;
}
ul.event_list li:before {
 content: "※";
}
/* Post Item */
#contents div.toukou_entry {
 padding: 15px;
 margin-bottom: 20px;
 position: relative;
 border: 1px solid #C2C2C2;
 margin-top: 10px;
}
#contents div.toukou_entry h4 {
 color: #5A6069;
 margin: 5px 0px;
 padding: 10px;
 font-size: 1.25em;
 border-bottom: 5px solid #A4AFBF;
 border-top-style: none;
 border-right-style: none;
 border-left-style: none;
}
#contents div.toukou_entry h4 span.new {
 color: #FF0000;
 font-size: 0.75em;
 font-weight: normal;
 letter-spacing: normal;
}
#contents div.toukou_entry .entry_detail {
 font-size: 0.85em;
 font-weight: bold;
 color: #707780;
}
#toukou_src {
 background: url(../image/bg_toukou_center.gif) repeat-y center top;
 margin-bottom: 30px;
 position: relative;
}
#toukou_src_head {
 background: url(../image/bg_toukou_top.gif) no-repeat center top;
 height: 10px;
}
#toukou_src_foot {
 background: url(../image/bg_toukou_bottom.gif) no-repeat center bottom;
 height: 10px;
 clear: both;
}
#toukou_src_left {
 float: left;
 height: 260px;
 width: 250px;
}
#toukou_src_right {
 float: right;
 height: 260px;
 width: 270px;
}
#toukou_src_right .toukou_list {
 height: 200px;
 width: 270px;
}
#toukou_src_right .toukou_list ul {
 margin: 0px;
 padding: 0px;
}
#toukou_src_right .toukou_list ul li {
 background: url(../image/icon_arrow_gray.gif) no-repeat left center;
 padding: 2px 2px 2px 10px;
 margin: 2px 2px 2px 10px;
 float: left;
 white-space: nowrap;
 display: block;
 width: 105px;
}
#toukou_src_right .toukou_list ul li a {
 font-weight: bold;
 color: #0066CC;
 text-decoration: none;
}
#toukou_src_right .toukou_list ul li a:hover {
 color: #FF3300;
}
#toukou_src_right .toukou_btn {
 text-align: center;
 height: 60px;
 width: 270px;
}
#toukou_src .inner {
 padding: 10px 20px;
}
#toukou_type {
 background: #FDFCF3 url(../image/btn_toukou-type-src.jpg) no-repeat 0px center;
 padding: 10px 10px 10px 130px;
 border: 1px solid #CCCCCC;
 position: relative;
 margin: 30px 0px 15px;
 height: 40px;
}
#toukou_type a {
 background: url(../image/icon_arrow_gray.gif) no-repeat left center;
 margin: 2px 3px 2px 0px;
 padding: 1px 3px 1px 8px;
 white-space: nowrap;
 display: block;
 float: left;
 font-weight: bold;
 color: #0066CC;
 text-decoration: none;
}
#toukou_type a:hover {
 color: #FF3300;
}
#toukou_area {
 background: #F6F6F6 url(../image/btn_toukou-area-src.jpg) no-repeat 0px center;
 padding: 10px 10px 10px 130px;
 border: 2px solid #A4AFBF;
 position: relative;
 margin-bottom: 10px;
}
#toukou_area ul li {
 background: url(../image/icon_arrow_gray.gif) no-repeat left center;
 margin: 2px 3px 2px 0px;
 padding: 1px 3px 1px 8px;
 float: left;
}
#toukou_area ul li a {
 white-space: nowrap;
 display: block;
 float: left;
 font-weight: bold;
 color: #0066CC;
 text-decoration: none;
}
#toukou_area ul li a:hover {
 color: #FF3300;
}
.toukou_comments {
 padding: 10px;
 border-bottom: 1px dotted #CCCCCC;
 position: relative;
}
.toukou_comments .nickname {
 float: left;
 width: 100px;
 margin-right: 10px;
 text-align: center;
 font-size: 0.85em;
}
.toukou_comments .nickname span {
 display: block;
 font-size: 1.25em;
 color: #CA3533;
 padding-bottom: 3px;
}
.toukou_comments .comment_body {
 float: right;
 width: 440px;
 font-size: 0.9em;
 line-height: 140%;
}
.toukou_comments .comment_body span {
 font-size: 0.9em;
 color: #868F9C;
}
.toukou_comments .comment_body span.new {
 color: #FF0000;
}
.toukou_comments .comment_body div {
 padding-top: 10px;
}
.toukou_count {
 font-size: 0.95em;
 color: #868F9C;
 padding: 5px;
 border-bottom: 1px dotted #CCCCCC;
 text-align: right;
}
.toukou_count img {
 margin-right: 5px;
}
table.info_table {
 font-size: 0.9em;
}
table.info_table tr th {
 padding: 2px;
 border-right: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
 font-weight: bold;
 width: 60px;
 color: #A4AFBF;
}
table.info_table tr td {
 padding: 2px;
 border-right: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
}
table.info_table tr td p {
 margin: 0px;
 padding: 0px;
}
table.tbl_guideline {
 border-collapse: collapse;
}
table.tbl_guideline th, table.tbl_guideline td {
 width: 33.33333%;
 vertical-align: top;
}
table.tbl_guideline td div {
 width: 180px;
 margin: 0 auto 2em;
}
table.tbl_guideline td div img {
 display: inline-block;
 margin: 0 auto 0.5em;
}
table.tbl_guideline td div h3 {
 margin: 0 0 0.5em !important;
 padding: 5px 25px !important;
 height: 42px;
 text-indent: -1em;
}
table.tbl_guideline td div p {
 margin: 0;
}
dl.dl_list {
 margin: 10px;
}
dl.dl_list dt {
 background: #DAE6F2;
 padding: 5px;
 margin: 0px 0px 3px;
 font-weight: bold;
 color: #333;
 clear: both;
}
dl.dl_list dd {
 margin: 0px;
 padding: 5px 5px 5px 15px;
 float: none;
}
/* Store Info */
.d-store {}
ul.flexbox {
 display: flex;
 justify-content: space-around;
 margin-left: -0.5em;
 font-size: 0.9em;
}
ul.flexbox li {
 width: 33%;
 padding: 0.5em;
 border-right: 1px solid #333;
}
ul.flexbox li:last-child {
 border: none;
}
/* Side Menu Area
--------------------------------------------------------------*/
#side {
 float: left;
 width: 160px;
 font-size: 0.95em;
}
#logo {
 background: url(/image/img_line160.gif) no-repeat left bottom;
 padding: 0px 0px 5px;
 margin: 0px 0px 10px;
}
#side_menu {
 background: url(/image/img_line160.gif) no-repeat left bottom;
 padding: 0px 0px 15px;
 margin: 0px 0px 15px;
}
#side_menu h3 {
 height: 30px;
 display: block;
 margin: 0px 0px 10px;
 padding: 0px;
 text-indent: -9999px;
 width: 160px;
}
#side_menu h3.side_dassai {
 background: url(/image/btn_menu.gif) no-repeat 0px 0px;
}
#side_menu h3.side_asahi {
 background: url(/image/btn_menu.gif) no-repeat 0px -30px;
}
#side_menu h3.side_products {
 background: url(/image/btn_menu.gif) no-repeat 0px -60px;
}
#side_menu h3.side_store {
 background: url(/image/btn_menu.gif) no-repeat 0px -90px;
}
#side_menu h3.side_info {
 background: url(/image/btn_menu.gif) no-repeat 0px -120px;
}
#side_menu h3.side_izakaya {
 background: url(/image/btn_menu.gif) no-repeat 0px -150px;
}
#side_menu h3.side_toukou {
 background: url(/image/btn_menu.gif) no-repeat 0px -180px;
}
#side_menu h3.side_kuramoto{
 background: url(/image/btn_menu.png) no-repeat 0px -210px;
}
#side_menu h3.side_en_inquiry {
 background: url(/calendar2017/image_en/ttl_inquiry.png) no-repeat 0px 0px;
}
#side_menu h4 {
 font-size: 0.85em;
 color: #990000;
 border-bottom: 1px dotted #707780;
 margin-bottom: 5px;
}
#side_menu ul li {
 margin: 0px 0px 2px;
 line-height: 120%;
 padding: 2px 0px;
}
#side_menu ul li a {
 text-decoration: none;
 background: url(/image/icon_arrow_red.gif) no-repeat 0px 5px;
 display: block;
 padding: 2px 2px 2px 10px;
}
#side_menu ul li a:hover {
 background: #EBEBEB url(/image/icon_arrow_red.gif) no-repeat 0px 5px;
 color: #000000;
}
#side_menu ul li.subcat {
 margin: 0px 0px 2px;
 padding-left: 10px;
}
#side_menu ul li.subcat a {
 text-decoration: none;
 background: url(/image/icon_arrow.gif) no-repeat 0px center;
 display: block;
 padding: 2px 2px 2px 10px;
}
#side_menu ul li.subcat a:hover {
 background: #EBEBEB url(/image/icon_arrow.gif) no-repeat 0px center;
 color: #000000;
}
/* Free Area */
#free_area {
 padding: 0px 0px 20px;
}
#free_area img {
 display: block;
 margin-bottom: 5px;
}
/* TopSchedule Area
--------------------------------------------------------------*/
#schedule {
 width: 860px;
 ;
 margin: 15px auto;
}
#schedule h3 {
 background-color: #3D3D3D;
 color: #FFF;
 text-align: center;
 padding: 10px;
}
/* Footmenu Area
--------------------------------------------------------------*/
#foot_menu {
 font-size: 0.9em;
 background: #EFEFEF;
 position: relative;
 margin: 0px auto 15px;
 width: 860px;
}
#foot_menu a {
 color: #666666;
 text-decoration: none;
}
#foot_menu a:hover {
 color: #333333;
 text-decoration: underline;
}
.ft_menu {
 float: left;
 width: 150px;
 margin: 0px 0px 0px 18px;
}
.ft_menu h3 {
 margin: 5px 0px 10px;
 padding: 0px;
 text-indent: -9999px;
 height: 30px;
}
.ft_menu h3.ttl_dassai {
 background: url(/image/btn_menu.gif) no-repeat 0px 0px;
}
.ft_menu h3.ttl_asahi {
 background: url(/image/btn_menu.gif) no-repeat 0px -30px;
}
.ft_menu h3.ttl_products {
 background: url(/image/btn_menu.gif) no-repeat 0px -60px;
}
.ft_menu h3.ttl_shop {
 background: url(/image/btn_menu.gif) no-repeat 0px -90px;
}
.ft_menu h3.ttl_kuramoto {
 background: url(/image/btn_menu.gif) no-repeat 0px -120px;
}
.ft_menu ul li {
 background: url(/image/icon_arrow_red.gif) no-repeat 0px 5px;
 padding: 0px 0px 2px 9px;
}
/* Languege Area
--------------------------------------------------------------*/
#lang_menu {
 margin: 0px auto 10px;
 padding: 0px;
 width: 860px;
 background: url(/image/ft_lang_menu.gif) no-repeat 0px 0px;
 position: relative;
}
#lang_menu ul li {
 display: block;
 float: left;
 height: 40px;
}
#lang_menu ul li.lang_ttl span, #lang_menu ul li.copyright span, #lang_menu ul li a {
 display: block;
 height: 40px;
 text-indent: -9999px;
 padding-right: 5px;
}
#lang_menu ul li.lang_ttl {
 width: 150px;
}
#lang_menu ul li.copyright {
 width: 360px;
}
/*日本語*/
#lang_menu ul li.choose a {
 width: 150px;
 background: url(/image/btn_languege.gif) no-repeat 0px 0px;
}
#lang_menu ul li.jp a {
 width: 110px;
 background: url(/image/btn_languege.gif) no-repeat -150px 0px;
}
#lang_menu ul li.jp a:hover {
 background: url(/image/btn_languege.gif) no-repeat -150px -40px;
}
#lang_menu ul li.jp_stay a {
 width: 110px;
 background: url(/image/btn_languege.gif) no-repeat -150px -40px;
}
/*英語*/
#lang_menu ul li.en a {
 width: 125px;
 background: url(/image/btn_languege.gif) no-repeat -265px 0px;
}
#lang_menu ul li.en a:hover {
 background: url(/image/btn_languege.gif) no-repeat -265px -40px;
}
#lang_menu ul li.en_stay a {
 width: 125px;
 background: url(/image/btn_languege.gif) no-repeat -265px -40px;
}
/*フランス語*/
#lang_menu ul li.fr a {
 width: 90px;
 background: url(/image/btn_languege.gif) no-repeat -395px 0px;
}
#lang_menu ul li.fr a:hover {
 background: url(/image/btn_languege.gif) no-repeat -395px -40px;
}
#lang_menu ul li.fr_stay a {
 width: 90px;
 background: url(/image/btn_languege.gif) no-repeat -395px -40px;
}
/*中国語*/
#lang_menu ul li.cn a {
 width: 95px;
 background: url(/image/btn_languege.gif) no-repeat -490px 0px;
}
#lang_menu ul li.cn a:hover {
 background: url(/image/btn_languege.gif) no-repeat -490px -40px;
}
#lang_menu ul li.cn_stay a {
 width: 95px;
 background: url(/image/btn_languege.gif) no-repeat -490px -40px;
}
/* Footer Area
--------------------------------------------------------------*/
#footer {
 font-size: 0.8em;
 color: #999999;
 width: 860px;
 margin: 0px auto;
 position: relative;
}
#footer .ft_copy {
 float: left;
}
#footer .ft_address {
 float: right;
}
/* ********************************************************** */
/* 05.Other Config */
/* ********************************************************** */
/* Contact Form
--------------------------------------------------------------*/
.order_form {
 margin: auto;
 font-size: 0.85em;
}
.order_form table.layout {
 width: 620px;
 margin-top: 10px;
 margin-bottom: 20px;
}
.order_form table.layout th, .order_form table.layout td {
 padding: 10px;
}
.order_form table.layout th {
 font-weight: normal;
 text-align: left;
 color: #333333;
 vertical-align: top;
}
.order_form table.layout td.bg_gray {
 background: #E6E6E7;
}
.order_form table.layout td.bg_gray img {
 margin: 0px;
 padding: 0px;
}
div#thanks {
 padding: 40px 0px 40px 0px;
 text-align: center;
}
div#thanks p {
 font-size: 16px;
}
div#thanks p strong {
 font-size: 18px;
 color: #CC0000;
}
/* Links Page
--------------------------------------------------------------*/
dl.sidebardl {
 margin-bottom: 15px;
}
dl.sidebardl dt {
 color: #FFFFFF;
 background: #868F9C;
 font-weight: bold;
 padding: 3px;
}
dl.sidebardl dd {
 padding: 3px;
 border-bottom: 1px dotted #CCCCCC;
 margin: 0px;
 text-indent: 20px;
 background: url(../image/icon_arrow_red.gif) no-repeat 5px center;
}
/* QA -  Dassai
--------------------------------------------------------------*/
dl.qa {}
/* Question */
dl.qa dt {
 background: url(../image/qa/icn_q.png) no-repeat left center;
 padding: 5px 5px 0px 2em;
 font-size: 1.5em;
 color: #667884;
 margin: 20px 0px 0px;
}
/* Awnser */
dl.qa dd {
 background: url(../image/qa/icn_a.png) no-repeat left 10px;
 margin: 0px 0px 0px 0em;
 border-bottom: 1px dotted #999;
 padding: 10px 15px 20px 2.5em;
 font-size: 120%;
}
/*　Dassai Bar23 -  Dassai Store
--------------------------------------------------------------*/
.store_info {
 width: 100%;
 overflow: hidden;
 margin-bottom: 20px;
}
.store_info div {
 overflow: hidden;
}
.store_info h4 a {
 text-decoration: none;
}
.store_info h4 a:hover {
 text-decoration: underline;
}
.store_info p.store_detail {
 float: left;
 width: 200px;
 margin: 10px;
 padding: 10px;
 border-right: 1px solid #999;
}
.store_info dl {
 width: 300px;
 margin: 10px;
 padding: 10px;
 float: left;
}
.store_info dl dt {
 float: left;
 width: 60px;
 font-weight: bold;
}
.store_info dl dd {
 margin-left: 80px;
 padding-bottom: 10px;
}
dl.store_date {
 margin: -10px -10px 0px;
}
dl.store_date dt {
 width: 80px;
 padding: 0;
}
dl.store_date dd {
 padding: 0;
 margin-left: 80px;
}
ul#area_nav li {
 display: inline-block;
 margin-top: 0px;
 margin-right: -2px;
 margin-left: 0px;
 margin-bottom: 5px;
}
ul#area_nav li a {
 color: #333;
 padding: 5px;
 text-decoration: none;
 background-color: #fff;
 border: 1px solid #333;
}
ul#area_nav li a:hover {
 color: #fff;
 background-color: #868F9C;
 border: 1px solid #868F9C;
}
/* IE6　Countermeasure
--------------------------------------------------------------*/
/* Hides from IE-mac \*/
*html #side ul li {
 height: 1%;
}
*html #info {
 height: 1%;
}
/* End hide from IE-mac */
*html #container {
 margin: 0px 12px 0px 0px;
 width: 636px;
 float: right;
}
*html #foot_menu .ft_menu {
 float: left;
 width: 150px;
 margin: 0px 0px 0px 14px;
}
ul.list_style {
 padding: 0 15px;
}
ul.list_style li {
 list-style: disc;
 margin-left: 2em;
 margin-bottom: 0.5em;
}
.float_L {
 float: left;
 margin-right: 10px;
}
.float_R {
 float: right;
 margin-left: 10px;
}
