@charset"euc-jp";

/* -----------------------------------------------------------------------------
　デフォルトリセット
----------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map,
strong {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	border: none;
	list-style-type: none;
	
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*webkitのメールフォームのautofill対策*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #BDBDBD inset;
}

.loading {
	background: url(../img/loading.gif) no-repeat center center;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* -----------------------------------------------------------------------------
　レイアウトベース
----------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	text-shadow: 0 0 3px #333, 0 0 6px #333;
	background: url(../img/bg_rp.gif) repeat-x;
}

body:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 855px;
	background: url(../img/bg02_1400px.jpg) no-repeat top center;
}

@media screen and (max-width: 1040px) {
body:before {
	content: "";
	display: block;
	position: absolute;
	width: 1040px;
	height: 855px;
	background: url(../img/bg01_1040px.jpg) no-repeat top right;
}
}

#wrapper {
	position: relative;
	width: 1040px;
	height:auto;
	margin: 0px auto;
	text-align: left;
	z-index: 100;
}


/* --リンククリック時の点線を消す ------------------------ */

a:focus{ outline:none; } 
	
	
/* --　テキストリンク------------------------------------- */

a:link		{ color:#FFF; text-decoration: underline;}
a:visited	{ color:#FFF; text-decoration: underline;}
a:hover 	{ color:#FFF; text-decoration: none;}
a:active 	{ color:#FFF; text-decoration: none;}
	
 
/* -----------------------------------------------------------------------------
　header
----------------------------------------------------------------------------- */

#header {
	width: 1040px;
	height: 85px;
	margin:0px;
	padding:0px;
	position:relative;
	border-bottom: 1px solid #8b8a8a;
}


#header .header_line{
	width: 1040px;
	height:60px;
	border-bottom:1px solid #FFF;

}

#header .logo{
	margin:18px 0 10px 0;
	float:left;
}

#g_navi{
	position:absolute;
	top:50px;
	/*left:526px;*/
	left:462px;
}

	#g_navi li {
		float: left;
	}

	#g_navi li#bar {
		float: none;
		display:block; 
		position:absolute; 
		width:50px; 
		left:0; 
		top:33px;
		height:2px;
		background:#FFF; 
	}

#selectLang{
	position:absolute;
	top:0;
	right:0;
	width:160px;
	height:30px;
}
#selectLang div{
	float:left;
	width:80px;
	height:30px;
	text-align:center;
	font-size:12px;
	overflow:hidden;
	background:rgba(255,255,255,0.4);
	line-height:30px;
}
#selectLang div.thisPosition{
	background:none;
}
#selectLang div a{
	display:inline-block;
	width:100%;
	height:100%;
	line-height:30px;
}

#selectLang div a:link		{ color:#FFF; text-decoration: none;}
#selectLang div a:visited	{ color:#FFF; text-decoration: none;}
#selectLang div a:hover 	{ color:#FFF; text-decoration: none;}
#selectLang div a:active 	{ color:#FFF; text-decoration: none;}

/* -----------------------------------------------------------------------------
　main
----------------------------------------------------------------------------- */

#primary {
	margin-top: 35px;
	width: 860px;
	height: 550px;
	overflow: hidden;
}

	#primary #l_contents {
		float: left;
	}
	
	#primary #r_contents {
		float: right;
	}
	
		#primary .head {
			height: 22px;
			margin-bottom: 3px;
		}

		#primary .contents {
			height: 500px;
			padding: 20px;
			background: url(../img/bg_contents.png) repeat;
		}
		
		#primary .contents {
			width: 860px;
			word-wrap: break-word;
			word-break: break-all;
		}
		
		#primary #l_contents .contents, #primary #r_contents .contents {
			width: 420px;
		}
		
		#primary .contents .scroll {
			height: 460px;
		}
		
		.jspScrollable {
			outline: none;
		}
/* -------------------------------------
　pickup
------------------------------------- */
#primary #pickup {
	margin:24px 0 10px 0;
	height:96px;
}
#primary #pickup:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
	#primary #pickup .div01{ float:left; width:120px; }
	#primary #pickup .div02{ float:left; width:300px; padding:0 0 0 10px; }
		#primary #pickup .div02 h2{ font-size:16px; color:#afe9ff; font-weight:bold; }
		#primary #pickup .div02 .p01{ font-size:13px; line-height:1.4; padding:3px; }
		#primary #pickup .div02 .p02{ font-size:13px; text-align:right; line-height:1.4; padding:3px; color:#FFFF00; }

