﻿@charset "UTF-8";
@import url("style.css");

/* ■□■　過去の公演（ラインアップ） 設定　■□■ */


h3	{
	color: #930;
	font-style: italic;
	font-weight: bold;
	margin: 3px 15px;
	}

/*ラインアップ*/
table.lineup {
	width: 730px;
	margin: 3px 10px;
}

table.lineup td	{
	border: 0 #aaa none;
	padding: 5px;
	}

table.lineup a	{
	text-decoration: underline;
	}

table.lineup a:hover	{
	text-decoration: none;
	}



/*キャスト情報*/
table.cast {
	margin: 3px 0 15px;
}

table.cast th {
	padding: 5px 10px 5px 5px;
	border: 1px #aaa solid;
	line-height: 1.4em;
	text-align: center;
	font-weight: normal;
}

table.cast td {
	padding: 5px 10px 5px 5px;
	border: 1px #aaa solid;
	line-height: 1.4em;
}


/*画像関係*/
img.syusai_logo	{
	margin: 0;
	border-style: none;
	width: 130px;
	height: 25px;
	}

img.leaflet	{
	margin: 5px 0;
	border: 1px #aaa solid;
	width: 255px;
	height: 358px;
	}

img.sym_map	{
	margin: 0;
	border-style: none;
	width: 405px;
	height: 347px;
	}

img.hp_map1	{
	margin: 5px;
	border-style: none;
	width: 500px;
	height: 303px;
	}

img.hp_map2	{
	margin: 5px;
	border: 1px #aaa solid;
	padding: 10px;
	width: 480px;
	height: 272px;
	background-color: #fff;
	}

