@charset 'utf-8';
/*----------------------------------------------------ページ用CSS*/
/*------------------------------------global*/
body {
	font-size: 12px;
	color: #333333;
	background: #ffffff url(../img/background.png) repeat;
}
h1,h2,h3,h4,h5,h6,p {
	font-size: 12px;
}
a {
	color: #CC0000;
}
a:hover {
	color: #111111;
}
h1 {
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	text-align: right;
}
h2,h3,h4 {
	font-size: 25px;
	font-family: 'Black Ops One', cursive;
	margin-bottom: 5px;
}
button {
	padding: 0 5px;
}
#wrap {
	width: 1100px;
	background: url(../img/wrap.png) repeat-y center top;
}
/*------------------------------------form*/
textarea {
	width: 300px;
	height: 150px;
}
.long {
	width: 300px;
}
.width100 {
	width: 100px;
}
/*------------------------------------header*/
header {
	width: 1030px;
	margin: auto;
	background: url(../img/logo.jpg) no-repeat center top;
}
header.header_page {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: none;
}
header #top_photo {
	width: 1010px;
	height: 320px;
	margin: 0 auto;
	position: relative;
}
header #top_photo ul {
	position: absolute;
	width: 600px;
	display: table;
	top: 20px;
	left: 0;
}
header #top_photo li {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
header #top_photo li img {
	box-shadow: 2px 2px 2px 0 #999999;
}
header #top_photo #youtube {
	position: absolute;
	width: 500px;
	top: 20px;
	right: 0;
}
/*------------------------------------header nav*/
header nav {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	width: 1000px;
	margin: 10px auto;
}
header nav ul  {
	display: table;
	width: 100%;
	text-align: center;
	margin: 5px 0;
}
header nav li {
	display: table-cell;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
header nav li a {
	color: #000000;
	padding: 5px 10px;
}
header nav li a:hover {
	color: #ffffff;
	background: #333333;
}
/*------------------------------------aside*/
aside#side_left {
	width: 240px;
	margin-left: 40px;
	float: left;
}
aside#side_right {
	width: 240px;
	margin-right: 40px;
	float: right;
}
/*------------------------------------side_flyer*/
#side_flyer li {
	margin-bottom: 20px;
}
#side_schedule .side_schedule_box {
	margin: 5px 0;
}
#side_schedule .side_schedule_box a {
	display: block;
	border: 1px solid #cccccc;
	box-shadow: 3px 3px 2px #999999;
	padding: 5px 5px 5px 20px;
	background: url(../img/bt_right.png) no-repeat 3px center;
	color: #222222;
	text-decoration: none;
}
#side_schedule .side_schedule_box a:hover {
	background-color: #CC0000;
	color: #ffffff;
}
/*------------------------------------side_schedule*/
#side_schedule dt {
	padding: 2px 10px;
	background: url(../img/background_title.png) repeat;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
}
#side_schedule dt strong {
	display: block;
}
#side_schedule dt a {
	color: #ffffff;
}
#side_schedule dd {
	padding: 2px 5px 10px;
	font-size: 12px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
}
#side_schedule .show_open {
	font-size: 12px;
}
#side_schedule .show_address,
#side_schedule .show_url {
	font-size: 10px;
}
#side_schedule .show_band,
#side_schedule .show_event {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
}
#side_schedule .show_note {
	font-size: 12px;
}
.sns_box {
	margin-top: 20px;
}
.sns_box li {
	float: left;
}
.sns_box li img {
	vertical-align: top;
}
#side_discography dt {
	padding: 5px 0;
	text-align: center;
}
#side_discography dt img {
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 2px 0 #999999;
}
#side_discography dd {
	padding: 2px;
	background: url(../img/background_title.png) repeat;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}
