@charset "UTF-8";

/*文字の大きさ参考（13px基準）
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 124%    17px = 131%
 18px = 139%    19px = 147%    20px = 154%    21px = 162%
 22px = 170%    23px = 177%    24px = 185%    25px = 193%
 26px = 200%    27px = 208%    28px = 216%    29px = 224%
 30px = 231%
*/

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;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

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

/*==================================================
全体構造
==================================================*/
body {
	font-size: 85%;
	line-height: 175%;
	color: #444444;
	letter-spacing: 0.05em;
	background: #ffffff url(../img/bg_footer.jpg) repeat-x 50% 100%;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	min-width: 980px;
}
* html body{	/* for IE6 */
	font-size: 85%;
}
*:first-child + html body{	/* for IE7 */
	font-size: 85%;
}
html>/**/body {	/* for IE8 */
	font-size/*\**/: 85%\9;
}
body:not(:target){	/* for IE9 */
	font-size: 85%\9;
}
/* ---------- リンク ---------- */
a {
	color: #006D9E;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
#col_main a:hover img,
#col_sub a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}
.end {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}
.important {
	font-weight: bold !important;
	color: #c00;
}
.import_event {
	color: #fff;
	background: #009;
}

/*==================================================
Header
==================================================*/
#header {
	height: 244px;
	background: url(../img/bg_globnavi.jpg) repeat-x 0 158px;
}
body.machinaka #header,
body.lunchtime #header,
body.station #header,
body.search #header {
	height: 170px;
	background: url(../img/bg_globnavi.jpg) repeat-x 0 158px;
}
#header .header {
	position: relative;
}
#header .header h1 {
	padding: 0 0 0 10px;
}
#header .header p.copy {
	position: absolute;
	top: 42px;
	right: 0px;
}
#header .header #snsbtn {
	position: absolute;
	top: 10px;
	right: 250px;
	height: 20px;
}
#header .header #snsbtn div {
	display: inline;
	margin: 0 5px 0 0;
}
#header .header .aside {
	position: absolute;
	top: 32px;
	left: 200px;
}
#header .header .aside ul li {
	float: left;
}
#header .header #englishbt {
	position: absolute;
	top: 5px;
	right: 220px;
	height: 20px;
	font-size: 85%;
}
#header .header #englishbt a {
	border: 1px solid #ccc;
	padding: 3px 5px;
}
/*==================================================
Globalnavi
==================================================*/
#header .header #gnavi ul {
	position: absolute;
	top: 109px;
	left: 170px;
	width: 820px;
}
#header .header #gnavi ul li {
	float: left;
}
#header .header #gnavi ul.days {
	top: 160px;
	left: 0px;
	width: 980px;
	padding: 27px 0 0 0;
	background: url(../img/header/gnavi_img.gif) no-repeat 100% 5px;
}
#header .header #gnavi ul.mdays {
	background: url(../img/header/gnavi_img2.gif) no-repeat 100% 5px;
}


#header .header #gnavi ul.days li {
	margin: 0 6px 0 0;
}
#header .header #gnavi ul.days li.end {
	margin: 0 0 0 0;
}

/*==================================================
Contents
==================================================*/
#wrapper {
	background: url(../img/bg_header.jpg) repeat-x 50% 60px;
}
.header,
#contents,
#footer {
	width: 980px;
	margin: 0 auto;
}
#contents {
	margin: 10px auto;
}
#col_main {
	position: relative;
	float: left;
	width: 720px;
}
#col_sub {
	float: right;
	width: 230px;
}
/*==================================================
sec_inner
==================================================*/
#col_main .section {
	padding: 5px;
	margin-bottom: 10px;
	background: #eeeeee;
}
#col_main .sec_inner {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
}

/*==================================================
breadcrumbs
==================================================*/
#breadcrumbs {
	margin: 0 0 10px;
}
#breadcrumbs li {
	float: left;
}
#breadcrumbs li a {
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	background: url(../img/crumbs.gif) no-repeat 100% 50%;
}

/*==================================================
Area Font
==================================================*/
#header .header dl#area_font {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 100%;
	padding: 5px 5px 5px 10px;
	background: #F5F2E9;
}
#header .header dl#area_font dt {
	float: left;
	margin: 2px 8px 0 0;
}
#header .header dl#area_font dd {
	float: left;
	margin: 0 0 0 2px;
}

