@charset "UTF-8";

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.pc,
body.tablet {
	min-width: 1000px;
	padding-top: 56px;
	background: #000000;
}

body.sp {
	min-width: 100%;
	padding-top: 0;
	font-size: 100%;
	background: #000000;
}

/* header language
-------------------------------------------------- */
#headerArea .header .language {
	align:right;
	}
#headerArea .header .language p {
	display: flex;
	flex-direction: row;
	padding:0.3em 0;
	position: absolute;
    right: 0px;
		}
#headerArea.s .header .language p {
	padding:1em 0;
    right: 20px;
		}
#headerArea .header .language p a {
	display:block;
	background-color : rgba(0,0,0,0.4);
	border:1px #8a8a87 solid;
	padding:0.4em 0.5em;
	margin-right:10px;
    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
	}

#headerArea .header .language p a:hover {
	background-color : rgba(0,0,0,0.8);
	}

#headerArea .header .language p a:nth-child(4) {
	margin-right:0;
}

/* header
-------------------------------------------------- */
body.pc #headerPosition,
body.sp #headerPosition,
body.tablet #headerPosition {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

#headerArea .header .id_none {
    width: 187px;
	height: 22px;
	padding: 7px 0;
	float:right;

}

#headerArea .header p.user {
	height: auto;
    margin: 7px 16px 0 0;
	padding: 0 16px 0 0;
	width: 150px;
	word-break: break-all;
}

#headerArea.s {
	height: auto;
	background: none;
	display: block;
	font-size:160%;
}

#headerArea.s .header {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #666666;
	background: #242423;
}

#headerArea.s .header h1 {
	width: 31.25%;
	padding: 20px;
	box-sizing: border-box;
	border-right: 2px solid #666666;
}

#headerArea.s .header .id {
	width: 68.75%;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	text-align: left;
}

#headerArea.s .header .id .table {
	color: #ffffff;
}

#headerArea.s .header .id .table .table-cell_tickets.img,
#headerArea.s .header .id .table .table-cell.img {
	width: 10.7%;
	padding: 0;
}

#headerArea.s .header .id .table .table-cell_tickets.img img,
#headerArea.s .header .id .table .table-cell.img img{
	width: 100%;
	height: auto;
}

#headerArea.s .header .id .table .table-cell_tickets.txt,
#headerArea.s .header .id .table .table-cell.txt {
	font-size: 24px;
	padding: 0 0 0 20px;
	font-weight: bold;
}

#headerArea.s .header2 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: rgba(36,36,35,0.75);
}

#headerArea.s .header2 .logo {
	width: 87.5%;
	padding: 0;
	margin: 0;
	float: left;
}

#headerArea.s .header2 .logo a,
#headerArea.s .header2 .logo a:link,
#headerArea.s .header2 .logo a:visited,
#headerArea.s .header2 .logo a:hover,
#headerArea.s .header2 .logo a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 160%;
	font-weight: bold;
	vertical-align: middle;
}

#headerArea.s .header2 .logo a {
	width: 100%;
}

#headerArea.s .header2 .logo a img {
	width: 100%;
	height: auto;
	padding: 13% 10% 16%;
	box-sizing: border-box;
}

#headerArea.s .header2 .logo a span {
	width: 74%;
	padding-top: 1.76%;
}

#headerArea.s .header2 .logo a span.heightLine-group001 {
    width: 76%;
    text-align: left;
}

#headerArea.s .header2 .menu {
	width: 12.5%;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

#headerArea.s .header2 .menu dt {
	padding: 0;
	margin: 0;
	line-height: 0;
	border-left: 2px solid #666666;
	cursor: pointer;
}

#headerArea.s .header2 .menu dd {
	width: 100%!important;
	padding: 20px 18px 18px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	right: 0;
	/* font-size: 38px; */
	font-size: 33px;
	line-height: 1;
	background: rgba(57,55,53,0.9);
	display: none;
}

#headerArea.s .header2 .menu dd .menuBox{
	padding: 0;
	margin: 0;
}