#side_discography dd strong {
	font-size: 14px;
	display: block;
}
/*------------------------------------side_twitter*/
.twtr-widget h3,
.twtr-widget h4 {
	background: none;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",Verdana,sans-serif;
}
.twtr-hd {
	padding: 2px 5px;
	background: url(../img/background_title.png) repeat;
}
/*------------------------------------side_bana*/
#side_bana li {
	margin: 10px 0;
	text-align: right;
	font-size: 10px;
}
#side_bana li a {
	color: #555555;
}
/*------------------------------------section*/
section {
	width: 520px;
	float: left;
	margin-left: 10px;
}
section.page {
	width: 750px;
	margin-left: 40px;
}
section.page h4 {
	font-size: 15px;
}
section.page #note {
	border-top: 1px dotted #999999;
	margin-top: 10px;
	padding-top: 10px;
}
section .page_description {
	padding: 5px 0;
	border-top: 1px dotted #cccccc;
}
/*------------------------------------article*/
article {
}


/*------------------------------------news*/
#news .news_box {
	padding: 5px 5px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
}
#news .news_box h3 {
	margin-bottom: 10px;
	padding: 2px 10px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",Verdana,sans-serif;
	font-size: 12px;
	background: url(../img/background_title.png) repeat;
	color: #ffffff;
}
#news .news_box h3 strong {
	font-size: 18px;
	display: block;
}
#news .news_box p {
	font-size: 12px;
}
#news .news_box p img {
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 3px 0 #999999;
}
#news h4 {
	font-size: 17px;
	margin: 0 5px;
}
#news .headline {
	margin: 0 10px 10px;
}
#news .headline li {
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
#news .headline li img {
	vertical-align: middle;
	margin-left: 5px;
}
/*------------------------------------zombieyard*/
#zombieyard .zombieyard_box {
	padding: 5px 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
}
#zombieyard .zombieyard_box h3 {
	margin-bottom: 10px;
	padding: 2px 10px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",Verdana,sans-serif;
	font-size: 12px;
	background: url(../img/background_title.png) repeat;
	color: #ffffff;
}
#zombieyard .zombieyard_box h3 strong {
	font-size: 18px;
	display: block;
}
/*------------------------------------schedule*/
#schedule .schedule_box {
	margin: 10px;
	padding: 10px;
	border: 1px dotted #cccccc;
	border-radius: 10px;
}
#schedule .schedule_box h3{
	margin-bottom: 10px;
	padding: 2px 10px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",Verdana,sans-serif;
	font-size: 15px;
	background: url(../img/background_title.png) repeat;
	color: #ffffff;
}
#schedule .schedule_box h3 span {
	display: block;
}
#schedule .schedule_box h3 strong {
	font-size: 20px;
}
#schedule .schedule_box h3 a {
	color: #ffffff;
}
#schedule .schedule_box .show_event {
	font-weight: bold;
}
#schedule .schedule_box ul {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#schedule .schedule_box li {
	margin-bottom: 5px;
}
#schedule .reservation_bt {
	float: right;
}
#schedule .reservation_bt a {
	display: block;
	width: 150px;
	height: 35px;
	text-shadow: 2px 2px 3px #660000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	line-height: 35px;
	background-image: url(../img/bt_reservation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#schedule .reservation_bt a:hover {
	background-position: center bottom;
}
#schedule h4 {
	border-bottom: 1px dotted #cccccc;
}
#schedule #other_schedule li {
	font-size: 15px;
	margin: 10px 5px 5px;
	padding:5px; 
	border-bottom: 1px dotted #cccccc;
}
#schedule #other_schedule li span {
	display: block;
	font-size: 12px;
}
#schedule .map iframe {
	margin: 10px auto;
	box-shadow: 3px 3px 3px #cccccc;
	border: 1px solid #cccccc;
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------------blogupdate*/
#blogupdate {
	width: 250px;
	float: left;
}
#blogupdate dt {
	padding: 2px 10px;
	font-size: 12px;
	background: url(../img/background_title.png) repeat;
	color: #ffffff;
}
#blogupdate dt strong {
	font-size: 14px;
	display: block;
}
#blogupdate dd {
	padding: 5px 5px 10px;
	font-size: 12px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
}
/*------------------------------------blog*/
#blog .blog_box {
	border-radius: 10px;
	border: 1px dotted #cccccc;
	margin: 10px;
	padding: 20px;
}
#blog .blog_link {
	background: url(../img/bt_right.png) no-repeat left center;
	text-indent: 15px;
}
#blog .blog_box h4 {
	display: block;
	width: auto;
	padding: 10px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",Verdana,sans-serif;
	font-size: 10px;
	background: url(../img/background_title.png) repeat;
	color: #ffffff;
}
#blog .blog_box h4 strong {
	font-size: 20px;
}
#blog .blog_box .alignleft {
	float: left;
	margin-right: 5px;
}
#blog .blog_more_read a {
	display: block;
	width: 200px;
	height: 30px;
	border-radius: 15px;
	background: url(../img/background_title.png) repeat;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}