/*==================================================
col_sub
==================================================*/
#col_sub ul li,
#col_sub .relation_event {
	margin-bottom: 10px;
}
#col_sub .relation_event ul {
	border: 1px solid #ccc;
	padding: 9px 9px 0;
}
#col_sub ul.partnerlink {
	background: #F2F2F2;
	padding: 5px 5px 1px;
	margin-bottom: 10px;
}
#col_sub ul.partnerlink li {
	margin-bottom: 5px;
}
#col_sub ul li.twitter {
	border: 1px solid #ccc;
}

/*==================================================
Footer
==================================================*/
#footer .footer {
	margin: 150px 0 30px;
	position: relative;
}
#footer .pagetop {
	position: absolute;
	top: -120px;
	right: 0px;
	display: blcok;
	width: 230px;
	text-align: center;
}
#footer .pagetop a {
	padding: 0 0 0 20px;
	background: url(../img/btn_pagetop.gif) no-repeat 0 50%;
}
#footer .ftnavi ul {
	margin: 0 0 10px;
}
#footer .ftnavi li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #333;
	line-height: 100%;
}
#footer .ftnavi a {
	color: #333333;
}
#footer .ftnavi a:hover {
	text-decoration: underline;
}
#copyright {
	font-size: 0.9em;
}



/*==================================================
sp mode
==================================================*/
#header_sp {
	border-top: 4px solid #EA5404;
	border-bottom: 4px solid #EA5404;
	background: -webkit-gradient(linear, center bottom, center top, color-stop(0%,#E6E6E6), color-stop(100%,white));
	background: -webkit-linear-gradient(bottom, #E6E6E6 0%,white 100%);
	background: linear-gradient(to top, #E6E6E6 0%,white 100%);
	background-color: #E6E6E6;
	padding: 50px;
	text-align: center;
}
#header_sp #spbtn {
	display: block;
	min-height: 24px;
	color: #5F7CBB;
	font-size: 286%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}


/*==================================================
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;
	/**/
}
@charset "UTF-8";
/*==================================================
 Pager
==================================================*/
#pager {
	width: 640px;
	padding-top: 15px;
	text-align:center;
}
#pager li {
	display: inline;
}
#pager li a {
	background: #fff3e0;
	border: #ff9c00 solid 1px;
	padding: 6px 10px;
	color: #ff9c00;
}
#pager li a:hover {
	background: #ff9c00;
	color: #ffffff;
}
#pager li span {
	background: #ff9c00;
	border: #ff9c00 solid 1px;
	color: #ffffff;
	padding: 6px 10px;
}
/*==================================================
Search
==================================================*/
#col_main .sec_inner form {
	margin: 0 auto 20px;
	padding: 10px 5px;
	background: #f6f6f6;
	width: 90%;
	text-align: center;
	border: 1px solid #ccc;
}
#col_main .sec_inner form fieldset {
	display: inline;
}
/*==================================================
shop
==================================================*/
#col_main .article_shop {
}
.article_shop h1 {
	text-align: left;
	font-size: 124%;
	padding: 20px 20px 15px ;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_ttl2.gif) no-repeat 0 0;
}
.article_shop .description {
	padding: 0 30px 80px 180px;
	background: url(../img/bg_shop.jpg) no-repeat 0 100%;
}
.article_shop h2 {
	margin: 20px 0 0 19px;
	padding: 0 0 0 20px;
	font-size: 108%;
	line-height: 40px;
	background: url(../img/bg_ttl3.gif) no-repeat 0 0;
}
#col_main .article_shop p {
	margin: 20px;
}
#col_main .article_shop ul {
	margin: 0 19px 20px;
}
#col_main .article_shop ul li {
	position: relative;
	border-left: 2px solid #59B200;
	margin: 0 0 1px;
}
#col_main .article_shop ul li a {
	display: block;
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px 5px 10px 10px;
	color: #444;
}
#col_main .article_shop ul li.even a {
	background: #f9f9f9;
}
#col_main .article_shop ul li a:hover {
	background: #FAFFF4;
	color: #006D9E;
}
#col_main .article_shop ul li .shopname {
	float: left;
	width: 250px;
	padding: 0 0 0 10px;
}
#col_main .article_shop ul li .shopname span {
	padding: 0 20px 0 0;
	background: url(../img/icon_blank.gif) no-repeat 100% 0;
}
#col_main .article_shop ul li .shop_present {
	float: right;
	width: 350px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ddd;
}
#col_main .article_shop ul li a.pdflink {
	position: absolute;
	top: 130px;
	right: 15px;
	display: inline;
	border: none;
	padding: 0px;
	color: #444;
}
/*==================================================
Machinaka
==================================================*/
.article_machinaka h1 {
	font-size: 124%;
	padding: 20px 20px 15px ;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_ttl2.gif) no-repeat 0 0;
}
.article_machinaka .discription p {
	float: left;
	width: 210px;
	margin: 20px 0 0 30px;
	padding: 0 150px 0 0;
	height: 155px;
	background: url(../img/machinaka_andon.gif) no-repeat 100% 0;
}
.article_machinaka .discription a {
	float: right;
	width: 275px;
	margin: 50px 30px 0 0;
}
.article_machinaka p {
	margin: 10px 30px 20px;
}
.article_machinaka ul {
	margin: 0 0 0 20px;
}
.article_machinaka ul li {
	float: left;
	display: block;
	width: 200px;
	margin: 0 15px 15px 0;
	background: #fafafa;
	border: 1px solid #eee;
	padding: 5px;
}
.article_machinaka ul li .shopname {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
.listtable {
	color: #fff;
}
table.machinakalist {
	margin: -10px 10px 10px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	color: #333;
	line-height: 125%;
}
table.machinakalist th {
    padding: 3px 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFeF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    width: 100px;
}
table.machinakalist td {
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
table.machinakalist td a {
	display: block;
    padding: 3px 10px;
}
table.machinakalist td.tdtime {
	white-space: nowrap;
    padding: 3px 10px;
}
table.machinakalist td.tdplace {
	width: 200px;
}
tr.even td {
	background-color: #f9f9f9;
}
/*==================================================
About
==================================================*/
.article_about h1 {
	font-size: 124%;
	padding: 20px 20px 15px ;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_ttl2.gif) no-repeat 0 0;
}
.article_about h2 {
	margin: 0 0 0 17px;
	padding: 0 0 0 20px;
	font-size: 108%;
	line-height: 40px;
	background: url(../img/bg_ttl3.gif) no-repeat 0 0;
}
.article_about .lang {
	position: absolute;
	top: 20px;
	left: 150px;
}
.article_about .lang a.current {
	color: #999;
}
.article_about p {
	margin: 10px 30px 20px;
}
.article_about table {
    width: 660px;
	margin: 20px auto;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.article_about table th {
    padding: 5px 10px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    width: 120px;
}
.article_about table td {
    padding: 5px 10px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
}
.article_about ul {
	margin: 10px 30px 20px;
}
.article_about .sec_about_txt {
	float: right;
	width: 470px;
}
.article_about .photo {
	float: left;
	width: 190px;
	margin: 20px 0 20px 20px;
}
.article_about .photo {
	padding: 5px 10px;
	background: #f9f9f9;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 150%;
}
.article_about .photo img {
	margin: 5px 0;
}
/*----  sponsor  ------*/
#col_main ul.sponsor01,
#col_main ul.sponsor02,
#col_main ul.sponsor03,
#col_main ul.sponsor04  {
	margin: 50px auto 0;
	text-align: center;
}
#col_main ul.sponsor02,
#col_main ul.sponsor03 {
	margin: 20px auto 0;
}
#col_main ul.sponsor04 {
	margin: 10px auto 20px;
}
#col_main ul.sponsor02 li,
#col_main ul.sponsor03 li,
#col_main ul.sponsor04 li {
	display: inline;
	margin: 0 10px;
}
#col_main ul.sponsor03 li img {
	padding: 0 0 15px;
}
#col_main ul.sponsor05 {
	margin: 20px;
}
#col_main ul.sponsor05 li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 5px 0 0;
	white-space: nowrap;
}
.about01,
.about02,
.about03,
.about04 {
	position: relative;
	height: 40px;
	margin: 20px 0 0;
}
.about03 {
	margin: 50px 0 0;
}
.about01 h2 span,
.about02 h2 span,
.about03 h2 span,
.about04 h2 span {
	color: #999;
	font-weight: normal;
}
.article_about .pagelink {
	position: absolute;
	right: 10px;
	top: 15px;
	background: #fff;
}
/*==================================================
Volunteer
==================================================*/
.article_volunteer h1 {
	font-size: 124%;
	padding: 20px 20px 15px ;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_ttl2.gif) no-repeat 0 0;
}
.article_volunteer h2 {
	margin: 0 0 0 17px;
	padding: 0 0 0 20px;
	font-size: 108%;
	line-height: 40px;
	background: url(../img/bg_ttl3.gif) no-repeat 0 0;
}
.article_volunteer p {
	margin: 10px 30px 20px;
}
.article_volunteer p span {
	font-size: 124%;
	padding: 0 5px;
}
.article_volunteer p span span {
	color: #c00;
	font-weight: bold;
}
.article_volunteer .btn_volunteer {
	display: block;
	margin: 30px auto;
	text-align: center;
	font-size: 124%;
	line-height: 2.5em;
	font-weight: bold;
}
.article_volunteer .btn_volunteer a {
	text-decoration: underline;
}
/*==================================================
Access
==================================================*/
.article_access h1 {
	font-size: 124%;
	padding: 20px 20px 15px ;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_ttl2.gif) no-repeat 0 0;
}
.article_access p {
	margin: 20px auto;
	text-align: center;
}
.article_access table {
    width: 680px;
	margin: auto;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.article_access table th {
    padding: 5px 10px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    width: 50%;
}
.article_access table td {
    padding: 5px 10px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
}
.article_access .cution p {
	margin: 10px 20px 20px;
	text-align: left;
	color: #c00;
}
/*============= area tab =============*/
#maptabs {
	margin: 20px;
}
#maptabs ul {
	margin: 0 7px;
}
#maptabs ul li {
	margin-right: 3px;
	float: left;
	display: inline;
	font-size: 0;
}
#maptabs ul li a img{
	outline: none;
}
#maptabs #gmap01,
#maptabs #gmap02,
#maptabs #gmap03 {
  	border: 1px solid #ccc;
	padding: 5px;
}
#maptabs .map_canvas {
	width: 655px;
	height: 655px;
}
.map_canvas_marker {
	display: none;
}
#maptabs #mymap {
	width: 650px;
	height: 650px;
}
/*============= gmap =============*/
#maptabs #gmap01 ul li,
#maptabs #gmap02 ul li,
#maptabs #gmap03 ul li {
	font-size: 100%;
	line-height: 25px;
	margin: 10px 10px 0 0;
}
#maptabs #gmap01 ul li img,
#maptabs #gmap02 ul li img,
#maptabs #gmap03 ul li img {
	height: 25px;
}
/*============= route_search =============*/
.route_search {
	padding: 15px 20px;
	border-top: 1px solid #ccc;
}
 .route_search .route_access input {
	padding: 10px 10px;
	width: 190px;
	border: 1px solid #ccc;
}
* html .route_search .route_access input{	/* for IE6 */
	width: 160px;
}
*:first-child + html .route_search .route_access input{	/* for IE7 */
	width: 160px;
}
html>/**/.route_search .route_access input {	/* for IE8 */
	width/*\**/: 190px\9;
}
.route_search .route_access input:not(:target){	/* for IE9 */
	width: 190px\9;
}
/*==================================================
Event-detail
==================================================*/
.sec_event {
	margin-right: 40px;
}
.article_event {
	position: relative;
	border: 1px solid #ccc;
	background: #ffffff;
	margin-bottom: 5px;
}
.article_event h1 {
	font-size: 124%;
	padding: 20px 20px 15px ;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_ttl.gif) no-repeat 0 0;
}
.article_event h1 span {
	font-size: 93%;
}
.article_event .sec_detail {
	margin: 17px;
}
.article_event .sec_detail p{
	margin-bottom: 10px;
}
.article_event .sec_detail .photo {
	float: left;
	display: block;
	text-align: center;
	margin: 0 20px 0 0;
}
.article_event .event_note {
	margin-top: 5px;
}
.article_event .event_note ul.adtype {
	float: left;
}
.article_event .event_note ul.adtype li {
	float: left;
	border: 1px solid #c80000;
	background: #ffffff;
	padding: 3px 5px 2px;
	line-height: 100%;
	margin: 0 5px 0 0;
	font-weight: bold;
}
.article_event .event_note ul.adtype li.toll {
	color: #c80000;
	border-color: #c80000;
}
.article_event .event_note ul.adtype li.free {
	color: #007DFD;
	border-color: #007DFD;
}
.article_event .event_note ul.adtype li.other {
	color: #ffffff;
	border-color: #519712;
	background: #519712;
}
.article_event .event_note ul.adtype li.request {
	color: #ffffff;
	border-color: #6E4A90;
	background: #6E4A90;
}
.article_event .event_note ul.adtype li.soldout {
	color: #6E4A90;
	border-color: #6E4A90;
	background: #fff;
}
.article_event .event_note ul.adtype li.reserv {
	color: #ffffff;
	border-color: #c80000;
	background: #c80000;
}
.article_event .event_note ul.adtype li.direct {
	color: #ffffff;
	border-color: #2626FF;
	background: #2626FF;
}
.article_event table {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.article_event table th {
    padding: 5px 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    width: 140px;
}
.article_event table td {
    padding: 5px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
.article_event .artistcomment {
	margin: 15px 0 0;
}
.article_event .artistcomment dt {
	border-top: 1px dotted #ccc;
	margin: 10px 0 5px;
	padding: 10px 0 0;
}
/*============= profile =============*/
.article_event .artistprofile {
	margin: -1px 15px 0 15px;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}
.article_event .artistprofile .photo {
	float: left;
	display: block;
	margin: 0 30px 5px 0;
	text-align: center;
	line-height: 125%;
}
.article_event .artistprofile .photo img {
	margin: 10px 0 0;
}
.article_event .artistprofile dl {
}
.article_event .artistprofile dl dt {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px;
	margin: 0 0 5px;
	font-size: 108%;
}
/*============= ticket =============*/
.article_event .ticket {
	padding: 15px;
	border-top: 1px solid #ccc;
	position: relative;
}
.article_event .gray {
	background: #fcfcfc;
}
.article_event .ticket .ticket_logo {
	float: left;
	display: block;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 35%;
}
.article_event .eplus .ticket_logo {
	top: 15%;
}
.article_event .eventprice {
	font-weight: bold;
	font-size: 133%;
	margin: 30px auto;
	text-align: center;
}
.article_event .eventprice span {
	color: #c00;
	font-size: 160%;
}
.article_event .Custmticket {
	margin: 15px auto;
	width: 70%;
	font-size: 100%;
	font-weight: normal;
}
.article_event .eventprice table {
	margin: 15px auto;
	width: 70%;
	font-size: 85%;
	font-weight: normal;
}
.article_event p.tickets,
.article_event p.ticketcode {
	margin: 5px 0 0;
	padding: 5px 0;
}
.article_event p.comment,
.article_event p.import {
	font-weight: normal;
	font-size: 85%;
	margin: 5px 30px;
}
.article_event p.tickets {
	font-size: 85%;
}
.article_event .ticket dl {
	float: right;
	width: 430px;
	letter-spacing: 0;
}
.article_event .ticket dl dt {
	float: left;
	width: 10m;
	padding: 5px;
}
.article_event .ticket dl dd {
	padding: 5px 5px 5px 11em;
	border-bottom: 1px dotted #ccc;
}
/*============= route_search =============*/
.article_event .route_search {
	margin: -1px 15px 0 15px;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}
.route_access,
.route_time,
.route_button {
	padding: 0 50px;
	background: #F5F2E9;
}
.route_access {
	border: solid #ccc;
	border-width: 1px 1px 0 1px;
	padding: 20px 50px 0 50px;
}
.route_access dl {
	float: left;
	padding: 0 30px 0 0;
	margin: 0 10px 0 0;
	background: url(../img/arrow.png) no-repeat 100% 50%;
}
.route_access dl.end {
	float: right;
	background: none;
}
.route_access dt {
	float: left;
	width: 4em;
	line-height: 300%;
}
.route_access dd {
	padding: 0 0 0 4em;
}
.article_event .route_access input {
	padding: 10px 10px;
	width: 170px;
	border: 1px solid #ccc;
}
* html .article_event .route_access input{	/* for IE6 */
	width: 140px;
}
*:first-child + html .article_event .route_access input{	/* for IE7 */
	width: 140px;
}
html>/**/.article_event .route_access input {	/* for IE8 */
	width/*\**/: 170px\9;
}
.article_event .route_access input:not(:target){	/* for IE9 */
	width: 170px\9;
}
.route_access input label {
	white-space: nowrap;
}
.route_time {
	border: solid #ccc;
	border-width: 0 1px 0 1px;
}
.route_time dl {
	padding: 10px 0;
	margin: 0 10px 0 0;
}
.route_time dt {
	float: left;
	width: 4em;
	line-height: 300%;
}
.route_time select {
	padding: 5px 8px;
}
.route_button {
	margin: auto;
	text-align: center;
	padding: 10px 50px 10px;
	border: 1px solid #ccc;
	border-top: 1px dotted #ccc;
}
#btn_searchroute {
	border: none;
	background: none;
}
/*============= pagelink =============*/
#innerlink {
	position: absolute;
	top: 40px;
	right: 0px;
}
/*============= favorite =============*/
#col_main .sns {
	position: relative;
	background: #f6f6f6;
	border: 1px solid #ccc;
}
#col_main .sns .snsbt div {	
	display: inline;
	margin: 0 5px 0 0;
}
.sns .favorite {
	position: absolute;
	top: 5px;
	right: 10px;
}
.sns .favorite .on_favoritelist {
	text-indent: -89999px;
	display: block;
	width: 109px;
	height: 25px;
	background: url(../img/btn_favorite_current.png);
}
.sns .favorite .on_favoritelist{
	text-inden: -999px;
}
/*==================================================
Event-list
==================================================*/
.eventlist h1 {
	font-size: 124%;
	line-height: 70px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #ccc;
	background: url(../img/bg_ttl2.gif) no-repeat 0 0;
}
.otherprogram {
	margin-top: 50px;
}
.event_program {
	position: relative;
	border: 1px solid #ccc;
	background: #ffffff;
	margin-bottom: 5px;
}
.event_program .favorite {
	position: absolute;
	top: 10px;
	right: 10px;
}
.event_program .favorite .on_favoritelist {
	text-indent: -89999px;
	display: block;
	width: 109px;
	height: 25px;
	background: url(../img/btn_favorite_current.png);
}
.event_program .favorite .on_favoritelist{
	text-inden: -999px;
}
.event_program .event_title {
	background: #F5F2E9;
	padding: 14px;
	border-bottom: 1px solid #ccc;
}
.event_program .event_title .eventnumber {
	margin-top: -10px;
	display: block;
	font-weight: bold;
}
.event_program .event_title h2 {
	font-size: 124%;
}
.event_program .event_title h2 span {
	font-size: 93%;
}
.event_program .event_note {
	letter-spacing: 0;
	padding: 0 0 5px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #aaaaaa;
}
.event_program .event_note .time {
	font-weight: bold;
	margin: 0 10px 0 0;
	font-size: 108%;
}
.event_program .event_note ul.adtype {
	float: left;
}
.event_program .event_note ul.adtype li {
	float: left;
	border: 1px solid #c80000;
	background: #ffffff;
	padding: 3px 5px 2px;
	line-height: 100%;
	margin: 0 5px 0 0;
	font-weight: bold;
}
.event_program .event_note ul.adtype li.toll {
	color: #c80000;
	border-color: #c80000;
}
.event_program .event_note ul.adtype li.free {
	color: #007DFD;
	border-color: #007DFD;
}
.event_program .event_note ul.adtype li.other {
	color: #ffffff;
	border-color: #519712;
	background: #519712;
}
.event_program .event_note ul.adtype li.request {
	color: #ffffff;
	border-color: #6E4A90;
	background: #6E4A90;
}
.event_program .event_note ul.adtype li.reserv {
	color: #ffffff;
	border-color: #c80000;
	background: #c80000;
}
.event_program .event_note ul.adtype li.direct {
	color: #ffffff;
	border-color: #2626FF;
	background: #2626FF;
}
.event_program .event_detail {
	padding: 14px 0 14px 14px;
}
.event_program .event_detail p {
	margin: 0 0 5px;
	padding: 0 14px 0 0;
}
.event_program .event_detail .photo {
	float: left;
	display: block;
	text-align: center;
	margin: 0 20px 0 0;
}
.event_program .event_detail .event_more dl {
	float: left;
	width: 355px;
	background: #f6f6f6 url(../img/bg_dl.gif) repeat-y 0 0;
}
.event_program .event_detail .event_more dt,
.event_program .event_detail .event_more dd {
	padding: 5px;
}
.event_program .event_detail .event_more dl dt {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	clear: left;
	float: left;
	width: 80px;
	padding-left: 10px;
}
.event_program .event_detail .event_more dl dd {
	margin-left: 95px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #fff;
}
.event_program .event_detail .event_more dl dd.btn_deatail {
	border: none;
	border-top: 1px solid #ddd;
	margin-left: 0;
	background: #fff;
}
.event_program .event_detail .event_more ul {
	float: right;
	width: 320px;
}
.event_program .event_detail .event_more ul li {
	float: left;
	display: block;
	min-height: 170px;
	margin: 0 5px 5px 0;
	font-size: 85%;
	line-height: 110%;
}
.event_program .event_detail .event_more ul li img {
	margin: 0 0 5px;
}
/*==================================================
favorite-list
==================================================*/
#favoritelist {
	font-size: 85%;
	letter-spacing: 0;
	margin: 0 0 10px;
	line-height: 150%;
}
.favoritelist ul {
	padding: 5px 5px 0;
	border: solid #ddd;
	border-width: 0 1px 1px 1px;
}
.favoritelist ul li {
	padding: 0 0 5px;
	border-bottom: 1px dotted #ddd;
}
.favoritelist ul li dd.delete {
	margin-top: 5px;
}
.favoritelist ul li dd.delete a {
	margin: 5px 0 0 0;
	color: #666666;
	padding: 2px 5px 1px;
	border: 1px dotted #bbb;
	background: #f2f2f2;
}
.favoritelist ul li dd.delete a:hover {
	color: #cccccc;
}
#favoritelist_layout{
	display:none;
}
/*==================================================
Home
==================================================*/
table.toptable {
	margin: 5px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	color: #333;
	line-height: 125%;
}
table.toptable th {
    padding: 2px 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFeF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.toptable tbody th {
    background: #f9FFFF;
}
table.toptable td {
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    padding: 2px 5px;
}
.promotion {
	position: relative;
	margin-bottom: 15px;
}
.promotion .countday {
	position: absolute;
	top: 154px;
	right: 115px;
	font-size: 50px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	letter-spacing: -5px;
	font-family: Verdana,Arial,"CI",Meiryo,sans-serif;
}
/*============= message =============*/
.concerts dl.message {
	text-align: left;
	margin: 10px 20px;
	padding: 5px;
	border: 1px solid #ccc;
}
.concerts dl.message dt {
	font-weight: bold;
	background: url(../img/message01.jpg) no-repeat 0 0;
	min-height: 105px;
	padding: 5px 0 0 100px;
	font-size: 124%;
}
.concerts dl.message dt span {
	display: block;
	font-size: 93%;
	font-weight: normal;
}
.concerts dl.message dd {
	background: url(../img/message02.jpg) no-repeat 100% 0;
	padding: 0 195px 0 0;
}
/*============= concerts =============*/
#col_main .concerts p {
	padding: 10px 0 0;
	text-align: center;
}
#col_main .concerts ul {
	padding: 0 0 8px 19px;
}
#col_main .concerts ul li {
	float: left;
	padding: 0 11px 11px 0;
}
/*============= information =============*/
#col_main .information dl {
	padding: 19px 0 0 19px;
	overflow: auto;
	height: 250px;
}
#col_main .information dl dt {
	font-weight: bold;
}
#col_main .information dl dd {
	padding: 0 0 10px 0;
	margin: 0 19px 10px 0;
	border-bottom: 1px dotted #ccc;
}
.soldout {
	color: #fff;
	background: #6E4A90;
	padding: 0 2px;
	margin: 0 0 0 5px;
}
#col_main .information ul.sublink {
	position: absolute;
	top: 25px;
	left: 150px;
}
#col_main .information ul.sublink li {
	float: left;
	margin: 0 0 0 15px;
}
.event_title h1.infoh1 {
	font-size: 124%;
}
/*============= caution =============*/
#caution {
	margin-bottom: 10px;
	background: url(../img/bg_emergency.gif);
	font-size: 1.2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#caution .sec_inner {
	padding: 0 5px 5px;
	border: none;
	background: none;
}
#caution .sec_inner dl {
	background: #fff;
	padding: 10px 15px 5px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	display: inline-block;
}
#caution .sec_inner dl dt {
	float: left;
	width: 12em;
	padding: 5px 0;
}
#caution .sec_inner dl dd {
	padding: 5px 5px 5px 13em;
	border-bottom: 1px dotted #ccc;
}
#caution .sec_inner dl dd a {
	color: #c00;
}
#caution .sec_inner dl dd a:hover {
	color: #300;
}