#headerArea.s .header2 .menu dd a {
	width: 50%;
	padding: 32px 20px 32px 50px;
	margin: 0 2px 2px 0;
	color: #ffffff;
	text-align: left;
	background: #615f5d url(/en/applause/aladdin/shared/images/s/header_link_bg.gif) 23px center no-repeat;
	-webkit-background-size: 12px 21px;
	-moz-background-size: 12px 21px;
	background-size: 12px 21px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	box-sizing: border-box;
}

#headerArea.s .header2 .menu dd a.table-cell_tickets {
	width: 50%;
	padding: 32px 0px 32px 80px;
	margin: 0 2px 2px 0;
	color: #ffffff;
	text-align: left;
	background: #ffe001 url(/en/applause/aladdin/shared/images/header_menu_ticket.png) 10px center no-repeat;
	-webkit-background-size: 60px auto;
	-moz-background-size: 60px auto;
	background-size: 60px auto;
	border-style: solid;
	border-width: 0 2px 2px 0;
	box-sizing: border-box;
}

#headerArea.s .header2 .menu dd a.last {
	display: block;
}

#headerArea.s .header2 .menu dd .widecell,
#headerArea.s .header2 .menu dd .ticket {
	width: 100%;
	padding: 0;
	margin: 0;
}


#headerArea.s .header2 .menu dd .widecell a,
#headerArea.s .header2 .menu dd .ticket a {
	width: 100%;
	padding: 0;
	margin: 0 2px 2px 0;
	display: block;
	color: #fff;
	text-align: left;
	/* background: #2c1b9a; */
	background: #2d211a;/* ALT 25.3.31 */
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	box-sizing: border-box;
}

#headerArea.s .header2 .menu dd .ticket a span {
	padding: 32px 20px 32px 122px;
	display: block;
	text-align: left;
	background: url(/en/applause/aladdin/shared/images/header_menu_ticket.png) 40px center no-repeat;
	-webkit-background-size: 60px auto;
	-moz-background-size: 60px auto;
	background-size: 60px auto;
}

#headerArea.s .header2 .menu dd .widecell a span {
	padding: 32px 20px 32px 50px;
	display: block;
	text-align: left;
	background: #615f5d url(/en/applause/aladdin/shared/images/s/header_link_bg.gif) 23px center no-repeat;
	-webkit-background-size: 12px 21px;
	-moz-background-size: 12px 21px;
	background-size: 12px 21px;
}

#headerArea.pc {
	height: 56px;
	background: rgba(36,36,35,0.9);
	display: block;
}

#headerArea.pc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

#headerArea.pc .header {
	width: 1000px;
	padding: 10px 0;
	position:relative;
}

#headerArea.pc .header .logo {
	width: 475px;
	margin: 0 0 0 14px;
	float: left;
	text-align: left;
}

#headerArea.pc .header .logo a,
#headerArea.pc .header .logo a:link,
#headerArea.pc .header .logo a:visited,
#headerArea.pc .header .logo a:hover,
#headerArea.pc .header .logo a:active {
	color: #ffffff;
	text-decoration: none;
}

#headerArea.pc .header .logo img {
	width: 93px;
	height: auto;
	/* padding: 0 15px 0 0; */
	/* padding: 2px 15px 10px 0;  ALT 25.3.31  */
	padding: 4px 15px 0 0;
}

#headerArea.pc .header .logo span {
	/* width: 350px; */
	font-size: 20px;
	font-weight: bold;
	/* height: 36px; ADD 25.3.31 */
	width: 364px;
	padding-top: 9px;
}

#headerArea.pc .header .menu {
	width: 102px;
	position: fixed !important;
	position: absolute;
	top: 58px;
	right: 0px;
}

#headerArea.pc .header .menu dt {
	width: 102px;
	padding: 0;
	margin: 0;
	line-height: 0;
	float: left;
	cursor: pointer;
}

#headerArea.pc .header .menu dd {
	width: 0px;
	float: right;
}

#headerArea.pc .header .menu dd .menuBox {
	width: 462px;
	margin-left: 2px;
	padding: 18px 18px 18px 20px;
	/* font-size: 14px; */
	font-size: 12.6px;
	line-height: 1.429;
	background: #393735;
}

