@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(img/back.gif) repeat-y center;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	text-align: center;
	font-family: "Times New Roman", Times, serif, "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

img {
	border: 0;
}

a {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #e4007f;
	text-decoration: none;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#ticket {
	width: 550px;
	margin: 0 75px;
}


/* -------------------- Contents -------------------- */

#toblog {
	width: 780px;
	margin: 0 auto;
	padding: 3px 0;
	font-size: 12px;
	text-align: right;
}

h2 {
	padding: 30px;
	border-bottom: 1px solid #ccc;
}

h3 {
	clear: both;
	font-size: 16px;
	padding: 30px 0 0 0;
}

p {
	margin: 5px 0 5px 20px;
}

p.timetable {
	margin: 30px 0 0 0;
}

p.timetable-cap {
	font-size: 12px;
	margin: 0 0 24px 10px;
}

.onsale {
	float: left;
	width: 110px;
}

.ticketprice {
	float: right;
	width: 570px;
}

.ticketprice p {
	margin: 0 0 10px 0;
}

.ticketprice .repeat {
	background-color: #eee;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.ticketprice .repeat p {
	font-size: 12px;
	line-height: 1.3em;
	padding: 3px 0;
	margin: 0;
}

.ticketprice .repeat p .price {
	color: #e4007f;
	font-weight: bold;
}

ul.ticket {
	margin: 0 30px;
}

ul.ticket li {
	margin: 5px 0;
	line-height: 1.5em;
}

p iframe {
	padding-top: 10px;
}

#tohome {
	text-align: center;
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

#tohome img {
	margin-right: 10px;
	vertical-align: middle;
}

#copy {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}


/* -------------------- Ticket -------------------- */

#ticket h2 {
	padding: 30px 0;
	border-bottom: 0;
}

#ticket #dm {
	text-align: center;
	color: #039;
	font-weight: bold;
	margin-bottom: 20px;
}

#ticket h3 {
	clear: both;
	color: #666;
	font-size: 14px;
	padding: 0;
}

#ticket ul {
	margin: 0 0 0 20px;
}

#ticket li {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 5px 0;
}

#ticket #btn {
}

#ticket #btn #btnL {
	float: left;
	padding: 20px 0 30px 0;
}

#ticket #btn #btnR {
	float: right;
	padding: 20px 0 30px 0;
}

#ticket .repeat {
	clear: both;
	background-color: #eee;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ticket .repeat p {
	font-size: 12px;
	line-height: 1.3em;
	padding: 3px 0;
	margin: 0;
}



/* -------------------- GoTop -------------------- */

#goTop {
	float: right;
	position: fixed;
	width: 70px;
	height: 55px;
	bottom: 20%;
	right: 0;
}

#goTop span {
	display: none;
}


/* -------------------- Clearfix -------------------- */

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

