@charset "UTF-8";
/*
-----------------------------------------------------
◆◆ディズニー・オン・アイス2015　スタイルシート◆◆
-----------------------------------------------------
-----------------------------------------------------
【改訂履歴】
14/03/20：「フッタ設定」変更
14/03/26：初版作成
-----------------------------------------------------
*/

/* ---◆◆汎用設定◆◆--*/

.hide {
	display:none;
}
.left {
	text-align:left !important;
}
.center {
	text-align:center !important;
}
.right {
	text-align:right !important;
}
.bold {
	font-weight:bold !important;
}
.small {
	font-size:70% !important;
}
.nowrap {
	white-space:nowrap !important;
}
.outmargin {
	margin:0.7em 0em 0.7em 0em;
}
.clear {
	clear:both;
}
/* ---◆clearfix--*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* --◆隠し要素--*/

hr {
	display:none;
}
/* --◆強調--*/

em {
	color:#e63f43;
	font-style:normal;
}
strong {
	color:#e63f43;
}
/* --◆各タグ基本設定--*/

img {
	border:none;
}
img.Margin {
	margin:0px auto 30px auto;
}
.F_Left {
	float:left;
	margin:0px 15px 0px 0;
}
.F_Right {
	float:right;
	margin:0px 0px 0px 15px;
}
h2, h3, h4, h5, p, ul, ol, dl {
	margin-top:0;
	margin-bottom:1em;
}
h3 {
	border-bottom: 1px solid #c91097;
	border-left: 8px solid #c91097;
	color: #c91097;
	font-size: 1.5em;
	font-weight: normal;
	margin-left: -0.5em;
	padding-bottom: 0;
	padding-left: 0.4em;
	text-align: left;
}
/* --◆◆リンクカラー設定◆◆------------------ */

a {
	outline:none;
}
a:link {
	color:#30f;
	text-decoration:none;
}
a:visited {
	color:#ae418b;
	text-decoration:none;
}
a:hover {
	color:#c33;
	text-decoration:underline;
}
a:active {
	color:#c33;
	text-decoration:underline;
}
/* --------------◆◆全ページ共通設定◆◆--------------*/

/* --◆ボディ設定--*/

body, p, td {
	font-family:"meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
body {
	font-size:16px;
}
/*IE6*/
* html body {
	font-size:100%;
}
/*IE7*/
*:first-child+html body {
	font-size:100%;
}
body {
	margin:0;
	padding:0;
	background-color:#fff;
	background-image:url(../img/body_bk.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	color:#333;
}
div#Body {
	width:950px;
	margin:0px auto;
	font-size:100%;
	background-color:#fff;
}
div#Body p, div#Body li {
	padding-bottom:0.3em;
}
/* --------------◆◆タイトル・ナビゲーション部設定◆◆--------------*/

h1.title {
	background-attachment: scroll;
	background-image: url("../img/h1-title-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 61px;
	margin: 0;
	padding: 0;
}
h1.title span {
	position:relative;
	top:-9999px;
}
div#NaviBlock {
	width:950px;
	height:60px;
	margin:0;
	padding:0;
	background-image:url("../img/pagenavi_bg.png");
	background-repeat:no-repeat;
	position:relative;
}
ul#PageNavi {
	width:760px;
	height:60px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:0;
	top:0;
}
ul#PageNavi li {
	display:inline;
}
ul#PageNavi li a {
	display:block;
	width:170px;
	height:60px;
	background-image:url("../img/pagenavi.png");
	background-repeat:no-repeat;
	float:left;
	text-indent:-999em;
}
ul#PageNavi li a.navi1:link {
	background-position:0px 0px;
}
ul#PageNavi li a.navi1:hover {
	background-position:0px -60px;
}
ul#PageNavi li a.navi2:link {
	background-position:-170px 0px;
}
ul#PageNavi li a.navi2:hover {
	background-position:-170px -60px;
}
ul#PageNavi li a.navi3:link {
	background-position:-340px 0px;
}
ul#PageNavi li a.navi3:hover {
	background-position:-340px -60px;
}
ul#PageNavi li a.navi4:link {
	background-position:-510px 0px;
}
ul#PageNavi li a.navi4:hover {
	background-position:-510px -60px;
}
ul#SNS {
	width:145px;
	height:32px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:795px;
	top:10px;
	text-align:left;
}
ul#SNS li {
	display:block;
	margin-right:5px;
	float:left;
}
ul#SNS li#Fb {
	width:70px;
	height:20px;
	overflow:hidden;
	margin-top:7px;
	margin-right:0;
}
div.howto {
	background-image: url("../img/howto_bg.png");
	height: 80px;
	margin: 20px 0 20px 30px;
	padding: 310px 0 0 300px;
	position: relative;
	top: -50px;
	width: 580px;
}
div.howto a {
	margin: 0 10px 0 0;
}
a.button-google {
	left: -95px;
	position: relative;
}
a.button-apple {
	left: -100px;
	position: relative;
}
/* --------------◆◆リードブロック設定◆◆--------------*/