#headerArea.pc .header .menu dd a.table-cell,
#headerArea.pc .header .menu dd a.last {
	/* width: 172px; */
	width: 33.3%;
	padding: 26px 20px 24px 37px;
	margin: 0;
	color: #ffffff;
	text-align: left;
	background: #615f5d url(/en/applause/aladdin/shared/images/header_link_bg.gif) 20px center no-repeat;
	border-color: #393735;
	border-style: solid;
	border-width: 0 2px 2px 0;
}

#headerArea.pc .header .menu dd a.table-cell_tickets {
	width: 172px;
	padding: 26px 10px 24px 47px;
	margin: 0;
	color: #ffffff;
	text-align: left;
	background: #31066d url(/en/applause/aladdin/shared/images/header_menu_ticket.png) 10px center no-repeat;
	border-color: #393735;
	border-style: solid;
	border-width: 0 2px 2px 0;
	font-weight: bold;
}

#headerArea.pc .header .menu dd a.last {
	display: block;
}

#headerArea.pc .header .menu dd .widecell,
#headerArea.pc .header .menu dd .ticket {
	width: 460px;
	padding: 0;
	margin: 0;
}

#headerArea.pc .header .menu dd .ticket a {
	width: 100%;
	padding: 0;
	display: block;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	/* background: #661720; */
	background: #2d211a;  /* ALT 25.3.31  */
}

#headerArea.pc .header .menu dd .widecell a {
	width: 100%;
	padding: 0;
	display: block;
	text-align: left;
	color: #ffffff;
}

#headerArea.pc .header .menu dd .ticket a span {
	padding: 26px 20px 24px 61px;
	display: block;
	background: url(/en/applause/aladdin/shared/images/header_menu_ticket.png) 20px center no-repeat;
}

#headerArea.pc .header .menu dd .widecell a span {
	padding: 26px 20px 24px 37px;
	display: block;
	background: #615f5d url(/en/applause/aladdin/shared/images/header_link_bg.gif) 20px center no-repeat;
}


#headerArea .header .id_none .fukidasipop,
#headerArea .header .id ul.fukidasipop {
	top: 47px;
	text-align: left;
}

#headerArea .header .id ul.fukidasipop li a {
	font-size: 12px;
	line-height: 1.85;
	font-weight: normal;
}

#menuCast {
display: none;
}

/* bodyArea
-------------------------------------------------- */

#bodyArea,
body.tablet #bodyArea {
	width: 1000px;
	padding: 0;
	margin: 0 auto 42px;
	overflow-x: visible;
}

body.sp #bodyArea {
	width: 100%;
	margin: 0 auto 10%;
}

.section {
	min-width: 1000px;
	padding: 6.5% 0;
}

