@charset "UTF-8";
/* css common main_img
---------------------------------------------------------- */
#wrapper {
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}
#h_box, #mainnav .topmenu, #footer_box, #copy_right p, #main_img, #main, .box, #topicPath {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom: 60px;
}
.container {
	margin-bottom: 45px;
}
.case {
	margin-bottom: 30px;
}
.pack {
	margin-bottom: 20px;
}
.item {
	margin-bottom: 15px;
}
.mb_clear {
	margin-bottom: 0;
}
.section .container:last-child, .container .case:last-child, .case .pack:last-child, .pack .item:last-child {
	margin-bottom: 0px;
}
/* text-align style
---------------------------------------------------------- */
.txt_l {
	text-align: left !important;
}
.txt_c {
	text-align: center !important;
}
.txt_r {
	text-align: right !important;
}
.txt_b {
	font-weight: bold;
}
/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom: 20px;
}
main * p:last-child {
	margin-bottom: 0px;
}
/* list_dot 
---------------------------------------------------------- */
.list_dot {
	list-style: disc;
	margin: 0 0 15px 17px;
}
/* main_img_wrap 
---------------------------------------------------------- */
#main_img_wrap {
	background: url(common/images/index/bg_main.jpg) no-repeat center #000;
}
#main_img {
	position: relative;
}
#main_img a {
	position: absolute;
	left: 160px;
	bottom: 30px;
}
/* intro 
---------------------------------------------------------- */
#intro h4 {
	font-weight: bold;
	margin: 30px 0 20px;
	font-size: 22px;
}
#intro li {
	display: inline-block;
	margin: 0 10px;
}
#intro li img {
	vertical-align: top;
}
.stage h3 {
	margin-bottom: 35px;
}
/* media 
---------------------------------------------------------- */
#media {
	background: #f1f1f1;
	padding: 60px 0;
}
#media h3 {
	margin-bottom: 35px;
}
#media h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
/* history 
---------------------------------------------------------- */
#history .his_box {
	margin: 0 100px;
	padding: 40px;
	border: 5px solid #eee;
}
#history .his_box h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
/* join 
---------------------------------------------------------- */
#join {
	background: #1dbec8;
	padding: 60px 0;
}
#join p {
	color: #FFF;
	margin-top: 20px;
}
.iframe {
	width: 600px;
	height: 340px;
	margin: auto;
}
/* arrow 
---------------------------------------------------------- */
.arrow {
	background: url(common/images/index/arr.png) no-repeat center top;
	padding-top: 95px;
}
.arrow h3 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}
.headingTxt {
	font-size: 22px;
	font-weight: bold;
}
.paddingTop {
	padding-top: 30px;
}
/* =======================================

	cliearfix

======================================= */
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
div.clear {
	clear: both;
}
div.clear hr {
	display: none;
}
/* =======================================

	チケットバナー追加

======================================= */
.ticketBannerWrap {
	width: 1000px;
	margin: 50px auto 50px;
}
.ticketBannerWrap h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.leftBanner {
	float: left;
}
.rightBanner {
	float: right;
}
.leftBanner a, .rightBanner a {
	-webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	-moz-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	-o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	-ms-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
}
.leftBanner a:hover, .rightBanner a:hover {
	opacity: 0.6;
}
/* =======================================

	アーティスト追加

======================================= */
.artistsWrap {
	border-top: 1px solid #ccc;
	padding: 50px 0 20px;
}
.artists {
	width: 1000px;
	margin: 0 auto 0px;
	text-align: center;
}
.artists h3 {
	margin: 0 auto 50px;
}
.artists h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.artists ul {
	letter-spacing: -.40em; /* 親要素の文字間を詰めて隙間を削除する */
}
.artists ul {
	padding-bottom: 50px;
}
.artists li {
	display: inline-block;
	width: 235px;
	letter-spacing: normal; /* 文字間を通常に戻す */
	margin-right: 20px;
}
.artists li:last-child {
	margin-right: 0;
}
.artists li a {
	text-decoration: none !important;
	-webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	-moz-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	-o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	-ms-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
	transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
}
.artists li a:hover {
	opacity: 0.6;
}
.artists li span {
	font-size: 16px;
	font-weight: bold !important;
}
.artists li a span {
	/*padding-right: 20px;*/
	font-size: 16px;
	font-weight: bold !important;
	/*background: url("/fes19/common/images/index/blankicon.png") no-repeat right center;*/
}
/* =======================================

	動画追加

======================================= */
.stage video {
	width: 100%;
	margin-bottom: 20px;
}
.stage h5 {
	font-size: 22px;
	font-weight: bold;
}