@charset "UTF-8";

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, 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%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
abbr,acronym {
	font-variant: normal;
}
address,caption,cite,code,dfn,em,strong,var,b {
	font-style: normal;
	font-weight: normal;
}
sub,sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
q {
    quotes: none;
}
hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code,samp,kbd {
	font-family: monospace, sans-serif;
}

/*
==================================================
初期設定
==================================================
*/
img,
object,embed {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
:focus {
	outline: 0;
}
input,button,textarea,select {
	font-size: 100%;
}
input[type="checkbox"],input[type="radio"] {
	vertical-align: middle;
}

/*
==================================================
全体構造
==================================================
*/
body {
	margin-right: auto;
	margin-left: auto;
	max-width: 640px;
	color: #000000;
	font-size: 14px;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	background-color: #fef4d7;
}
h2.title {
	margin: -14px 0 0 0;
	padding: 8px 0 8px 15px;
	background: url(../img/bg_menu.jpg);
	background-size: 465px 20px;
	font-size: 18px;
	text-shadow: 1px 1px 0 #f6bdc6; 
}
.bd h1,
.bd h2,
h3.title {
	margin: 20px 0 8px 0;
	padding: 7px 15px;
	font-size: 16px;
	border-radius: 10px;
	border: solid 1px #bfbfbf;
	background: #ffffff;
}
a {
	color: #006c9f;
	text-decoration: none;	
}
table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;	
}
table th {
	text-align:left;
	padding: 10px;
	background: #f5f5f5;
	border: solid #cccccc 1px;
	width: 20%;
	white-space: nowrap;
}
table td {
	padding: 10px;
	background: #ffffff;
	border: solid #cccccc 1px;
}
iframe {
	display: block;
	text-align: center;
	margin: auto !important;
	width: 95% !important;
	height: 250px !important;
}





/*==================================================
clearfix
==================================================*/
.header ul:after,
.footer ul:after,
#breadcrumbs:after,
#contents:after,
.artistprofile:after,
.ticket:after,
.sec_inner:after,
.section:after,
.section ul:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.header ul,
.footer ul,
#breadcrumbs,
#contents,
.artistprofile,
.ticket,
.sec_inner,
.section,
.section ul,
.clearfix {
	min-height: 1px;
}
* html .header ul,
* html .footer ul,
* html #breadcrumbs,
* html #contents,
* html .artistprofile,
* html .ticket,
* html .sec_inner,
* html .section,
* html .section ul,
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}