.section .body {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

body.sp .section .body {
	width: 90%;
	padding: 0 5%;
	max-height: 999999px;
}

.section .pageTitle {
	padding: 0;
	line-height: 0;
	text-align: center;
}

.section h2,
.section .title2 {
	padding: 0;
	margin-bottom: 28px;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}

body.sp .section h2,
body.sp .section .title2 {
	font-size: 325%;
}

.section .title2 {
	padding: 0 0 8px;
	font-size: 24px;
	line-height: 1.4;
	text-align: left;
    color:#fde74f;
    border-bottom: 2px solid #633e19;
}

.section .title2 span {
    min-height: 42px;
    padding: 18px 0 0 68px;
    display: block;
	background: url(/en/applause/aladdin/shared/images/title_bg.png) center left no-repeat;
}

body.sp .section .title2 {
    border-bottom: 4px solid #633e19;
}

body.sp .section .title2 span {
    min-height: 60px;
    padding: 0 0 0 95px;
    -webkit-background-size: 42px auto;
    -moz-background-size: 42px auto;
    background-size: 80px;
}

.section h3 {
	margin-bottom: 50px;
	font-size: 34px;
	line-height: 1.353;
}

.section .title3 {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 1.4;
    color:#f3b700;
}

body.sp .section .title3 {
	font-size: 300%;
}

.section p {
	margin-bottom: 29px;
	font-size: 16px;
	line-height: 1.75;
}

body.sp .section p {
	width: 100%;
	font-size: 240%;
    box-sizing: border-box;
}

.section p.caption {
	margin: 0;
	font-size: 14px;
	line-height: 1.429;
    color:#a9723b;
}

body.sp .section p.caption {
	font-size: 210%;
}

/* twoColumnsType
-------------------------------------------------- */
.twoColumnsType {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

body.sp .twoColumnsType {
	width: 100%;
}

.twoColumnsType .imgLeft {
	width: 320px;
	margin: 0 30px 29px 0;
	padding: 2px 0 0;
	float: left;
}

.twoColumnsType .imgRight {
	width: 320px;
	margin: 0 0 29px 30px;
	padding: 2px 0 0;
	float: right;
}

.twoColumnsType .image {
	margin: 0;
	padding: 5px 0 6px;
}

body.sp .twoColumnsType {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

body.sp .twoColumnsType .imgLeft,
body.sp .twoColumnsType .imgRight {
	width: 100%;
	margin: 0 0 29px;
	padding: 2px 0 0;
	float: none;
	text-align: center;
}

body.sp .twoColumnsType .imgLeft img,
body.sp .twoColumnsType .imgRight img {
	width: 80%;
	margin: 0 auto;
}

/* twoColumnsType1
-------------------------------------------------- */
.twoColumnsType1 {
	width: 686px;
	margin: 0 auto 75px;
	padding: 0;
}

.twoColumnsType1 .column {
	width: 313px;
	margin: 0;
	padding: 0;
	float: left;
}

.twoColumnsType1 .columnEnd {
	width: 313px;
	margin: 0;
	padding: 0;
	float: right;
}

/* threeColumnsType1
-------------------------------------------------- */
.threeColumnsType1 {
	width: 960px;
	margin: 48px auto 22px;
}

body.sp .threeColumnsType1{
	width: 96%;
	margin: 0 2%;
}

.threeColumnsType1 h2.contentTit {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
	background: url(/en/applause/aladdin/shared/images/sub_title_bg.gif) center center repeat-x;
	text-align: center;
}

body.sp .threeColumnsType1 h2.contentTit {
	-webkit-background-size: 2px auto;
	-moz-background-size: 2px auto;
	background-size: 2px auto;
}

body.sp .threeColumnsType1 h2.contentTit img {
	width: 40%;
}

.threeColumnsType1 .column {
	width: 300px;
	padding: 0px;
	margin: 0 30px 0 0;
	float: left;
	color: #ffffff;
	text-align: left;
}

.threeColumnsType1 .columnEnd {
	width: 300px;
	padding: 0px;
	margin: 0;
	float: left;
	color: #ffffff;
	text-align: left;
}

body.sp .threeColumnsType1 .column,
body.sp .threeColumnsType1 .columnEnd {
	width: 45%;
	padding: 0;
	margin: 0 2.5%;
	float: left;
}

.threeColumnsType1 .column .image,
.threeColumnsType1 .columnEnd .image {
	margin: 0 0 10px;
}

body.sp .threeColumnsType1 .column .image img,
body.sp .threeColumnsType1 .columnEnd .image img {
	width: 100%;
}

.threeColumnsType1 p.caption {
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.429;
}

body.sp .threeColumnsType1 p.caption {
	font-size: 210%;
}

/* threeColumnsType2
-------------------------------------------------- */
.threeColumnsType2 {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

body.sp .threeColumnsType2 {
	width: 96%;
	text-align: center;
}

.threeColumnsType2 .column {
	margin: 0px 30px 0px 0px;
	float: left;

}

.threeColumnsType2 .columnEnd {
	float: right;
}

.threeColumnsType2 .column,
.threeColumnsType2 .columnEnd {
	width: 300px;
}

.threeColumnsType2 .column a,
.threeColumnsType2 .columnEnd a {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #222;
	border: solid 2px #666;
	color: #ffffff;
	text-decoration: none;
}

body.sp .threeColumnsType2 .column,
body.sp .threeColumnsType2 .columnEnd {
	width: 120px;
	float: none;
	display: inline-block;
}

body.sp .threeColumnsType2 .column {
	margin: 0 5% 0 0;
}

.threeColumnsType2 .column .image,
.threeColumnsType2 .columnEnd .image {
	width: 78px;
	padding: 18px;
	box-sizing: border-box;
}

body.sp .threeColumnsType2 .column .image,
body.sp .threeColumnsType2 .columnEnd .image {
	width: 63px;
	padding: 27.5px;
}

body.sp .threeColumnsType2 .column .image img,
body.sp .threeColumnsType2 .columnEnd .image img {
	width: 63px;
}

.threeColumnsType2 .table .table-cell_tickets.txt,
.threeColumnsType2 .table .table-cell.txt {
	font-size: 18px;
	font-weight: bold;
}

body.sp .threeColumnsType2 .table .table-cell_tickets.txt,
body.sp .threeColumnsType2 .table .table-cell.txt {
	width: 0%;
	display: none;
}

/* pageBtnBox
-------------------------------------------------- */
.pageBtnBox {
	width: 960px;
	margin: 45px auto 41px;
	padding: 0;
}

body.sp .pageBtnBox{
	width: 96%;
	text-align: center;
}

.pageBtnBox .backBtn {
	float: left;

}

.pageBtnBox .nextBtn {
	float: right;
}

/* footer
-------------------------------------------------- */
#footer {
	width: 100%;
	min-width: 1000px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background:#444444;
}
#footer * {
	max-height: 999999px;
}

#footer .body {
	width: 1000px;
	padding: 30px 0 20px;
	margin: 0 auto;
}

body.sp #footer,
body.sp #footer .body {
	width: 100%;
	 /*min-width: 100%;*/
}

