@charset "UTF-8";
/* --------------------------------------
	h1
--------------------------------------- */

h1 {
	font-size: 11px;
	line-height: normal;
	margin: 0 0 0 10px;
	padding: 3px 0 0;
}
/* --------------------------------------
	パンくずリスト
--------------------------------------- */

#breadcrumbs {
	margin:20px 0;
	padding-left: 15px;
}
#breadcrumbs li {
	display:inline;
	list-style-type:none;
	margin-left: 10px;
}
#breadcrumbs li a {
	padding-right:10px;
	text-decoration: underline;
}
#breadcrumbs li a:hover {
	text-decoration: none;
}
/* --------------------------------------
	ページネーション
--------------------------------------- */

.pagination {
	padding: 20px 10px 10px 10px;
	width: 500px;
	height: 20px;
	position: relative;
	margin: 0 auto;
}
.pagination .result {
	position: absolute;
	top: 20px;
	left: 10px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.pagination a, .pagination a:visited {
	padding: 0 3px;
	text-decoration: underline;
}
.pagination a:hover, .pagination a:active {
}
.pagination a.currentpage {
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
.pagination a.disablelink, .pagination a.disablelink:hover {
	cursor: default;
	font-weight: normal !important;
}
.pagination a.prevnext {
	font-weight: bold;
}

/* --------------------------------------
	スライドショー
--------------------------------------- */

#main #slideshow {
	height: 345px;
	width: 500px;
	overflow: hidden;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
}
#main #slideshow div {
	width: 500;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#main #slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}
#main #slideshow div div span {
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	overflow: hidden;
	z-index: 200;
	opacity: 0.7;
	width: 480px;
	padding: 5px 10px;
	left: 0px;
	bottom: 0px;
}
#main #slideshow ul {
	position: absolute;
	bottom: 10px;
}
#main #slideshow ul li {
    height: 40px;
    float: left;
    display: inline;
    margin-right: 3px;
}
#main #slideshow ul li img {
    height: 100%;
}
#main #slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#main #slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#main #slideshow ul {
	display: inline-block;
	overflow: hidden;
}
#main #slideshow #photogallery {
	top: 320px;
	right: 10px;
	position: absolute;
}
/* --------------------------------------
	メインエリア
--------------------------------------- */

#main h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
	padding: 0 0 5px 2px;
	border-bottom: solid 1px #EEEEEE;
	line-height: 1.3;
}
#main .introduction {
	padding: 10px 30px 10px 30px;
	margin-bottom: 10px;
}
#main .introduction h2 {
	font-size: 12px;
	margin-bottom: 10px;
}
#main .coupon {
	padding: 10px 0 0 0;
}
#main .coupon dl {
	font-size: 11px;
	color: #333333;
	display: table;
	border: 1px solid #D6D5D1;
	width: 498px;
	margin: 0 auto 10px auto;
	background-color: #FFFFFF;
}
#main .coupon dt {
	color: #BF3A00;
	background-color: #F3F2EE;
	padding: 25px 10px 10px 30px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 220px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/official/gourmet/common/images/bg_coupon.png);
}
#main .coupon dd {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 236px;
	padding: 10px;
	border-left: 1px solid #D6D5D1;
}
#main .coupon_btn, #main .information .goto_list {
	width: 500px;
	text-align: right;
	margin: 0 auto 30px auto;
}
#main .coupon_btn li {
	display: inline;
}
#main .coupon_btn li a {
	display:inline-block;
	margin-left: 10px;
}
#main .information .topics {
	padding: 10px 15px 5px 15px;
	width: 490px;
	margin: 0 auto;
}
#main .information .topics dd {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #CCCCCC;
}
#main .information .topics dd span {
	padding-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}
#main .information .topics dd.tail {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
#main .sns {
	width: 500px;
	margin: 0 auto 20px auto;
	background-color: #FFFFFF;
}
/* 店舗情報 */

#main .shopinfo {
	padding-top: 10px;
	margin-bottom: 20px;
}
#main .shopinfo table {
	width: 500px;
	margin: 0 auto;
	border-top: #DCDDDD 1px solid;
	background-color: #FFFFFF;
	border-collapse: collapse;
	font-size: 11px;
	color:#333333;
}
#main .shopinfo table th {
	border-bottom: #DCDDDD 1px solid;
	background-color: #EFEFEF;
	text-align: left;
	padding: 10px;
	width: 25%;
}
#main .shopinfo table td {
	border-bottom: #DCDDDD 1px solid;
	background-color: #F7F8F8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	width: 75%;
}
#main .shopinfo a {
color:#000; 
}

/* メニュー */

