@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
/* font-family: 'Pathway Gothic One', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
/* font-family: 'Oswald', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
/* font-family: 'Roboto', sans-serif; */
@charset "euc-jp";

/*Reset CSS*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}
 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}
/*Reset CSS*/



/* 共通項目 */
html { 
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body { 
	font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.3em;
	line-height: 150%;
	letter-spacing: 0.1em;
	text-align: justify; text-justify: distribute-all-lines;
	background-color: ;
}
#wrapper {
	width: 1000px;
	heigth: auto;
	margin: 0 auto;
	/*border : 1px solid #CCC;*/
	border-radius: 10px; /* CSS3 */  
	-webkit-border-radius: 10px; /* Safari,Chrome */  
	-moz-border-radius: 10px;
}
#top {
	width: 100%;
	height: 500px;/*height: 500px;*/
	color: ;
	position: relative;
	margin-bottom: 0;
	background-image: url("top_img.png") ;
	background-color: #FFF ;
	margin: 0 0 20px 0;
}
#top img.topicon {
	width: 150px;
	height: auto;
	position: relative;
	top:-10px;
	left:-15px;
}
#middle {
	padding: 0;
	background-color: transparent;
}
#copy {
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	margin: 20px auto;
}


/* テキスト関連共通 */
h1,h2,h3,h4,h5,p,a {
	margin: 0;
	line-height: 150%;
}
p {}
.red { color: #b7282e;}
.mini {
	font-size: 11px !important;
	font-size: 1.1rem !important;
	line-height: 125% !important;
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}
.center {
	text-align: center;
}

/* リンク関連共通 */
a	{
	color: #333;
	text-decoration: under-line;
}
a:hover	{
	color: #000;
}
.noclick {
	background-color: #AAA !important;
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
	text-decoration:none;/*下線を消す*/
}

/* テーブル関連共通 */
table{
	width: 100%;
	border-collapse:collapse;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin-bottom: 5px;
}
table:last-child{
	margin-bottom: 0;
}
table td{
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 5px 8px;
	background-color: #FFF;
}



/* TOP関連 */
#topics {
	padding: 7px 15px;
	background-color: #EFEFEF;
}
#topics h4 {
	color: #555;
	font-size: 13px;
	font-size: 1.3rem;
}
#topics table td.topics_title {
	vertical-align: top;
	padding: 0 10px 0 0;
	border: none;
	background-color: transparent;
}
#topics table {
	border: none;
}
#topics table td {
	color: #555;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 150%;
	vertical-align: middle;
	border-top: 1px solid #DDD;
}
#topics table td:last-child {
	border-right: none;
}

#topinfo {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
}

#title,
#presale,
#event_overview {
	margin: 20px 0 0 0;
	text-align: center;
}
#title h1, #title h2, #title h3, #title h4,
#presale h1, #presale h2, #presale h3, #presale h4,
#event_overview h1, #event_overview h2, #event_overview h3, #event_overview h4 {
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #CCC;
}

#title {
	margin-top:  0;
	padding: 10px 0;
}
#presale, #event_overview {
	padding: 20px;
	font-size: 1.4rem;
	font-size: 14px;
}

#presale table {
	margin: 10px auto ;
}
#presale table td {
	padding: 10px;
	text-align: left;
}



/* イベント関連 */
#events {
	width: 960px; /* 1000px */
	height: auto;
	margin: 20px;
}#events h4 {
	font-size: 14px; 
	text-align: center;
	margin: 20px 0;
}


/*　1会場　*/
.event_info {
	width: 940px;/*total width: 960px;*/
	padding: 10px;
	background-color: #F8F8F8;
	border-radius: 15px; /* CSS3 */  
	-webkit-border-radius: 15px; /* Safari,Chrome */  
	-moz-border-radius: 15px;
}

.event_info table {
	width: 100%;
}
.event_info table td {
	vertical-align: middle;
	padding: 15px 10px;
	line-height: 200%;
}
.event_info table td b {
	font-size: 14px;
}
.event_info table tr:first-child td:first-child {
	background-color: #CCC;	
	white-space: nowrap;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	vertical-align: middle;
	padding: 8px 8px 7px 24px;
	background-image: url(star.png);
	background-repeat: no-repeat;
	background-position: 8px 49%;
}
.event_info td.tdw {
	width: 220px; 
	text-align: left;
	padding: 8px 8px 7px 8px;
}

.event_info td a.ticket {
	background-color: #ECECEC;	
	text-align: center;
	padding: 15px 10px ;
	display: block;
	border-radius: 5px; /* CSS3 */  
	-webkit-border-radius: 5px; /* Safari,Chrome */  
	-moz-border-radius: 5px;
	text-decoration: none;
}
.event_info td a.ticket {
	color: #FFF;
}
.event_info td a.ticket:hover {
}
.btn {
	background: -moz-linear-gradient(top,#80CCE6 0%,#069);
	background: -webkit-gradient(linear, left top, left bottom, from(#80CCE6), to(#069));
	margin: 0 auto 10px auto ;
}
.btn:hover {
	background: -moz-linear-gradient(top,#ff758c 0%,#ff578e);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff758c), to(#ff578e));
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
	float: none;
}

/*　2会場 #event_w　*/
#events #event_w .event_info {
	width: 450px;/*total width: 960px;*/
	float: left;
}
#events #event_w .event_info:first-child {
	margin-right: 10px;
} 
#event_w .event_info td.tdw {
	width: 55px; 
	line-height: 150%;
}
.event_info table td {
	font-size: 12px;
	font-size: 1.2rem;
}



/* 注意事項 */
#attention {
	border: 1px solid #CCC;
	border-radius: 10px; /* CSS3 */  
	-webkit-border-radius: 10px; /* Safari,Chrome */  
	-moz-border-radius: 10px;
	padding: 20px 50px;
	margin: 20px 0 0 0 ;
}
#attention h3 {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#attention h3 span {
	font-weight: normal;
}
#attention p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 5px;
	letter-spacing: normal;
	line-height: 130%;
}



/*style*/
body { 
	background-color: #ffdc00;
}
#top {}

#wrapper {}

#presale,
#event_overview,
#other,
#maeuri,
.maeuribox div h3,
.event_info table tr:first-child td:first-child {
	color: ;
	background-color: #fafad2;	
}

#presale td:first-child  {
	background-color: #e0efff;
}