body.sp #footer .body {
	width: 100%;
	padding: 2% 0 1%;
}

#footer .body table {
	width: 960px;
	margin: 0 auto 10px;
}

body.sp #footer .body table {
	width: 96%;
	margin: 0 2% 2%;
}

body.sp #footer .body table {
	width: 90%;
	margin: 0 auto 10%;
}

#footer .body th {
	width: 151px;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	color: #b8b8b8;
	font-size: 14px;
	line-height: 1.357;
	font-weight: bold;
	background: #242424;
	float: left;
}

body.sp #footer .body th {
	width:100%;
	margin: 0;
	padding: 3% 0;
	font-size: 210%;
}

#footer .body td {
	width: 779px;
	margin: 0;
	padding: 12px 15px;
	text-align: left;
	color: #b8b8b8;
	font-size: 12px;
	line-height: 1.583;
	font-weight: bold;
	background: #000000;
	float: left;
}

body.sp #footer .body td {
	width:100%;
	padding: 3% 4%;
	font-size: 180%;
}

#footer .body .cooperation {
	width: 900px;
	padding: 12px 30px 2px;
	margin: 0 auto 10px;
	text-align: left;
	color: #b8b8b8;
	font-size: 12px;
	line-height: 1.25;
	font-weight: bold;
	background: #000000;
}

body.sp #footer .body .cooperation {
	width: 90%;
	padding: 1.2% 3% 0.2%;
	margin: 0 auto 1%;
	font-size: 180%;
}

#footer .body .cooperation p {
	padding: 0;
	margin: 0 0 10px;
	vertical-align: middle;
	background: #000000;
}

#footer .body .cooperation p a {
	padding-left:1em;
	text-decoration:underline;
	}

#footer .body .cooperation p .disney {
	padding: 0;
	margin: 0;
}

#footer .body .hr {
	height: 2px;
	padding: 0;
	margin: 20px 0 30px;
	background: #000000;
}

#footer .body .attention {
	padding: 0 20px;
	font-size: 18px;
	line-height: 1.444;
	color: #cccccc;
}

#footer .body .attention p {
	margin: 0 0 20px;
	background: #444444;
}

#footer .body .attention p.bold {
	padding: 14px 0;
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #3d3d3d;
}

#footer .body .attention p.bold span {
	padding: 0 0 0 37px;
	margin: 0;
	background: url(/en/applause/aladdin/shared/images/s/footer_attention_bg.gif) left center no-repeat;
}

#footer .body .attention a {
	color: #ffffff;
}

#footer .body .attention ul {
	margin: 0 0 20px;
}

#footer .body .attention ul li {
	padding: 0 30px 0 0;
	margin: 0 30px 0 0;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.1);
}

#footer .body .attention ul li:last-child {
	padding: 0;
	margin: 0;
	border-right: none;
}

/* tabBox
-------------------------------------------------- */
.tab{
	width: 960px;
	margin: 0 auto;
}