#primary #pickup a:link{ color:#FF0; text-decoration: none;}
#primary #pickup a:visited{ color:#FF0; text-decoration: none;}
#primary #pickup a:hover{ color:#FFF; text-decoration: underline;}
#primary #pickup a:active{ color:#FFF; text-decoration: underline;}
/* -------------------------------------
　news
------------------------------------- */
#primary .contents #news {
	padding-right: 8px;
}
	#primary .contents #news dt {
		padding-top: 6px;
		margin-bottom: 3px;
		font-size: 13px;
		font-weight: bold;
		color:#afe9ff;

	}
	
	#primary .contents #news dt:first-child {
		padding-top: 0;
	}
	#primary .contents #news dd {
		padding-bottom: 8px;
		border-bottom: 1px solid #000;
	}
	
	#primary .contents #news dd:last-child {
		border: none;
	}
	
/* -------------------------------------
　profile
------------------------------------- */
#profile_photo {
	position: relative;
}

	#profile_photo li {
		position: absolute;
	}
	
	#profile_photo li#left1 {
		top: 0;
		left: 0;
	}
	
	#profile_photo li#right1 {
		top: 0;
		right: 0;
	}
	
	#profile_photo li#right2 {
		top: 172px;
		right: 0;
	}
	
	#profile_photo li#right3 {
		top: 327px;
		right: 0;
	}
	
	#profile {
		padding-right: 15px;
	}
	
		#profile h3 {
			margin-bottom: 10px;
			font-size: 16px;
		}
		
		#profile p {
			margin-bottom: 1em;
		}
		
		#profile p:first-letter {
			margin-left: 1em;
		}
		
		#profile p:last-child {
			margin-bottom: 0;
		}
/* -------------------------------------
　discograpy, media
------------------------------------- */
#primary #discography, #media {
	padding-right: 15px;
}
#primary #discography > li {
	border-bottom: 1px solid #000;
	padding: 20px 0;
}


#primary #discography > li:first-child, #primary #media > li:first-child {
	padding: 0 0 20px;
}

#primary #discography > li:last-child, #primary #media > li:last-child {
	padding: 20px 0 0;
	border: none;
}

	#primary #discography li > .image {
		float: left;
		width: 204px;
	}
	
	#primary #discography li > div {
		float: right;
		width: 570px;
	}
		
		#primary #discography h3 {
			font-size: 13px;
			font-weight: normal;
			margin-bottom: 20px;
		}
		
		#primary #discography p {
			margin-bottom: 1em;
		}
		
		#primary #discography p:last-child {
			margin-bottom: 0;
		}
		
		#primary #discography ol {
			margin-bottom: 20px;
		}
		#primary #discography ol li {
			list-style: decimal-leading-zero inside;
		}
		
	#primary #media > li {
		border-bottom: 1px solid #000;
		padding: 20px 0;
	}
	#primary #media li > .image {
		float: right;
		width: 300px;
		margin-left: 7px;
	}
	#primary #media li > .imgoff {
		display:none;
	}
	
		#primary #media li > .image a {
			display: block;
			background: #FFF;
			width: inherit;
			height: inherit;
			-webkit-transition: all 0.7s ease;
				-moz-transition: all 0.7s ease;
				transition: all 0.7s ease;
		}
		
			#primary #media li > .image a img {
				max-width: 300px;
				max-height: 250px;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			
			#primary #media li > .image a:hover {
				box-shadow: 0 0 0.5px rgba(255,255,255,0.5), 0 0 8px rgba(255,255,255,0.2);
			}
		
			#primary #media li > .image a img:hover {
				opacity: 0.8;
				
			}
		
	#primary #media li .txt {
		float: left;
		width: 440px;
	}
	#primary #media li .txtoff { float:none; width:740px; }

/* -------------------------------------
　concert
------------------------------------- */
#concert .head h2 {
	float: left;
}

#concert a:link		{ color:#FFF; text-decoration: none;}
#concert a:visited	{ color:#FFF; text-decoration: none;}
#concert a:hover 	{ color:#FFF; text-decoration: underline;}
#concert a:active 	{ color:#FFF; text-decoration: underline;}

