@charset "UTF-8";

/*=================================================
	lineup.css
=================================================*/

a{color:#1B1B27;text-decoration:none;}
a:link {color:#036;}
a:visited {color:#036;}
a:hover {color: #5A9DD4;text-decoration:underline;}
a:active {text-decoration:none;}


/*header
--------------------------------*/

div#header {
	position:relative;
}

div#header p.date {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2;
	margin:20px 0;
}
div#header p#series {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2;
	margin:0 0 5px;
	color:#3366FF;
	
}
div#header h1 {
	padding-bottom:10px;
	font-size:2.2em;
	line-height:1.1;
	font-weight:bold;
	letter-spacing:0.05em;
}
div#header h2 {
	font-size:2.3em;
	line-height:1;
	font-weight:bold;
	letter-spacing:0.05em;
}

div#header div#description {
	position:relative;
	padding:20px 0 15px;
}

div#header div#description p {
	float:left;
	display:block;
	width:380px;
}
div#header div#description p.width440 {
	float:left;
	display:block;
	width:440px;
}

div#header div#description div.photo {
	float:right;

	text-align:right;
	/*width:350px;*/
	line-height:1.1;
}
div#header div#description div.photo2 {
	float:right;
	margin-top:-100px;
	padding:0 60px 0 0 ;
	text-align:right;
	/*width:350px;*/
	line-height:1.1;
}
div#header div#description div img {
	margin-bottom:5px;
} 

div#header div.photoLengthwise {/*特別な使い方*/
	position:absolute;
	top:50px;
	right:0;
	text-align:right;
	/*width:350px;*/
	line-height:1.1;
}

div#header div#description div.photo img {
	padding-bottom:4px;
}

/* 2011年４月演劇展用
-----------------------------------------*/
div#container div#header div.description {
	position:relative;
	padding:20px 0 15px;
}


/* テーブル部分、詳細（detail）
-----------------------------------------*/

div#container table#detail {
	margin:5px 0 15px;
	width:760px;
	border:#666 solid 1px;
}

div#container table#detail tr th {
	width:100px;
	padding:10px;
	text-align:center;
	font-size:1.3em;
	line-height:1.5;
	border:#666 solid 1px;
	background-color:#e4e4e4;
}

div#container table#detail tr td {
	border:#666 solid 1px;
	padding:10px;
	font-size:1.3em;
	line-height:1.45;
}
div#container table#detail tr td p {
	font-size:1.1em;
	line-height:1.5;
}
div#container table#detail tr td small {
	line-height:1.2;
}
div#container table#detail tr td ul li {
	list-style:none;
	float:left;
	font-size:1.3em;
	line-height:1.5;
	margin-right:10px;
}
div#container table#detail tr td ul.staff li,
div#container table#detail tr td ul.acter li {
	list-style:none;
	float:left;
	font-size:1em;
	line-height:1.5;
	margin-right:10px;
}


/*-----------------------------------------
	タイムテーブル
-----------------------------------------*/
div#container table#detail tr td table#daytime {
	margin:10px 0 3px;
	color:#333;
	font-size:1em;
	border:none;
}
div#container table#detail tr td table#daytime th {
	width:80px;
	padding:4px 3px 2px;
	text-align:right;
	font-size:1.15em;
	line-height:1;
	border:1px solid #666666;
	background-color:#FFFFFF;
}
div#container table#detail tr td table#daytime td {
	padding:4px 3px 3px;
	line-height:1;
	font-size:1.15em;
	border:1px solid #666666;
	vertical-align: bottom;
	text-align:center;
}
div#container table#detail tr td table#daytime td.day {
	width:80px;
	padding:5px 3px 4px;
	text-align:right;
	line-height:1;
	border:1px solid #666666;
}
div#container table#detail tr td table#daytime td.weekdays {
	width:25px;
	text-align:center;
	vertical-align:middle;
	color:#333333;
	background-color:#ccc;
}
div#container table#detail tr td table#daytime td.sat {
	width:25px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;	
	background-color:#5076D9;
}
div#container table#detail tr td table#daytime td.sun {
	width:25px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	background-color:#E14045;

}
div#container table#detail tr td table#daytime td.time {
	width:75px;
	text-align:center;
}
div#container table#detail tr td table#daytime td.dayoff {
	padding:5px;
	text-align:center;
}