#main .menu {
	padding-top: 20px;
	width: 500px;
	margin: 0 auto 20px auto;
}
#main .menu h4 {
	font-size: 14px;
}
#main .menu .content_wrap .noPrice {
	margin-bottom: 5px;
}
#main #tab li {
	color: #333333;
	float: left;
	width: 100px;
	height: 28px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
	background-image: url(/official/gourmet/common/images/tab_default.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	line-height: 3;
}
#main #tab li.select {
	color: #BF3A00;
	font-weight: bold;
	background-image: url(/official/gourmet/common/images/tab_current.png);
	background-repeat: no-repeat;
}
#main #tab li:hover {
	color: #BF3A00;
}
#main #tab li a {
	color: #333333;
	display: block;	
}
#main #tab li.select a {
	color: #BF3A00;
}
#main #tab2 li {
	color: #333333;
	float: left;
	width: 100px;
	height: 28px;
	padding: 0px;
	list-style: none;
	background-image: url(/official/gourmet/common/images/tab_default.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	line-height: 3;
}
#main #tab2 li.select {
	color: #BF3A00;
	font-weight: bold;
	background-image: url(/official/gourmet/common/images/tab_current.png);
	background-repeat: no-repeat;
}
#main #tab2 li a {
	color: #333333;
	display: block;
	width: 100px;
	height: 28px;
}
#main #tab2 li a:hover {
	color: #BF3A00;
	text-decoration: none;
}
.disnon {
	display: none;
}
.content_wrap {
	clear: left;
	padding-top: 10px;
	border-top: #EFEFEF 1px dotted;
}
#main .menu .content_wrap .price {
	text-align: right;
	padding: 3px;
	border-top: none;
}
#main .content_wrap dl.type01 {
	display: table;
}
#main .content_wrap dl.type01, #main .content_wrap div.type02 {
    margin-bottom: 15px;
    border-bottom: 1px solid;
}
#main .content_wrap dt {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 180px;
    padding-bottom: 15px;
}
#main .content_wrap dd {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	padding: 0 0 15px 10px;
	width: 290px;
	word-break: break-all;
}
#main .content_wrap p.detail {
	border-top: none;
	padding: 0;
	margin: 10px 0;
}
#main .content_wrap.detail .photo {
	margin-bottom: 30px;
}
#main .content_wrap.detail .photo li {
	float: left;
	width: 164px;
	margin-right: 4px;
}
#main .content_wrap.detail .photo li.edge {
	margin-right: 0px;
}
#main .content_wrap.detail .course-info h4 {
	border-bottom: 1px solid;
    font-size: 14px;
    font-weight: normal;
	padding: 0 0 5px 2px;
	margin-bottom: 5px;
}
#main .content_wrap.detail .course-info p {
	border-top: none;
	margin-bottom: 15px;
}
#main .content_wrap.detail .back {
	border-top: none;
	text-align: right;
	padding: 0;
	margin-top: 10px;
}
#main .tax {
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}
/* 地図・クーポン */

#main .map_coupon {
	padding-top: 10px;
	width: 500px;
	margin: 0 auto 20px auto;
}
#main .map {
	padding: 0px;
	margin: 20px 0;
	border: #999999 1px solid;
}
/* 印刷ページ */

.print {
	width: 520px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}
.print #main {
	float: none;
}
.print .btn_print {
	position: absolute;
	top: 18px;
	right: 10px;
}
/* 編集ページ */

#main .article {
	padding-top: 10px;
	width: 500px;
	margin: 0 auto 20px auto;
	overflow:hidden;
	font-size: 14px;
}
#main .article iframe {
	width: 100%;
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
/* SNSウィジェット */

#main .sns {
	margin: 0 auto 20px auto;
	width: 500px;
}
#main .sns .fb_frm {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
}
#main .sns .twt_tl {
	padding-top: 10px;
}
#main .sns .twtr-hd {
	display: none;
}
#main .sns .twtr-hd h3 {
	font-size: 16px !important;
	font-weight: bold !important;
}
#main .sns #twtr-widget-1 .twtr-doc {
	border-radius: 0 0 0 0;
}
#main .sns #twtr-widget-1 .twtr-bd {
	background: none repeat scroll 0 0 #E5E1E1;
	padding: 0 1px 1px;
}
#main .sns #twtr-widget-1 .twtr-ft {
	display: none;
}
#main .sns #twtr-widget-1 .twtr-timeline {
	border-radius: 0 0 0 0;
}
/* --------------------------------------
	バナーエリア
--------------------------------------- */

#left #banner {
	padding: 0;
}
#left #banner .book {
	text-align: center;
	margin-bottom: 10px;
}
#left #banner ul {
	text-align: center;
}
#left #banner ul li {
	margin-bottom: 10px;
}
#left #banner ul li a {
	display: block;
}
/* --------------------------------------
	右カラム
--------------------------------------- */

#right .module {
	margin: 0 auto 20px auto;
	width: 210px;
}
#right .module .fb_frm {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
}
#right .module .twt_tl {
	padding-top: 10px;
}
#right .module .twtr-hd {
	display: none;
}
#right .module .twtr-hd h3 {
	font-size: 16px !important;
	font-weight: bold !important;
}
#right .module #twtr-widget-1 .twtr-doc {
	border-radius: 0 0 0 0;
}
#right .module #twtr-widget-1 .twtr-bd {
	background: none repeat scroll 0 0 #E5E1E1;
	padding: 0 1px 1px;
}
#right .module #twtr-widget-1 .twtr-ft {
	display: none;
}
#right .module #twtr-widget-1 .twtr-timeline {
	border-radius: 0 0 0 0;
}
/* --------------------------------------
	フッター
--------------------------------------- */

#footer {
	border-top: solid 1px #EEEEEE;
	padding: 10px;
}
#footer .shopinfo {
	float: left;
}
#footer .shopinfo dt {
    font-size: 15px;
	line-height: 1.5;
}
#footer .shopinfo dd.address {
	margin-bottom: 3px;
}
#footer .shopinfo dd.tel {
	font-size: 18px;
}
#footer address {
	font-size: 11px;
	text-align: right;
	clear: right;
}
