@charset 'UTF-8';
/*
 * Sanrio Pink Style
 * atali inc.
 * ===================================================
 */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: url(../img/bg_pattern.png) fixed top center #fff;
	min-width: 980px;
	
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	
	overflow-y: scroll;
	position: relative;
}

body.split-ltie7 {
	overflow-y: auto;
}

.old-ie a.btn {
	display:inline-block;
	zoom: 1;
}

#page {
	margin: 0;
	padding: 0;

	overflow: hidden;
	position: relative;
	text-align: center;

	background: url(../img/bg_trans.png) repeat-y center;
}

#page img {
	vertical-align: middle;
}

/*
* basics
* ===================================================
*/
nav > h1,
aside > h1 {
	display: none;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.detail {
	margin: 0 auto;
	padding: 0 0 1em 0!important;
	text-align: left;
	background-color: #fff;
	max-width: 980px;
}

.detail img {
	vertical-align: middle;
}

.detail > header {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.detail > header > img {
	width: 100%;
	height: auto;
}

.detail > header > .options {
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.detail > header > h1 {
	margin: 0;
}

.detail > .body{
	margin: 0 20px 20px 20px;
	line-height: 20px;
}

.detail > .body p{
	margin: 0 0 1em 0;
}

.snsbox {
	margin: -80px auto 40px auto;
	z-index: 3;
	padding-bottom:250px;
}

.snsbox > div {
	display: inline-block;
}

.split-ltie7 .snsbox > div {
	display: inline;
	zoom: 1;
}

.snsbox .fbarea {
	position: relative;
	top: -3px;
}

table.mapcase {
	margin-bottom: 25px;
}

table.mapcase th,
table.mapcase td{
	border-bottom: 1px solid #666;
	font-weight: normal;
	padding: 1em 0;
	text-align: left;
}

table.mapcase a{
	padding: 0 3px;
}

body.child-page #page > h1 {
	padding: 60px 0 0 0;
	margin: 0 auto;
}

/*
* header
* ===================================================
*/
#page-header {
	background: url(../img/bg_header2.png) scroll no-repeat top center transparent;
	font-size: 8px;
	padding-bottom: 48px;
}

#page-header > .wrap {
	margin: 0 auto;
	padding: 0px 0 20px 0;
	max-width: 1280px;
	position: relative;
}

#page-header h1,
#page-header p {
	margin: 0;
	padding: 0;
}

#page-header p {
	width:620px;
	text-align:left;
	margin:1em auto 0 auto;
}
#page-header .cooperative {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	
	margin: 0;
	padding: 15px 10px;
}

#page-header-logo.scripted {
	position: relative;
	top: 0;
	left: 0;
	opacity: 0;
}

#page-header-logo.animated {
	-webkit-transition: opacity 600ms cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s;
	-ms-transition: opacity 600ms cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s;
	transition: opacity 600ms cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s;
}

/*
* menu
* ===================================================
*/
#page-menu {
	background: url(../img/bg_menu1.png) scroll #FF223F;
	margin: -51px 0 0 0;
	position: relative;
	
	height: 51px;
	width: 100%;
}

body.child-page #page-menu {
	margin: 0 0 -51px 0;
}

#page-menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	
	margin-top: 0;
	z-index: 100;
}

#page-menu .menu {
	margin: 0 auto;
	padding: 0;
	display: inline;
	overflow: hidden;
	position: relative;
}

#page-menu .menu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#page-menu .menu li a {
	display: inline-block;
	position: relative;
}

.split-ltie7 #page-menu .menu li a {
	display: inline;
	zoom: 1;
}

#page-menu .menu li a .underbar {
	display: block;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 0;
	overflow: hidden;
}

#page-menu .menu li a .underbar:before {
	content: '';
	display: block;
	height: 4px;
	margin: 0 51%;
	background-color: #fff;
	-webkit-transition: margin 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-ms-transition: margin 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: margin 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

#page-menu .menu li a.active .underbar:before {
	margin: 0 34px;
}

/*
* footer
* ===================================================
*/
#page-footer {
	color: #fff;
	background-color: #FF223F;
	padding: 1.5em;
	overflow: hidden;
}

#page-footer .copyright {
	margin: 0;
	font-size: 10px;
	line-height: 18px;
}

