@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
Base layout
------------------------------------------------------*/

body {
	background:url(../img/bg_circle.jpg) repeat 0 -5px #000;
	color:#fff;
	font-size: 12px;
	font-family:"メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.7;
	text-align: left;
}

a:link,
a:active,
a:visited{
	color:#fff;
}

#wrapper{
    margin:0 auto;
    width:1000px;
	position:relative;
}

#wrapper_header {
	width:100%;
	margin:0;

}

#header {
	width:1000px;
	margin:0 auto;
	height:121px;
	position:relative;
}

	#header .logo {
		margin:0;
		height:46px;
		position:absolute;
		top:44px;
		left:10px;
	}
	
	#header .logo  a{
		background:url(../img/logo.png) no-repeat left top;
		padding-top:46px;
		width:209px;
		height:0;
		display:block;
		overflow:hidden;
	}
	
.bt_language {
	margin-top:13px;
	float:right;
}

.bt_language img{
	padding:8px 0 0 10px;
}

a.bt_gray{
	background:url(../img/bg_bt.png) no-repeat 0 0;
	width:96px;
	height:27px;
	display:block;
	transition: 0.5s;
}

a.bt_gray:hover{
	 filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}




#navigation{	
    clear:both;
	}
	
	#navi-main{
		margin:38px 0 0 0;
		width:730px;
		clear:right;		
		float:right;
		}
	#navi-main li{
		padding-right:9px;
		height:15px;
		float:left;
		background:url(../img/line_naname.png) no-repeat right;
	}
	#navi-main li:last-child{ background:none;}
	#navi-main li a{
		height:0;
		padding-top:15px;
		line-height:1.5;
		display:block;
		background: transparent url(../img/nav.png) no-repeat;
		overflow:hidden;
		transition: 0.5s;
	}	
	  #navi-main li#nav01 { width:80px;}
	  #navi-main li#nav02 { width:82px;}
	  #navi-main li#nav03 { width:82px;}
	  #navi-main li#nav04 { width:71px;}
	  #navi-main li#nav05 { width:144px;}
	  #navi-main li#nav06 { width:67px;}
	  #navi-main li#nav07 { width:91px;}
	  #navi-main li#nav01 a{ background-position:0 0;}
	  #navi-main li#nav02 a{ background-position:-114px 0;}
	  #navi-main li#nav03 a{ background-position:-230px 0;}
	  #navi-main li#nav04 a{ background-position:-327px 0;}
	  #navi-main li#nav05 a{ background-position:-408px 0;}
	  #navi-main li#nav06 a{ background-position:-562px 0;}
	  #navi-main li#nav07 a{ background-position:-639px 0;}
#navi-main li a:hover{
	 filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}

#slideShow{
clear: both;
overflow: hidden;
margin: 0px auto;
position: relative;
height:439px;
}

#slideShow img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1000px;
}

/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom:1px solid #1A1A26;	
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

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

.viewer ul {
	display: inline-block;
	overflow: hidden;
}

#wrapper_artistList {
	background: url(../img/bg_artist_menu.png) no-repeat center #1A1A26;
	height:29px;
}

#artistList {
	height:29px;
	margin:0 auto;
	width:960px;
	background:url(../img/artistprofile.png) no-repeat 25px 10px;
}

#artist-list {
	padding-left:176px;
}

#artist-list li{
	padding:0 25px 0 10px;
	float:left;
	background:url(../img/line_naname.png) no-repeat right;
	font-size:16px;
	line-height:29px;
}

#artist-list li:last-child{ background:none;}

a.c_white{
	color:#fff;
	text-decoration:none;
	transition: 0.5s;
}
a.c_white:hover{
	 filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}

.new_txt{
	color:#D9D900;
	font-weight:bold;	
}


#main {
margin:0 auto;
width:1000px;
background: url(../img/bg_main.png) repeat-y #000;
clear:both;
}

.top-row-01{
	padding-bottom:10px;
	overflow:hidden;
	background:url(../img/bg_top-row01.png) center repeat-y;
	border-bottom:1px solid #1A1A26;
}