#caution2 {
	background: #fff;
	border: 5px solid #ff3300;
	margin: 0 0 10px;
}
#caution2 p {
	padding: 15px;
}


/*==================================================
==================================================*/
#col_main.welcomenara .event_program {
	position: relative;
}
#col_main.welcomenara .event_title {
	padding-bottom: 5px !important;
}
#col_main.welcomenara .event_title h2 {
	margin: 5px 0 0 80px;
}
#col_main.welcomenara .event_note,
#col_main.lunchtimenara .event_note {
	float: left;
	border: none !important;
}
#col_main.welcomenara .event_detail {
	margin: -5px 0 0 80px !important;
}
#col_main.welcomenara .event_detail p {
}
#col_main.welcomenara .event_detail dl {
	float: inline;
	width: 600px !important;
}
#col_main.welcomenara .days,
#col_main.lunchtimenara .days {
	width: 50px;
	text-align: center;
	background: #fff;
	color: #45A4E2;
	line-height: 125%;
	padding: 5px;
	border: 3px solid #45A4E2;
	font-weight: bold;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}
#col_main.welcomenara .days span span,
#col_main.lunchtimenara .days span span {
	display: block;
	font-size: 1.2em;
	line-height: 125%;
}
#col_main.welcomenara .days em,
#col_main.lunchtimenara .days em {
	display: block;
	margin: 5px 0 0;
	padding: 2px 10px;
	color: #fff;
	background: #45A4E2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