#concert .head #history {
	float: right;
}

	#concert .head #history li {
		float: left;
		margin-left: 20px;
		font-size: 15px;
	}
	
	#concert .head #history li:first-child {
		margin: 0;
	}
	
		#concert .head #history li a {
			color: #777;
		}
		
		#concert .head #history li a.on {
			color: #fff;
		}

#concert #l_contents .contents .scroll ul li {
	padding: 20px 10px;
	border-bottom: 1px solid #000;
	cursor: pointer;
}

#concert #l_contents .contents .scroll ul li:hover {
	background: #444;
}

#concert #l_contents .contents .scroll ul li:first-child {
	padding: 0 10px 20px;
	border-bottom: 1px solid #000;
}

#concert #l_contents .contents .scroll ul li:last-child {
	border: none;
}

	#concert #l_contents .contents h3 {
		margin-bottom: 20px;
		font-size: 13px;
	}
	#concert #l_contents .contents h3 span {
		color: #afe9ff;
		font-weight:bold;
	}

#concert #r_contents #concert_info {
	position: relative;
	width: 100%;
}

	#concert #r_contents #concert_info > li {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
	}
	
		#concert #r_contents #concert_info > li .image {
			margin-bottom: 15px;
		}
		
		#concert #r_contents #concert_info > li  h3 {
			margin-bottom: 10px;
		}
		
		#concert #r_contents #concert_info > li  p {
			display: inline-block;
			text-align: left;
			line-height: 1.7;
		}
		
			#concert #r_contents #concert_info > li  p span {
				font-size: 13px;
			}
		
	
/* -----------------------------------------------------------------------------
　footer
----------------------------------------------------------------------------- */
#footer{
	width:100%;
	height: 50px;
	border-top: 1px solid #8b8a8a;
}



#footer .f_bg{
	height:187px;
	margin:0 auto;
	width:1040px;
	position:relative;		
	
}


#footer .icon{
	position:absolute;
	top:-158px;
	left:0;

}

#footer .f_contents {
	width: 860px;
	margin-top: 20px;
}

	#footer .f_contents #language {
		float: left;
	}
	
		#footer .f_contents  #language li {
			float: left;
			margin-right: 10px;
		}
		
	#footer .f_contents #copyright{
		float: left;
		margin-left: 39px;
		margin-left: 0px;
		color:#FFF;
	}

	#footer .f_contents #copyright span{
		color:#999999;
		
	}
		
	
	#footer .f_contents  #others {
		float: right;
		position: relative;
		width: 53px;
		margin: 0 100px 0 0;
	}
	
		#footer .f_contents  #others li {
			position: relative;
		}
		
/*			#footer .f_contents  #others li .popup {
				display: none;
			}*/
		
		#footer .f_contents  #others li.blog {
			float: left;
		}
		
			#footer .f_contents  #others li.blog:hover .popup {
				display: block;
			}
		
			#footer .f_contents  #others li.blog .popup {
				position: absolute;
				top: 0;
				left: -100px;
			}
		
		#footer .f_contents  #others li.facebook {
			float: right;
		}
		
			#footer .f_contents  #others li.facebook:hover .popup {
				display: block;
			}
			
			#footer .f_contents  #others li.facebook .popup {
				position: absolute;
				top: 0;
				right: -100px;
			}

/*
#footer a:link    { color: #333; text-decoration: none; }
#footer a:visited { color: #333; text-decoration: none; }
#footer a:hover   { color: #666; text-decoration: underline; }
#footer a:active  { color: #666; text-decoration: underline; }
*/

/* -----------------------------------------------------------------------------
　共通　ページング
----------------------------------------------------------------------------- */ 
table.menu_table {
	
	border:dotted 1px #666;	
	width:100%;
	padding:5px;
	
}

.list_menu {
	padding: 5px;
	margin: 1em 0 1em 0;
	text-align: center; }
 
	.list_menu a.num {
		border: 1px solid #dddddd;
		padding: 0 4px;
		margin: 0 5px; }
 
		.list_menu a.num:hover {
			border: 1px solid #57b3eb;
			background: #57b3eb;
			color: #ffffff; }
 
	.list_menu b {
		border: 1px solid #dddddd;
		background: #dddddd;
		padding: 0 4px;
		margin: 0 5px; }

/* -----------------------------------------------------------------------------
　共通　フォームエラー表示
------------------------------------------------------------------------------ */ 
#primary #alert{
	width:85%;
	text-align:center;
	color:#f00;
	font-weight:bold;
	font-size:14px;
	margin:1em auto;
}