#blog .blog_more_read a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
/*------------------------------------photo*/
#photo ul {
	text-align: center;
}
#photo li {
	display: inline;
	margin: 0 3px;
}
#photo li img {
	margin: 5px 2px;
	border: 3px solid #ffffff;
	box-shadow: 2px 2px 10px #cccccc;
}
/*------------------------------------bio*/
#bio {
	float: left;
	width: 250px;
	margin-left: 10px;
}
#bio li {
	margin-bottom: 10px;
}
#bio_member {
	text-align: center;
}
#bio li strong {
	font-size: 15px;
}
#biography p {
	margin: 5px 0;
	line-height: 25px;
}
#bio_image {
	text-align: center;
	padding: 10px;
}
#bio_image img {
	border: 4px solid #ffffff;
	box-shadow: 2px 2px 5px 0 #999999;
}
#bio_detail {
	margin: 10px;
}
#bio_detail p {
	padding: 10px;
	border: 1px dotted #cccccc;
}
/*------------------------------------reservation*/
#reservation h3,
#reservation h4 {
	padding: 10px;
	font-size: 20px;
	background: url(../img/background_title.png) repeat;
	color: #ffffff;
}
#reservation h4 {
	margin-top: 20px;
}
#reservation p,
#reservation li {
	margin: 5px 0;
	line-height: 25px;
}
#reservation .back2top {
	padding: 20px 10px;
	margin: 20px 10px;
	text-align: center;
	border-top: 1px dotted #999999;
}
/*------------------------------------link*/
#link h3 {
	font-size: 18px;
}
#link ol li {
	display: inline;
	margin-right: 20px;
}
#link dd {
	border-bottom: 1px solid #cccccc;
	padding: 2px;
}
#link dd a {
	color: #777777;
	font-size: 10px;
}
/*------------------------------------demo*/
#demo table {
	width: 100%;
	margin: 20px auto;
	border: 1px solid #eeeeee;
}
#demo tr {
	border: 1px solid #eeeeee;
}
#demo td {
	border: 1px solid #eeeeee;
	padding: 10px;
	text-align: left;
}
#demo .column_title {
	background: url(../img/background_title.png) repeat;
	color: #ffffff;
	text-align: center;
}
/*------------------------------------footer*/
footer {
	color: #cccccc;
}
footer address {
	font-size: 10px;
	color: #cccccc;
}
footer address a {
	color: #cccccc;
}
footer address a:hover {
	color: #cccccc;
}
/*------------------------------------footer nav*/
footer nav {
	margin-left: 10px;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0;
	padding: 10px 0;
}
footer nav ol {
	border-top: 1px solid #cccccc;
	padding: 5px 0;
}
footer nav li a {
	font-size: 10px;
}
/*------------------------------------vision*/
#vision {
	margin-bottom: 15px;
}
#vision ul li {
	text-align: center;
	position: relative;
	background: #000000;
	margin-bottom: 10px;
	padding-top: 5px;
}
#vision ul li a.btn {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	clear: both;
	width: 42px;
	height: 30px;
	margin: -15px 0 0 -21px;
	opacity: .9;
	background: left bottom no-repeat url(../img/btn-youtube2.png);
	cursor: hand;
	cursor: pointer;
}
#vision ul li:hover a.btn {
	background-position: top;
}
#vision ul li a {
	color: #ffffff;
	text-decoration: none;
}
#vision ul li:hover a {
	color: #ffffff;
	text-decoration: underline;
}
#vision ul li a.title {
	display: block;
	padding: 0 5px;
	text-align: left;
}