/*
* page-body
* ===================================================
*/
#page-body .wrap {
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	width: 980px;
	overflow: hidden;
}
#page-body .wrap.banner {
	text-align:center;
}

#page-body .wrap.banner a {
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}
#page-body .wrap.banner a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

#page-body article {
	padding-bottom: 130px;
}

/* classes */
#page-body .logo {
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
}

#page-body .logo li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#page-body .buyticket {
	margin: 40px auto 0 auto;
	display: inline-block;
}

.split-ltie7 #page-body .buyticket {
	display: inline;
	zoom: 1;
}

/* support */
#support {
	margin: 30px auto;
}

/* performers */
#performers {
	margin: 30px auto;
}

#performers p {
	margin: 0;
}

/* otherinfo */
#otherinfo {
	margin: 115px auto 115px auto;
}
#otherinfo a.btn { width:350px; height:55px;  margin:20px 30px; }
#otherinfo a.btn img {  width:350px; }

/* ticket */
#ticket .pcode {
	font-size: 1.1em;
	font-weight: bold;
	color: #f33;
}

#ticket .pcode span {
	font-size: 1.1em;
	color: #000;
}

/* about */
#about {
	background: url(../img/bg_about1.png) scroll no-repeat top center transparent;
}

/* 参加アーティスト */
#artist > h1 {
	margin-bottom: -10px;
}

#artist .slides,
#artist .slides li {
	display: block;
	margin: 0;
	padding: 0;
}

#artist .slides li {
	background-color: #6A6561;
}

#artist .slides img {
	width: 100%;
}

#artist .pager {
	margin: 10px auto;
	overflow: hidden;
}

#artist .pager a {
	padding: 0 3px;
	opacity: 0.5;
}

.old-ie #artist .pager a {
	display:inline-block;
	zoom: 1;
	filter: alpha(opacity=50);
}

#artist .pager a:hover {
	opacity: 0.7;
}

.old-ie #artist .pager a:hover {
	filter: alpha(opacity=70);
}

#artist .pager a.active {
	opacity: 1;
}

.old-ie #artist .pager a.active {
	filter: alpha(opacity=100);
}

#artist .pager a.active:hover {
	opacity: 0.8;
}

.old-ie #artist .pager a.active:hover {
	filter: alpha(opacity=80);
}

.split-ltie7 #artist .pager a {
	cursor: pointer;
	zoom: 1;
}

/* フロア紹介 */
#floor .list {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

#floor .list figure {
	overflow: hidden;
	width: 480px;
	margin: 0 10px 32px;
	display: block;
	float: left;
	position: relative;
}

#floor .list figure a {
	display: block;
	position: relative;
	background: none scroll no-repeat top left #ccc;
}

#floor .list figure a span {
	display:inline-block;
}

.split-ltie7 #floor .list figure a span {
	display:inline;
	zoom: 1;
}

#floor .list figure a:before,
#floor .list figure a .before {
	content: url(../img/btn_zoomup1.png);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#floor .list #floor1-list a {
	background-image: url(../img/img_floor1_on.jpg);
}

#floor .list #floor2-list a {
	background-image: url(../img/img_floor2_on.jpg);
}

#floor .list #floor3-list a {
	background-image: url(../img/img_floor3_on.jpg);
}

#floor .list #floor4-list a {
	background-image: url(../img/img_floor4_on.jpg);
}

#floor #sweets {
	padding-bottom: 0;
}

/* スイーツ情報 */
#sweets .list {
	text-align: center;
}

#sweets .list figure {
	display: inline-block;
	width: 230px;
	margin: 10px;
}

/* アクセス情報 */

#access .map {
	margin: 0;
	float: right;
}

#access .wrap {
	text-align: left;
	margin-bottom: 30px;
	line-height: 20px;
	margin-top: 1.5em;
}

#access section > h1 {
	margin: 0 0 0 -15px;
}

#access section ul {
	margin: 0.3em 0;
	padding-left: 1.3em;
}

/* ご注意 */
#attention {
	border-top: 1px solid #ccc;
	margin: -90px auto 0;
	max-width: 980px;
	padding-top: 50px;
}

#attention .wrap {
	line-height: 20px;
	margin: 1.5em 0 50px -8px;
	text-align: left;
}

