﻿@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}

a:hover img { opacity: 0.7; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

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

img { vertical-align: bottom; }

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

#stagemain h2 {
	margin-top: 10px;
	padding: 10px;
	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;
}

#stagemain h2 img {
	margin: 0;
}

/* wrapperここから */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

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

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

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

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

.cast img {
	margin:0px 20px 5px 20px;
}

.father {
	width: 320px;
	margin: auto;
	overflow: hidden;
}

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

.cast li {
	margin: 0px 0px 30px 0px;
	float: left;
	display: inline;
	text-align: center;
}

.cast li p {
	font-size: x-small;
}

.cast li p img {
	margin: 0px;
}

.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: xx-large;
	width: 100%;
}
.between{
	padding-top: 10px;
}

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

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

.ticket .comments {
	font-size: medium;
}

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

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

.support {
	width: 900px;
}

.support td:nth-child(1) {
  width: 60%;
}

.support td:nth-child(2) {
  width: 40%;
}

.support col:nth-child(1) {
    width: 60%;
}

.support col:nth-child(2) {
    width: 40%;
}

.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;
}

.staff p {
	font-size: x-small;
}

.table_top {
	vertical-align: top;
}

.ask {
	text-align: center;
}

.ask ul {
	display: inline-block;
	text-align: left;
}

.alignment {
	vertical-align: baseline;
}

hr {
	clear: both;
	margin: 15px 0;
}

p {
	clear: both;
}

/* wrapperここまで */
