﻿@charset "UTF-8";
/**reset**/
body{
	background-color:#fff; 
    line-height:1.2;
    margin:0;
	padding:0;
	text-align:left;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size:1.4rem;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li{margin: 0; padding:0;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {display:block; margin: 0; padding:0;  background-color:#fff; text-shadow:none !important; 
}
 a{
	text-decoration:underline;
}
ul {list-style:none;}
hr {
	display:block;
    height:1px;
    border:0;
}
img {
	vertical-align:bottom;
	width:100%;
	height:auto;
}
.cf {zoom:1;}
.cf:after {
	content: ""; 
	display: block; 
	clear: both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.txt11{
	font-size:1.1rem;
}
.txt12{
	font-size:1.2rem;
}

.bo_no{
	border:none !important;
}
.txt-bo{
	font-weight:bold;
}
.soft{
	border-radius:12px;
	overflow:hidden;
}
.ma0{
	margin:0 !important;
}/* スマホ  underヘッダー*/
header#under{
	width:100%;
	background:#7df3ff url(../img/bg_u_h.gif) no-repeat center bottom;
	background-size:100% auto;
	padding:2% 0 4%;
}
header#under h1{
	width:48%;
	padding-left:2%;
}
header#under h1 a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none !important;
	color:#132a88;
}
header#under #date{
	width:44%;
	padding-right:2%;
}
header#under #date p a{
	display:block;
	padding-top:4%;
	font-size:11px;
	font-weight:bold;
	text-decoration:none !important;
	color:#132a88;
}
/* ナビボタン */
nav#menu{
	width:97%;
	margin:0 auto;
	padding:3% 1.5% 2%;
}
nav#menu ul{
	width:100%;
}
nav#menu ul li{
	width:32.3%;
	float:left;
	margin-left:1%;
}
nav#menu ul li#nav01{
	background:url(../img/nav01_on.gif) no-repeat;
	background-size:100% auto;
}
nav#menu ul li#nav02{
	background:url(../img/nav02_on.gif) no-repeat;
	background-size:100% auto;
}
nav#menu ul li#nav03{
	background:url(../img/nav03_on.gif) no-repeat;
	background-size:100% auto;
}
nav#menu ul li a:hover img{
	opacity:0;
}
/* コンテンツ */
article{
	width:95%;
	background:#00a0e9 url(../img/bg_stage_con_top.gif) no-repeat center top;
	background-size:100% auto;
	padding:3% 2.5% 0;
	color:#fff;
}
section{
	background-color:transparent;
	padding-bottom:2%;
}
/* ステージ*/
#stg{
	padding:2% 0 4%;
}
#stg header{
	width:40%;
	margin:2% 0;
	background-color:#00a0e9;
}
ul#s_guest{
	width:90%;
	margin:0 auto;
	text-align:center;
}
li#sg01{
	width:90%;
	margin:0 auto;
}
li#sg02{
	width:90%;
	margin:0 auto;
}
li#sg03{
	width:90%;
	margin:0 auto;
}
li#sg04{
	width:76%;
	margin:0 auto;
	padding:2% 0 10%;
}
li#sg04 p{
	width:90%;
	margin:0 auto;
	padding-top:1%;
}
li#sg05{
	width:95%;
	margin:0 auto;
	padding-right:2%
}
p#st_chui{
	font-size:1.2rem;
	padding-bottom:2%;
}
#btn_time{
	width:100%;
	margin:0 auto;
	padding-bottom:2%;
}
#btn_time a:hover img{
	opacity:0.7;
}
#s_sche{
	width:96%;
	padding:2%;
	border-radius:8px;
	background-color:#fff;
}
#s_sche h4{
	width:80%;
	margin:2% auto;
}
#s_sche ul li{
	padding-bottom:2%;
}
#s_sche ul li h5{
	background-color:#ffe4ed;
	color:#e40000;
	padding:1.5%;
	border-top:1px solid #e40000;
	border-bottom:1px solid #e40000;
	font-size:1.6rem;
}
#s_sche ul li dl{
	color:#494e50;
}
#s_sche ul li dl dt{
	padding:1%;
	color:#00a0e9;
}
#s_sche ul li dl dd{
	background-color:#e3f6ff;
	padding:1%;
	font-weight:bold;
}
/* スマホ  フッター*/
footer{
	width:100%;
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
footer.pt {
	font-size:12px;
	text-shadow:none !important;
	padding-top:2%;
	background-color:#00a0e9;
}
footer.pt p.pagetop{
	width:25%;
	border-radius:5px 5px 0 0;
	background-color:#fff;
	text-align:center;
	padding:2%;
	margin-left:70%;
	margin-top:4%;
	
}
footer.pt p.pagetop a{
	color:#132a88 !important;
	text-decoration:none !important;
}
footer.pt p.site{
	text-align:center;
	background-color:#fff;
	width:100%;
	padding:3% 0;
	color:#132a88 !important;
	text-shadow:none !important;
}
footer.pt p.site a{
	color:#132a88 !important;
	text-decoration:underline !important;
}