#col_main.lunchtimenara .event_title h2 {
	margin: 35px 0 0 80px;
}
#col_main.lunchtimenara .event_note ul.adtype {
	position: absolute;
	top: 15px;
	left: 95px;
}
#col_main.lunchtimenara .event_note ul.adtype li {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
#col_main.welcomenara .event_detail dl {
	float: left;
	width: 355px;
	background: #f6f6f6 url(../img/bg_dl.gif) repeat-y 0 0;
}
#col_main.welcomenara .event_program .event_detail dt,
#col_main.welcomenara .event_program .event_detail dd {
	padding: 5px;
}
#col_main.welcomenara .event_program .event_detail dl dt {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	clear: left;
	float: left;
	width: 80px;
	padding-left: 10px;
}
#col_main.welcomenara .event_program .event_detail dl dd {
	margin-left: 95px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #fff;
}
#col_main.welcomenara .event_program .event_detail dl dd.btn_deatail {
	border: none;
	border-top: 1px solid #ddd;
	margin-left: 0;
	background: #fff;
}
#col_main.welcomenara .event_program .event_detail ul {
	float: right;
	width: 320px;
}
#col_main.welcomenara .event_program .event_detail ul li {
	float: left;
	display: block;
	min-height: 170px;
	margin: 0 5px 5px 0;
	font-size: 85%;
	line-height: 110%;
}
#col_main.welcomenara .event_program .event_detail ul li img {
	margin: 0 0 5px;
}


a.report2013 {
	display: block;
	background: url(../img/report2013.jpg) no-repeat 0 10px;
	padding: 10px 0 0 60px;
	margin: 10px 0 0;
	border-top: 1px dotted #ccc;
	height: 60px;
	font-weight: bold;
}