#main	{
	width:100%;
	margin:0 auto;
}
#main #contents .box { list-style-position: inside; }
#main section[data-id^="panel"]	{
	/* width:100%; */
	min-height:100%;
}
#panelbgm-control	{
	position:fixed;
	width:80px;
	height:11px;
	right:10px;
	top:10px;
	overflow:hidden;
	background:url(core/panel/00/css/bgm.png) no-repeat center top;
	z-index:1105;
	cursor:pointer;
}
#panelbgm-control.off	{
	background-position:left -11px;
}
#presentation_button	{
	overflow:hidden;
	position:fixed;
	display:none;
	width:200px;
	height:200px;
	background:url(core/panel/00/css/presentation.png) no-repeat;
	z-index:1104;
}
#presentation_button.play	{ background-position:left -200px;}

#LiVEopeningmovie { display: block;}

/********
scrollbar
********/
section[data-id^="panel"]	{
	scrollbar-width:5px;
	scrollbar-base-color:#FFF;
	scrollbar-track-color:#FFF;
	scrollbar-face-color:#EEE;
	scrollbar-shadow-color:#EEE;
	scrollbar-darkshadow-color:#EEE;
	scrollbar-highlight-color:#EEE;
	scrollbar-3dlight-color:#EEE;
	scrollbar-arrow-color:#FFF;
}

section[data-id^="panel"]::-webkit-scrollbar,
section[data-id^="panel"] .block::-webkit-scrollbar {
	overflow:hidden;
	width:5px;
	background:#FFF;
	border-radius:3px;
}
section[data-id^="panel"]::-webkit-scrollbar:horizontal,
section[data-id^="panel"] .block::-webkit-scrollbar:horizontal {
	height:5px;
}
section[data-id^="panel"]::-webkit-scrollbar-button,
section[data-id^="panel"] .block::-webkit-scrollbar-button {
	display:none;
}
section[data-id^="panel"]::-webkit-scrollbar-piece,
section[data-id^="panel"] .block::-webkit-scrollbar-piece {
	background:#FFF;
}
section[data-id^="panel"]::-webkit-scrollbar-piece:start,
section[data-id^="panel"] .block::-webkit-scrollbar-piece:start {
	background:#FFF;
}
section[data-id^="panel"]::-webkit-scrollbar-thumb,
section[data-id^="panel"] .block::-webkit-scrollbar-thumb {
	overflow:hidden;
	border-radius:3px;
	background:#CCC;
}
section[data-id^="panel"]::-webkit-scrollbar-corner,
section[data-id^="panel"] .block::-webkit-scrollbar-corner {
	overflow:hidden;
	border-radius:3px;
	background:#CCC;
}
/*galleryの説明部分*/

.plain .default {
	background-image: url(carousel_img/_MG_3355_mantaray.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center top;
	height: 600px;
	padding: 2em;
	margin-top: 1.8em;
	width: 100%;
	margin-bottom: -2em;
}
@media (min-width:320px){.plain .default {background-size: cover;}}


.plain .default .block	{
	color:#000;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	opacity: 0.6;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

@media (min-width:480px){.plain .default .block {width:85%;}}
@media (min-width:320px){.plain .default .block {width:85%;}}
@media (min-width:768px){.plain .default .block {width:90%;}}
@media (min-width:992px){.plain .default .block {width:95%;}}

.plain .default .plate	{
	width:100%;
}
.plain .default .plate .panel-title	{
	margin-bottom:5px;
	font-size:30px;
	line-height:1;
}
.plain .default .plate .panel-description	{
	font-size:12px;
	line-height:1;
}
/*.plain .default .board img	{
	display:block;
	float:left;
	width:20%;
	height:auto;
}*/
.album .default .block	{
	width:100%;
	color:#000;
}
.album .default .plate	{
	width:100%;
}
.album .default .plate .panel-title	{
	margin-bottom:30px;
	font-size:36px;
	line-height:1.4;
}
.album .default .plate .panel-description	{
	margin-bottom:30px;
	font-size:12px;
	line-height:1.8;
}
.album .default .board .tile	{
	float:left;
	margin:0 10px 10px 0;
}
.album .default .board .tile .pic,
.album .default .board .tile .pic img	{
	display:block;
}
.album .default .board .tile .pic > a	{
	display:block;
	padding:1px;
}
.album .default .board .tile .pic > a:hover	{
	padding:0;
	border:1px solid #F1F1F1;
}
.album .default .board .tile .pic > img	{
	padding:1px;
}
.album .default .pic-desc {
	display:none;
}

#siteheader #sitemenu img.cap	{
	margin-right:4px;
	vertical-align:text-bottom;
}
#siteheader #sitemenu img.tail	{
	margin-left:4px;
	vertical-align:text-bottom;
}

