@charset "utf-8";



/************************************************************************

	body

************************************************************************/
body {
	background-image: url('../images/bg_main.jpg');
	background-attachment: fixed;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	 *font-size:small;
	 *font:x-small;
	line-height: 1.5;
	background-color: #000;
	color: #EAEAEA;
}
a:link {
	color:#fff;
	/*text-decoration: none;*/
}
a:visited {
	color:#fff;
}
a:hover {
	color:#EAEAEA;
}
a:active {
	color:#EAEAEA;
}

::-moz-selection{
	background: #91131b;
	color: #ffffff;
}
::selection {
	background: #91131b;
	color: #ffffff;
}



/************************************************************************

	globalHeader

************************************************************************/
#globalHeader {
	margin-bottom: 30px;
	width: 100%;
}
#globalHeader .inner {
	width: 100%;
	background-color: #000;
	margin-bottom: 30px;
	padding: 10px 0;
}
#globalHeader .inner .globalMenu {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#globalHeader .inner .globalMenu h1 {
	float: left;
}
#globalHeader .inner .globalMenu h1 img {
}
#globalHeader .inner .globalMenu .sns {
	float: right;
}
#globalHeader .inner .globalMenu .sns ul {
	overflow: hidden;
}
#globalHeader .inner .globalMenu .sns ul li {
	float: left;
	margin-right: 10px;
}
#globalHeader .inner .globalMenu .sns .line {
	display: none;
}
#globalHeader .inner .globalMenu .sns .line img {
	width: 80px;
}
#globalHeader .inner .globalMenu .sns .facebook img {
	width: 42px;
}
#globalHeader .colMainLogo {
	margin: 0 auto;
	width: 750px;
}
#globalHeader .colMainLogoSS {
	margin: 0 auto;
	text-align: center;
	width: 750px;
}
#globalHeader .colMainLogoSS img{
	width:50%;
}
.sp{
	display: none;
}
#globalHeader .colBanner .sp{
	display: none;
}
#globalHeader .colBanner {
	margin: 0 auto;
	width: 950px;
	margin-top:15px;
	margin-bottom: 30px;
}

#globalHeader .colGlobalMenuLink {
	margin: 0 auto;
	width: 950px;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #3a3a3a;
}
#globalHeader .colGlobalMenuLink li {
	float: left;
}
#globalHeader .colGlobalMenuLink li a {
	background-color: #222222;
	padding: 10px;
	text-decoration: none;
}
#globalHeader .colGlobalMenuLink li.target a {
	background-color: #6B141D;
}

#globalHeader .colArchiveYear {
	margin: 0 auto;
	width: 950px;
	padding: 20px 0 0 0;
	overflow: hidden;
}
#globalHeader .colArchiveYear li {
	float: left;
}
#globalHeader .colArchiveYear li a {
	background-color: #222222;
	padding: 10px;
	text-decoration: none;
	display: block;
}
#globalHeader .colArchiveYear li.target a {
	background-color: #6B141D;
}



/************************************************************************

	container

************************************************************************/
#container {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}



/************************************************************************

	main

************************************************************************/
.colMain {
	float: left;
	width: 730px;
	margin-right: 20px;
	margin-bottom:30px;
}



/************************************************************************

	sidebar

************************************************************************/
.colSidebar {
	float: left;
	width: 200px;
}



/************************************************************************

	pager

************************************************************************/
.colPager {
	overflow: hidden;
}
.colPager .inner {
	float: right;
}



/************************************************************************

	colInfo

************************************************************************/
.colInfo {
	width: 950px;
	margin: 0 auto;
}
.colInfo .artistImg {
	text-align: center;
}
.colInfo .artistImg .two {
	position: relative;
	top: -36px;
}



/************************************************************************

	colItem

************************************************************************/
.colItem {
	/*width: 690px;*/
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid #3a3a3a;
	/*background-color: rgba(0, 0, 0, 0.6);*/
	background-color: #000;
}
.colItem .colTtl {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #3a3a3a;
}
.colItem .colTtl .ttl {
	font-size: 180%;
	font-weight: normal;
}
.colItem .colTtl .infos {
	overflow: hidden;
}
.colItem .colTtl .infos .date {
	float: left;
	margin-right: 10px;
	color: #fffe00;
}
.colItem .colTtl .infos .place {
	float: left;
	color: #fffe00;
}
.colItem .colDetail {
}
.colItem .colDetail .body {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #3a3a3a;
}
.colItem .colDetail .body .artistImg img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.colItem .colDetail .body .contact {
	margin-top: 20px;
}



.colItem .colDetail .body .artistImgList a {
	text-decoration: none;
	display: block;
}
.colItem .colDetail .body .artistImgList ul {
	overflow: hidden;
}
.colItem .colDetail .body .artistImgList ul li {
	float: left;
	margin: 0 2px 2px 0;
	width: 33%;
	position: relative;
}

.colItem .colDetail .body .artistImgList ul li img {
	width: 100%;
	display: block;
}
.colItem .colDetail .body .artistImgList ul li dt {
}
.colItem .colDetail .body .artistImgList ul li dd {
	background-color: #E70012;
	color: #fff;
	padding: 4px;
	height: 35px;
}
.colItem .colDetail .body .artistImgList ul li.new dd {
	background-color: #a09f00;
}
.colItem .colDetail .body .artistImgList ul li.new dd:before {
	content: "【NEW】";
}
.colItem .colDetail .body .txtNew {
	color: red;
	font-size: 130%;
}

.colItem .colDetail .body .comingsoon {
	width: 100%;
}


.colItem .colDetail .body .comingsoon img {
	width: 60%;
	margin:0 auto;
	display: block;
}

