@charset "utf-8";
/*=================================================

 * ブラウザのデフォルトのスタイルをリセットする

 * ================================================= */
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%;
}
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;
}
.block {
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*=================================================

 * サイト全体の基本スタイル

 * ================================================= */
.content {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.twitter {
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	color: #666666;
	background-color: #FFF;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.6;
	background-repeat: repeat;
	padding: 0px;
}
#bnr_space {
	margin-top: 15px;
	margin-left: 5px;
}

a {
	color: #CC0066;
	text-decoration: none;
}
.textshadow {
	text-shadow: 0 1px #cccccc;
	color: #666666;
}
.arrow {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	width: 20px;
	height: 25px;
	float: right;
}
.global-header {
	border-bottom: 0px solid #ffffff;
	height: 38px;
	top: 0;
	left: 0;
	display:block;
	background-image: url(../img/global_header.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.global-footer {
	height: 35px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#000000));
	display:block;
}
.shopinfo {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
}
section ul {
	-webkit-box-shadow: 5 5 5px #000;
	box-shadow: 0 0 5px #000;
}
.btnshadow {
	-webkit-box-shadow: 5 5 5px #000;
	box-shadow: 0 0 5px #ccc;
}
.btnshadow a:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#000000));
		-webkit-box-shadow: 5 5 5px #000;
	box-shadow: 0 0 5px #000;
}
li.cast_thumb_column {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:6px;
	background-color:#FFFFFF;
	display:block;
	margin-top: 5px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #666;
}
h2 {
	display:block;
	color:#FFFFFF;
	font-weight:normal;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-text-shadow:0px 1px #ffffff;
	text-shadow: 0px 1px #5e0000;
	text-align: left;
	background-image: url(../img/h2bg.png);
}

h3 {
	display:block;
	color:#000000;
	font-weight:normal;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-text-shadow:0px 1px #ffffff;
	text-shadow: 0px 1px #5e0000;
	text-align: left;
	background-color:#f7d2ed;
}
h4 {
	display:block;
	color:#fe0404;
	font-weight:normal;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-text-shadow:0px 1px #ffffff;
	text-shadow: 0px 1px #5e0000;
	text-align: left;
	background-color:#fde6d9;
}
h5 {
	display:block;
	color:#fe0404;
	font-weight:normal;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-text-shadow:0px 1px #ffffff;
	text-shadow: 0px 1px #5e0000;
	text-align: left;
	background-color:#d5fcef;
}
/*=================================================
 * 商品一覧ページ
 * ================================================= */
/* 商品の並び順 */
.hlist-nav ul {
	height: 38px;
	line-height: 38px;
}
.hlist-nav ul:after {
	display: block;
	clear: both;
	content: '';
}
.hlist-nav li {
	float: left;
	width: 100px;
	font-size: 12px;
	text-align: center;
}
.hlist-nav li a {
	display: block;
	color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(193,184,143)), to(rgb(164,150,104)));
	-webkit-box-shadow: 0 0 3px #FFFFFF;
	box-shadow: 0 0 3px #FFFFFF;
}
.hlist-nav li a.selected {
	color: #440A0A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(255,255,255)));
}
.hlist-nav li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.hlist-nav li:last-child a {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
/* 画像のスタイル */
.image-frame {
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.logo {
	clear: both;
	float: none;
	text-shadow: 0 1px #f2f2f2;
}
.page-heading {
	margin: 0 auto;
	width: 140px;
	overflow: hidden;
	color: #ffffff;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-page {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
	color: #FFFFFF;
}
.nav-page-left {
	position: absolute;
	top: 6px;
	right: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	width:30px;
	height: 27px;
	background-image: url(../img/home.png);
	overflow: hidden;
	background-size:cover;
}

.nav-page a {
	display: block;
	height: 27px;
	width: 30px;
}
section {
	margin: 10px;
}

/* 商品リスト */
.catalog-thumbnail-list:after, .catalog-list:after {
	display: block;
	clear: left;
	content: '';
}
.catalog-thumbnail-list li, .catalog-list li {
	text-align: center;
}
.catalog-thumbnail-list li {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 145px;
	font-size: 12px;
}
.catalog-thumbnail-list a {
	display: block;
}
.catalog-thumbnail-list img {
	margin-bottom: 0.5em;
	width: 135px;
	height: 135px;
}
.catalog-list {
	margin-bottom: 10px;
}
.catalog-list a {
	display: block;
	width: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.catalog-list img {
	margin-bottom: 0.5em;
}
/* ボタン */
.btn {
	padding: 4px 8px;
	color: #FFFFFF;
	background-color: rgb(164,150,104);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(193,184,143)), to(rgb(164,150,104)));
	font-size: 14px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #FFFFFF;
	box-shadow: 0 0 3px #FFFFFF;
}
.btn-left {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 12px;
}
.btn-right {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 4px;
}
/*=================================================

 * 記事

 * ================================================= */
.vlist-article ul {
}
.vlist-article li {
	height: 35px;
	line-height: 35px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	border-bottom:#CCCCCC 1px solid;
	-webkit-text-shadow:0 1px #ffffff;
	text-shadow: 0 1px #ffffff;
}
.vlist-article a {
	padding: 0 24px 0 14px;
	display: block;
	overflow: hidden;
	color: #66666;
	background: url(../img/arrow.png) right center no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*=================================================

 * リストナビゲーション

 * ================================================= */
.vlist-nav ul {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 5 5 5px #000;
	box-shadow: 5 5 5px #000;

}
.vlist-nav li {
	height: 44px;
	line-height: 44px;
	background-color: #ffffff;
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#ebebeb));*/
border-bottom:#999 1px dotted;
}
.vlist-nav li:first-child {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.vlist-nav li:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom:none;
}
.vlist-nav a {
	padding: 0 24px 0 14px;
	display: block;
	overflow: hidden;
	color: #66666;
	background: url(../img/arrow2.png) right center no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 23px;
}
.shopinfo ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.shopinfo ul li:last-child {
	border:none;
}
.shopinfo ul {
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.shopinfo ul li {
	padding: 10px;
}
.text12 {
	font-size: 12px;
}
li#icon01 {
	background-image: url(../img/icon_area.png);
	background-repeat: no-repeat;
	background-position: 5px 17px;
	padding-left: 45px;
}
li#icon02 {
	background-image: url(../img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	padding-left: 45px;
}
li#icon03 {
	background-image: url(../img/icon_time.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 45px;
}
.alighleft {
	float: left;
}
body a article {
	text-decoration: none;
}
.text12 a {
	text-decoration: underline;
	padding: 3px;
}
.vlist-nav ul {
	margin-top: 10px;
}
/*=================================================

 * アイコンメニュー

 * ================================================= */

.nav-portfolio {
	margin-top: 10px;
}
.nav-portfolio img {
	width: 80px;
	height: 80px;

}
.nav-portfolio li {
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}

.nav-portfolio a {
	display: block;
	text-decoration: none;
}

.block {
	border:#ffffff 1px solid;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
.block img {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.grad {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(48%, #cccccc), color-stop(52%, #333333), to(#111111));
}
.radius {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.textshadow {
	-webkit-text-shadow:0 1px #333333;
	text-shadow: 0 1px #f2f2f2;
}
.block:hover {
	-webkit-box-shadow: 0 0 3px #cc3300;
	box-shadow: 0 0 10px #cc3300;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(48%, #cccccc), color-stop(52%, #333333), to(#000));
}
footer {
	background-color: #333333;
	color: #FFFFFF;
	text-shadow: 1 1px #666666;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.sendSearch_btn {
	text-shadow: 0 1px #354f00;
	border:1px solid #8f8f8f;
	font-size:12px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;

background: rgb(125,205,116); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,205,116,1) 1%, rgba(72,186,57,1) 51%, rgba(71,169,60,1) 52%, rgba(132,219,116,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(125,205,116,1)), color-stop(51%,rgba(72,186,57,1)), color-stop(52%,rgba(71,169,60,1)), color-stop(100%,rgba(132,219,116,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,205,116,1) 1%,rgba(72,186,57,1) 51%,rgba(71,169,60,1) 52%,rgba(132,219,116,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,205,116,1) 1%,rgba(72,186,57,1) 51%,rgba(71,169,60,1) 52%,rgba(132,219,116,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,205,116,1) 1%,rgba(72,186,57,1) 51%,rgba(71,169,60,1) 52%,rgba(132,219,116,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,205,116,1) 1%,rgba(72,186,57,1) 51%,rgba(71,169,60,1) 52%,rgba(132,219,116,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dcd74', endColorstr='#84db74',GradientType=0 ); /* IE6-9 */




 margin-top::15px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sendSearch_btn a:active, .sendSearch_btn a:hover {

}
/*=================================================

 * フリック

 * ================================================= */
#mainImages ul li a {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#FFF;
	padding:10px;
	display:block;
	margin-bottom:5px;
}
#castlist .cast_thumb_column .cast_thumb {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden
}
.clearfix {
	min-height:1px
}
* html .clearfix {
	height:1px
}
.size {
	font-size: 12px;
}
.cast_name {
	font-weight: bold;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.number {
	font-size: 18px;
	color: #CC0066;
}
#schedule_description {
	clear: both;
	float: none;
}
/*=================================================
 * カレンダー
 * ================================================= */
#nav_calendar {
	background:#282e37;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	margin: 0 auto;
	margin-bottom:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 5 5 5px #000;
	box-shadow: 0 0 5px #000;
}
#nav_calendar li {
	text-align:center;
	color:#FFFFFF;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	width:70px;
}
#nav_calendar li:first-child {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#nav_calendar li:last-child {
	border:none;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}
#nav_calendar li.active {
}
.active_day a {
	display: block;
	background-color: #333333;
	color: #FFFFFF;
	padding: 3px;
}
.Sat a {
	color: #0099CC;
	display: block;
}
.Sun a {
	color: #CC0000;
	display: block;
}
.calendar_a a{
	color:#999999;
}
.calendar_a {
	display: block;
	padding: 3px;
}
.mt10 {
	margin-top: 10px;
}
.option {
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 5 5 5px #000;
	box-shadow: 5 5 5px #000;
	margin: 10px;
	background-color:#FFFFFF;
}
.option dt {
	width:150px;
	float:left;
	padding: 5px;
	font-size: 12px;
	clear: both;
	min-height:25px;
	color: #069;
}
.option dt:first-child {
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.option dt:last-child {
	border-bottom-style: none;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
}
.option dd {
	padding-left:170px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom:#222222 1px dotted;
	min-height:25px;
	font-size: 12px;
	border-left:#CCCCCC 1px dotted;
}
.option dd:first-child {
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
}
.option dd:last-child {
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	border-bottom:none;
}
.sch_week {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.ranking_thumb {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.ranking_desc {
	padding-left: 110px;
}
.ranking_comment {
	color: #C39;
}
#ranking .ranking_title {
	margin: 10px;
}
small {
	font-size: 10px;
}
#mainImages ul li a img {
	width: 200px;
}
.ranking_thumb_list {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.titletext {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.googlemap {
	border:none;
}
.newsTitle {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.newsDate {
	font-size: 12px;
	margin-bottom: 10px;
}
.commentCast {
	text-align: right;
	margin-right: 10px;
	margin-left: 20px;
}
.sch_date {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.footer_content {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC0000;
	color: #FFFFFF;
	background-image: url(../img/enter_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
.footer_content a {
	color: #FFFFFF;
}
.global-footer {
	display: block;
	height: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.global-footer .nav-page-footer a {
	display: list-item;
	height: 33px;
	width: 55px;
	position: absolute;
	right: 10px;
}
.textshadow {
	-webkit-text-shadow:0 1px #f2f2f2;
	text-shadow: 1 1px #f2f2f2;
	color:#333333;
}
.padding10 {
	padding: 10px;
}
.sendSearch_btn a {
	display: block;
	color: #fff;
}
.sendSearch_btn a {
	padding: 10px;
}
.cast .searchBox select {
	font-size: 18px;
	width: 100%;
	margin-bottom: 5px;
}
.cast_desc .time {
	background-image: url(../img/icon_time.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
}
#balloon {
	width: 200px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}
#balloon p {
	margin: 0;
}

.m10 {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#enter_image {
	background-repeat: no-repeat;
	width: 100%;
}
.w70 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#enter_bg {
	background-image: url(../img/enter_bg.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bnr_area {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
}
#footer_enter {
	padding: 10px;
	background-color: #B50000;
	color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #990000;
}
.clear {
	clear: both;
	float: none;
}
#header_page {
	height: auto;
	display: block;
}
#bnr_space img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

img {
     max-width: 100%;
     height: auto;
     }
#floatMenu{
    width: 60px;
    height: 54px;
    background-color:none;
    position: absolute;
    top:12px;
    left: : 0px;
    padding: 0px;
}