@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**************************************/
/* base CSS Start */
body {
	width:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#B61924;
	
}
/* -- ul,li -- */
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* -- p -- */
p {
	margin: 0px;
	padding: 0px;
	line-height:1.5em;
}
small {
	font-size:90%;
}
strong {
	font-weight:bold;
}
/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
.clear {
  clear: both;
}

/* base CSS End */
/**************************************/
/* wrap CSS Start */

#wrap {
	width:100%;
	height:100%;
	border-top: 3px solid #000000;
	background-color:#F5F5F3;
}
#main_header {
	width:910px;
	margin:20px auto;
	padding: 0;
	color:#FFF;
	text-align:center;
}
#content {
	background: #FFF;
	border-bottom: 2px solid #CFCFCF;
	padding: 0 0 20px 0;
}
section div.inner {
	width:950px;
	margin: 0 auto;
	padding: 20px 0;
}
#section_footer {
	width:100%;
	padding: 20px 0;
	text-align:center;
}

/*  wrap CSS End    */
/**************************************/
/* header navi CSS Start */

#main_header h1 img {
	margin: 0;
	padding:0;
	line-height:0em;
}
#main_header h1 img {
	width: 100%;
}
#main_header h2 {
	margin:0;
	padding:0;
	line-height:1.0em;
}
#main_nav {
	padding: 5px 0 0 0;
	overflow:hidden;
	display:block;
}
#main_nav ul {
	display:block;
	width:860px;
	margin: 0 auto;
}
#main_nav li {
	float:left;
	padding: 0 16px;
}
#main_nav li.bg {
	background-image: url('../images/bg_menu.png');
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding: 0 26px;
}
#main_nav a:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* header navi CSS End */
/**************************************/
/* footer navi CSS Start */

#section_footer .copy {
	font-size:11px;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}
#page-top {
	text-align:center;
	padding:20px 0;
}

/* footer navi CSS End */
/**************************************/
/* section CSS Start */

h2#section_title {
	text-align:center;
	margin: 30px 0;
}
h3.title {
	background-image: url('../images/bg_h3.png');
	background-position:top center;
	background-repeat:no-repeat;
	padding: 30px 0 23px 0;
	margin: 30px 0 0 0 ;
}

#section_yoyaku,
#section_information,
#section_contact {
	background-image: url('../images/bg_border.png');
	background-position:center top;
	background-repeat:no-repeat;
}

#section_artists .andmore {
	margin: 20px 0;
}

#section_yoyaku .section_content {
	background: #EDEDED;
	width:870px;
	margin: 40px auto;
	padding: 20px;
}
#section_yoyaku .box_inner {
	background: #FFF;
	margin:0;
	padding: 5px 20px 20px 20px;
	text-align:center;
	font-size:14px;
}
#section_information {
	font-size:14px;
	font-weight:bold;
}
#section_information table.place {
	margin: 0 auto;
	border-bottom: 1px solid #EDEDED;
}
#section_information table.place td {
	padding: 10px 20px;
	text-align: left;
}
#section_information table.place.textcenter td {
	text-align:center;
}
#section_information table.place tr:nth-child(even) td {  
  background-color: #FFF; 
}
#section_information table.place tr:nth-child(odd) td {  
  background-color: #EDEDED;
}
#section_information table.mob  {
	display:none;
}
#section_information table.mob td {
	text-align:center;
}
#section_information table.place a {
	color:#333;
}
#section_information table.place a:hover {
	color:#B61924;
}
.font-b {
	font-size:18px;
	padding: 0 0 10px 0;
}
.font-s {
	font-size:12px;
}
span.wk {
	background-color:#000;
	color:#FFF;
	padding: 2px 5px;
	margin: 0 10px 0 0;
}


#section_contact .mail a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#section_volunteer h3 {
	font-size: 20px;
	color: #000;
	margin: 40px 0 10px 0;
}
#section_volunteer ul {
	margin:auto;
	width: 700px;
}

#section_volunteer ul li {
	list-style:inside;
	text-align:left;
}
#section_timetable .down {
	text-align: center;
	margin: 20px auto;
}
#section_timetable .small {
	font-size: 11px;
	}

