@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(img/back.gif) repeat-y center;
	color: #222;
	font-size: 12px;
	line-height: 1.8em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}

img {
	border: 0;
}

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

a:hover {
	color: #009b97;
	text-decoration: underline;
}

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

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


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

h1 {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

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

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

#cast {
	padding: 30px 0;
}

#staff {
	border-bottom: 1px dotted #ccc;
	font-size: 10px;
	line-height: 1.5em;
	padding-bottom: 20px;
}

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

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

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

#ticketDate {
	float: left;
	width: 110px;
}

#ticketTxt {
	float: right;
	width: 570px;
}

#ticketTxt ul.price {
	list-style: none;
	margin: 0;
}

#ticketTxt ul.price li {
	line-height: 1.3em;
	margin: 0 0 5px 0;
}

#ticketTxt ul.playguide {
	list-style: disc;
	margin: 0 0 0 20px;
}

#ticketTxt ul.playguide li {
	line-height: 1.3em;
	margin: 0 0 5px 0;
}




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;
/**/
}