.top-row-02 {
	padding-bottom:10px;
	overflow:hidden;
	background:url(../img/bg_top-row01.png) center repeat-y;

}

.title-top-sec {
	margin-bottom:15px;
}

.mask_img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}


#sec-artist{
	width:715px;
	padding:15px 0 20px 20px;	
	float:left;
}

.artist-thumb {
	margin-right:20px;
	width:215px;
	float:left;
	position:relative;
}

.artist-thumb a{
	color:#fff;
	text-decoration:none;
}

.artist-thumb .mask_img{
	width:215px;
	height:161px;
	background:url(../img/mask_sya.png) no-repeat ;
}



.name-artist {
	margin-bottom:10px;
}

.font_ttl01{	font-size:24px;}
.font_ttl02{	font-size:16px;}

a.bt_rad {
	padding:0 10px 1px  ;
	background:#2D283E;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

a.bt_rad:hover{	background:#4D446A;}
a.bt_rad img{ vertical-align: middle;}
#sec-performance{
	padding:15px 0 0 20px;
	width:244px;
	float:right;
}

#sec-performance .movie{
	margin-bottom:10px;
}

#sec-ourstudio {
	width:715px;
	padding:15px 0 20px 20px;	
	float:left;
}

.ourstudio-thumb {
	margin-right:20px;
	padding:10px;
	width:195px;
	height:195px;
	float:left;
	background:#1A1A26;
	position:relative;
}

.ourstudio-thumb dt{	margin:5px 0;}
.ourstudio-thumb dd{	color:#CACAD8;}


.ourstudio-thumb .mask_img{
	width:195px;
	height:90px;
	background:url(../img/mask_sya.png) no-repeat ;
	top:10px;
	left:10px;
}

.mask_img:hover{
	background:none;
}

#sec-news {
	padding:15px 0 0 20px;
	width:244px;
	float:right;
}

.news-post {
	padding:10px 0;
	border-top:1px solid #28283C;
	width:225px;
	color:#CACAD8;
}

.news-post  .post-date {
	font-family:Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------
Footer layout
------------------------------------------------------*/
#footer {
	background:#000;
	clear:both;
	border-top:1px solid #28283C;
	color:#8A8AAC;
}

#footer section{ margin-bottom:20px;}

.wrapper-foot {
	margin:0 auto;
	padding: 20px 0;
	width:1000px;
	position:relative;
}

#about{width:600px;
float:left;
}

#about .logo{
	padding-right:30px;
	border-right:1px solid #28283C;
	float:left;
}

#about address{
	padding-left:20px;
	width:200px;
	float:left;	
	font-size:12px;
}