body.sp .tab {
	width: 100%;
}

.tab li {
	padding: 21px 20px;
	margin: 0 15px 15px 0;
	font-size: 18px;
	line-height: 1.555;
	color: #ffffff;
	background: #CC5501;
	border: none;
	float: left;
	cursor: pointer;
}

.tab li {
	width: 267px;
}
.tab.two li {
	width: 425px;
}
.tab.two li.select {
	width: 420px;
}

.tab li:hover {
	background: #f79700;
}

.tab li.select{
	padding: 21px 18px 36px;
	margin: 0 15px -2px 0;
	color: #ffffff;
	background: #171717;
	border: 2px solid #2e2e2e;
	border-bottom: none;
	cursor: none;
}

/*body.sp .tab li, body.sp .tab li.select {
	font-size: 240%;
	margin-right: 2%;
	box-sizing: border-box;
}
body.sp .tab.two li, body.sp .tab.two li.select {
	width: 49%;
}
body.sp .tab li, body.sp .tab li.select {
	width: 32%;
}*/
.tab li:last-child, body.sp .tab li:last-child {
	margin-right: 0;
}

.tab li span {
	width: 100%;
	padding-right: 43px;
	display: block;
	/*background: url(/applause/aladdin/shared/images/tab_bg.png) center right no-repeat;*/
	-webkit-background-size: 13px 7px;
	-moz-background-size: 13px 7px;
	background-size: 13px 7px;
	box-sizing: border-box;
	text-align: left;
    color:#fff;
}
body.sp .tab li span {
	-webkit-background-size: 26px 14px;
	-moz-background-size: 26px 14px;
	background-size: 26px 14px;
	font-size: 180%;
}

.tab li.select span {
	background: url(/applause/aladdin/shared/images/tab_bg.png) center right no-repeat;
}


.tabBox {
    width: 100%;
    background: #171717;
    border-top: 2px solid #2e2e2e;
    border-bottom: 2px solid #2e2e2e;
}

/*.content {
	padding: 58px 0 0;
	margin: 0 auto;
}

body.sp .content {
	width: 96%;
	padding: 58px 2% 0;
}

.content li {
	width: 100%;
	margin: 0;
	padding: 0;
}*/

.hide {
	display: none;
}

/* table
-------------------------------------------------- */
.table {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.table .table-cell,
.table .table-cell_tickets {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.table .table-cell.right {
	text-align: right;
}

/* link
-------------------------------------------------- */

a {
	outline-style: none;
}

a:link {
	color: #ffe001;
	text-decoration: none;
}

a:visited {
	color: #ffe001;
	text-decoration: none;
}

a:hover {
	color: #ffe001;
	text-decoration: underline;
}

a:active {
	color: #ffe001;
	text-decoration: underline;
}

ul.link {
	padding: 0;
	margin: 0;
	font-size: 125%;
	line-height: 1.75;
}

ul.link li {
	background: none;
}

ul.link a {
	padding: 0px 0px 0px 11px;
	margin: 0px;
	background: url(/en/applause/aladdin/shared/images/arrow_right.gif) left center no-repeat;
}

body.sp ul.link a {
	padding: 0px 0px 0px 22px;
	-webkit-background-size: 12px 16px;
	-moz-background-size: 12px 16px;
	background-size: 12px 16px;
}
/* section_sns
-------------------------------------------------- */
.section_sns {
	background:#000;
    padding: 75px 0;
}
.section_sns .body {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
.section_sns .threeColumnsType2 {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

/* copyright
-------------------------------------------------- */
body.pc #copyrightBox,
body.tablet #copyrightBox {
	min-width: 960px;
	background: #000000;
	padding: 30px 20px;
}

body.sp #copyrightBox {
    background: #000000;
    font-size: 100%;
}

body.sp #copyrightBox p{
}

body.pc  #copyrightBox .copyright,
body.tablet #copyrightBox .copyright {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.25;
	color: #b8b8b8;
	text-align: left;
}

body.sp  #copyrightBox .copyright {
	width: 100%;
	padding: 1% 0;
	margin: 0 auto;
	font-size: 180%;
	line-height: 1.222;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
    background: #000000;
}