@charset "utf-8";

/*
============================================================
base.css
------------------------------------------------------------
■SNSボタン
============================================================
*/

/* #共通
------------------------------------------------------------*/
.txt_off{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:1px;
	line-height:0%;
	margin:0;
	padding:0;
}

/* #本体
------------------------------------------------------------*/
#page_contents{
	background-image: url('../images/bg_yellow_dots.png');
	text-align:left;
}

#index {
	width:100%;
}

/* #ヘッダ
------------------------------------------------------------*/
.page_header {
	width:100%;
}
.page_header_inner{
	position:relative;
	width:1000px; 
	margin:72px auto 0;
	padding:0 0 40px;
}

.tour_title {
	margin:15px auto 0;
	width:912px;
}

.top_message {
	margin:20px auto 0;

	width:670px;
}

#page_sns_area {
	padding-top:20px;
}

/* #各項目共通
------------------------------------------------------------*/
.section{
	padding: 20px 0;
}

.article {
	background:#fff;
}

#section_news .article {
	border: 5px solid #231815;
}

#section_member .article {
	border: 5px solid #231815;
}

#section_schedule .article {
	border: 5px solid #231815;
}

#section_ticket .article {
	border: 5px solid #231815;
}


.section_inner {
	width: 1000px;
	margin: 0 auto;
}

.section_title {
	margin: 0px auto 20px;
	text-align:center;
}


/*ニュース
------------------------------------------------------------*/
#section_news {
	background-color:#fff100;
}

.news_list {
	margin:15px; 
	line-height:1.5;
	border-bottom: 1px solid #231815;
}

.news_list_last {
	margin-bottom: 0; 
	border-bottom: none;
}

#section_news dl{ 
	font-size: 16px;
}


#section_news dl dt { 
	width:130px; 
	float:left; 
	clear:both; 
	padding: 0 0 15px 0; 
}

.news_date {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	background: #00aacf;
}

#section_news dl dd { 
	padding:0 0 15px 130px; 
	color:#333;
}
#section_news dl dd a {
	display: inline-block;
	padding: 3px 6px;
	color:#333; 
	text-decoration:none;
}

#section_news dl dd a:hover {
	text-decoration:underline;
}

#section_news .article{
	padding-right:0;
}

#section_news div.article div#news_area{
	width:solid 1px #000;
	overflow:hidden;
}
/*ヤングメンバー
------------------------------------------------------------*/
#section_member {
}

.bottom_wave {
	width:100%;
	height:7px;
	background: url('../images/wave_bottom.png');
}

.top_wave {
	width:100%;
	height:7px;
	background: url('../images/wave_top.png');
}

.top_wave span {
	display:none;
}

.bottom_wave span {
	display:none;
}

.young_menber_header {
	margin: 30px auto 10px;
	text-align:center;
}

.young_menber_header span {
	padding: 10px 50px;
	border: 3px solid #231815;
	color:#231815;
	background-color:#e783b4;
	font-weight:bold;
	font-size:26px;
	text-align:center;
}

.memberList {
	padding: 20px 0px 10px;
}

ul.memberListUl {
	width: 950px;
	margin: 10px auto 0px;
	overflow: hidden;
}

ul.memberListUl li {
	width: 164px;
	height: 262px;
	margin: 0px 13px 25px;
	float: left;
}

.memberListProfile {
	text-align: center;
	margin: 7px 0px 0px;
}

h4.memberListNamej {
	color: #595757;
}

p.memberListNamee {
	font-size: 75%;
	color: #F596B4;
	margin: 0px 0px 7px;
}

h5.memberListBirthDay {
	font-size: 75%;
	color: #948F88;
	margin: 0px 0px 7px;
}

h5.memberListTeam {
	font-size: 63%;
	color: #948F88;
}

/*スケジュール
------------------------------------------------------------*/
#section_schedule {
	background-color:#fff100;
}

/* タブ表示領域全体 */
div.tabbox {
	margin:0px;
	padding:0px;
	width: 1000px;
}

/* タブ部分 */
div.tabs {
	padding:0 0 0 10px;
	width:100%;
	height:40px;
	margin-bottom:12px;
}

div.tab,div.tab_active {
	display:block; 
	width:160px;
	height:40px;
	margin-left:10px;
	float: left;
	line-height:40px;
	text-align: center;
	font-size: 20px;
}
div.tab {
	background-color:#231815;
}
div.tabs div.tab {
	background-color: #231815;
	border: 4px solid #231815;
	border-radius:3px;
	color: white;
	cursor:pointer;
	font-weight:bold;
}

div.tabs div.tab:hover {
	background-color: #231815;
	border: 4px solid #231815;
	color:#fff100;
}