#attention h1 {
	margin-left: -5px;
	color: #ff223f;
	font-size: 1.1em;
}

#attention ul {
	margin: 0.3em 0;
	padding-left: 1.3em;
}

/* スポンサーコンタクト */
#sponsor {
	width: 1020px;
	margin: 50px auto 20px auto;
	text-align: left;
	background:url(../img/sponsor_header.png) no-repeat;
}

#sponsor > h1 {
	margin: 0 -40px;
	text-align: center;
}
#sponsor > ul {
	list-style:none;
	padding-left:0;
	text-align:center;
	padding:40px 0;
	background:url(../img/sponsor_footer.png) left bottom no-repeat;
}
#sponsor > ul > li {
	display:inline-block;
	margin:40px 20px;
	text-align:center;
	/display:inline;
	/zoom:1;
}
#sponsor > ul > li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}
#sponsor > ul > li.sponcor-top {
	display:block;
}

.ui-basic {
	display: block;
	position: relative;
}

.ui-basic input[type="text"],
.ui-basic input[type="email"],
.ui-basic input[type="tel"],
.ui-basic textarea,
.ui-basic .preview{
	display: block;
	min-width: 100%;
	max-width: 100%;
	padding: 3px;
	font-size: 1.2em;
	line-height: 2;
}

.ui-basic input[type="text"],
.ui-basic input[type="email"],
.ui-basic input[type="tel"],
.ui-basic textarea{
	border: 1px solid #ccc;
}

.ui-basic label {
	display: block;
	font-size: 12px;
	line-height: 2;
}

.ui-basic .ui-row {
	margin: 20px auto;
	position: relative;
}

.ui-basic .ui-send {
	text-align: center;
}

.ui-basic .ui-row .option {
	text-align: right;
	font-size: 0.95em;
}

.attention {
	color: #f00;
}

.floatcontent {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.floatcontent .wrap {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}

.forsponsor {
	display: block;
	position: absolute;
	left: -21px;
	top: 423px;
}

.goyoutube {
	display: block;
	position: absolute;
	left: 4px;
	top: 45px;
}
.btn.bus {
	width: 176px;
	height: 147px;
	display: block;
	position: absolute;
	right: -50px;
	top: 148px;
}

/* gallery */
#gallery .gallery_container {
	width:838px;
	display:block;
	margin:0 auto;
}
#gallery .slides {
	margin:0 auto;
	width:840px;
	display:block;
}

#gallery .slides,
#gallery .slides li {
	display: block;
	margin: 0;
	padding: 0;
}
#gallery .bx-wrapper .bx-viewport {
	box-shadow:none;
	border:none;
}
#gallery .slides li {
	/*background-color: #6A6561;*/
}

#gallery .slides img {
	/*width: 100%;*/
}
#gallery .slides .gallery_page {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}
#gallery .slides .gallery_page li {
	width:200px;
	display:inline-block;
	margin:3px;
	text-align:center;
}
#gallery .slides .gallery_page li a img {
	margin:0 auto;	
}
#gallery .slides .gallery_page li:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

#gallery .bx-wrapper .bx-viewport {
	left:0;
}
#gallery .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	border:#cccccc 1px solid;
	width:10px;
	height:10px;
}
#gallery .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff223f;
	border:none;
	width:12px;
	height:12px;
}
#gallery .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ff223f;
	border:none;
	width:12px;
	height:12px;
}
#gallery .bx-wrapper .bx-controls-direction a {
	width:52px;
	height:53px;
	margin-top: -26px;
}
#gallery .bx-wrapper .bx-prev {
	width:52px;
	height:53px;
	left: -62px;
	background: url(../img/back_btn.png) no-repeat 0 0px;
}
#gallery .bx-wrapper .bx-next {
	width:52px;
	height:53px;
	right: -62px;
	background: url(../img/btn_next.png) no-repeat 0 0px;
}
#gallery .bx-wrapper .bx-prev:hover {
	background-position:0 0;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
#gallery .bx-wrapper .bx-next:hover {
	background-position:0 0;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
#gallery .bx-wrapper .bx-viewport {
	background:none;
}

#artist .bx-viewport {
	border:none;
	left:0;
}
