﻿@charset 'UTF-8';

@import 'reset.css';
@import 'style.css';

/* ------------------------------ 
	artist
-------------------------------- */
.bg_wh {
	background-color:#FFF;
	display:block;
}
.artist {
	background-color:#FFF;
	padding-bottom:0px;
	margin-bottom:10px;
	color:#666;
}
#CONTAINER h2{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align:center;
}
#CONTAINER h2.title_about_mobticket {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background-image: url(../img/pc/title_nomob.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:32px;
	background-color: #ff8585;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #b4b4b4;
}
#CONTAINER h3 {
	line-height: 2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9C3;
	border-bottom-color: #9C3;
	margin-bottom:10px;
	background-color: #A0D200;
	color:#FFF;
	text-align:center;
}
#CONTAINER h3.nomob_artist {
	/*line-height: 2em;*/
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom:10px;
	background-color: #CCC;
	color:#FFF;
	text-align:center;
}
.artist_img {
	margin-bottom:10px;
	text-align:center;
}

.artist p {
	line-height: 1.5em;
	padding-left:10px;
	padding-right:10px;
	text-indent:0px;
}
.artist p.indent2 {
	text-indent:-1em;
	padding-left:2em;
}
.artist_list {
	margin-top:10px;
	/*margin-bottom:10px;*/
}
.artist_list li {
	background-image: url(../img/icon_next01.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	-moz-background-size:auto 19px;
	background-size:auto 19px;
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color:#CCC;
	font-size:100%;
}

.artist_list {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.artist_list li a {
	color:#666;
	text-decoration:none;
	display:block;
	/*line-height: 3.5em;
	padding-left:10px;*/
	line-height: 1.5em;
	padding:10px;
	margin-right:15px;
}

.artist dl {
	/*padding:5px 10px 5px 10px;*/
	padding:5px 0px;
	line-height:1.5em;
}
.btn_artist_entry a {
	text-indent:-99999px;
	background-image:url(../img/btn_entry278.png);
	background-repeat:no-repeat;
	background-position: center top;
/*
	-moz-background-size:auto 56px;
	background-size:auto 56px;
	height:56px;
	width:273px;
*/
	display:block;
	height:59px;
	width:278px;
	border:none;
	margin-left:auto;
	margin-right:auto;
}
.btn_artist_entry2 a {
	text-indent:-99999px;
	background-image:url(../img/btn_entry278-2.png);
	background-repeat:no-repeat;
	background-position: center top;
/*
	-moz-background-size:auto 56px;
	background-size:auto 56px;
	height:56px;
	width:273px;
*/
	display:block;
	height:59px;
	width:278px;
	border:none;
	margin-left:auto;
	margin-right:auto;
}
.btn_Text_entry {
	text-align: center;
}
.btn_Text_entry a {
	color: #666;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.8em;
}
/*------------------------------------
	areaEntry
------------------------------------*/
.areaEntry {
	background-color:#FFF;
	margin-bottom:20px;
	color:#666;
}

dl.entryBlock, dl.eventInfo{
	padding-bottom: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding: 10px;
	margin: 0 10px 10px;
	color: #666;
}
.entryBlock.blockWHT, .eventInfo.blockWHT{padding: 0px;}
.entryBlock.blockGRY, .eventInfo.blockGRY{border: 1px solid #CCCCCC;background-color: #f2f2f2;}
.entryBlock.blockGRN, .eventInfo.blockGRN{border: 1px solid #DDDA8F;background-color: #E9EBCA;}
.entryBlock.blockRED, .eventInfo.blockRED{border: 1px solid #ffacac;background-color: #F5DFDF;}
.entryBlock.blockBLU, .eventInfo.blockBLU{border: 1px solid #80ccff;background-color: #cdebff;}
.entryBlock.blockORG, .eventInfo.blockORG{border: 1px solid #ffcd9b;background-color: #fff3e7;}

.entryBlock dt, .eventInfo dt{
	text-align: center;
	font-weight: bold;
	padding-top:4px;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.entryBlock.blockWHT dt, .eventInfo.blockWHT dt{padding-bottom:0px;}

.entryBlock.blockGRY dt, .eventInfo.blockGRY dt{border-bottom: 1px dotted #CCCCCC;}
.entryBlock.blockGRN dt, .eventInfo.blockGRN dt{border-bottom: 1px dotted #DDDA8F;}
.entryBlock.blockRED dt, .eventInfo.blockRED dt{border-bottom: 1px dotted #ffacac;}
.entryBlock.blockBLU dt, .eventInfo.blockBLU dt{border-bottom: 1px dotted #80ccff;}
.entryBlock.blockORG dt, .eventInfo.blockORG dt{border-bottom: 1px dotted #ffcd9b;}

.entryBlock dd, .eventInfo dd{
	list-style-type: circle;
}
.eventInfo dd{margin:auto 10px;}

.areaEntryButton{
	text-align: center;
	padding: 0px;
	/*background-color: #ffffff;*/
}

.entryButton{
	box-shadow: 0px 0px 10px #999999;
	width: 272px;
	padding: 2px;
	margin: 10px auto;
	border-radius: 50px;
	border: 1px solid #b4b4b4;
	background: #ffffff;
}

.buttonInner{
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #99CC00;
	box-shadow: 0px 0px 6px #666666 inset;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #b4b4b4;
	text-decoration: none;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 1px #333333;
}
input.buttonInner{
	padding: 0;
	width: 270px;
	height: 50px;
	font-size: 116%;
	font-weight: bold;
	cursor: pointer;
}
.buttonInner:hover {}

.mainText{display: block; line-height: 1em; font-size: 120%; font-weight: bold; margin: 0.2em 0;}
.subText{display: block; line-height: 1em; font-size: 100%; font-weight: normal; margin: 0.2em 0;}

.buttonTitle{color: #666666;}

.bottomButton{padding: 15px 0; background-color: #ffffff;}
/*-----------------------------------
	areaNoMob
------------------------------------*/
.areaNoMob {
	background-color:#FFF;
	margin-bottom:20px;
	color:#666;
}
.areaNoMob dl {
	padding:0px;
	line-height:1.5em;
}
.btn_nothave a, .accordionBox .btn_nothave {
	text-indent:-99999px;
	background-image:url(../img/btn_nothave232.png);
	background-repeat:no-repeat;
	background-position: center top;
/*
	-moz-background-size:auto 60px;
	background-size:auto 60px;
	height:60px;
	width:254px;
*/
	display:block;
	height:54px;
	width:232px;
	border:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	cursor: pointer;
}

.areaNoMob .btn_nothave{margin-top:0px!important;}

p.entry_date {
	padding:5px 0 5px 0;
	font-size:110%;
	margin:0 10px 10px 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-weight:bold;
	text-align:center;
}
.entry_date2 {
	padding:5px 0 5px 0;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}
.entry_date3 {
	margin:5px 0 5px 0;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}
.select_ticket {
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#CCC;
	border-top-style:dotted;
	border-top-width:2px;
	border-top-color:#CCC;
	margin:0 10px 10px 10px;
	padding:5px 0;
}
.ticket_kind {
	line-height:2em;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}
.ticket_notes {
	color:#FF0000;
	font-size:85%;
	text-align:center;
}
.ticket_notes2 {
	font-size:85%;
	text-align:center;
}
/* List
---------------------*/
ol {
	list-style:decimal;
	padding-left:20px;
	margin-bottom:0.5em;
}
ul.disc {
	list-style:disc;
	padding-left:20px;
	margin:0.5em 0 0.5em 0;
}
dl.special {
	padding-bottom:10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding:10px;
	margin:10px 10px 10px 10px;
	color: #666;
	border: 1px solid #DDDA8F;
	background-color: #E9EBCA;
}
dl.special dt {
	margin-bottom:10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDA8F;
	padding-bottom:10px;
	padding-left:30px;
	padding-top:4px;
	background-image: url(../img/icon_star25.png);
	background-repeat: no-repeat;
	background-position: left top;
/*
	-moz-background-size:auto 25px;
	background-size:auto 25px;
*/
}
dl.special dd {
	margin-left:10px;
	list-style-type: circle;
}

/*----------------------------------*/
dl.noMob dd {
	padding-bottom:10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding:10px;
	margin:10px 10px 10px 10px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
dl.noMob h4 {
	margin-bottom:10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-bottom:10px;
	padding-top:4px;
	text-align: center;
}
/*----------------------------------*/
.saport dd.subTitle{
	padding: 7px!important;
	background-color: #DDD;
}

/*----------------------------------
	apeaceページに適用
----------------------------------*/
p.apeace_about {
	padding:0 5px 0px 5px;
	text-align:center;
}
p.apeace_about2 {
	font-size:110%;
	text-align:center;
	margin-top:15px;
}
p.apeace_about2 a {
	font-weight:bold;
	line-height:2.0em;
}
span.fcRed_ktheater {
	font-size:85%;
	color:#FF0000;
}
/*--------------------------------
	agreement
----------------------------------*/
.agreeBorder {
	border-top:dotted 2px #CCC;
	border-bottom:dotted 2px #CCC;
	margin-right:10px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.agree {
	font-size:90%;
}
.fs84 {
	font-size:84%;
}

/*--------------------------------
	social Btn
----------------------------------*/
.social{
	text-align: center;
	margin:0 20px 10px;
}
.btnSocial{
	margin: 7px 5px;
	display: inline-block;
	vertical-align: bottom;
	height: 20px;
}
.btnFB{
	/*margin-left: 0px!important;*/
	/*margin-right: 0px!important;*/
	padding-bottom:0px;
}
.fb-like{
	display: inline-block!important;
	/*margin-left: 5px!important;*/
	/*margin-right: 5px!important;*/
	vertical-align: top;
}
.fb-send{
	display: inline-block!important;
	/*margin-left: 5px!important;*/
	/*margin-right: 5px!important;*/
	vertical-align: top;
}
.fb-share-button{
	display: inline-block!important;
	/*margin-left: 5px!important;*/
	/*margin-right: 5px!important;*/
	vertical-align: top;
}

/* ---------------------------
    English
----------------------------- */

/* en > btn
---------------------*/
body.en .artist .btn_artist_entry a {
	background-image:url(../img/pc/btn_entry_en.png);
	height:57px;
	width:278px;
}
body.en .btn_nothave a {
	text-indent:0px;
	background-image:none;
	display:block;
	width:210px;
	height:auto;
	border:none;
	margin:0 0 0 auto;
	text-align:left;
	color:red;
}
	body.en .btn_nothave{margin:15px auto 10px; width:240px; height:40px;background-image:url(../img/pc/btn_nothave_en.png); background-repeat:no-repeat;background-position: left top;}

/* en > h2.title_about_mobticket    
---------------------*/
body.en #CONTAINER h2.title_about_mobticket {
	text-indent:0px;
	background-image: none;
	height:auto;
	padding: 12px 10px;
	color:#fff;
	font-size:1.3em;
}