div#container table#detail tr td span.openTime {
	display:block;
	margin:3px 5px 10px;
	font-size:0.9em;
	line-height:1.3;
}

div#container table#detail tr td h4 {
	font-size:1.1em;
	margin-bottom:5px;
}
div#container table#detail tr td div#mothers {
	display:inline-block;
	padding:10px 15px;
	/*width:500px;*/
	border-radius: 5px;/* CSS3 */
	-moz-border-radius: 5px;/* Firefox */
	-webkit-border-radius: 5px;/* Safari,Chrome */
	border:#333 dotted 1px;
}
div#container table#detail tr td div#mothers p {
	font-size:0.9em;
	line-height:1.3;
}

div#container table#detail tr td p.motherDetails {
	margin:10px 0 0;
	font-size:1.1em;
	line-height:1.3;
}

div#container table#detail tr td span.notes {
	display:block;
	font-size:1em;
	line-height:1.3;
}
div#container table#detail tr td a.toTakuji {
	display:block;
	margin:5px 15px;
	font-size:1.1em;
	line-height:1.3;
}

div#container table#detail tr td p.price {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 10px;
}
div#container table#detail tr td p.priceDetail {
	display:block;
	font-size:0.8em;
	line-height:1.3;
}
div#container table#detail tr#tickets td h4 {
	display:inline;
	font-size:1em;
}

/* 関連企画　event */
div#container table#detail tr#event td h4 {
	font-size:1.1em;
}
div#container table#detail tr#event td h5 {
	font-size:1em;
}
div#container table#detail tr#event td p {
	padding: 0 0 0 15px;
	font-size:1em;
}




/* 企画制作　sponsor */
div#container p#sponsor {
	margin:0 20px;
	line-height:1.3;
	font-size:1.2em;
}

/* -----------------------------
	footer
----------------------------- */

div#footer {
	position:relative;
	background:url("/img/stripe3.gif") repeat-x scroll center top;
	clear:both;
	padding-top:30px;
}

/* ページのトップヘ　toTop */
div#footer a.toTop {
	display:block;
	position:absolute;
	right:20px;
	bottom:20px;
	font-size:1.2em;
}

/*-----------------------------------------
	汎用クラスセレクタ
-----------------------------------------*/
small {font-size: 0.85em;}
.small1 {font-size:0.8em;}
.small2 {font-size:0.7em;}

/*=================================================
	年間プログラム部分
=================================================*/

body#lineup {
	background:#eeeeee;
}
body#lineup div#container {
	width:772px;
	padding:15px 14px;
}

/* header
----------------------------------------*/

body#lineup div#container div#header{
}
body#lineup div#container div#header div#logoAgora {
	float:left;
}
body#lineup div#container div#header div#search {
	float:right;
}
body#lineup div#container div#header h1 {
	clear:both;
	padding:30px 0 40px;
}
body#lineup div#container div#header div#place {
	padding-bottom:20px;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:0.1em;
}
body#lineup div#container div#header ul {
	padding:0 10px 10px;
}

/* contents
----------------------------------------*/

body#lineup div#container div#contents h2 {
	float:left
}
body#lineup div#container div#contents h2 img {
	padding-bottom:13px;
}

body#lineup div#container div#contents ul.month {
	position:relative;
	float:left;
	padding-left:20px;
	height:31px;
}
body#lineup div#container div#contents ul.month li{
	float:left;
	margin-top:17px;
	padding:0 8px;
	font-size:1.25em;
	font-weight:bold;
	line-height:1;
	border-left:1px #333 solid;
}
body#lineup div#container div#contents ul li.liTop{
	border-left:none;
}