.copyright {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper-foot {
	overflow:hidden;
}


.red{
	color: #F66;
}


.wrap-960{
	margin:0 auto;
	width:960px;
	overflow:hidden;

}
/*Artist profile*/
.page-artist{
	padding-bottom:20px;
	}

.pagetitle-artist,
.pagetitle{
	padding:30px 0;
	overflow:hidden;
}

.pagetitle-artist .page-title-en {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}


.pagetitle .page-title-en {

}


.pagetitle-artist h1{
	padding-right:20px;
	font-size:30px;
	float:left;
}

.pagetitle-artist .name-roma{
	padding:15px 20px;
	background:url(../img/line_naname.png) no-repeat left;
	float:left;
	font-size:14px;
}

.profile{
	padding-bottom:30px;
}

.profile .txt{

}

.profile .txt p{
	margin:0 0 1em;
	text-indent:1em;
}

.list_kokoo-member{width:107%;}

.list_kokoo-member li{
	width:215px;
	float:left;
	margin: 0 52px;
}

.wrap-feed {
	padding:20px;
	border-top:1px solid #28283C;
}

.title_feed {
	margin-bottom:10px;
}

.list-release-feed .block_module{
	margin:15px 0;
	padding-right:10px;
	width:468px;
	float:left;

	  
	  }
	  
	  .list-release-feed .block_module:nth-child(odd){
		  clear:left;
		  float:left;
	  }
	  
	  .list-release-feed .block_module .img{
		  margin-right:1em;
		  width:152px;
		  float:left;
	  }
	  
	  .list-release-feed .block_module .img img{
		  max-width:152px;
	  }
	  
	  .list-release-feed .block_module h2{
		  margin-bottom:1em;
		  font-size:14px;
	  }
	  list-release-feed .block_module {
	  }

.list-release-feed02 .block_module{
	margin:15px 0 30px;
	padding-right:10px;
	overflow:hidden;
	clear:both;
}
	  .list-release-feed02 .block_module .img{
		  margin-right:1em;
		  width:252px;
		  float:left;
	  }
	  
	  .list-release-feed02 .block_module .img img{
		  max-width:252px;
	  }
	  
	  .list-release-feed02 .block_module .txt {
		  width:652px;
		  float:right;
	  }


.block_module p{
	margin-bottom:1em;
}


.list-schedule .block_module{
	margin:20px 0;
	padding:30px;

	background:#1A1A26;
}

.title_live{
	padding-left:10px;
	margin-bottom:30px;
	border-left:3px solid #fff;
}

.title_live h1{

}

.list-schedule .block_module article p{
	margin-bottom:1em;
}

.about-studio p{
	margin-bottom:1em;
}


.data_information {
	margin:30px 0;
	
}

.data_information dt{
	padding:1em 0;
	border-top:2px solid #fff;
	width:160px;
	clear:left;
	float:left;
}

.data_information dd{
	width:300px;
	padding:1em 0;
	border-top:1px solid #fff;
	float:left;
}

.lesson_charge{
	width:450px;
}

.main-movie {
	width:560px;
	margin-right:40px;
}

.feed-movie .movie-list{
	width:300px;
}

.list-movie-youtube li{
	margin:1em 0;
	background:
}

.list-movie-youtube li a{
	margin-left:1em;
}

.member-kokoo {
	padding-top:60px;
	width:960px;
	margin-left:-490px;
}

.pagetitle-artist .txt-office,
.txt-office,
.txt-mincho {
	font-size:18px;
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝",sans-serif;
	font-weight:normal;
}



.title_lv02 {
	margin:20px 0;
	padding-left:10px;
	font-size:184%;
	border-left:3px solid #fff;	
}
.title_lv03 {
	margin:1em 0;
	font-size: 	117%;
	font-weight:bold;

}

.title_lv04 {
	margin:20px 0;
	padding-left:10px;
	font-size:117%;
	border-left:3px solid #fff;
	

}

.title_lv05{
	margin:10px 0;
	color:#8C83AF;
	font-size:14px;

}

.wrap-border{
	margin-bottom:1em;
	padding:10px 20px;
	border:1px solid #fff;
}

.wrap-gray{
	padding:10px 20px;
	background:#111119;
	overflow:hidden;
}

.box-contactinfo td{
	padding:10px 20px;
	box-sizing:content-box;
	width:210px;
}

.box-contactinfo td.tel{
	padding-left:0;
	border-right:#fff dotted 1px;
	
}

.table01 {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}

.table01 th{
	padding:8px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#1A1A26;
	font-size:13px;

}

.table01 td{
	padding:8px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	font-size:13px;
}

/*inquiry_form style*/

.tableForm{
	margin:40px 20px 20px;
	width:780px;
}

.tableForm td,
.tableForm th{
	padding:10px;
	font-size:13px;
	vertical-align:top;
}

.tableForm th{
	text-align:right;
}

.tableForm input,
.tableForm select {
	padding:5px;
	background-color: #ffffff;
	border:1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
	font-size:13px;
}

.tableForm textarea{
	border:1px solid #999999;
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px ;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
	font-size:13px;
}

.tableForm input:focus,
.tableForm textarea:focus,
.tableForm select:focus {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}


#bt_submit input {
	margin:0 0 20px 250px;
	padding:5px 30px;
}
#bt_submit input:hover{
	cursor:pointer;
}


.wpcf7-list-item{
	margin-bottom:1em;
	display:block;
	border-bottom:1px dotted #666;
}

.wpcf7-list-item label:hover{
	cursor:pointer;
}

input[type=checkbox]:checked ~ span {
	background: #828200;

}