@charset "utf-8";
/* ===================================================================
CSS information

file name  :style.css
style info :コンテンツ 他
=================================================================== */

/*====================================================
	float解除
----------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*====================================================
	レイアウト
	
	id:bodyarea
	舞台・イベント
----------------------------------------------------*/
#bodyarea {
	margin: 0px auto;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 150%;
	max-width: 1280px;
	margin-bottom: 80px;
	position:relative;
}

/************************
** コンテンツ画像背景
** class:bgmain
************************/
#bodyarea .bgmain {
	width: 100%;
	padding-top: 76.4%;
	margin: 0 auto;
	background: url("../images/bg_main.jpg?220808") no-repeat;
	background-size: cover;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	position: relative;
}

#bodyarea .formbtn {
	width: 100%;
	text-align:center;
	margin-top:20px;
	font-weight:bold;
}
#bodyarea .formbtn>a {
	display:inline-block;
	width:50%;
}
#bodyarea .formbtn>a:hover {
	opacity:0.5;
	transition:0.5s;
	
}
#bodyarea .entry {
	display:
	block;
	margin:0 auto;
	border-radius:10px;
	padding:25px;
	background:#20b2aa;
	color:#ffffff;
	font-size:30px;
}
#bodyarea .gray {
	background:#a9a9a9;
}
#bodyarea .entry>a{
	color:#ffffff;
}
#bodyarea .formbtn>p{
	margin:10px;
	color:#20b2aa;
	font-size:20px;
	line-height: 150%;
}



/************************
** プレイガイド注釈
** class:time-table 
************************/

#bodyarea .twocolum table th p{
	color:red;
	margin:5px 0 0 0;
	font-size:10px;
	line-height:1.2;
}
/************************
** サブタイトル
** element:div
** class:outline
************************/
#bodyarea div.outline {
	background-color: #f29d50;
	color:#ffffff;
	text-align: center;
	margin: 10px auto;
	font-size: 20px;
	padding: 8px;
}
/************************
** テーブル１つの場合
** class:onecolum
************************/
#bodyarea .onecolum {
	
}
/************************
** テーブル１つ目
** element:table
************************/
#bodyarea .onecolum table {
	width:100%;
}
/************************
** テーブル２つの場合
** class:twocolum
************************/
#bodyarea .twocolum {
	
}
/************************
** テーブル２つのテーブル
** element:table
************************/
#bodyarea .twocolum table {
	width:49%;
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one {
	float:left;
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one th{
	white-space:nowrap;
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one td p{
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one td p .red{
	color:red;
}
/************************
** テーブル２つの１つ目
** class:list
************************/
#bodyarea .twocolum table.one .list{
}

/*#bodyarea .twocolum table.one .list a{
	text-decoration:none;
	font-size: 25px;
	font-weight: bold;
	line-height: 55px;
	background: #f29d50;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 16px;
	padding: 5px;
}*/
#bodyarea .twocolum table.one .gray a{
	text-decoration:none;
	font-size: 25px;
	font-weight: bold;
	line-height: 55px;
	background: #ccc;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 16px;
	padding: 5px;
}
#bodyarea .twocolum table.one .list li{
	margin-top:3px;
}

/************************
** テーブル２つの２つ目
** element:table
** class:two
************************/
#bodyarea .twocolum table.two {
	float:right;
}
/************************
** テーブル２つの２つ目
** class:list
************************/
#bodyarea .twocolum table.two .list{
}

#bodyarea .twocolum table.two .list a{
	text-decoration:none;
}
#bodyarea .twocolum table.two .list li{
	margin-top:3px;
}

/*************************
** その他リンク
** class:link
*************************/
#bodyarea table .link{
	padding-top: 5px; 
	text-align: center;
}
/*************************
** google map
** class:map

*************************/
#bodyarea table .map{
	padding-top: 5px; 
	text-align: center;
}
/*************************
** テーブルヘッダ
** element:th
*************************/
#bodyarea table th {
	background-color: #fedfdf;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
	width: 8em;
}

/*************************
** テーブルヘッダ タイトル
** element:th
*************************/
#bodyarea table th.outline{
	background-color: #333333;
	color:#ccc;
	border: 1px solid #cccccc;
	padding: 5px;
	width:100%;
}
/*************************
** テーブルデータ
** element:td
*************************/
#bodyarea table td {
	border: 1px solid #cccccc;
	padding: 9px 1em;
}

#bodyarea .link {
	text-align:center;
	margin-top:30px;
}
#bodyarea .link>a:hover {
	opacity:0.5;
	transition:0.5s;
	
}
