﻿@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);

*{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#wrapper {
	height: auto;
	width: 960px;
}

#header {
	height: auto;
	width: 960px;
	margin: 20px auto;
}

.top-cap {
	margin-bottom: 80px;
}

#setlist {
	margin: 0px auto 80px auto;
}

#setlist td {
	text-align: left;
	vertical-align: top;
	padding: 0px 40px;
}

#setlist td strong {
	font-size: 14px;
	color: #B872FF;
	line-height: 140%;
}

.content {
	margin: 0px auto 80px auto;
}

h1 {
	font-family: 'Droid Serif', serif;
	font-size: 50px;
	line-height: 140%;
	margin-bottom: 10px;
	padding: 0px 5px;
}

h1 span {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

h2 {
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0px 5px;
}


.photo {
	background-color: #ffffff;
	width: 230px;
	height: 153px;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	float: left;
}

.photo4 {
	background-color: #ffffff;
	width: 470px;
	height: 313px;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	float: left;
}

.photo1-2 {
	background-color: #ffffff;
	width: 230px;
	height: 313px;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	float: left;
}

.text {
	width: 230px;
	height: 153px;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	float: left;
	display: table;
}

.text2 {
	width: 470px;
	height: 153px;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	float: left;
	display: table;
}

.text4 {
	width: 470px;
	height: 316px;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	float: left;
	display: table;
}


.text1-2 {
	width: 230px;
	height: 316px;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	float: left;
	display: table;
}


.text p {
	display: table-cell;
	vertical-align: middle;
}

.text2 p {
	display: table-cell;
	vertical-align: middle;
}

.text4 p {
	display: table-cell;
	vertical-align: middle;
}

.text1-2 p {
	display: table-cell;
	vertical-align: middle;
}

.text4 p span {
	color: #B872FF;
}



#inquiry {
	text-align: center;
	height: auto;
	padding-bottom: 20px;
}

#inquierly table {
	margin: 0px auto;
}

#inquiry td {
	width: 260px;
	text-align: center;
	vertical-align: top;
}

.shop_name {
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
}

.tel {
	color: #990000;
	font-family: Impact;
	font-size: 28px;
	font-weight: bold;
	line-height: 100%;
}

#footer {
	color: #999999;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 20px 0px 10px 0px;
}

.clear {
	clear: both;
}

a {
	color: #999999;
	overflow: hidden;
	outline: none;
}
	
a:link {
	color: #999999;
}	
	
a:visited {
	color: #999999;
}	

a:hover {
	color: #B872FF;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.red {
	color: #cc0000;
}

.blue {
	color: #3300cc;
}