@charset "utf-8";

/* -------------------------
 * base layout
 * ------------------------- */

#thr_wrapper {
	background: url(../images/bg.png) repeat-y 0 0;
}
#thr_inner {
	background: url(../images/bg_header.png) no-repeat 0 0;
}
#thr_area {
	padding: 30px;
	background: url(../images/bg_footer.png) no-repeat 0 bottom;
	color: #000;
}

#thr_area #thr_gNavi {
	padding-left: 20px;
	background-color: #000;
}
#thr_area #thr_gNavi li {
	float: left;
}
#thr_area #thr_gNavi li:last-child,
#thr_area #thr_gNavi li.last {
	padding-right: 0;
}
#thr_area #thr_gNavi li a {
	display: block;
	padding: 0 35px;
	font-size: 1.2em;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
}
#thr_area #thr_gNavi li a:hover {
	color: #fff;
	text-decoration: underline;
}
#thr_area #thr_bnrArea {
	margin-top: 25px;
}
#thr_area #thr_bnrArea #thr_bnrList {
	position: relative;
	width: 680px;
	height: 277px;
}
#thr_area #thr_bnrArea #thr_bnrList li {
	position: absolute;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_concept {
	top: 0;
	left: -4px;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_sound {
	top: 0;
	left: 229px;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_artists {
	top: 0;
	left: 462px;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_lineup {
	top: 145px;
	left: -4px;
}
#thr_area #thr_bnrArea #thr_bnrList li a {
	display: block;
	padding-left: 26px;
	width: 196px;
	height: 132px;
	font-size: 1.4em;
	line-height: 132px;
	color: #000;
	text-decoration: none;
}
#thr_area #thr_bnrArea #thr_bnrList li a:hover {
	color: #000;
	text-decoration: none;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_concept a {
	background: url(../images/bnr_concept.png) no-repeat 0 0;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_sound a {
	background: url(../images/bnr_sound.png) no-repeat 0 0;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_artists a {
	background: url(../images/bnr_artists.png) no-repeat 0 0;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_lineup a {
	width: 688px;
	background: url(../images/bnr_lineup.png) no-repeat 0 0;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_concept a:hover {
	background: url(../images/bnr_concept_on.png) no-repeat 0 0;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_sound a:hover {
	background: url(../images/bnr_sound_on.png) no-repeat 0 0;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_artists a:hover {
	background: url(../images/bnr_artists_on.png) no-repeat 0 0;
}
#thr_area #thr_bnrArea #thr_bnrList li#thr_bnr_lineup a:hover {
	width: 688px;
	background: url(../images/bnr_lineup_on.png) no-repeat 0 0;
}


/* -------------------------
 * contents
 * ------------------------- */

#thr_area .thr_block {
	margin: 0 15px;
}
#thr_area .thr_titleA01 {
	margin-top: 20px;
	padding-top: 28px;
	padding-left: 42px;
	height: 181px;
	background: url(../images/title_bg_01.jpg) no-repeat 0 0;
	font-size: 2.2em;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
}
#thr_area .thr_titleB01 {
	margin-bottom: 12px;
	padding-left: 12px;
	width: 638px;
	height: 38px;
	background: url(../images/title_bg_02.png) no-repeat 0 0;
	font-size: 1.4em;
	line-height: 38px;
	font-weight: bold;
}
#thr_area .thr_block p {
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 1.3;
}
#thr_area .thr_artistUnit {
	margin-top: 20px;
}
#thr_area .thr_artistUnit .thr_artist_photo {
	float: left;
	width: 120px;
}
#thr_area .thr_artistUnit .thr_artist_text {
	float: right;
	width: 515px;
}
#thr_area .thr_artistUnit .thr_artist_text p {
	margin-top: 0;
	margin-bottom: 15px;
}
#thr_area .thr_artistUnit .thr_artistInfoList {
	margin: 0;
	padding: 0;
}
#thr_area .thr_artistUnit .thr_artistInfoList li {
	margin-bottom: 5px;
}
#thr_area .thr_artistUnit .thr_artistInfoList li a {
	overflow: hidden;
	padding-left: 13px;
	background: url(../images/icon_arrow_right.png) left 0.4em no-repeat;
}
#thr_area .thr_artistUnit .thr_artistInfoList li a.newWin {
	background: url(../images/icon_new_window.png) left 0.4em no-repeat;
}
#thr_area .thr_artistUnit .thr_artistInfoList li a.movie {
	display: block;
	padding-left: 30px;
	min-height: 15px;
	background: url(../images/icon_movie.png) left top no-repeat;
}
.movieBox{
	display: none;
}

/* -------------------------
 * clearfix
 * ------------------------- */

#thr_area .clearfix,
#thr_area #thr_gNavi,
#thr_area .thr_block,
#thr_area .thr_ampTypeArea .thr_ampTypeUnit_f {
	min-height: 1px;
}
#thr_area .clearfix:after,
#thr_area #thr_gNavi:after,
#thr_area .thr_block:after,
#thr_area .thr_ampTypeArea .thr_ampTypeUnit_f:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #thr_area .clearfix,
* html #thr_area #thr_gNavi,
* html #thr_area .thr_block,
* html #thr_area .thr_ampTypeArea .thr_ampTypeUnit_f {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