body#lineup div#container div#contents h3 {
	clear:both;
	margin-bottom:10px;
	padding:0 15px;
	font-size:1.3em;
	line-height:1;
	background: url(/img/icon/sankaku_red.gif) left center no-repeat;
}
body#lineup div#container div#contents h3.shun {
	background: url(/img/icon/sankaku_green.gif) left center no-repeat;
}
body#lineup div#container div#contents h3.oth {
	background: url(/img/icon/sankaku_blue.gif) left center no-repeat;
}
body#lineup div#container div#contents table tr td.lineupDetail h4 a:link {color:#000000; text-decoration: none;}
body#lineup div#container div#contents table tr td.lineupDetail h4 a:visited {color:#000000; text-decoration: none;}
body#lineup div#container div#contents table tr td.lineupDetail h4 a:active {color:#000000; text-decoration: none;}
body#lineup div#container div#contents table tr td.lineupDetail h4 a:hover {color:#aaaaaa; text-decoration: none;}
body#lineup div#container div#contents table tr td.lineupDetail h5 a:link {color:#550000; text-decoration: none;}
body#lineup div#container div#contents table tr td.lineupDetail h5 a:visited {color:#550000; text-decoration: none;}
body#lineup div#container div#contents table tr td.lineupDetail h5 a:active {color:#550000; text-decoration: none;}
body#lineup div#container div#contents table tr td.lineupDetail h5 a:hover {color:#b7a6a9; text-decoration: none;}



/*-----------------------------------------
	link部分
bgcolor="#faf0e6" text="#000000" vlink="#330099" alink="#CC0000" link="#0000cc"
-----------------------------------------*/


/*  table部分
-----------------------------------------*/

body#lineup div#contents table {/*セルとセルの間のスペースを解除*/
	 border-collapse: collapse; border-spacing: 0;
} 
body#lineup div#contents table {
	width:770px;
	margin: 0;
	padding: 0; 
	color:#222;
}
body#lineup div#contents table tr td {
	margin: 1px;
	border:#FFF 1px solid;
} 
body#lineup div#contents table tr td.lineRed {
	width:5px;
	overflow:hidden;
	background-color:#C00;
	font-size:1px;
}
body#lineup div#contents table tr td.lineGreen {
	width:5px;
	overflow:hidden;
	background-color:#339900;
	font-size:1px;
}
body#lineup div#contents table  td.lineBlue {
	width:5px;
	overflow:hidden;
	background-color:#0090e6;
	font-size:1px;
}
body#lineup div#contents table td.date{
	background-color:#aaaaaa;
	width:95px;
	padding:5px;
	font-size:1.3em;
	font-weight:bold;
	color:#000000;
}
body#lineup div#contents table td.fes {
	background-color:#25AFEE;
}
body#lineup div#contents table td.lineupDetail {
	background-color:#EEEEEE; 
	width:665px;
	padding:7px;
}
body#lineup div#contents table td.lineupDetail h4 {
	font-size:1.5em;
	letter-spacing:0.1em;
	padding-bottom:0px;
	font-weight: bold;
}
body#lineup div#contents table td.lineupDetail h5 {
	font-size:1.35em;
	letter-spacing:0.05em;
	padding-bottom:2px;
	font-weight:bold;
}
body#lineup div#contents table td.lineupDetail p.com {
	font-size:1.1em;
	letter-spacing:0.1em;
}
body#lineup div#contents table td.lineupDetail p.text {
	font-size:1.15em;
	letter-spacing:0.03em;
}

/* フェスティバル部分
-------------------------------------------*/