div#LeadBlock {
	width:950px;
	height:1102px;
	background-color:#75226a;
	position:relative;
}
div#LeadBlock p {
	margin:0;
	padding:0;
}
div#Movie {
	width:375px;
	position:absolute;
	left:31px;
	top:23px;
}
/* --------------◆◆コンテンツブロック設定◆◆--------------*/

div.ContentsBlock {
	width:920px;
	margin:30px auto 60px auto;/*background-color:yellow;*/
	}
div.ContentsBlock span.Mark {
	color: #F00582;
}
div.ContentsBlock ul.Note {
	margin:15px 10px;
	padding:0;
	list-style:none;
	text-align:left;
}
div.ContentsBlock ul.Note li {
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
	line-height:135%;
	font-size:90%;
}
/*公演概要*/

div#Outline dl {
	margin:15px 60px;
	text-align:left;
}
div#Outline dl dt {
	font-size:150%;
	font-weight:bold;
}
div#Outline dl dd {
	margin-left:0;
}
div#Outline dl dd ul {
	margin:0;
	padding:0;
	list-style:none;
}
/*先行発売について*/

div#PreSale dl {
	margin:15px 60px;
	text-align:left;
	font-size:90%;
}
div#PreSale dl dt {
	font-weight:bold;
}
div#PreSale dl dd {
	margin-left:0;
}
/*一般発売について*/

div#GeneralSale table {
	width:740px;
	margin:15px auto;
	border-top:2px solid #ae418b;
	border-bottom:2px solid #ae418b;
	border-collapse: collapse;
	font-size:85%;
}
div#GeneralSale table th, div#GeneralSale table td {
	padding:10px;
	border-bottom:1px dotted #999;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
div#GeneralSale table th {
	white-space:nowrap;
}
div#GeneralSale table td dl {
	margin:0;
}
div#GeneralSale table td dl dt {
	width:7em;
	float:left;
}
div#GeneralSale table td dl dd {
	margin-left:7.5em;
}
div#GeneralSale p {
	width:740px;
	margin:15px auto;
	text-align:right;
	font-size:85%;
}
/*昨年のお客様の声*/

div#Voice {
	margin-bottom:10px;
}
/* --------------◆◆フッタ設定◆◆--------------*/

div#Footer {
	margin-top: 4em;
}
div#Footer p {
	margin:15px 0px 0px 0px;
	font-size:70%;
	color:#fff;
}
div#Footer p#Copy {
	margin:15px 15px 0px 15px;
	text-align:right;
}
/*◆◆ページトップへ◆◆*/
	
#pageTop {
	width:30px;
	height:120px;
	position:fixed;
	bottom:10px;
	right:0px;
	text-indent:-999em;
	background-image:url("../img/bt_pagetop.gif");
}
#pageTop:hover {
	background-position:-30px 0px;
}
/**/
div.con-box {
	margin-left: 2em;
	margin-right: 1em;
	text-align: left;
}
/**/
div.topic1 {
	background-attachment: scroll;
	background-image: url(../img/topics-01_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:466px;
	width:950px;
}
div.topic1 p {
	position:relative;
	top:-9999px;
}
/**/
h2.title {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width:920px;
	height:50px;
}
h2.summary {
	background-image: url(../img/h2-summary_bg.png);
}
h2.presale {
	background-image: url(../img/h2-presale_bg.png);
}
h2.generalsale {
	background-image: url(../img/h2-generalsale_bg.png);
}
h2.title span {
	position:relative;
	top:-9999px;
}
/**/
p.bold {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}
/**/
p.ippann-yokoku {
	background-attachment: scroll;
	background-image: url("../img/parts_ippan-yokoku.png");
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	margin: 0 auto;
	width: 740px;
}
p.ippann-yokoku span {
	position:relative;
	top:-9999px;
}
/**/
div.footer {
	background-attachment: scroll;
	background-image: url(../img/footer_bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 208px;
	width: 950px;
}
div.footer p {
	position:relative;
	top:-9999px;
}

/**/
div.playguide {
}
div.playguide dl {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 0.3em;
    clear: both;
    margin-bottom: 0.5em;
}
div.playguide dl dt {
    float: left;
    width: 17em;
}
div.playguide dl dd {
}
div.playguide dl dt, 
div.playguide dl dd {
    display: inline-block;
}