.colItem .colDetail .sns ul {
	overflow: hidden;
}
.colItem .colDetail .sns ul li {
	float: left;
	margin-right: 10px;
}
.colItem .colDetail .sns .line {
	display: none;
}
.colItem .colDetail .sns .line img {
	width: 80px;
}



/************************************************************************

	SS

************************************************************************/
.SS .colTtl .ttl {
	color: #8DB1D8;
}
.SS .colDetail .body .artistImgList ul li {
	width: 24.7%;
}
.SS .colDetail .body .artistImgList ul li dd {
	background-color: #001B3A;
	height: 35px;
}
.SS .txtNew {
	color: red;
	font-size: 80%;
	font-weight: bold;
}

/************************************************************************

	footer

************************************************************************/
#footer {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#pageArchive .colItem .colDetail .body .archive {
	display: none;
}
#pageArchive .colItem .colDetail .sns {
	display: none;
}
#pageArchive .colItem .colDetail .body {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: none;
}



#pageShibutai .colColumn001 {
	width: 950px;
}
#pageShibutai .colColumn001 .bg {
	position: relative;
	background: url('../images/img_bg_shibutai2015.jpg') no-repeat;
	width: 950px;
	height: 700px;
}
#pageShibutai .colColumn001 .btn001 {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -150px;
}
#pageShibutai .colColumn001 .btn001 img {
	width: 300px;
}
#pageShibutai .sp.btn001 {
	display: none;
}
#pageShibutai .colNotice {
	color: #fff;
	padding: 10px;
	margin-bottom: 60px;
	background-color: #000;
}
.information {
	text-align:center;
	border:1px solid;
	margin:20px 0;
}
.information .ttl{
	font-weight:bold;
	font-size:1.7em;
	text-align:center;
}
.information .subttl{
	//font-weight:bold;
	font-size:1.4em;
	text-align:center;
}
.information .event{
	border: 1px solid #666666;
	margin: 1em;
	background: #111111;
}
.information .detail{
	display:none;
	padding: 10px;
	margin:12px;
	text-align:left;
}
.information .update_detail{
  border: 1px solid #aaaaaa;
	padding: 10px;
	margin:12px;
	text-align:left;
}
.information .update_detail .update_old{
	display: none;
}
.information .detail_button {
  margin: 10px auto;
}
.information .detail_button:after{
	content: "<< 詳細を表示 >>";
	font-size: 1.5em;
}
.information .close:after{
	content: "<< 詳細を非表示 >>";	
}

/************************************************************************

	Media Queries

************************************************************************/
@media screen and (max-width: 950px) {
	body {
		background-image: none;
	}
	#globalHeader .inner {
		width: 100%;
	}
	#globalHeader .inner .globalMenu {
		width: auto;
	}
	#globalHeader .inner .globalMenu .sns .line {
		display: block;
	}
	#globalHeader .colMainLogo {
		margin: 0 auto;
		max-width: 100%;
	}
	#globalHeader .colMainLogo h1 img {
		max-width: 100%;
	}
	#globalHeader .colMainLogoSS {
		width: 70%;
	}
	#globalHeader .colMainLogoSS h1 img {
		max-width: 400px;
		width: 90%;
	}
	#globalHeader .inner .globalMenu h1 {
		float: none;
		margin-bottom: 10px;
	}
	#globalHeader .inner .globalMenu h1 img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	.pc{
	display: none;
}
	.sp{
	display: block;
}
	#globalHeader .colBanner .pc{
	display: none;
}
	#globalHeader .colBanner .sp{
	display: block;
}
	#globalHeader .colBanner {
		max-width: 100%;
	}
	#globalHeader .colBanner img {
		margin: 0 auto;
		width: 90%;
		display: block;
	}
	#globalHeader .colGlobalMenuLink {
		width: 90%;
		/*padding: 20px 30px;*/
		overflow: hidden;
		border-bottom: 1px solid #3a3a3a;
	}

	#globalHeader .colArchiveYear {
		margin: 0 auto;
		width: 90%;
		padding: 20px 0 0 0;
		overflow: hidden;
	}



	.colPager {
		margin-bottom: 30px;
	}

	#container {
		width: 100%;
	}
	.colInfo {
		width: 100%;
	}
	.colInfo .artistImg img {
		max-width: 100%;
	}
	.colInfo .artistImg .two {
		position: static;
		top: 0;
	}


	.colItem .colDetail .body .artistImgList ul li {
/*		float: left;
		margin: 0 2px 2px 0;*/
		width: 49%;
	}
	.colItem .colDetail .body .artistImgList ul li dd {
		min-height: 40px;
	}

	.SS .txtNew{
		font-size: 100%;
	}


	.colMain {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.colSidebar {
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.colItem {
		padding: 30px 10px;
	}
	.colItem .colTtl .ttl {
		font-size: 100%;
	}
	.colItem .colDetail .body .artistImg img {
		width: 90%;
	}
	.colItem .colDetail .sns .line {
		display: block;
	}
	#footer {
		width: 90%;
	}



	#pageShibutai .colColumn001 {
		width: 100%;
	}
	#pageShibutai .colColumn001 .bg {
		position: relative;
		background: url('../images/img_bg_shibutai2015.jpg') no-repeat;
		background-size: cover;
		width: auto;
		height: auto;
		padding-top: 74.25%;
	}
	#pageShibutai .colColumn001 .btn001 {
		display: none;
	}
	#pageShibutai .colColumn001 .btn001 img {
		max-width: 300px;
		width: 40%;
	}
	#pageShibutai .sp.btn001 {
		position: static;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 10px;
	}



}