body#lineup div#contents table td.fesDetail {
	background-color:#EEEEEE; 
	width:670px;
	padding:7px;
}
body#lineup div#contents table td.fesDetail div.fesTitle {
	margin-bottom:15px;
	padding:10px 5px 0px;
}
body#lineup div#contents table td.fesDetail div.fesTitle h4 {
	padding:0;
	font-size:2em;
	line-height:1.1;
}
body#lineup div#contents table td.fesDetail div.fesTitle h4 a:hover {
	padding:0;
	text-decoration:none;
	color:#F30;
}
body#lineup div#contents table td.fesDetail div.fesTitle h4 span{
	font-size:0.6em;
	font-weight:normal;
	letter-spacing:0.1em;
}
body#lineup div#contents table td.fesDetail ul li {
	padding:5px 10px;
	margin-bottom:5px;
	background-color:#fafafa;/*fafafa*/
	border:#FFF solid 1px;
}
body#lineup div#contents table td.fesDetail ul li.last {
	margin-bottom:0;
}

body#lineup div#contents table td.fesDetail ul li p.date {
	margin-bottom:2px;
	color:#666666;
	font-size:1.2em;
	line-height:1;
}
body#lineup div#contents table td.fesDetail ul li h4 {/*カンパニーの名前*/
	font-size:1.40em;
	letter-spacing:0.1em;
	padding-bottom:0px;
	font-weight: bold;
}
body#lineup div#contents table td.fesDetail ul li h5 {/*タイトル*/
	font-size:1.4em;
	letter-spacing:0.05em;
	padding-bottom:2px;
	font-weight:normal;
}
body#lineup div#contents table td.fesDetail ul li h6 {/*作演等の名前*/
	font-size:1.2em;
}
body#lineup div#contents table td.fesDetail ul li p.text {
	font-size:1em;
	letter-spacing:0.05em;
}



td.intro p.com{font-size:1em;font-weight:bold;color:#333;padding:5px 5px 1px;}
td.intro p.com a:link {color:#000000; text-decoration: none;}
td.intro p.com a:visited {color:#000000; text-decoration: none;}
td.intro p.com a:active {color:#000000; text-decoration: none;}
td.intro p.com a:hover {color:#aaaaaa; text-decoration: none;}
td.intro p.obj{font-size:0.8em;font-weight:bold;color:#333;padding:1px 5px;}
td.intro p.obj a:link {color:#550000; text-decoration: none;}
td.intro p.obj a:visited {color:#550000; text-decoration: none;}
td.intro p.obj a:active {color:#550000; text-decoration: none;}
td.intro p.obj a:hover {color:#b7a6a9; text-decoration: none;}
td.intro p.who{font-size:0.7em;font-weight:normal;color:#000000;padding:1px 5px;}
td.intro p.text{font-size:0.6em;font-weight:normal;color:#000000;padding:1px 5px 5px;}

p.month{font-size:0.8em;font-weight:bold;vertical-align:middle;margin:10px 0px 10px;width:50%;float:left;}
p.month img{margin-right:5px;}
p.gototop {
	float:right;
	margin:5px 5px 0;
	font-size:0.9em;
}
p.gototop a {
	text-decoration:underline;
}


p.border {
	border: 1px solid #999999;
	padding: 5px;
}
p.border a.notice {
	border-bottom: medium none;
	color: #339900;
	text-decoration: underline;
}

p.border a.notice:visited {
	border-bottom: medium none;
	color: #339900;
	text-decoration: underline;
}
p.border a.notice:hover {
	border-bottom: medium none;
	color: #ff0000;
	text-decoration: none;
}
span#bunkacho {
	display:block;
	background:url(/images/lineup/logoBunkacho.gif) left center no-repeat;
	padding-left:44px;
	height:39px;
	line-height:36px;
}
.sign {
	display:block;
	padding:5px 20px 0;
	text-align:right;
}
.right {
	float:right;
	padding-left:20px;
}
.red {
	color:#F00;
}
.bleu {
	color:#3366CC;
}
hr {
	visibility:hidden;
	margin:4px;
}