#siteheader {
	width: 100%;
}

#siteheader .box	{
	position:relative;
	min-height:60px;
}
#siteheader .logo1	{
	position:absolute;
	left:0;
}
#siteheader .logo2	{
	position:absolute;
	right:0;
}
#siteheader .logo1 a,
#siteheader .logo2 a	{
	display:block;
	line-height:0;
}
#sitemenu ul	{
	margin:0 auto;
	padding:0;
	position:relative;
	float:left;
	left: 50%;
}
#sitemenu li	{
	list-style-type:none;
	position:relative;
	float:left;
	left: -50%;
}
#sitemenu li a	{
	white-space:nowrap;
}
#sitemenu ul	{
	zoom:1;
}
#sitemenu ul:after	{
	content:"";
	display:block;
	clear:both;
	height:0.01px;
}
#sitefooter .box .a,
#sitefooter .box .b,
#sitefooter .box .c,
#sitefooter .box .d,
#sitefooter .box .e	{
	float:left;
	display:none;
	line-height:1.4;
}
#sitefooter .x1 .a	{
	display:block;
	width:100%;
}
#sitefooter .x2 .a	{
	display:block;
	width:48%;
}
#sitefooter .x2 .b	{
	display:block;
	width:48%;
}
#sitefooter .x3 .a	{
	display:block;
	width:30%;
}
#sitefooter .x3 .b	{
	display:block;
	width:30%;
	margin:0 1%;
}
#sitefooter .x3 .c	{
	display:block;
	width:30%;
}
#sitefooter .x4 .a	{
	display:block;
	width:23%;
	margin-right:1%;
}
#sitefooter .x4 .b	{
	display:block;
	width:23%;
	margin-right:1%;
}
#sitefooter .x4 .c	{
	display:block;
	width:23%;
	margin-right:1%;
}
#sitefooter .x4 .d	{
	display:block;
	width:23%;
}
#sitefooter .x5 .a	{
	display:block;
	width:18%;
	margin-right:1%;
}
#sitefooter .x5 .b	{
	display:block;
	width:18%;
	margin-right:1%;
}
#sitefooter .x5 .c	{
	display:block;
	width:18%;
	margin-right:1%;
}
#sitefooter .x5 .d	{
	display:block;
	width:18%;
	margin-right:1%;
}
#sitefooter .x5 .e	{
	display:block;
	width:18%;
	margin-right:1%;
}

#sitefooter {
	width: 100%;
}

#sitefooter .box	{
	zoom:1;
	overflow:hidden;
}
#sitefooter .box:after	{
	content:"";
	display:block;
	clear:both;
	height:0.01px;
}

#pageheader .box .a,
#pageheader .box .b,
#pageheader .box .c,
#pageheader .box .d,
#pageheader .box .e	{
	float:left;
	display:none;
	line-height:1.4;
}
#pageheader .x1 .a	{
	display:block;
	width:100%;
}
#pageheader .x2 .a	{
	display:block;
	width:48%;
}
#pageheader .x2 .b	{
	display:block;
	width:48%;
}
#pageheader .x3 .a	{
	display:block;
	width:30%;
}
#pageheader .x3 .b	{
	display:block;
	width:30%;
	margin:0 1%;
}
#pageheader .x3 .c	{
	display:block;
	width:30%;
}
#pageheader .x4 .a	{
	display:block;
	width:23%;
	margin-right:1%;
}
#pageheader .x4 .b	{
	display:block;
	width:23%;
	margin-right:1%;
}
#pageheader .x4 .c	{
	display:block;
	width:23%;
	margin-right:1%;
}
#pageheader .x4 .d	{
	display:block;
	width:23%;
}
#pageheader .x5 .a	{
	display:block;
	width:18%;
	margin-right:1%;
}
#pageheader .x5 .b	{
	display:block;
	width:18%;
	margin-right:1%;
}
#pageheader .x5 .c	{
	display:block;
	width:18%;
	margin-right:1%;
}
#pageheader .x5 .d	{
	display:block;
	width:18%;
	margin-right:1%;
}
#pageheader .x5 .e	{
	display:block;
	width:18%;
	margin-right:1%;
}

