@charset "Shift_JIS";

/* == Import ========== */

@import url("master.css");


/* -- */
.sidebar ul { 
	list-style: none;
	}
.sidebar h3 {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

.entry-content p {
	font-family: 'Trebuchet MS';
	font-size: 1.0em;
	}

/* -- */
.home .content {
	width: 400px;
	float:left;
	}
.home .content h2,
.single .content h2 { 
	font-size: 1.4em;
	font-weight: bold; 
	padding: 0px 5px 3px 5px;
	}
.home .content h3 { 
	font-weight: bold; 
	}
.content .entry-content {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #fafafa;
	font-size: 1.1em;
	font-family: 'Trebuchet MS';
	padding: 15px 15px 5px;
	margin: 0 0 10px;
	}
.content .entry-content-at {
	background: #CBEBCC;
	font-size: 1.1em;
	font-family: 'Trebuchet MS';
	padding: 15px 15px 5px;
	margin: 0 0 15px;
	}
.content .entry-content-cast {
	background: #fff;
	padding: 0;
	margin: 0 0 25px;
	}
.content .entry-content-at .at-left {
	float: left;
	margin: 0 20px 10px 5px;
	}
.content .entry-content img { 
	border: 1px solid #ccc;
	padding: 5px;
	}

.home .sidebar { 
	width: 290px;
	float: right;
	}
.home .sidebar ul { 
	list-style: none; 
	padding: 0; 	
	margin: 0 0 20px;
	}	
.home .sidebar h2 {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
.home .sidebar h3 { 
	background: #eee;
	text-align: left;
	color: #555;
	padding: 3px 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 100%;
	}
.home .sidebar li.button {
	font-size: 1.4em;
	margin-bottom: 5px;
	}
.home .sidebar li.last { 
	margin-bottom: 1.5em;
	}
.home .sidebar li.button a {
	border: 2px solid #999;
	display: block;
	font-weight: bold;
	background: #eee;
	padding: 8px 10px 7px;
	color: #666;
	}
.home .sidebar li.button a:hover {
	background: #C0DEFA;
	border: 2px solid #4987E8;
	color: #2B67DD;
	}
.home .sidebar p {
	font-size: 1.1em;
	font-family: 'Trebuchet MS';
	margin-bottom: 1.5em;
}

.single .content { width: 720px; }

#nav-below { 
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	margin: 10px 0 0;
	padding: 7px 10px 5px;
	position: relative;
	}
	#nav-below .nav-previous { }
	#nav-below .nav-next { position: absolute; right: 10px; top: 7px; }

form#ticketform {
	margin: 0;
	}
fieldset {
	margin: 1em 0;
	padding: 12px 16px;
	border: 1px solid #ccc;
	line-height: 1.6;
	background: #fff;
	}
form#ticketform .checkboxline {
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-weight: bold;
	}
form#ticketform .checkboxline .price {
	font-weight: normal;
	color: #309;
	}
#box_set3, #box_set2, #box_pre1, #box_pre2, #box_hon {
	margin: 15px 0 0;
	}
form#ticketform .select_item {
	margin: 5px 0 5px 1em;
	}
form#ticketform .mai {
	padding-top: 5px;
	border-top: 1px dotted #999;
	}
form#ticketform label {
	display: block;
	padding-bottom: 6px;
	padding-top: 9px;
	font-size: 95%;
	color: #111;
	font-weight: bold;
	}
form#ticketform label strong {
	font-size: 90%;
	color: #f00;
	font-weight: normal;
	}
form#ticketform label span {
	font-size: 90%;
	color: #666;
	font-weight: normal;
	}
form#ticketform input#address {
	width: 300px;
	}

/* Table (Time Table) */
/* ----------------------------------------------------- */
table.time_table {
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	}
table.time_table caption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 3px;
	}
table.time_table th,
table.time_table td {
	border-bottom: 1px solid #aaa;
	padding: 2px 4px;
	line-height: 1.5;
	}
table.time_table th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	background: #FDF4D5;
	white-space: nowrap; 
	}
table.time_table td {
	border-right: 1px solid #aaa;
	text-align: left;
	background: #fff;
	vertical-align: top;
	}


/* Table (After Talk) */
/* ----------------------------------------------------- */
table.at {
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	border-top: 1px solid #276129;
	border-left: 1px solid #276129;
	margin-bottom: 3.5em;
	}
table.at caption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 3px;
	}
table.at th,
table.at td {
	padding: 2px 4px;
	line-height: 1.5;
	}
table.at th {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	background: #276129;
	color: #fff;
	white-space: nowrap; 
	}
table.at td {
	border-bottom: 1px solid #276129;
	border-right: 1px solid #276129;
	text-align: left;
	background: #fff;
	vertical-align: top;
	}

