@charset "utf-8";

/* =============================================================

　　個別設定（よくある質問）

============================================================= */


/*  全体・コンテナー　設定
---------------------------------------------*/

#container {
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
}

.boxFaq h1.bdrBtm {
	font-size: 1.75em;
}

/*  画像 設定
---------------------------------------------*/


/*  質問カテゴリ
---------------------------------------------*/

.boxFaq .boxQuestion {
	padding: 0.75em 0 0 0.75em;
	background-color: #eee;
}

.boxFaq .boxQuestion ul li {
	}

.boxFaq .boxQuestion ul li a:nth-child(odd){
	margin-right: 1%;
}

.boxFaq .boxQuestion ul li a {
	float: left;
	display: block;
	width: 49%;
	margin-bottom: 0.75em;
	padding: 10px 5px 10px 48px;
	font-weight: bold;
	font-size: 1.13em;
}

.boxFaq .boxQuestion ul li.qHall a {
	background: #fff url(../img/icnHall.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qAccess a {
	background: #fff url(../img/icnAccess.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qClub a {
	background: #fff url(../img/icnClub.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qTicket a {
	background: #fff url(../img/icnTicket.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qConcert a {
	background: #fff url(../img/icnConcert.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qKids a {
	background: #fff url(../img/icnKids.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qBarrierfree a {
	background: #fff url(../img/icnBarrierfree.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qTheday a {
	background: #fff url(../img/icnTheday.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qFacility a {
	background: #fff url(../img/icnFacility.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li.qOther a {
	background: #fff url(../img/icnOther.png) 8px center no-repeat;
	background-size: 28px;}

.boxFaq .boxQuestion ul li a:hover {
  transition: all 0.4s ease-in-out;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/*  Q&A 
---------------------------------------------*/

.boxFaq .boxQalist {
	margin: 3em 0;
}

.boxFaq .boxQalist h2 {
	margin-bottom: 0.5em;
	padding-left: 38px;
	line-height: 52px;
	font-weight: bold;
	font-size: 1.25em;
}

.boxFaq .qaHall h2 {
	background: url(../img/icnHall.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaAccess h2 {
	background: url(../img/icnAccess.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaClub h2 {
	background: url(../img/icnClub.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaTicket h2 {
	background: url(../img/icnTicket.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaConcert h2 {
	background: url(../img/icnConcert.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaKids h2 {
	background: url(../img/icnKids.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaBarrierfree h2 {
	background: url(../img/icnBarrierfree.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaTheday h2 {
	background: url(../img/icnTheday.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaFacility h2 {
	background: url(../img/icnFacility.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .qaOther h2 {
	background: url(../img/icnOther.png) left center no-repeat;
	background-size: 28px;
}

.boxFaq .boxQalist dl.acdn  {
	margin-bottom: 12px;
}

.boxFaq .boxQalist dl.acdn dt {
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 15px 10px 45px;
	color: #0084b3;
	background: #ecf2f6 url(../img/icnQ.png) 15px 12px no-repeat;
	background-size: 20px;
}


.boxFaq .boxQalist dl.acdn dt.ov {
	border: none;
	background-color: #fed9ad;
}
	
.boxFaq .boxQalist dl.acdn dt.active {}

.boxFaq .boxQalist dl.acdn dd {
	margin: 20px 0 30px 0;
	padding-left: 45px;
	background: url(../img/icnA.png) 15px 3px no-repeat;
	background-size: 20px;
}

.boxFaq .boxQalist dl.acdn dd ul {margin-bottom: 1em;}




/*  フッター 設定
---------------------------------------------*/

#footer {
}