.error_col{
	color:#A546B3;
	font-weight:bold;
	margin-bottom:5px;
}

/* ---------------------------------------------------------
　form_table
--------------------------------------------------------- */
table.form_table{
	border-collapse:collapse;
	padding:0;
	font-size:12px;
	text-align:left;
	
}
table.form_table td, .form_table th{
	padding-bottom:5px;
}
table.form_table tr th{
	font-weight:bold;
}

table.form_table tr td{
	padding-bottom: 40px;
}

table.form_table tr:last-child td {
	padding-bottom: 10px;
}

.req {
	background-color: #CC6666;
	text-align: center;
	vertical-align: middle;
	padding:3px 5px;
	float:right;
	color:#fff;
	font-size:10px;
	font-weight:normal;
}

table.form_table input[type="text"], table.form_table textarea {
	background: #BBB;
	border: none;
	font-size: 14px;
}

table.form_table input[type="text"] {
	width: 280px;
	height: 26px !important;
	line-height: 26px !important;
}

table.form_table textarea {
	width: 380px;
	height: 182px;
	max-height: 265px;
	padding: 5px;
	resize: vertical;
}

table.form_table input{
	padding:5px;
	vertical-align:middle;
}

table.form_table + div input[type="submit"], table.form_table + div input[type="reset"] {
	width: 82px;
	height: 27px;
	line-height: 27px;
	background: #333;
	border: none;
	font-size: 12px;
	color: #FFF;
	cursor: pointer;
	transition: all 0.5s ease;
}

table.form_table + div input[type="submit"]:hover, table.form_table + div input[type="reset"]:hover {
	background: #BBB;
	color: #000;
}

/* ---------------------------------------------------------
　co_form
--------------------------------------------------------- */

#co_form {
	position: relative;
	width: 700px;
	background: #414141 url(../img/img_trombone.png) no-repeat 200px 95px;
	text-shadow: none !important;
}

#co_form table.form_table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

#co_form table.form_table th, #co_form table.form_table td {
	padding: 7px 0;
}

#co_form table.form_table tr:last-child td {
	padding-bottom: 10px;
}

#co_form table.form_table th {
	width: 120px;
	vertical-align: top;
}

#co_form table.form_table td {
	color: #333;
}

#co_form table.form_table tr:first-child th {
	text-align: center;
	padding-bottom: 10px;
	font-size: 14px;
}

#co_form table.form_table input[type="text"], #co_form table.form_table textarea, #co_form table.form_table .chosen-container {
	background: rgba(255,255,255,0.65);
}

#co_form table.form_table input[type="text"] {
	border: none;
	margin: 0;
	padding: 2px 5px;
}

#co_form table.form_table textarea {
	resize: vertical;
	width: 100%;
    height: 150px;
	max-height: 300px;
    padding: 5px;
	border: none;
}

#co_form table.form_table + div{
	text-align: right;
}

#co_form .chosen-container-multi .chosen-choices {
	background: #BBB !important;
	min-height: 26px !important;	
}

#co_form .chosen-container-multi .chosen-choices li.search-choice {
	padding: 4.5px 20px 4.5px 5px;
	background: rgb(57,170,223);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5YWFkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDg4YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(57,170,223,1) 0%, rgba(13,136,193,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,170,223,1)), color-stop(100%,rgba(13,136,193,1)));
	background: -webkit-linear-gradient(top,  rgba(57,170,223,1) 0%,rgba(13,136,193,1) 100%);
	background: -o-linear-gradient(top,  rgba(57,170,223,1) 0%,rgba(13,136,193,1) 100%);
	background: -ms-linear-gradient(top,  rgba(57,170,223,1) 0%,rgba(13,136,193,1) 100%);
	background: linear-gradient(to bottom,  rgba(57,170,223,1) 0%,rgba(13,136,193,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39aadf', endColorstr='#0d88c1',GradientType=0 );
	border: none;
	color: #FFF;
}

#co_form .md-close {
	position: absolute;
	top: 8px;
	right: 5px;
	background: none;
	border: none;
	width: 17px;
	height: 17px;
	background: url(../img/btn_close.png);
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}

.date_select {
	display: none !important;
}

.chosen-container {
	width: 100% !important;
}