#pageheader .box	{
	zoom:1;
	overflow:hidden;
}
#pageheader .box:after	{
	content:"";
	display:block;
	clear:both;
	height:0.01px;
}

.menuBgIconLeft,
.menuBgIconRight,
.menuBgIconLeft p,
.menuBgIconRight p,
#sitemenu ul li p { display: block; }
.menuBgIconLeft { background-repeat: no-repeat; background-position: left center; }
.menuBgIconRight { background-repeat: no-repeat; background-position: right center; }
#pagefooter .box .a,
#pagefooter .box .b,
#pagefooter .box .c,
#pagefooter .box .d,
#pagefooter .box .e	{
	float:left;
	display:none;
	line-height:1.4;
}
#pagefooter .x1 .a	{
	display:block;
	width:100%;
}
#pagefooter .x2 .a	{
	display:block;
	width:48%;
}
#pagefooter .x2 .b	{
	display:block;
	width:48%;
}
#pagefooter .x3 .a	{
	display:block;
	width:30%;
}
#pagefooter .x3 .b	{
	display:block;
	width:30%;
	margin:0 1%;
}
#pagefooter .x3 .c	{
	display:block;
	width:30%;
}
#pagefooter .x4 .a	{
	display:block;
	width:23%;
	margin-right:1%;
}
#pagefooter .x4 .b	{
	display:block;
	width:23%;
	margin-right:1%;
}
#pagefooter .x4 .c	{
	display:block;
	width:23%;
	margin-right:1%;
}
#pagefooter .x4 .d	{
	display:block;
	width:23%;
}
#pagefooter .x5 .a	{
	display:block;
	width:18%;
	margin-right:1%;
}
#pagefooter .x5 .b	{
	display:block;
	width:18%;
	margin-right:1%;
}
#pagefooter .x5 .c	{
	display:block;
	width:18%;
	margin-right:1%;
}
#pagefooter .x5 .d	{
	display:block;
	width:18%;
	margin-right:1%;
}
#pagefooter .x5 .e	{
	display:block;
	width:18%;
	margin-right:1%;
}

#pagefooter .box	{
	zoom:1;
	overflow:hidden;
}
#pagefooter .box:after	{
	content:"";
	display:block;
	clear:both;
	height:0.01px;
}

.navi .default_sound {
	background:url(core/widget/navi/default_sound/bgm.png) no-repeat;
	cursor:pointer;
	opacity:1;
}
.navi .default_sound:hover	{
	opacity:.8;
}
.navi .default_sound a	{
	width:80px;
	height:11px;
	display:block;
}
.navi .default_up {
	width:42px;
	height:42px;
	background:url(core/widget/navi/default_up/button.png) no-repeat center center;
	cursor:pointer;
	opacity:1;
}
.navi .default_up:hover	{
	opacity:0.8;
}
.navi .default_up a	{
	display:block;
}
.navi .default_down {
	width:42px;
	height:42px;
	background:url(core/widget/navi/default_down/button.png) no-repeat center center;
	cursor:pointer;
	opacity:1;
}
.navi .default_down:hover	{
	opacity:0.8;
}
.navi .default_down a	{
	display:block;
}
.navi .default_pagetop {
	width:42px;
	height:42px;
	background:url(core/widget/navi/default_pagetop/button.png) no-repeat center center;
	cursor:pointer;
	opacity:1;
}
.navi .default_pagetop:hover	{
	opacity:0.8;
}
.navi .default_pagetop a	{
	display:block;
}
.navi .dot_circle_blue ul	{
	margin:0;
	padding:0;
}
.navi .dot_circle_blue li	{
	display:block;
	float:left;
	width:28px;
	height:26px;
	overflow:hidden;
}
.navi .dot_circle_blue li a	{
	display:block;
	width:28px;
	height:26px;
	background:url(core/widget/navi/dot_circle_blue/dot.png) no-repeat;
	text-decoration:none;
}
.navi .dot_circle_blue li a:hover,
.navi .dot_circle_blue li a.on	{
	background-position:left -26px;
	text-decoration:none;
}
.navi .dot_circle_blue li a span	{
	display:none;
}
