@charset "UTF-8";
article{
	background-color: #FFF;
	padding: 10px;
}

section{
	margin-top: 15px;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

a:hover img { opacity: 0.7; }

h1, h2, h3, h4, h5, h6 { 
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

h1{
	font-size: 2em;
}

#chekhov p {
	margin-top: 0;
	line-height: 1.6;
}

img {
	vertical-align: bottom;
	margin: 0 auto;
	text-align: center;
}


#stagemain h1 {
	padding: 30px;
	font-size: 30px;
	font-family: メイリオ, "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 180px auto 0 auto;
}

#stagemain h2 {
	margin-top: 150px;
	padding: 30px 0px 0px 0px;
	width: 480px;
	font-size: 30px;
	font-family: メイリオ, "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
}


/* wrapperここから */
.stageimage img{
	width: 100%;
}

#stagemain {
	width: 630px;
	float: left;
}

.story {
	display: inline-block;
	width: 100%;
}

.story p {
	display: inline-block;
	width: 630px;
	margin: 0px 100px;
}

.cast {
	width: 630px;
	text-align: center;
	float: none;
	margin: 0px 50px 0px 50px;
	overflow: hidden;
}

.cast img {
	margin:0px 5px 0px 5px;
	text-align: center;
}

.cast ul {
	width: 600px;
	list-style: none;
	display: inline;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
}

.team {
	width: 550px;
	text-align: center;
	float: none;
	overflow: hidden;
	margin: 0 auto;
}

.team table {
	display: inline-block;
	overflow: hidden;
}

.team td{
	padding: 5px 10px;
}

.team thead {
	
}

.team thead th {
	color: white;
	padding: 10px;
	font-weight: bold;
}

.team thead td {
	font-weight: bold;
}

.team tbody th {
	padding: 5px;
}

.team tbody td {
	background-color: lightgray;
}

.seagull {
	float: left;
	overflow: hidden;
	margin: 0px 10px;
}

.team table {
	border-collapse: collapse;
}

.team tr, .team td, .team th {
	border: 1px #707070 solid;	
}

.seagull thead th {
	background-color: #058fc5;
}

.seagull tbody th {
	background-color: lightblue;
}

.cherry {
	float: right;
	overflow: hidden;
	margin: 0px 10px;
}

.cherry thead th {
	background-color: #a7435e;
}

.cherry tbody th {
	background-color: lightpink;
}

.doctor {
	clear: both;
	overflow: hidden;
	margin: 50px 10px 0px;
}

.doctor thead th {
	background-color: #bf9a0b;
}

.doctor tbody th {
	background-color: lightyellow;
}

.cast ul li {
	margin: 0px 0px 30px 0px;
	float: left;
	text-align: center;
	font-size: small;
}

.ticket table {
	font-family: メイリオ, "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	font-size: medium;
	width: 70%;
}

.ticket tbody td {
	text-align: right;
}

.ticket tbody td:last-child {
	text-align: left;
}

.comments td {
	font-size: medium;
}

.ticket tfoot {
	font-size: medium;
	text-align: center;
}

.ticket tfoot td {
	padding-top: 20px;
}

.reservation table {
	margin: 20px auto 0 auto;
	font-size: large;
	text-align: center;
}

.reservation table tr:last-child {
	font-size: small;
}

.access {
/*	width: 490px;
	float: right;*/
	overflow: hidden;
}

.map {
	width: 490px;
	display: inline-block;
	float: left;
	text-align: right;
}

.adress {
	width: 490px;
	display: inline-block;
	float: right;
	text-align: left;
}

.access table {
	margin-left: auto;
}

.access table td {
	vertical-align: bottom;
}

.staff {
	overflow: hidden;
}

.staff table{
	margin-left: auto;
	margin-right: auto;
}

.staff table td {
	padding: 2px 0px;
}

.staff ul {
	display: block;
	width: 500px;
	margin: 0px auto;
}

.staff ul li {
	margin-bottom: 5px;
}




/* wrapperここまで */