.tab_active {
	position: relative;
	background: #e783b4;
	border: 4px solid #231815;
	font-weight: bold;
	font-size: 22px;
}
.tab_active:after, .tab_active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events:	none;
}
.tab_active:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #e783b4;
	border-width: 12px;
	margin-left: -12px;
	}
.tab_active:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #231815;
	border-width: 18px;
	margin-left: -18px;
}


#section_schedule .section_title {
	margin: 0px auto 20px;
	text-align:center;
}

#section_schedule .article{
	background :#fcfcfc;
}


.schedule_header {
	margin: 10px auto 30px;
	text-align:center;
}

.schedule_header span {
	padding: 10px 50px;
	border: 3px solid #231815;
	color:#231815;
	background-color:#4ec6e0;
	font-weight:bold;
	font-size:26px;
	text-align:center;
}


/*記事枠*/
#section_schedule div.schedule_format{
	padding:20px 20px 0;
	overflow:auto;
}

#section_schedule div.schedule_format dl{
	position:relative;
	margin-bottom:20px;
	padding:20px;
	background :#fff;
	border:solid 3px #231815;
}

#section_schedule div.schedule_format dt{
	font-size:16px;
	margin-bottom:6px;
	color:#df5d9d;
	font-weight:bold;
}

#section_schedule div.schedule_format dd{
	font-size:16px;
}

.curtain_time {
	color:#df5d9d;
	margin-bottom:6px;
}

.ticket_charge {
	color:#000000;
}

#section_schedule div.schedule_format dd.important_block{
	font-size:116%;
	color:#F00;
}

#section_schedule div.schedule_format dd ul{
	margin:0 1em;
}

#section_schedule div.schedule_format dd li{
	text-indent:-1em;
	margin-left:1em;
}

#schedule_article01{
	display:none;
}

/*アクセス
------------------------------------------------------------*/
.slide_box {
	display:none;
	margin: 20px 0 0;
	padding:20px;
	border: 1px solid #f596b4;
}
.accordion {
	position:absolute;
	top: 10px;
	right:20px;
	margin-top:12px;
	width:116px;
	height:29px;
	background: url('../images/map_btn.png');
	cursor:pointer;
}
.accordion:hover {
	background: url('../images/map_btn_on.png');
}

.accordion span {
	display:none;
}

.active {
	margin-top:12px;
	width:116px;
	height:29px;
	background: url('../images/map_btn_active.png');
	cursor:pointer;
}
.active:hover {
	background: url('../images/map_btn_active_on.png');
}

.map_text {
	display:inline-block;
	float:left;
	margin-right:20px;
	width:450px;
}

.module_map {
	display:inline-block;
	width:390px;
}

.map_text h4 {
	font-size:16px;
	margin-bottom:6px;
	color:#df5d9d;
	font-weight:bold;
}

.map_text p {
	font-size:14px;
	margin-bottom:6px;
	line-height: 1.5;
}

.notice {
	color:#333;
	font-size:12px;
}

.notice a:hover {
	text-decoration: underline;
}

/*チケット
------------------------------------------------------------*/
#section_ticket {
}
.ticket_header {
	margin: 30px auto 20px;
	text-align:center;
}

.ticket_header span {
	padding: 10px 50px;
	border: 3px solid #231815;
	color:#231815;
	background-color:#e783b4;
	font-weight:bold;
	font-size:26px;
	text-align:center;
}

/*記事枠*/
#section_ticket div.ticket_format{
	padding: 0 20px 20px;
	overflow:auto;
}

#section_ticket div.ticket_format dl{
	margin-bottom:10px;
	padding:10px;
	line-height:1.6;
	border-bottom: 1px solid #dddddd;
}

#section_ticket div.ticket_format dt{
	margin-bottom:6px;
}

#section_ticket div.ticket_format dd{
	margin-bottom:6px;
	font-size:14px;
}

#section_ticket div.ticket_format dd.important_block{
	font-size:16px;
	color:#F00;
}

#section_ticket div.ticket_format dd ul{
	margin:0 1em;
}

#section_ticket div.ticket_format dd li{
text-indent:-1em;
margin-left:1em;
}

.ticket_article_wrap {
	margin-top: 20px;
}

.ticket_header1 {
	font-size:24px;
	padding-left:10px;
	color:#df5d9d;
	border-left:6px solid #df5d9d;
}
.page_footer {
	background-color: #df5d9d;
	color:#fff;
}
.page_footerInner {
	width:1200px;
	margin: 0 auto;
	padding:20px;
}

.page_footerLeft {
	text-align: center; }

.page_copyright p {
	color: #FFF;
	font-size: 69%;
	margin: 15px 0 0 0; }

.memberListUl a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }

/*EOF*/