#section_faq dl {
	font-size: 13px;
	display:block;
	width:710px;
	margin: auto;
	line-height:1.8em;
	}
#section_faq dt {
	font-weight:bold;
	color:#B61924;
}
#section_faq dd {
	margin: 0 0 10px 0;
}

#section_sns {
	text-align:center;
	margin: 30px auto 0 auto;
	padding: 30px 90px 0 90px;
	display:block;
	overflow:hidden;
	clear:both;
	width: 220px;
	
}
#section_sns div {
	margin: 5px;
	float: left;
	display:block;	
}

#section_history .section_content {
	text-align:center;
}
#section_history .section_content a {
	
	padding: 10px 20px;
	width:100px;
	margin:10px auto;
	background:#000;
	color:#fff;
}
#section_history .section_content a:hover {
	background:#B61924;
}
/* section CSS End */
/**************************************/
/* figure CSS Start */
ul.artists {
	width:950px;
	overflow:hidden;
}
ul.artists li {
	display:block;
	float:left;
	width:150px;
	padding:20px;
}
ul.artists li .new {
	display:block;
	position: relative;
	z-index:10;
}
ul.artists li .new img {
	position: absolute;
    left: 0px;
    top: 0px;
}

figure {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}
figure img {
    position: absolute;
    left: 0;
    top: 0;
}
figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    display: none;
    background: #000;
    color: #fff;
	text-align:center;
    box-sizing: border-box;
    padding: 60px 12px;
	font-size:12px;
}

/* figure CSS End */
/**************************************/
/* artist page CSS */

#artists_page {
	padding: 3%;
	text-align:center;
	font-size:12px;
	line-height:1.6em;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}
#artists_page h1 {
	font-size:20px;
	line-height:1.8em;
	font-weight:bold;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}
#artists_page img {
	width:100%;
	margin: 0 auto;
}
#artists_page .profile_box {
	padding: 10px 0;
	text-align:left;
}

/* artist page CSS End */
/**************************************/
/* media CSS */


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 769px) and (max-width: 980px) {
		
		#main_header {width: 80%;padding: 10px;margin: 20px auto;}
		#main_header img {width:90%;}
		#main_header h1 {margin: 0;padding: 20px 0 20px 0;}
		#main_header h2 {padding: 0 0 20px 0;}	
		section div.inner {width:760px;}
		ul.artists {width:100%;}
		#section_yoyaku .section_content {
			width:80%
		}

		#section_timetable .section_content img.time {width:100%;}
	}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 768px) {
		
		#main_header {width: 80%;padding: 10px;margin: 20px auto;}
		#main_header img {width:90%;}
		#main_header h1 {margin: 0;padding: 20px 0 20px 0;}
		#main_header h2 {padding: 0 0 20px 0;}
		
		#main_nav ul {width:80%;margin: 0 auto;}
		#main_nav li {float:none;padding: 3px;margin:0;text-align:center;}
		#main_nav li.bg {background-image: none;margin:0;padding:0;}
		
		#section_yoyaku .section_content {width:80%;}
		
		section div.inner {width: 390px;}
		ul.artists {width:100%;}
		#section_footer .copy {font-size:10px;}
		
		#section_volunteer ul {width:100%;}
		
		#section_timetable .section_content img.time,#section_faq dl {width:100%;}
	
	}

	@media only screen and (max-width: 479px) {
	
		section div.inner {width: 90%;}
		ul.artists {width:190px;margin:0 auto;}
		
		#section_yoyaku .section_content {width:80%; padding: 5%;}
		#section_yoyaku .box_inner {padding: 2px 2px 10px 2px;}
		#section_information h2 img {width:100%;}
		#section_information table { width:100%; font-size:13px;}
		#section_information table td { padding:5px; word-break: break-all;}

		#section_information table.st  { display:none;}
		#section_information table.mob  { display: table;  margin: 0 auto; width:90%;}
		
		#artists_page img { width:300px;}

		#section_timetable .section_content img.time,#section_faq dl {width:100%;}
		
	}
