@charset "utf-8";

.ticket_list li {
	float:left;display:inline;
	margin: 0 3px 0 0;
	width: 20px;
}

.schedule_info_top {
	margin: 15px 0 0 0;
	padding: 10px 15px;
	background: #333333;
	color: #539E26;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
.ticket_info {
	margin: 30px 0 0 0;
	padding: 15px;
	background: #333333;
	font-size: 12px;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
.ticket_info li {
	float:left;display:inline;
	margin: 0 20px 0 0;
	line-height: 20px;
}
.ticket_info li a {
	display: block;
	padding: 0 0 0 27px;
	color: #ffffff;
	text-decoration: none;
}
.ticket_info li a:hover {
	text-decoration: underline;
}
.ticket_shop {background: url(../images/ticket_shop.png) no-repeat;}
.ticket_pia {background: url(../images/ticket_pia.png) no-repeat;}
.ticket_cn {background: url(../images/ticket_cn.png) no-repeat;}
.ticket_e {background: url(../images/ticket_e.png) no-repeat;}
.ticket_lowson {background: url(../images/ticket_lowson.png) no-repeat;}
.ticket_dft {background: url(../images/dft.png) no-repeat;}

/* 詳細ページ */
.schedule_detail{
	padding:30px;
}

.schedule_d_date{
	font-family: arial,verdana,sans-serif;
	font-size:24px;
	line-height:1.1;
}
.schedule_detail h3{
	margin:0 0 30px 0;
	color:#539E26;
	font-family: arial,verdana,sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:1.1;
	text-shadow:0px 1px 0px rgba(0,0,0,0.8);
}
.schedule_d_img{
	float:left;display:inline;
	margin:0 30px 30px 0;
	width:435px;
}
.schedule_d_txt{
	float:left;display:inline;
	width:435px;
}
.schedule_d_txt table{
	margin:0 0 25px 0;
	width:100%;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
}
.schedule_d_txt th{
	padding:15px;
	width:105px;
	border-top:2px solid #000000;
	border-left:2px solid #000000;
	background:url(../images/bg_black_dot.gif);
	color:#539E26;
	font-weight:bold;
	text-shadow:0px 1px 0px rgba(0,0,0,0.8);
	vertical-align:top;
}
.schedule_d_txt td{
	padding:15px;
	border-top:2px solid #000000;
	border-left:2px solid #000000;
	vertical-align:top;
}
.d_artist_img{
	margin-right:-30px;
}
*:first-child+html .d_artist_img{
	margin-bottom:30px;
}
*:first-child+html .mbm7{
	margin-bottom:30px;
}
.d_artist_img li{
	float:left;display:inline;
	margin:0 30px 30px 0;
}
.d_artist_img img{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* サイド */
.calendar_navi{
	text-align:center;
}
.calendar_side {
	padding:5px;
	font-size:11px;
}
.calendar_side table{
	width:100%;
}
.calendar_side table th{
	padding:1px 3px;
	font-weight:bold;
	text-align:center;
}
.calendar_side table td{
	padding:1px 3px;
	text-align:center;
	vertical-align:top;
}

.s_calendar_navi{
	text-align:center;
}
.s_calendar_navi li{
	display:inline-block;
	margin:0 10px;
	font-size:16px;
}

.calendar_close{
	background:#eeeeee;
	border:1px solid #ffffff;
}

.s_calendar table td.calendar_close{
	background:#eeeeee;
}

.spacer10 {
	display:inline-block;
	font-size:0;
	width:10px;
	height:10px;
}
/* テーブルタイプカレンダー */
.s_calendar {
	margin:0 0 20px 0;
}
.s_calendar table{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse: separate;
}
*:first-child+html .s_calendar table{
	border-collapse: collapse;
}


.s_calendar table th{
	padding:5px;
	width:14%;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #ffffff;
	border-right:1px solid #cccccc;
	background:#eeeeee;
	text-align:center;
	font-weight:bold;
	text-shadow: 0 1px 0 #E1E1E1;
}
.s_calendar table td{
	padding:5px;
	width:14%;
	border:2px solid #000000;
	vertical-align:top;
}
.s_calendar_day{
	font-weight:bold;
	font-family:arial,sans-serif;
}
.s_calendar_contents{
	min-height:80px;
}

.s_calendar_month{
	font-family: verdana,arial,sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:1;
}
.s_calendar_year{
	font-size:12px;
}

/* リストタイプカレンダー */
.s_calendar_list_navi{
	margin: 24px auto 18px auto;
	width:300px;
	text-align:center;
}
.s_calendar_list_navi li{
	float:left;display:inline;
	margin-left:30px;
	margin-right:30px;
}
.s_calendar_list_type {
	margin:0;
}
.s_calendar_list_here{
	font-family: arial,verdana,sans-serif;
}
.s_calendar_list_here_y{
	line-height:20px;
}
.s_calendar_list_pre{
	float:left;display:inline;
	padding-top:20px;
}
.s_calendar_list_next{
	float:right;display:inline;
	padding-top:20px;
}

/* 公○食堂スケジュール */
.koen td.schedule_name {
	padding: 8px 15px;
	font-size: 10px;
}
.koen .s_time_price {
	font-size: 11px;
}
.koen td {
	background: #111111;
	color: #cccccc;
}
.koen .schedule_name h3 {
	margin: 0 0 5px 0;
	font-size: 12px;
}

/* Antonioスケジュール */
.antonio td.schedule_name {
	padding: 8px 15px;
	font-size: 10px;
}
.antonio .s_time_price {
	font-size: 11px;
}
.antonio td {
	background: #111111;
	color: #cccccc;
}
.antonio .schedule_name h3 {
	margin: 0 0 5px 0;
	font-size: 12px;
}

/* table設定 */
.s_calendar_list_type table{
	margin:0 0 5px 0;
	width:100%;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	border-collapse: separate;
}
.s_calendar_list_type table table {
	border-right: 0;
	border-bottom: 0;
}
.s_calendar_list_type table table td {
	border-top: 2px solid #000000;
}
*:first-child+html .s_calendar_list_type table{
	border-collapse: collapse;
}
.s_calendar_list_type th{
	padding:5px;
	width:46px;
	border-top:2px solid #000000;
	border-left:2px solid #000000;
	text-align:center;
	text-shadow: 0 1px 0 #E1E1E1;
	vertical-align:middle;
	background:url(../images/bg_black_dot.gif);
}
.s_calendar_list_type td{
	padding:15px;
	border-left:2px solid #000000;
	vertical-align:middle;
}
.s_calendar_list_type th.s_sunday{
	background:url(../images/bg_red_dot.gif);
}
.s_calendar_list_type th.s_saturday{
	background:url(../images/bg_blue_dot.gif);
}
.s_calendar_list_type .s_holiday th{
	background:url(../images/bg_red_dot.gif);
}
.s_calendar_list_type .s_holiday .s_time_price th{
	background:none;
}
.s_calendar_list_type table.s_time_price{
	border:none;
}

.s_time_price th{
	padding:0;
	width:50px;
	border:none;
	color:#539E26;
	font-size: 12px;
	font-weight:normal;
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
	text-align:left;
	background:none;
}
.s_time_price td{
	padding:0;
	border:none !important;
}
/**/
.s_calendar_list_type h3{
	margin:0 0 15px 0;
	font-weight:bold;
}
.s_calendar_list_day{
	font-size:30px;
	font-weight:bold;
	font-family: arial,verdana,sans-serif;
}
.s_artist_img p{
	float:left;display:inline;
	margin:0 15px 15px 0;
}
.s_pickup{
	/*background:url(../images/schedule_bg_pickup.gif) no-repeat top left;*/
}


.staff_title{
	font-size:16px;
	color:#f56e6e;
}

.staff_list{
	margin:30px 0;
}

.schedule_name {
	border-left :0 !important;
	width: 470px;
}
.schedule_event_time {
	width: 90px;
}
.schedule_event_price {
	width: 90px;
}

.shedule_reserve_btn {
	width: 120px;
}

