@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 style.css
* * * * * * * * * * * * * * * * * */

#main {
	background-color: #FFFFFF;
	/*background: url(../img/common/bg_main.png) center top repeat;*/
	background: url(../img/common/woodbg.jpg) right top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.twbox{
	 margin: 0 50px 10px;
}
a:link { color: #dd3300; }
a:visited { color: #dd3300; }
a:hover { color: #dd3300; }
a:active { color: #dd3300; }


/* TOP - home
================================= */
#home #main {
	/*background: #FFFFFF;*/
	min-height: 1700px;
	padding-bottom: 80px
}

#home p.img_main {
	text-align: center;
	min-width: 870px;
}
#home p.img_main img {
	width: 100%;
	height: auto;
}


#home p.btn_ticket {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	left: 0;
	top: 0;
}
.overview{
	background-color: #fff;
	border: solid 2px #48c47f;
	margin: 0 auto;
	padding: 2em 4%;
	width: 800px;
	border-radius: 15px;
	line-height: 1.5em;
}
.overview dt{
	display: inline-block;
	width: 10%;
	font-size: 14px;
	font-weight: bold;
	color: #31b16a;
	text-align: center;
	vertical-align: top;
}
.overview dd{
	display: inline-block;
	width: 82%;
	font-size: 16px;
	margin-bottom: 1em;
}
.overview h3{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #31b16a;
	margin-top: 2em;
	text-align: center;
}
.overview p{
	text-align: center;
}
dl.news a{
	color:#333;
}

/* naka common
================================= */
body.naka #main {
	padding: 70px 50px 200px;
}

div#contents {
	margin: 0 auto;
	width: 760px;
	min-height: 700px;
}

div#contents h2 {
	text-align: center;
	margin-bottom: 35px;
}

div#contents h3.ttl {
	font-family: 'Anton', sans-serif;
	-webkit-font-smoothing: antialiased;
	/*font-weight: bold;*/
	font-size: 24px;
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 3px 15px;
	margin-bottom: 40px;
}

div#contents div.box + div.box {
	margin-top: 70px;
}



/* NEWS - news
--------------------------------- */
/* index */
ul.newsList li {
	border-bottom: 1px solid #919191;
}
ul.newsList li a {
	display: block;
	padding: 25px 0 25px 110px;
	position: relative;
	font-size: 12px;
	color:#333;
}
ul.newsList li a p.date {
	position: absolute;
	left: 0;
	top: 25px;
	color: #31b16a;
}
ul.newsList li a:hover {
	text-decoration: none;
	background: rgba(0,0,0,.05);
}

ul.pager {
	text-align: center;
	font-size: 0;
}
ul.pager li,
ul.pager li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
}
ul.pager li {
	padding: 0 3px;
}
ul.pager li.page {
	padding: 0 15px;
}
ul.pager li a,
a.button {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	background: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
ul.pager li a:hover,
a.button:hover {
	background: #31b16a;
	text-decoration: none;
}

ul.pager li.active{
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	background: #31b16a;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

a.button {
	width: auto;
	padding: 0 50px;
}

/* detail */
#newsDetail p.date {
	color: #31b16a;
	font-weight: bold;
	font-size: 12px;
}

h3.ttl_news {
	font-weight: bold;
	font-size: 19px;
	border-bottom: 3px solid #31b16a;
	margin-bottom: 20px;
	padding: 7px 0;
}

#newsDetail .txts {
	font-size: 13px;
	line-height: 2;
}



/* TICKET&SCHEDULE - ticket
--------------------------------- */
#ticket div#contents h3.ttl {
	margin-bottom: 25px;
}


table {
	background: #FFF;
	width: 100%;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	font-size: 14px;
	margin-bottom: 30px;
	table-layout: fixed;
}
table th,
table td {
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	padding: 5px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table th{
	background-color: #5BB16B;
	color: #fff;
}
table td{
	color: #4E8446;
}



/* CAST&STAFF - cast
--------------------------------- */
ul.castList {
	margin: 0 -10px;
}
ul.castList li {
	width: 260px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

table.staff {
	margin: 0 auto;
	font-weight: bold;
}
table.staff td,
table.staff th {
	padding-bottom: 10px;
}
table.staff th p {
	color: #FFF;
	background: #E60D1E;
	padding: 0 15px;
	margin-right: 10px;
}



/* STORY - story
--------------------------------- */




/* GOODS - goods
--------------------------------- */




/* Q&A - qanda
--------------------------------- */







































