@charset "UTF-8";

/* CSS Document */

html,
body {
    height: 100%;
    width: 100%;
    min-width:1000px;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-family:sans-serif;
    font-size: 14px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration:none;
    color: inherit;

}

a:hover {
    cursor: pointer;
    opacity:0.8;
}
a:hover img{
    cursor: pointer;
    opacity:0.8;
}
p, d
p, dl, dt, dd, ul, li{
    line-height: 1.5;
    font-feature-settings : "palt";
}

img {
    border: none;
}
#page-top {
    position: fixed;
    bottom:29px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}
#page-top a {
    background: #227cb7;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    background-image:url(../img/pagetop-icon.png);
    background-position:center top;
    background-repeat:no-repeat;
    border: 1px solid #fff;
}
#page-top a:hover {
    text-decoration: none;
    background:#b95ebc;
}

li {
    list-style: none;
}

.sp {
    display: none !important;
}
 h1{
    padding-left: 10px;
}
h3{
	margin-bottom:40px;
}
h4{
	margin-bottom:20px;
}
h6{
	width:720px;
	border:2px solid #ff7100;
	text-align:center;
	padding:5px 0;
	margin-bottom:20px;
	color:#ff7100;
	font-size:16px;
}
h6 span{
	font-size:24px;
	margin-left:20px;
}
h7{
	width:720px;
	border:2px solid #ff7100;
	text-align:center;
	padding:3px 0;
	color:#ff7100;
	font-size:14px;
}

/*-------------トップページのみ----------------*/
#float-bnr{
    width: 100%;
    height: 120px;
    position: relative;
}
#float-bnr img{
    position:absolute;
    left: 50%;
    top: 0;
	margin-left:260px;
}
.header-wrapper{
    width: 100%;
    background-color: #ffedda;
    height: 60px;
}
.header-top{
    max-width: 1000px;
    height: 60px;
    padding-top: 12px;
    position: relative;
    margin: 0 auto;
}

.header-top .search-btn{
	display:none;
    width: 46px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor:pointer;
}
.header-top .sns{
    width: 210px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #f48f00;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 12px;
    display:block;
    cursor:pointer;
}
#acMenu dd{
    background:#fff;
    width:210px;
    height: auto;
    padding: 10px;
    line-height:50px;
    text-align:center;
    border:#f48f00 1px solid;
    display:none;
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 9999;
    border-radius: 5px;
    color: #666;
}
#acMenu dd a{
    text-decoration: none;
    color: inherit;
}
#acMenu dd li{
    width: 210px;
    padding: 5px 0;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
}
#acMenu dd li img{
    vertical-align: middle;
	margin-right:4px;
}

.header-top .b-25th{
    position: absolute;
    left: 350px;
    top:-4px;
    z-index: 999;
}
.header-top .sns p{
    float: left;
    margin: 8px 5px 0 10px;
}
.header-top .sns img{
    float:left;
    margin-top: 5px;
    margin-right: 4px;
}
.header-top .sns:after{
    content:"";
    clear: both;
    display: block;
}
.content-wrapper{
    max-width: 1000px;
    margin: 0 auto;
    
}
.u-content-wrapper{
    width: 1000px;
    margin: 0 auto;
}
.company-content-wrapper #breadcrumb{
    width: 1000px;
    margin: 5px auto 60px;
}
.nav-wrapper{
    width: 240px;
    float: left;
}
.nav-wrapper nav{
    background: 
        -webkit-gradient(linear, left bottom, right top, from(#f1f1f1), to(#fff));
}

.nav-wrapper nav li img{
    width: 100%;
    height: 65px;
}
.nav-wrapper nav li.null{
}
nav ul.menu-top{
	 position: relative;
	width:240px;
	margin:0 auto;
	z-index:999;
	
}
.u-nav ul li.menu__single-top{
	width:240px;
	height:60px;
}
.u-nav ul li.menu__single-top a{
	display:block;
	height:auto;
	height:65px;
}
.menu-top > li a {
    display: block;
    color:inherit;
	text-decoration:none;
	
}

ul.menu__second-leve-topl {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu__second-level-top li {
	width:200px;
	height:50px;
	 background: 
        -webkit-gradient(linear, left bottom, right top, from(#f1f1f1), to(#fff));
    border: 1px solid #ccc;
	color:#333;
	text-align:left;
	padding:15px 0 15px 20px;
	font-size:14px;
}
.u-nav ul li.menu__single-top ul.menu__second-level-top li a{
	display:inherit;
	height:auto;
}
.menu__second-level-top li:hover{
	background:#ff8400;
	color:#fff;
}
	
.menu__second-level-top li:last-child{
	border-bottom:1px solid #ccc;
}
.menu-top > li.menu__single-top {
    position: relative;
	height:65px;
}

li.menu__single-top ul.menu__second-level-top {
    position: absolute;
    left: 0;
	top:0;
    width: 50px;
	height:50px;
    background: #fce1e9;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	color:#aaa;
	opacity:0;
}

li.menu__single-top:hover ul.menu__second-level-top {
	width: 200px;
	height:30px;
    left: 240px;
    visibility: visible;
    opacity: 1;
	top:-1px;
}
#main-pic{
    width: 760px;
    float: left;
    z-index: 0;
    margin-bottom:5px;
	height:520px;
}
#main-pic .flex-control-thumbs li{
    width:95px;
	height:58px;
    float: left;
    margin: 0 ;
    padding: 0;
}

#main-pic ul.slides:after{
    content: "";
    clear: both;
    display: block;
}
.snav-training li:nth-child(1){
     background: 
        -webkit-gradient(linear, left bottom, right top, from(#ffedda), to(#fff)) !important;
}
.snav-training li:nth-child(2){
     background: 
        -webkit-gradient(linear, left bottom, right top, from(#ffedda), to(#fff)) !important;
}
.snav-training li:hover{
 background: 
        -webkit-gradient(linear, left bottom, right top, from(#ff8400), to(#ff8400)) !important;    
}

/*---------------------下層ページ共通ヘッダー---------------------*/
.u-nav{
	width:100%;
	text-align:center;
	height:60px;
}
.u-nav ul.menu{
	width:1000px;
	margin:0 auto;
}
.u-nav ul li.menu__single{
	width:142px;
	float:left;
	height:60px;
}
.u-nav ul li.menu__single a{
	display:block;
	height:auto;
	height:60px;
}
.u-nav ul li.menu__single:first-child{
	width:143px;
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(2){	
	background-image:url(../img/u-nav02_off.gif);
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(3){	
	background-image:url(../img/u-nav03_off.gif);
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(4){	
	background-image:url(../img/u-nav04_off.gif);
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(5){	
	background-image:url(../img/u-nav05_off.gif);
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(6){	
	background-position:center center;
}
.u-nav ul li.menu__single:last-child{
	width:147px;
	background-image:url(../img/u-nav07_off.gif);
	background-position:center center;
}
.u-nav ul li.menu__single:first-child:hover{
	background-image:url(../img/u-nav01_on.gif) !important;
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(2):hover{	
	background-image:url(../img/u-nav02_on.gif) !important;
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(3):hover{	
	background-image:url(../img/u-nav03_on.gif) !important;
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(4):hover{	
	background-image:url(../img/u-nav04_on.gif) !important;
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(5):hover{	
	background-image:url(../img/u-nav05_on.gif) !important;
	background-position:center center;
}
.u-nav ul li.menu__single:nth-of-type(6):hover{	
	background-image:url(../img/u-nav06_on.gif) !important;
	background-position:center center;
}
.u-nav ul li.menu__single:last-child:hover{
	width:147px;
	background-image:url(../img/u-nav07_on.gif) !important;
	background-position:center center;
}
.menu {
    position: relative;
    margin: 0 auto;
}

.menu > li a {
    display: block;
    color:inherit;
	text-decoration:none;
	
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu__second-level li {
	width:100%;
	height:auto;
	 background: 
        -webkit-gradient(linear, left bottom, right top, from(#f1f1f1), to(#fff));
    border-top: 1px solid #ccc;
	color:#333;
	text-align:left;
	padding:6px 0 6px 10px;
	font-size:12px;
}
.u-nav ul li.menu__single ul.menu__second-level li a{
	display:inherit;
	height:auto;
}
.menu__second-level li:hover{
	background:#ff8400;
	color:#fff;
}
	
.menu__second-level li:last-child{
	border-bottom:1px solid #ccc;
}

.menu__second-level li:nth-child(1){
     background: 
        -webkit-gradient(linear, left bottom, right top, from(#ffedda), to(#fff)) !important;
}
.menu__second-level li:nth-child(2){
     background: 
        -webkit-gradient(linear, left bottom, right top, from(#ffedda), to(#fff)) !important;
}
.menu__second-level li:hover{
 background: 
        -webkit-gradient(linear, left bottom, right top, from(#ff8400), to(#ff8400)) !important;    
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
/*nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 60px;
}*/

nav .nav-wrap {
    width: 1080px;
    margin: 0 auto;
}
.menu > li.menu__single {
    position: relative;
	float:left;
	height:60px;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 100%;
    background: #fce1e9;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	color:#aaa;
}

li.menu__single:hover ul.menu__second-level {
	widows: 100%;
    top: 61px;
    visibility: visible;
    opacity: 1;
}

nav .nav-wrap:after {
    content: "";
    clear: both;
    display: block;
}
.u-main,
.u-main-suito{
	width:100%;
	height:120px;
	background-size:cover;
	background-position:center center;
}
.u-main .net,
.u-main-suito .net{
	width:100%;
	height:120px;
	background:url(../img/main-bg.png);
	background-repeat:repeat;
}
.u-main .u-main-inner,
.u-main-suito .u-main-inner{
	width:1000px;
	height:120px;
	margin:0 auto;
	position:relative;
}
.u-main img,
.u-main-suito img{
	position:absolute;
	bottom:20px;
	left:0px;
}

#breadcrumb {
	margin-top:5px;
	margin-bottom:60px;
}
#breadcrumb ul {
    font-size:0.9375em;
}
#breadcrumb ul li {
    display: inline;
    list-style: none;
}
#breadcrumb ul li:first-child:before {
    content: none;
}
#breadcrumb ul li:before {
    content: '/';
    margin: 0 5px 0 0;
}
#breadcrumb ul li > a{
    color: #333;
    margin-right: 5px;
    text-decoration: none;  
}
#breadcrumb ul li a:hover {
    text-decoration: underline; 
}
.wp-pagenavi{
	margin:20px auto;
	text-align:center;
}
/*---------------------下層ページ共通ヘッダー  ここまで---------------*/



.l-contents{
    width: 670px;
    float: left;
    margin:15px 10px 0 0;
}
.l-contents .center-bnr{
    width: 100%;
    margin-bottom: 15px;
}

.l-contents .bnr-talent{
    width: 420px;
    float: left;
    margin-right: 10px;
}
.l-contents .bnr-talent img{
    width: 100%;
    height: auto;
}

.l-contents .youtube{
    width: 240px;
    height: 170px;
    float: left;
    line-height: 0;

}
.center-bnr:after{
    content:"";
    clear: both;
    display: block;
}
.l-contents .news{
    width: 650px;
    margin-bottom: 40px;
}
.l-contents .news .title{
    position: relative;
    width: 100%;
    background-image: url(../img/news-line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 3px;
}
.l-contents .news .title span{
    position: absolute;
    right: 0;
    font-size: 11px;
}
.l-contents .news dl{
    width: 650px;
    padding: 10px 0 8px;
    border-bottom: 1px dotted #ccc;
    background-image: url(../img/news-arrow.gif);
    background-repeat: no-repeat;
    background-position: 644px center ;
}
.l-contents .news dl dt{
    width:60px;
    height:60px;
    overflow:hidden;
    float: left;
    margin-right: 20px;
}
.l-contents .news dl dt img{
    width: 100%;
	height:auto;
}
.l-contents .news dl dd{
    width:570px;
    float: left;
}
.l-contents .news .title a{
    text-decoration: none;
}
.l-contents .news dd p.date{
    font-size: 12px;
margin-bottom: 7px;
}
.l-contents .news dd p.n-title{
    font-size: 14px;
}
.l-contents .news-txt dl dt img:first-child{
    width: 100%;
	height:auto;
	display:block;
}

.l-contents .news-txt dd p.date{
	width:200px;
	float:left;
    font-size: 12px;
margin-bottom: 7px;
}
.l-contents .news-txt dd .artist-list{
	width:350px;
	float:left;
	margin-bottom:10px;
}
.l-contents .news-txt dd .artist-list span.artist{
    font-size: 14px;
    color: #f48f00;
	margin-right:8px;
    padding: 0;
}
.l-contents .news-txt dd p.n-title{
	width:550px;
    font-size: 14px;
}
.l-contents .archive-list li:hover,
.l-contents .news-txt dd p.n-title:hover,
.archive-list p.title:hover{
	color:#0069a0;
}
.l-contents dd span{
	padding:3px 14px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.l-contents dd span.category a{
	text-decoration:none;
	color:inherit;
}	

.r-contents{
    width: 320px;
    float: left;
}
.r-contents .bnr-1{
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    background: #f3f3f3;
    padding: 10px;
    text-align: center;
    margin: 15px 0 10px 0;
    line-height: 0;
    
}
.r-contents .bnr-1 img{
    width: 100%;
    height: auto;
}
.r-contents .bnr-1 a:nth-of-type(1)>img{
    margin-bottom: 10px;
}
.r-contents .bnr-2{
    width: 100%;
    line-height: 0;
    
}
.r-contents .bnr-2 img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.audition-image{
	width: 240px;
	height: 166px;
	background-size: cover;
	position: relative;
	float: right;
	background-image: url(../img/youtube-image.jpg);
}
.top-youtube-area{
	width: 220px;
	height: 114px;
	background-size: cover;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.top-youtube-area a{
	display: block;
	width: 220px;
	height: 114px;
}
.top-youtube-area img.play-btn{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -18px;
	margin-left: -15px;
}
.top-youtube-area img.youtube-title{
	position: absolute;
	top:0;
	left:0;
}
.audition-image img.youtube-dummy{
	width: 220px;
	height: 114px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
/*---------------------投稿----------------*/
p.latest-news{
	background:#4b7ebb;
}
/*---------------------タレント検索 talent----------------*/
#search-gender-old {
	width:1000px;
	margin:0 auto 60px;
}
#search-gender-old img{
	width:115px;
	margin:0 10px 0 0;
	float:left;
}
#search-gender-old a:nth-of-type(8) >img {
	margin-right:0;
}
#search-gender-old a:nth-of-type(4) >img {
	margin-right:20px;
}
#search-gender-old:after{
	content:"";
	clear:both;
	display:block;
}
#talent form{
	width:1000px;
}
#talent dt{
	width:160px;
	background:#ffedda;
	border-top:#ffd4a7 1px solid;
	text-align:center;
	padding:22px 0;
	float:left;
}
#talent dd{
	width:840px;
	border-top:#dfdfdf 1px solid;
	padding-top:15px;
	float:left;
}

#talent dl:after{
	content:"";
	clear:both;
	display:block;
}
#talent dl:nth-of-type(3)>dd{
	padding-top:8px;
}
#talent dl:nth-of-type(4)>dd{
	padding:8px 0 17px 0;
	border-bottom:#dfdfdf 1px solid;
}
#talent dl:nth-of-type(4)>dt{
	border-bottom:#ffd4a7 1px solid;
}

	
#search-detail:after{
	content:"";
	clear:both;
	display:block;
}

#talent dl.word dt{
	border-bottom:#ffd4a7 1px solid;
}
#talent dl.word dd{
	padding:8px 0 17px 0;
	border-bottom:#dfdfdf 1px solid;
}
#talent dl:nth-of-type(4){
	margin-bottom:20px;
}
#talent dl.word{
	margin-bottom:20px;
}
#talent dl.word input{
	width:90%;
}
#talent dl:after{
	content:"";
	clear:both;
	display:block;
}
#talent input{
	margin:10px 5px 0 20px;
}
#talent .t-submit{
	width:220px;
	height:60px;
	margin:0 auto 60px;
	background-image:url(../img/btn-t-search.png);
	border:none;
	text-indent:9999px;
	text-align:center;
}
#talent .t-submit:hover{
	background-image:url(../img/btn-t-search_on.png);
    cursor:pointer;
}
#talent .submit-area{
	text-align:center;
}



/*---------------------タレント検索 (結果) talent-search---*/
.search-option{
	width:1000px;
	background:#fff;
    border: 2px #ff8400 solid; 
	padding:10px 20px;
	color:#ff8400;
	margin-bottom:20px;
    font-weight:bold;
}
.search-option img{
    vertical-align: -4px;
}
.t-results-box{
	width:184px;
	height:320px;
	float:left;
	padding:10px;
	margin:0 20px 20px 0;
	background:#f6f6f6;
	border:1px solid #ccc;
}
.t-results-box:hover{
    padding:9px;
	border:2px solid #ff7100;   
}
#t-relust-list a:nth-of-type(5n)>.t-results-box{
	margin-right:0;
}
.t-results-box .image{
	width:163px;
	height:230px;
	overflow:hidden;
	margin:0 auto 10px;
}
.t-results-box .image img{
		width:100%;
		height:auto;
}	
.t-results-box p.name{
	font-size:22px;
	text-align:center;
	line-height:0.8;
	margin-bottom:5px;
}
.t-results-box span.kana{
	font-size:12px;
	text-align:center;
}
.t-results-box p.birth{
	font-size:12px;
	text-align:center;
}
#t-relust-list{
	margin-bottom:60px;
}
#t-relust-list:after{
	content:"";
	clear:both;
	display:block;
}
/*---------------------タレント検索（詳細）talent-detail--*/
#talent-detail{
	width:1000px;
	margin:0 auto;
}
#talent-detail .photo-twitter{
	width:280px;
	float:left;
}
#talent-detail .photo{
    width:280px;
}
#talent-detail .photo p{
    width:100%;
    height:380px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 4px;
}
#talent-detail .photo p img{
    width:100%;
    height:auto;
}
#talent-detail .photo ul{
    width:280px;
    height:90px;
    overflow: hidden;
    background-color: #fff;
}
#talent-detail .photo ul li{
    width:67px;
    height:90px;
    overflow: hidden;
    float:left;
    margin-right: 4px;
}
#talent-detail .photo ul li:nth-child(4){
    margin-right:0;
}
#talent-detail .photo ul li:hover{
    opacity: 0.7;
    cursor: pointer;
}
#talent-detail .photo ul li img{
    width:100%;
    height:auto;
}

#talent-detail .profile{
    width:680px;
    float:right;
}
#talent-detail .profile .name{
    font-size:40px;
}
#talent-detail .profile .name span{
    font-size:12px;
    margin-left: 10px;
}
#talent-detail .profile .prof-list{
    width:210px;
    float:left;
    margin-right: 25px;
}
#talent-detail .profile .prof-list:nth-child(2) dl:nth-child(2) dd{
    text-align: left;
}
#talent-detail .profile .prof-list:nth-child(4){
    margin-right: 0;
}
#talent-detail .profile .prof-list:nth-child(5){
    width:680px;
    clear: both;
    float:none;
}
#talent-detail .profile .prof-list:nth-child(5) dd{
    text-align: left;
}
#talent-detail .profile .prof-list:nth-child(6){
    width:680px;
    float:none;
    margin-bottom: 20px;
}

#talent-detail .profile .prof-list:nth-child(6) dd{
    text-align: left;
}
#talent-detail .profile .prof-list:nth-child(6) dd a{
    color: #0069a0;
}


#talent-detail .profile .prof-list dt{
    float:left;
    padding: 10px 0;
}
#talent-detail .profile .prof-list dd{
    width:100%;
    padding: 10px 0 10px 0;
    border-bottom:1px dotted #ccc;
    text-align: left;
}
#talent-detail .profile .prof-appearance{
    width:680px;
    border: 1px solid #ccc;
    height:300px;
    overflow-y: scroll;
    padding-top:20px;
}
#talent-detail .hashimoto_kanna .prof-appearance{
    width:680px;
    border: 1px solid #ccc;
    height:580px;
    overflow-y: scroll;
    padding-top:20px;
}

#talent-detail .profile .prof-appearance h4{
    font-size:16px;
    color:#ff8400;
    font-weight:bold;
    margin:0 0 10px 20px;
    
}
#talent-detail .profile .prof-appearance p{
    margin:0 20px 20px;

}
#talent-detail .profile .tabCont{
	border-top:none !important;
	margin-bottom:40px;
}
#talent-detail .profile ul.tab{
	border-bottom:1px solid #ccc;
}
#talent-detail ul.tab li{
	width:43px;
	height:40px;
    margin:0 2.5px -1px 0;
    cursor:pointer;
    float:left;
    border-bottom:none;
}
#talent-detail ul.tab li:nth-of-type(1){
	background-image:url(../img/tab01.gif);
}
#talent-detail ul.tab li:nth-of-type(1).active{
	background-image:url(../img/tab01_active.gif);
}
#talent-detail ul.tab li:nth-of-type(1).fade{
	background-image:url(../img/tab01_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(2){
	background-image:url(../img/tab02.gif);
}
#talent-detail ul.tab li:nth-of-type(2).active{
	background-image:url(../img/tab02_active.gif);
}
#talent-detail ul.tab li:nth-of-type(2).fade{
	background-image:url(../img/tab03_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(3){
	background-image:url(../img/tab03.gif);
}
#talent-detail ul.tab li:nth-of-type(3).active{
	background-image:url(../img/tab03_active.gif);
}
#talent-detail ul.tab li:nth-of-type(3).fade{
	background-image:url(../img/tab03_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(4){
	background-image:url(../img/tab04.gif);
}
#talent-detail ul.tab li:nth-of-type(4).active{
	background-image:url(../img/tab04_active.gif);
}
#talent-detail ul.tab li:nth-of-type(4).fade{
	background-image:url(../img/tab04_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(5){
	background-image:url(../img/tab05.gif);
}
#talent-detail ul.tab li:nth-of-type(5).active{
	background-image:url(../img/tab05_active.gif);
}
#talent-detail ul.tab li:nth-of-type(5).fade{
	background-image:url(../img/tab05_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(6){
	background-image:url(../img/tab06.gif);
}
#talent-detail ul.tab li:nth-of-type(6).active{
	background-image:url(../img/tab06_active.gif);
}
#talent-detail ul.tab li:nth-of-type(6).fade{
	background-image:url(../img/tab06_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(7){
	background-image:url(../img/tab07.gif);
}
#talent-detail ul.tab li:nth-of-type(7).active{
	background-image:url(../img/tab07_active.gif);
}
#talent-detail ul.tab li:nth-of-type(7).fade{
	background-image:url(../img/tab07_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(8){
	background-image:url(../img/tab08.gif);
}
#talent-detail ul.tab li:nth-of-type(8).active{
	background-image:url(../img/tab08_active.gif);
}
#talent-detail ul.tab li:nth-of-type(8).fade{
	background-image:url(../img/tab08_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(9){
	background-image:url(../img/tab09.gif);
}
#talent-detail ul.tab li:nth-of-type(9).active{
	background-image:url(../img/tab09_active.gif);
}
#talent-detail ul.tab li:nth-of-type(9).fade{
	background-image:url(../img/tab09_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(10){
	background-image:url(../img/tab10.gif);
}
#talent-detail ul.tab li:nth-of-type(10).active{
	background-image:url(../img/tab10_active.gif);
}
#talent-detail ul.tab li:nth-of-type(10).fade{
	background-image:url(../img/tab10_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(11){
	background-image:url(../img/tab11.gif);
}
#talent-detail ul.tab li:nth-of-type(11).active{
	background-image:url(../img/tab11_active.gif);
}
#talent-detail ul.tab li:nth-of-type(11).fade{
	background-image:url(../img/tab11_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(12){
	background-image:url(../img/tab12.gif);
}
#talent-detail ul.tab li:nth-of-type(12).active{
	background-image:url(../img/tab12_active.gif);
}
#talent-detail ul.tab li:nth-of-type(12).fade{
	background-image:url(../img/tab12_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(13){
	background-image:url(../img/tab13.gif);
}
#talent-detail ul.tab li:nth-of-type(13).active{
	background-image:url(../img/tab13_active.gif);
}
#talent-detail ul.tab li:nth-of-type(13).fade{
	background-image:url(../img/tab13_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(14){
	background-image:url(../img/tab14.gif);
}
#talent-detail ul.tab li:nth-of-type(14).active{
	background-image:url(../img/tab14_active.gif);
}
#talent-detail ul.tab li:nth-of-type(14).fade{
	background-image:url(../img/tab14_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:nth-of-type(15){
	background-image:url(../img/tab15.gif);
}
#talent-detail ul.tab li:nth-of-type(15).active{
	background-image:url(../img/tab15_active.gif);
}
#talent-detail ul.tab li:nth-of-type(15).fade{
	background-image:url(../img/tab15_fade.gif) !important;
	pointer-events : none;
}
#talent-detail ul.tab li:last-child{
	margin-right:0;
}

#talent-detail ul.tab li.active{
	background:#fff;
	color:#001582;
}

#talent-detail div.tabCont div.tabBox{
	width:680px;    
}
#talent-detail div.tabCont .kitakyusyu{
	text-align:center;
	padding:50px 20px !important;
}
#talent-detail .kitakyusyu p{
	font-size:18px;
}
#talent-detail ul.tab:after{
	content:"";
	clear:both;
	display:block;
}
#twtt_icon{
	margin:30px auto 10px
}
#twtt_icon img{
	float:left;
	margin-right:10px;
	vertical-align:middle;
}
#twtt_icon p{
	float:left;
	color:#2b93d2;
	padding-top:10px;
}
#twtt_icon:after{
	content:"";
	display:block;
	clear:both;
}
#twitter-widget-1 footer.timeline-Footer{
	display:none !important;
}
#talent-detail .profile a{
	color:#0069a0;
}
/*---------------------出演情報  appearance---------------*/

#appearance{
    margin-bottom: 60px;
}
#appearance .news-txt{
    width: 720px;
    margin-bottom: 40px;
	float:left;
	margin-right:40px;
}

#appearance .news-txt dl{
    width: 720px;
    padding: 10px 0 3px;
    border-bottom: 1px dotted #ccc;
    background-image: url(../img/news-arrow.gif);
    background-repeat: no-repeat;
    background-position: 715px center ;
}
#appearance .news-txt dl dt{
    width:60px;
	height:60px;
	overflow:hidden;
    float: left;
    margin-right: 20px;
}
#appearance .news-txt dl dt img{
	display:none;
}
#appearance .news-txt dl dt img:first-child{
    width: 100%;
	height:auto;
	display:block;
}
#appearance .news-txt dl dd{
    width:640px;
    float: left;
}
#appearance .news-txt .title a{
    text-decoration: none;
}
#appearance .news-txt dd p.date{
	width:200px;
	float:left;
    font-size: 12px;
margin-bottom: 7px;
}
#appearance .news-txt dd .artist-list{
	float:left;
	margin-bottom:10px;
}

#appearance .news-txt dd p.n-title{
	width:610px;
    font-size: 14px;
}
#appearance dd span{
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
#appearance dd span.category a{
	text-decoration:none;
	color:inherit;
}	
#appearance dd span.artist{
    font-size: 14px;
    color: #f48f00;
	margin-right:8px;
}
#appearance .archive-list{
	width:240px;
	float:left;
}
#appearance .archive-list .archive-category{
	margin-bottom:40px;
}
#appearance .archive-list p.title{
	width:240px;
	text-align:center;
	padding:10px 0;
	background:#ff8400;
	color:#fff;
	font-size:16px;
}
#appearance .archive-list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	padding-left:20px;
}
#appearance .archive-list li a{
	text-decoration:none;
	color:inherit;
}
#appearance .archive-list li span{
	margin-right:10px;
}

#appearance:after{
	content:"";
	clear:both;
	display:block;
}
/*---------------------出演情報（詳細）  appearance-detail---------------*/
#appearance-detail{
	width:1000px;
	margin:0 auto 60px;
}
#appearance-detail .detail-contents{
    width: 720px;
    margin-bottom: 40px;
	float:left;
	margin-right:40px;
}

#appearance-detail .detail-contents .image{
	width:100px;
	float:left;
	text-align:center;
	margin:0 20px 10px 0;	
}
#appearance-detail .detail-contents .image img{
	width:90px;
	height:auto;
	
}
#appearance-detail .detail-contents .image .cast{
	border:1px solid #ccc;
	padding:5px 0 0;
	margin-bottom:10px;
}
#appearance-detail .detail-contents .cast p.talent{
	font-size:10px;
	text-align:center;
}
#appearance-detail .detail-contents .cast p.name{
	font-size:16px;
	color:#f48f00;
	text-align:center;
}
#appearance-detail .detail-contents p.category{
	width:100px;
	height:25px;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	margin:0 20px 10px 0;
	float:left;
}
#appearance-detail .detail-contents p.date{
	font-size:12px;
	text-align:center;
	float:left;
	padding-top:5px;
}


#appearance-detail .detail-contents .a-contents{
	width:600px;
	float:left;
}
#appearance-detail .detail-contents .a-contents .n-title{
	font-size:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
#appearance-detail .detail-contents .a-contents p.talent-title{
	width:7em;
	float:left;
}
#appearance-detail .detail-contents .a-contents .artist-list{
	width:500px;
	float:left;
	margin-bottom:20px;
	text-align:left;
}
#appearance-detail .detail-contents .a-contents .artist-list:after{
	content:"";
	clear:both;
	display:block;
}
#appearance-detail .detail-contents .a-contents .artist{
	color:#f48f00;
	margin-right:8px;
}

#appearance-detail .detail-contents .a-contents .txt{
	margin:10px 0 40px;
}
#appearance-detail .detail-contents .a-contents .txt img{
	margin:20px auto 30px;
	max-width:100%;
}
#appearance-detail .detail-contents .a-contents .picture{
	margin-bottom:40px;
}
#appearance-detail .btn-return{
	text-align:center;
}
#appearance-detail .btn-return{
	width:220px;
	height:50px;
	text-align:center;
	font-size:16px;
	padding:12px 0;
	border:1px solid #555555;
	color:#555;
	border-radius:5px;
	margin:40px auto 60px;
	background:#fff;
	font-weight:normal;
	float:none;
}
#appearance-detail .detail-contents a{
	text-decoration:none;
	color:inherit;
}
#appearance-detail .detail-contents .txt a{
	color:#0069a0;
}
#appearance-detail .detail-contents .txt a:hover{
	color: #009dff !important;
    opacity: 1;
}
#appearance-detail .archive-list{
	width:240px;
	float:left;
}
#appearance-detail .archive-list .archive-category{
	margin-bottom:40px;
}
#appearance-detail .archive-list p.title{
	width:240px;
	text-align:center;
	padding:10px 0;
	background:#ff8400;
	color:#fff;
	font-size:16px;
}
#appearance-detail .archive-list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	padding-left:20px;
}
#appearance-detail .archive-list li:hover{
color:#0069a0;
}
#appearance-detail .archive-list li:last-child{
	border-bottom:none;
}
#appearance-detail .archive-list li a{
	text-decoration:none;
	color:inherit;
}
#appearance-detail .archive-list li span{
	margin-right:10px;
}

#appearance-detail:after{
	content:"";
	clear:both;
	display:block;
}
#appearance-detail .box{
	border-bottom:1px solid #ccc; 
	margin-bottom:60px;
}
/*---------------------タレント育成 training--------------------------*/
#training{
	width:1000px;
	margin:0 auto;
}
#about-training{
	margin-bottom:60px;
}
#about-training img{
	margin-bottom:30px;
}
#about-training img.title{
	margin-bottom:15px;
}
p.about-training{
	text-align: center;
    font-size:16px;
    line-height: 26px;
    margin-bottom:40px;
}
.educational-policy{
    text-align: center;
    font-size:16px;
    line-height: 26px;
}
.poricy-box{
	width:480px;
	float:left;
	margin-right:40px;
	padding:10px;
	border:1px solid #ccc;
	text-align:center;
}
.poricy-box img.image,
.poricy-box img.title{
	margin-bottom:20px;
}
.poricy-box p{
	text-align:left;
	margin-bottom:20px;
}
.poricy-box:nth-of-type(2){
     margin-right:0;
}
#about-training:after{
	content:"";
	clear:both;
	display:block;
}

/*---------------------アクティス actis-------------------------------*/
#actis{
	width:1000px;
	margin:0 auto;
}
#actis .actis-intro{
	width:640px;
	float:left;
	margin-right:40px;
}
#actis .actis-intro img:nth-of-type(1){
	margin-bottom:30px;
}
#actis .actis-intro img:nth-of-type(2){
	margin-bottom:20px;
}
#actis .actis-intro p:nth-of-type(1){
	margin-bottom:20px;
}
#actis .actis-image{
	width:320px;
	float:left;
	margin-bottom:40px;
}
#actis .actis-image img{
	margin-bottom:10px;
}
#actis #studio .studio-box{
	width:480px;
	float:left;
	text-align:left;
	padding:10px;
	border:1px solid #ccc;
}
#actis #studio .studio-box img{
	margin-bottom:20px;
}
#actis #studio .studio-box .address{
	font-size:12px;
	line-height:1.5;
	text-align:left;
	margin-bottom:20px;
	padding:0 10px;
}
#actis #studio .studio-box .map{
	width:460px;
	height:240px;
}
#actis #studio h3+.studio-box{
	margin-right:40px;
}
#actis #lesson{
	margin-bottom:60px;
}
#actis #lesson dt{
	width:180px;
	height:82px;
	background:#ffedda;
	border-top:#ffd4a7 1px solid;
	float:left;
	text-align:center;
	padding-top:30px;
}
#actis #lesson dd{
	width:820px;
	float:left;
	border-top:#dfdfdf 1px solid;
	padding:20px 0 0 20px;
}
#actis #lesson dd.single{
	padding-top:30px;
}
p.annotation{
	font-size:12px;
	text-align:right;
	margin:5px 0 60px;
}
#actis #lesson dl:after{
	content:"";
	clear:both;
	display:block;
}
	
#actis #studio:after{
	content:"";
	clear:both;
	display:block;
}
#actis .youtube-area{
	width: 320px;
	height: 180px;
	margin-bottom: 20px;
	background-size: cover;
	position: relative;
}
#actis .youtube-area a{
	display: block;
	width: 320px;
	height: 180px;
}
#actis .youtube-area img.play-btn{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -18px;
	margin-left: -15px;
}
/*---------------------ライブ舞台情報（詳細） live-info---------------*/
#live-detail{
	width:1000px;
	margin:0 auto 60px;
}
#live-detail .detail-contents{
    width: 720px;
    margin-bottom: 40px;
	float:left;
	margin-right:40px;
}

#live-detail .detail-contents .image{
	width:240px;
	float:left;
	text-align:center;
	margin:0 20px 10px 0;
	
	
}
#live-detail .detail-contents .image img{
	width:240px;
	height:auto;
}
#live-detail .detail-contents .image .cast{
	margin-bottom:10px;
}
#live-detail .detail-contents .cast p.talent{
	font-size:10px;
	text-align:center;
}
#live-detail .detail-contents .cast p.name{
	font-size:16px;
	color:#f48f00;
	text-align:center;
}
#live-detail .detail-contents p.category{
	width:100px;
	height:28px;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
}
#live-detail .detail-contents p.date{
	font-size:12px;
	text-align:center;
}

#live-detail .detail-contents .a-contents{
	width:460px;
	float:left;
	margin-bottom:60px;
	text-align:left;
}

#live-detail .detail-contents .a-contents .n-title{
	font-size:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}
#live-detail .detail-contents .a-contents .txt{
	margin-bottom:40px;
}
#live-detail .detail-contents .a-contents .picture{
	margin-bottom:40px;
}
#live-detail .btn-return{
	text-align:center;
}
#live-detail .btn-return{
	width:220px;
	height:50px;
	text-align:center;
	font-size:16px;
	padding:12px 0;
	border:1px solid #555555;
	color:#555;
	border-radius:5px;
	margin:40px auto 60px;
	background:#fff;
	font-weight:normal;
	float:none;
}
#live-detail .detail-contents a{
	text-decoration:none;
	color:#0069a0;
}
#live-detail .archive-list{
	width:240px;
	float:left;
}
#live-detail .archive-list p.title{
	width:240px;
	text-align:center;
	padding:10px 0;
	background:#ff8400;
	color:#fff;
	font-size:16px;
}
#live-detail .archive-list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	margin-left:20px;
}
#live-detail .archive-list li:last-child{
	border-bottom:none;
}
#live-detail .archive-list li:hover{
color:#0069a0;
}
#live-detail .archive-list li a{
text-decoration:none;
	color:inherit;
}
#live-detail .archive-list li span{
	margin-right:10px;
}

#live-detail:after{
	content:"";
	clear:both;
	display:block;
}
#live-detail .box{
	border-bottom:1px solid #ccc; 
	margin-bottom:60px;
}


/*---------------------オーディション　audition---------------*/
#capacity p.txt{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	margin-bottom:15px;
}
#capacity p{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
#capacity p.caption{
	font-size:12px;
	font-weight:normal;
	margin-bottom:60px;
}
.approach-box{
	background:#f9f9f9;
	border:1px solid #CCCCCC;
	width:460px;
	height:300px;
	float:left;
	margin:0 20px 40px;
	text-align:center;
	padding:30px 0;
}
.approach-box img.title{
	margin-bottom:25px;
}
.approach-box p{
	text-align:center;
	margin-bottom:20px;
}
p.after{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
p.caption2{
	text-align:center;
	font-size:12px;
	font-weight:normal;
	margin-bottom:60px;
}
.approach-box:last-child{
	margin-right:0;
}
/*---------------------オーディション応募フォーム  form---------------*/
#audition-contact{
	width:1000px;
	margin:0 auto 60px;
}
.form-wrap{
	margin-bottom:40px;
}
.form-txt{
	text-align:center;
	margin-bottom:40px;
}
#audition-contact .t-1{
	width:160px;
	height:120px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
	position:relative;
}
#audition-contact .mail{
	height:130px;
}
#audition-contact .t-2{
	width:240px;
	height:60px;
	background:#fff6ec;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
	position:relative;
}
#audition-contact .mail2{
	height:70px !important;
}
#audition-contact .t-3{
	width:600px;
	height:60px;
	background:#fff;
	float:left;
	border-bottom:1px solid #e8e8e8;
	padding:12px 0 0 35px;
}

#audition-contact .t-4{
	width:400px;
	height:60px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
	position:relative;
}
#audition-contact .via{
	padding-top:16px !important;
}
#audition-contact .target{
	height:140px !important;
}
#audition-contact .t-5{
	width:400px;
	height:120px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
}
#audition-contact .t-6{
	width:600px;
	height:120px;
	background:#fff;
	float:left;
	border-bottom:1px solid #e8e8e8;
	padding:12px 0 0 35px;
}
#audition-contact .t-7{
	width:160px;
	height:180px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
}
#audition-contact .t-8{
	width:400px;
	height:160px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
}
#audition-contact .t-9{
	width:600px;
	height:160px;
	background:#fff;
	float:left;
	border-bottom:1px solid #e8e8e8;
	padding:12px 0 0 35px;
}
#audition-contact .t-1:first-child{
	border-top:1px solid #ffd4a7;
}
#audition-contact .t-2.top{
	border-top:1px solid #ffd4a7;
}
#audition-contact .t-3.top{
	border-top:1px solid #e8e8e8;
}
.form-wrap:after{
	content:"";
	clear:both;
	display:block;
}
#audition-contact .t-1.name{
	padding-top:50px;
}
#audition-contact .t-1 span{
	position:absolute;
	top:50px;
	left:25px;
	padding:5px 10px;
	background:#e00;
	font-size:10px;
	color:#fff;
	text-align:center;
}
#audition-contact .t-2 span{
	position:absolute;
	top:18px;
	left:165px;
	padding:5px 10px;
	background:#e00;
	font-size:10px;
	color:#fff;
	text-align:center;
}

#audition-contact .t-4 span{
	position:absolute;
	top:20px;
	left:315px;
	padding:5px 10px;
	background:#e00;
	font-size:10px;
	color:#fff;
	text-align:center;
	margin-left:10px;
}
#audition-contact .t-4 span.protector{
	position:absolute;
	top:20px;
	left:215px;
	padding:5px 10px;
	background:#e00;
	font-size:10px;
	color:#fff;
	text-align:center;
}
span.tel,
span.zip,
span.size{
	font-size:10px;
	margin-left:10px;
}
input{
	line-height:2.0;
	font-size:14px;
	padding-left:5px;
	border:1px solid #ccc;
}
textarea{
	width:565px;
	padding:5px;
	font-size:14px;
	border:1px solid #ccc;
}
textarea#your-requirement,
textarea#your-speciality,
textarea#your-favorite{	
	height:35px;
}
textarea#your-reason{
	height:136px;
}
textarea#your-career,
textarea#your-message{
	height:96px;
}
#audition-contact .size-list{
	line-height:3.5;
}
#audition-contact .gender-radio,
#audition-contact .experience-list{
	padding-top:20px;
}
#audition-contact .belonging-list{
	line-height:3.5;
}
#audition-contact .profile{
	padding-top:20px;
	position:relative;
}
#audition-contact .profile img{
	width: 32px;
    height: auto;
    position: absolute;
    top: 5px;
}
#audition-contact .profile span.mb{
	position:absolute;
	left:340px;
	top:25px;
}
#your-email{
	ime-mode:disabled !important;
}
select#month,
select#day,
select#child-month,
select#child-day{
	width:80px;
	font-size:14px;
	height:30px;
}
select#your-via{
	width:565px;
	height:30px;
	font-size:14px;
}
#audition-contact .target-list .mwform-checkbox-field{
	margin-right:20px;
	line-height:2.5;
}
#audition-contact .target-list .mwform-checkbox-field:nth-of-type(5):before {
	content: "\A" ;
	white-space: pre ;
}
#audition-contact .caution{
	width:1000px;
	border:#cc0000 4px solid;
	padding:30px;
	text-align:center;
	margin:0 auto 40px;
	background:#f9f9f9;
}
#audition-contact .caution img{
	margin-bottom: 30px;
}
#audition-contact .caution p{
	text-align:left;
	line-height:1.5;
	font-size:14px;
	font-weight:bold;
}
#audition-contact .caution+p{
	width:390px;
	margin:0 auto;
	text-align:center;
	height:60px;
}
#audition-contact .confirm{
 background: #ff8400;
 border: 1px solid #DDD;
 color: #FFF;
 font-size:18px;
 width: 220px;
 height:60px;
 padding: 10px 0;
 cursor: pointer;
 font-weight:bold;
 border-radius:5px;
}
.submit{
	 background: #cc0000;
 border: 1px solid #DDD;
 color: #FFF;
 font-size:18px;
 width: 220px;
 height:60px;
 padding: 10px 0;
 cursor: pointer;
  font-weight:bold;
 border-radius:5px;
}
.return{
 background: #888;
 border: 1px solid #DDD;
 color: #FFF;
 font-size:18px;
 width: 150px;
 height:60px;
 padding: 10px 0;
 cursor: pointer;
  font-weight:bold;
 border-radius:5px;
 float:left;
 margin-right:20px;
}
p.main{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin:0 auto 40px;
}
p.thanks-txt{
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	margin:0 auto 60px;
}
/*---------------------講師紹介　teacher-----------------------*/
#teacher{
	width:1000px;
	margin:0 auto;
}
#teacher .t-box{
	width:490px;
	height:auto;
	background:#fff;
	border:0px solid #ccc;
	float:left;
	margin:0 20px 20px 0;
	padding:20px;
}
#teacher .t-box img{
	width:100%;
	height:auto;
}
#teacher .t-box:nth-of-type(2n){
	margin-right:0;
}
#teacher .t-box .picture{
	width:150px;
	float:left;
	margin-right:20px;
}
#teacher .t-box .txt{
	width:278px;
	float:left;
	padding:0;
	margin:0;
}
#teacher .t-box .txt .lesson{
	background:#ff8400;
	padding: 3px 10px;
	margin-bottom:15px;
	color:#fff;
	font-size:12px;
}

#teacher .t-box .txt p.name{
	font-size:20px;
	margin:10px 0 10px;
}
#teacher .t-box .txt p.name span{
	font-size:12px;
	margin-left:15px;
}
#teacher .t-box .txt .content{
	width:278px;
	font-size:12px;
}
#teacher:after{
    content:"";
    clear: both;
    display: block;
}
/*---------------------イベント一覧  performance---------------*/
#performance .news-txt{
    width: 720px;
    margin-bottom: 40px;
	float:left;
	margin-right:40px;
}

#performance .news-txt dl{
    width: 720px;
    padding: 10px 0 3px;
    border-bottom: 1px dotted #ccc;
    background-image: url(../img/news-arrow.gif);
    background-repeat: no-repeat;
    background-position: 715px center ;
}
#performance .news-txt dl dt{
    width:60px;
	height:60px;
	overflow:hidden;
    float: left;
    margin-right: 20px;
	background-size:auto 100%;
	background-position:center center;
	background-color:#fff;
}
#performance .news-txt dl dt img{
	display:none;
}
#performance .news-txt dl dt img:first-child{
    width: 100%;
	height:auto;
	display:block;
}
#performance .news-txt dl dd{
    width:640px;
    float: left;
}
#performance .news-txt .title a{
    text-decoration: none;
}
#performance .news-txt dd p.date{
	width:173px;
    font-size: 12px;
margin-bottom: 7px;
}
#performance .news-txt dd .artist-list{
	width:437px;
	float:left;
	margin-bottom:10px;
}

#performance .news-txt dd p.n-title{
	width:610px;
    font-size: 14px;
}
#performance .news-txt dd div.content{
    font-size:12px;
	width:610px;
	margin-bottom:20px;
}

#performance dd span.category a{
	text-decoration:none;
	color:inherit;
}
#performance dd span.category{
    padding: 3px 15px;
    color:#fff;
    font-size:11px;
}
#performance dd span.artist{
    font-size: 14px;
    color: #f48f00;
	margin-right:8px;
}
#performance .news-txt dd .content:hover,
#performance .news-txt dd p.n-title:hover{
	color:#0069a0;
}

#performance .archive-list{
	width:240px;
	float:left;
	margin-bottom:60px;
}
#performance .archive-list p.title{
	width:240px;
	text-align:center;
	padding:10px 0;
	background:#ff8400;
	color:#fff;
	font-size:16px;
}
#performance .archive-list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	padding-left:20px;
}
#performance .archive-list li a{
	text-decoration:none;
	color:inherit;
}
#performance .archive-list li span{
	margin-right:10px;
}

#performance:after{
	content:"";
	clear:both;
	display:block;
}
/*---------------------出張公演・イベント（詳細）  peformance-detail---------------*/
#performance-detail{
	width:1000px;
	margin:0 auto 60px;
}
#performance-detail .detail-contents{
    width: 720px;
    margin-bottom: 40px;
	float:left;
	margin-right:40px;
}

#performance-detail .detail-contents .picture{
	width:720px;	
}
#performance-detail .detail-contents .picture a{
	display: block;
    width:350px;
	height:220px;
    overflow:hidden;
	float:left;
	text-align:center;
	margin:0 20px 10px 0;
	outline:none !important;	
}
#performance-detail .detail-contents .p-imageb img{
    width: 100%;
    height: auto;
	
}
#performance-detail .detail-contents .p-image a{
	outline:none !important;	
}
#performance-detail .detail-contents .image{
	width: 100px;
    float: left;
    text-align: center;
    margin: 0 20px 10px 0;
	
}
#performance-detail .detail-contents .image img{
	width:100%;
	height:auto;
}
#performance-detail .detail-contents .p-image img{
	width:100%;
	height:auto;
}
#performance-detail .detail-contents .picture a:nth-of-type(2n){
	margin-right:0;
}

#performance-detail .detail-contents p.category{
	width:100px;
	height:25px;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	margin:0 20px 10px 0;
	float:left;
}
#performance-detail .detail-contents .a-contents{
	width:600px;
	float:left;
}
#performance-detail .detail-contents p.p-event{
	background-color: #2879a3;
}
#performance-detail .detail-contents p.p-stage{
	background-color: #D50003;
}
#performance-detail .detail-contents .a-contents .n-title{
	font-size:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin:0 0 10px 0;
}
#performance-detail .detail-contents .a-contents p.talent-title{
	width:85px;
	float:left;
}
#performance-detail .detail-contents .a-contents .artist-list{
	width:515px;
	float:left;
	margin-bottom:20px;
}
#performance-detail .detail-contents .a-contents .artist-list:after{
	content:"";
	clear:both;
	display:block;
}
#performance-detail .detail-contents .a-contents .artist{
	color:#f48f00;
	margin-right:8px;
}

#performance-detail .detail-contents .a-contents .txt{
	margin:10px 0 40px;
}
#performance-detail .detail-contents .a-contents .picture{
	margin-bottom:40px;
}
#performance-detail .btn-return{
	text-align:center;
}
#performance-detail .btn-return{
	width:220px;
	height:50px;
	text-align:center;
	font-size:16px;
	padding:12px 0;
	border:1px solid #555555;
	color:#555;
	border-radius:5px;
	margin:40px auto 60px;
	background:#fff;
	font-weight:normal;
	float:none;
}
#performance-detail .detail-contents a{
	text-decoration:none;
	color:inherit;
}
#performance-detail .archive-list{
	width:240px;
	float:left;
}
#performance-detail .archive-list p.title{
	width:240px;
	text-align:center;
	padding:10px 0;
	background:#ff8400;
	color:#fff;
	font-size:16px;
}
#performance-detail .archive-list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	padding-left:20px;
}
#performance-detail .archive-list li a:hover{
color:#009dff;
	opacity: 1;
}
#performance-detail .archive-list li:last-child{
	border-bottom:none;
}
#performance-detail .archive-list li a{
	text-decoration:none;
	color:inherit;
}
#performance-detail .archive-list li span{
	margin-right:10px;
}
#performance-detail:after{
	content:"";
	clear:both;
	display:block;
}
#performance-detail .box{
	border-bottom:1px solid #ccc; 
	margin-bottom:60px;
}
/*---------------------劇団　theatre---------------------------*/
.theatre-main{
	line-height:0;
	margin-bottom:60px;
}
.theatre-main .txt{
	width:1000px;
	background:#fff3e7;
	padding:30px;
}
.theatre-main .txt p.supervision{
	font-size:24px;
	margin-bottom:20px;
}
.theatre-main .txt p.supervision span{
	font-size:16px;
}
.theatre-main .txt p.results{
	padding-top:20px;
}
.theatre-main .txt .caption{
	font-weight:bold;
	
}
.theatre-main .txt p{
	font-size:14px;
}
.theatre-latest{
	width:1000px;
	margin: 0 auto;
}
.theatre-latest .mugen-latest{
	width:480px;
	float:left;
	margin-right:40px;
}
.theatre-latest .pokke-latest{
	width:480px;
	float:left;
}
.theatre-latest .pic{
	width:58px;
	height:58px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
.pokke-latest .pic{
	width:58px;
	height:58px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
.theatre-latest .pic img,
.pokke-latest .pic img{
	width:100%;
	height:auto;
}
.theatre-latest .txt{
	width:402px;
	height:auto;
	float:left;
}
.theatre-latest .txt p.date,
.pokke-latest .txt p.date{
	margin-bottom:10px;
}
.theatre-latest .txt p.date,
.pokke-latest .txt p.date,
.theatre-latest .txt p.detail,
.pokke-latest .txt p.detail{
	font-size:12px;
}
.theatre-latest .txt p.detail,
.pokke-latest .txt p.detail{
	margin-bottom:20px;
}
.theatre-latest .txt p.detail:hover,
.pokke-latest .txt p.detail:hover{
	color: #0069a0;
}
.theatre-latest .txt p.title,
.pokke-latest .txt p.title{
	margin-bottom:14px;
}
.theatre-latest .txt p.title:hover,
.pokke-latest .txt p.title:hover{
	color: #0069a0;
}
.theatre-latest .txt p.date span{
	background:#3b4096;
	padding:3px 10px;
	font-size:11px;
	color:#fff;
	margin-right:10px;
}
.pokke-latest .txt p.date span{
	background:#e91d81;
	padding:3px 10px;
	font-size:11px;
	color:#fff;
	margin-right:10px;
}
.reserve-btn{
	clear:both;
	text-align:center;
	padding-top:20px;
	margin-bottom:40px;
	border-top:1px #ccc dotted;
}
#theatre .for-list{
	text-align:center;
	margin-bottom:40px;
}
.recruitment-members{
	width:1000px;
	margin:0 auto 60px;
}
.recruitment-members table{
	width:1000px;
	border-collapse:collapse
}
.recruitment-members table th:nth-of-type(1){
	width:410px;
}
.recruitment-members table th:nth-of-type(2){
	width:180px;
}
.recruitment-members table th:nth-of-type(3){
	width:410px;
}
.recruitment-members table tr{
	border-bottom:1px #ccc dotted;
	line-height:0;
}
.recruitment-members table tr:nth-of-type(1){
	border-bottom:none;
}
	
.recruitment-members table td{
	padding:20px;
	text-align:left;
	line-height:1.5;
}
.recruitment-members table td.middle{
	text-align:center;
	background:#fff3e7;
	font-size:16px;
	color:#ff7100;
	vertical-align:middle;
}
/*---------------------劇団公園一覧　theatre-list---------------------------*/


#theatre .news-txt{
    width: 720px;
    margin-bottom: 40px;
	float:left;
	margin-right:40px;
}

#theatre .news-txt dl{
    width: 720px;
    padding: 10px 0 3px;
    border-bottom: 1px dotted #ccc;
    background-image: url(../img/news-arrow.gif);
    background-repeat: no-repeat;
    background-position: 715px center ;
}
#theatre .news-txt dl dt{
    width:60px;
	height:60px;
	overflow:hidden;
    float: left;
    margin-right: 20px;
}
#theatre .news-txt dl dt img{
	display:none;
}
#theatre .news-txt dl dt img:first-child{
    width: 100%;
	height:auto;
	display:block;
}
#theatre .news-txt dl dd{
    width:640px;
    float: left;
}
#theatre .news-txt .title a{
    text-decoration: none;
}
#theatre .news-txt dd p.date{
	width:400px;
	float:left;
    font-size: 12px;
margin-bottom: 7px;
}
#theatre .news-txt dd .date{
	width:640px;
	float:left;
    font-size: 12px;
margin-bottom: 7px;
}
#theatre .news-txt dd p.price{
	width:640px;
	float:left;
    font-size: 12px;
margin-bottom: 7px;
}
#theatre .news-txt dd p.n-title{
	width:610px;
    font-size: 14px;
}#theatre .news-txt dd .content:hover,
#theatre .news-txt dd p.n-title:hover{
	color: #0069a0 !important;
	opacity: 1;
}
#theatre .news-txt dd .content{
	font-size:12px;
	margin-bottom:10px;
}
#theatre dd span{
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
#theatre dd span.category a{
	text-decoration:none;
	color:inherit;
}	
#theatre dd span.artist{
    font-size: 14px;
    color: #f48f00;
	margin-right:8px;
}
#theatre .archive-list{
	width:240px;
	float:left;
}
#theatre .archive-list .archive-category{
	margin-bottom:40px;
}
#theatre .archive-list p.title{
	width:240px;
	text-align:center;
	padding:10px 0;
	background:#ff8400;
	color:#fff;
	font-size:16px;
}
#theatre .archive-list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	padding-left:20px;
}
#theatre .archive-list li:hover{
	color: #0069a0 !important;
	opacity: 1;
}
#theatre .archive-list li a{
	text-decoration:none;
	color:inherit;
}
#theatre .archive-list li span{
	margin-right:10px;
}

#theatre:after{
	content:"";
	clear:both;
	display:block;
}
#theatre dd span.theatre_pokke{
	    padding: 3px 15px;
    background-color: #e91d81;
}
#theatre dd span.theatre_mugen{
	    padding: 3px 15px;
    background-color: #3c4394;
}
/*---------------------劇団公園詳細　theatre-single---------------------------*/
.detail-contents{
	width: 720px;
    margin-bottom: 40px;
    float: left;
    margin-right: 40px;
}
#theatre .archive-list .archive{
	margin-bottom:40px;
}
#theatre .archive-list .archive li:first-child{
	display:none;
}
#theatre .detail-contents{
    width: 720px;
    margin-bottom: 40px;
	float:left;
	margin-right:40px;
}

#theatre .detail-contents .image{
	width:100px;
	float:left;
	text-align:center;
	margin:0 20px 10px 0;	
}
#theatre .detail-contents .image img{
	width:90px;
	height:auto;
	
}
#theatre .detail-contents .image .cast{
	border:1px solid #ccc;
	padding:5px 0 0;
	margin-bottom:10px;
}
#theatre .detail-contents .cast p.talent{
	font-size:10px;
	text-align:center;
}
#theatre .detail-contents .txt{
	clear:both;
}
#theatre .detail-contents p.category{
	font-size:11px;
	color:#fff;
	text-align:center;
	padding:5px;
	margin:0 20px 10px 0;
	float:left;
}
#theatre .detail-contents p.date{
	font-size:12px;
	text-align:center;
	float:left;
	padding-top:5px;
}
#theatre .detail-contents .a-contents{
	width:600px;
	float:left;
}
#theatre .detail-contents .a-contents .n-title{
	font-size:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
#theatre .btn-return {
    width: 220px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    border: 1px solid #555555;
    color: #555;
    border-radius: 5px;
    margin: 40px auto 60px;
    background: #fff;
    font-weight: normal;
    float: none;
}
.detail-information{
	width:720px;
	background:#fbfbfb;
	margin:40px auto;
}
.detail-information dl{
	border-bottom:1px dotted #ccc;
}
.detail-information dl dt{
    font-size:12px;
	width:110px;	
	float:left;
	padding:10px 0;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}
.detail-information dl:first-child{
	border-top:1px dotted #ccc;
}

.detail-information dl dd{
	width:610px;
	float:left;
	padding:10px 10px 10px 0;
}
.detail-information dl dd a{
	color: #0069a0;
}
.detail-information dl dd a:hover{
	color: #009dff !important;
    opacity: 1;
}
.detail-information dl:after{
	content:"";
	clear:both;
	display:block;
}
.theatre-reserve{
	text-align:center;
	margin-bottom:40px;
}
.stage-poster{
	width:720px;
	text-align:center;
	margin-bottom:60px;
	display:inline-table;
}
.stage-poster img{
	width:350px;
	height:auto;
	/*float:left;*/
}
.stage-poster img:nth-of-type(2){
	margin-left:20px;
}
/*.stage-poster:after{
	content:"";
	clear:both;
	display:block;
}*/
/*---------------------会社概要　company-----------------------*/
.company-content-wrapper{
	width:100%;
}
.company-pass{
	width:1000px;
	margin:0 auto;
}
#company-txt{
	width:1000px;
	margin:0 auto 60px;
	text-align:center;
}
#overview{
	width:1000px;
	margin:0 auto 40px;
}
#overview dl{
	width:1000px;
	border-bottom:1px dotted #ccc;
}
#overview dt{
	width:180px;
	float:left;
	padding-left:40px;
	padding:5px 0;
}
#overview dd{
	width:820px;
	float:left;
	padding:5px 0;
}
#overview dd ul.indent1 li.first{
	width:120px;
	float:left;
}
#overview dd ul.indent1 li{
	width:700px;
	float:left;
}
#overview dd ul.indent2 li.first{
	width:260px;
	float:left;
}
#overview dd ul.indent2 li{
	width:560px;
	float:left;
}
#overview dd ul:after{
    content:"";
    clear: both;
    display: block;
}
	
#overview dl:after{
    content:"";
    clear: both;
    display: block;
}
#map_canvas{
	width:100%;
	height:400px;
	margin-bottom:60px;
}
/*---------------------お問い合わせ  contact---------------*/
#contact{
	width:1000px;
	margin:0 auto 60px;
}
.form-wrap{
	margin-bottom:40px;
}
.form-txt{
	text-align:center;
	margin-bottom:40px;
}
#contact .t-1{
	width:160px;
	height:120px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
}
#contact .t-2{
	width:240px;
	height:60px;
	background:#fff6ec;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
	position:relative;
}
#contact .t-3{
	width:600px;
	height:60px;
	background:#fff;
	float:left;
	border-bottom:1px solid #e8e8e8;
	padding:12px 0 0 35px;
}
#contact .t-4{
	width:400px;
	height:60px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
	position:relative;
}
#contact .t-5{
	width:400px;
	height:120px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
}
#contact .t-6{
	width:600px;
	height:120px;
	background:#fff;
	float:left;
	border-bottom:1px solid #e8e8e8;
	padding:12px 0 0 35px;
}
#contact .t-7{
	width:160px;
	height:180px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
}
#contact .t-8{
	width:400px;
	height:160px;
	background:#ffedda;
	float:left;
	border-bottom:1px solid #ffd4a7;
	padding:20px 0 0 35px;
	position:relative;
}
#contact .t-9{
	width:600px;
	height:160px;
	background:#fff;
	float:left;
	border-bottom:1px solid #e8e8e8;
	padding:12px 0 0 35px;
}
#contact .t-1:first-child{
	border-top:1px solid #ffd4a7;
}
#contact .t-2.top{
	border-top:1px solid #ffd4a7;
}
#contact .t-3.top{
	border-top:1px solid #e8e8e8;
}
.form-wrap:after{
	content:"";
	clear:both;
	display:block;
}

#contact .t-2 span{
	position:absolute;
	top:18px;
	left:154px;
	padding:5px 10px;
	background:#e00;
	font-size:10px;
	color:#fff;
	text-align:center;
	margin-left:10px;
}

#contact .t-4 span{
	position:absolute;
	top:20px;
	left:315px;
	padding:5px 10px;
	background:#e00;
	font-size:10px;
	color:#fff;
	text-align:center;
	margin-left:10px;
}
#contact .t-8 span{
	position:absolute;
	top:20px;
	left:315px;
	padding:5px 10px;
	background:#e00;
	font-size:10px;
	color:#fff;
	text-align:center;
	margin-left:10px;
}
span.tel,
span.zip,
span.size{
	font-size:10px;
	margin-left:10px;
}
input{
	line-height:2.0;
	font-size:14px;
	padding-left:5px;
	border:1px solid #ccc;
}
textarea{
	width:565px;
	padding:5px;
	font-size:14px;
	border:1px solid #ccc;
}
textarea#your-requirement,
textarea#your-speciality,
textarea#your-favorite{	
	height:35px;
}
textarea#your-reason{
	height:136px;
}
textarea#your-career,
textarea#your-message{
	height:96px;
}
#contact .size-list{
	line-height:3.5;
}
#contact .gender-radio,
#contact .experience-list{
	padding-top:20px;
}
#contact .belonging-list{
	line-height:3.5;
}
#contact .profile{
	padding-top:20px;
	position:relative;
}
#contact .profile img{
	width: 32px;
    height: auto;
    position: absolute;
    top: 5px;
}
#contact .target-list .mwform-checkbox-field{
	margin-right:20px;
	line-height:2.5;
}
#contact .target-list .mwform-checkbox-field:nth-of-type(5):before {
	content: "\A" ;
	white-space: pre ;
}

.agree-chk p{
	text-align:center;
	margin-bottom:40px;
}
#contact .agree-chk+p{
	width:390px;
	margin:0 auto;
	text-align:center;
	height:60px;
}
#contact .confirm{
 background: #ff8400;
 border: 1px solid #DDD;
 color: #FFF;
 font-size:18px;
 width: 220px;
 height:60px;
 padding: 10px 0;
 cursor: pointer;
 font-weight:bold;
 border-radius:5px;
}
#contact p.thanks{
    text-align:center;
    font-size:16px;
    margin-bottom:40px;
}
.submit{
	 background: #cc0000;
 border: 1px solid #DDD;
 color: #FFF;
 font-size:18px;
 width: 220px;
 height:60px;
 padding: 10px 0;
 cursor: pointer;
  font-weight:bold;
 border-radius:5px;
}
.return{
 background: #888;
 border: 1px solid #DDD;
 color: #FFF;
 font-size:18px;
 width: 150px;
 height:60px;
 padding: 10px 0;
 cursor: pointer;
  font-weight:bold;
 border-radius:5px;
 float:left;
 margin-right:20px;
}
/*---------------------個人情報保護方針　privacy---------------*/
#privacy{
	width:1000px;
	margin:0 auto 60px;
}
#privacy .privacy-txt01{
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
}
#privacy .privacy-h4-txt{
	margin-bottom:30px;
}
/*---------------------サイトマップ　sitemap---------------*/
#sitemap{
	width:1000px;
	margin:0 auto 60px;
}
#sitemap ul:nth-of-type(2n-1){
	width:480px;
	margin:1.5em 0 60px;
    float:left;
}
#sitemap ul:nth-of-type(2n){
	width:480px;
	margin:0 0 60px;
    float:right;
}
#sitemap li{
	padding:12px 0 12px 20px;
	border-bottom:1px dotted #ccc;
	background-image:url(../img/news-arrow.gif);
	background-repeat:no-repeat;
	background-position:974px center;
}
#sitemap li:nth-of-type(2n-1){
	background-color:#fbfbfb;
}
#sitemap li a{
	text-decoration:none;
	color:inherit;
}
#sitemap li.indent{
	padding-left:60px;
}
.f-bnr-wrap{
	width:100%;
	height:135px;
	border-bottom:1px solid #fff;
	background:#e6e6e6;
}
#ftr-bnr{
    text-align: center;
    line-height: 0;
    padding: 0 ;
    display:none;
}
#ftr-bnr img{
    width: 100%;
    max-width: 1200px;
}
.ftr-bnr{
	width:1000px;
	margin:0 auto;
	padding:12px 0;
}
.ftr-bnr img{
	float:left;
	margin:0 12px 12px 0;
}
.ftr-bnr a:nth-of-type(4n)>img{
	margin-right:0;
}
.ftr-bnr:after{
    content:"";
    clear: both;
    display: block;
}
.ftr-bnrarea{
	width:1000px;
	margin:0 auto;
	padding:8px 0;
}
.ftr-bnrarea img{
	float:left;
	margin:0 8px 8px 0;
}
.ftr-bnrarea a:nth-of-type(3n)>img{
	margin-right:0;
}
.ftr-bnrarea:after{
    content:"";
    clear: both;
    display: block;
}
footer{
    width: 100%;
    background-color: #e6e6e6;
}
.ftr-bg-wrapper{
    max-width: 1000px;
    margin:0 auto;
    padding: 30px 0 0;
}
.ftr-bg-wrapper .company-access{
    width: 40%;
    float: left;
	padding-left:10px;
}
.ftr-bg-wrapper .ftr-logo{
    margin-bottom: 10px;
}
.ftr-bg-wrapper p.name{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ftr-bg-wrapper p.add{
    font-size: 12px;
}
.ftr-bg-wrapper .link-area{
    width: 60%;
    float: left;
}
.ftr-bg-wrapper .link-area a{
	text-decoration:underline;
}
.ftr-bg-wrapper .link-area ul{
    float: left;
    text-align: left;
    font-size: 12px;
    margin-right: 40px;
}
.ftr-bg-wrapper .link-area ul:nth-last-child{
    margin-right: 0;
}

.copyright{
    background: #ff8400;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 10px 0;
    margin-top: 30px;
}
/*---------------------粋人クラブ　suito---------------*/
/*#suito{
	width:1000px;
	margin:0 auto;
}
#suito .suito-contents{
	width:720px;
	float:left;
	margin-right:40px;
}
#suito .suito-contents .main-image{
	text-align:center;
}
#suito .suito-contents .main-image img{
	margin-bottom:40px;
}
#suito .event-outline .txt{
	width:380px;
	float:left;
	margin-right:20px;
}
#suito .event-outline .txt p:first-child{
	margin-bottom:20px;
}
#suito .event-outline .image{
	width:320px;
	float:left;
	margin-bottom:20px;
}
#suito .event-outline,
#suito .event-detail{
	padding-bottom:60px;
}
#suito .event-schedule{
	padding-bottom:60px;
}
#suito .event-schedule .schdule-box{
	width:720px;
	padding:20px;
	background:#ffedda;
	border-top:1px dotted #ccc;
}
#suito .event-schedule .schdule-box:nth-of-type(1){
	display:none;
}
#suito .event-schedule .schdule-box:nth-of-type(3){
	border-bottom:1px dotted #ccc;
}
#suito .event-schedule .schdule-box p.title{
	font-size:18px;
	margin-bottom:15px;
}
#suito .event-schedule .schdule-box + h6{
	margin-top:60px;
}
#suito .event-schedule .cast-box2 + h6{
	margin-top:60px;
}
#suito .event-schedule .cast-box3{
	display:none;
}
#suito .event-schedule .schdule-box .member,
#suito .event-schedule .schdule-box .other,
#suito .event-schedule .schdule-box p.supplement{
	margin-left:60px;
}
#suito .event-schedule .schdule-box .member p.category,
#suito .event-schedule .schdule-box .other p.category{
	padding:5px 0;
	width:100px;
	text-align:center;	
	color:#fff;
	font-size:12px;
	margin-right:10px;
	display:block;
	float:left;
	margin-bottom:10px;
}
#suito .event-schedule .schdule-box .member p.category{
	background:#6528a3;
}
#suito .event-schedule .schdule-box .other p.category{
	background:#3a6590;
}	
#suito .event-schedule .schdule-box .member{
	font-size:16px;
	color:#ff7100;
}
#suito .event-schedule .schdule-box .other{
	font-size:16px;
	color:#ff7100;
}
#suito .event-schedule .schdule-box .member p.detail,
#suito .event-schedule .schdule-box .other p.detail{
	width:500px;
	float:left;
	padding-top:5px;
	}
#suito .event-schedule .schdule-box .member span.url,
#suito .event-schedule .schdule-box .other span.url{
	background:none;
	color:#0069a0;
	font-size:14px;
	margin-left:10px;
	padding:5px 0;
}
#suito .event-schedule .schdule-box .member a,
#suito .event-schedule .schdule-box .other a{
	text-decoration:underline;
	color:#555;
}
#suito .event-schedule .schdule-box p.supplement{
	font-size:12px;
	color:#ff7100;
}
#suito .event-schedule .schdule-box .member:after{
	content:"";
	clear:both;
	display:block;
}
#suito .event-schedule .schdule-box .other:after{
	content:"";
	clear:both;
	display:block;
}
.past-event{
	text-align:center;
	margin:30px auto;
}
#suito .content{
	margin-bottom:20px;
}
dl.detail-date{
	width:720px;
	background:#fbfbfb;
	border-bottom:1px dotted #ccc;
}
dl.detail-date:nth-of-type(1){
	border-top:1px dotted #ccc;
}
dl.detail-date:nth-of-type(4){
	margin-bottom:20px;
}
dl.detail-date dt{
	width:54px;
	float:left;
	text-align:right;
	padding:7px 0;
}
dl.detail-date dd{
	width:666px;
	float:left;
	text-align:left;
	padding:7px 0 7px 20px;
}
dl.detail-date dd span{
	font-size:12px;
}
dl.detail-date:after{
	content:"";
	clear:both;
	display:block;
}
.cast-box,
.cast-box2{
	width:720px;
	margin-bottom:10px;
}
.cast-box2 .image img{
	margin-bottom:10px;
}
.cast-box .image,
.cast-box2 .image{
	width:200px;
	margin-right:30px;
	float:left;
	overflow:hidden;
}
.cast-box .image img,
.cast-box2 .image img{
	width:100%;
	height:auto;
}
.cast-box2 p.other{
	font-size:24px;
}
.cast-box2 p.other span.other1{
	font-size:18px;
}
.cast-box2 p.other span.other2{
	font-size:14px;
}
.cast-box .cast-profile{
	width:490px;
	float:left;
}
.cast-box .cast-profile p.name{
	font-size:24px;
	margin-bottom:20px;
}
.cast-box .cast-profile p span.roma{	
	font-size:18px;
}
.cast-box .cast-profile p span.position{
	font-size:14px;
}
.cast-box:nth-of-type(2){
	margin-bottom:20px;
}
.cast-box:after{
	content:"";
	clear:both;
	display:block;
}
.admission p.intro{
	margin-bottom:20px;
}
.admission .privilege p.title{
	color:#ff7100;
	margin-bottom:5px;
}
.admission .admission-flow{
	margin-bottom:30px;
}
.admission .form-btn,
.event-reserve .form-btn{
	margin-bottom:60px;
	text-align:center;
}
.admission .privilege{
	margin-bottom:20px;
}
.entry-fee p{
	font-size:16px;
	text-align:center;
}
.entry-fee span.cap1{
	font-size:14px;
	text-align:center;
	
}
.entry-fee span.cap2{
	font-size:12px;
	text-align:center;
	margin-bottom:60px;
	
}
.event-reserve li,
.privacy li,
.notes li{
	list-style-type:disc;
	margin-left:1em;
}
.entry-fee span.price{
	font-size:24px;
	color:#ff7100;
	text-align:center;
	
}
.entry-fee,
.access p.traffic{
	margin-bottom:60px;
}
span.t-caution{
	color:red; 
	margin-left:10px;
	font-size:12px !important;
}
.event-flow{
	margin-bottom:30px;
}
.origin{
	width:720px;
	border:2px solid #7c117b;
	padding:30px;
	margin-bottom:60px;
}
.origin p.image{
	width:660px;
	height:56px;
	margin-bottom:20px;
	
}
.origin .txt{
	width:660px;
}
.origin .txt p.title{
	margin-bottom:10px;
}
.origin .txt p.boss{
	text-align:right;
	margin-top:5px;
}
.origin:after{
	content:"";
	clear:both;
	display:block;
}
#suito .access p.address span{
	color:#ff7100;
	
}
#suito .access p.address{
	margin-bottom:20px;
}
#suito .access #map3{
	margin-bottom:20px;
}
#suito .access p.traffic span{
	font-size:16px;
}
#suito .contact,
#suito .notes,
#suito .privacy{
	width:720px !important;
	padding-bottom:60px;
	margin:0 auto;	
	}
#suito .privacy p{
	margin-bottom:20px;
}
#suito .privacy p.title,
#suito .notes p.title{
	color:#ff7100;
	margin-bottom:10px;
}
	
#side{
	width:240px;
	float:left;
}
#side ul{
	padding-bottom:30px;
}
#side li{
	width:240px;
	padding:10px 0;
	background-image:url(../img/side-arrow.gif);
	background-position:20px center;
	border-bottom:1px solid #ccc;
	background-color:#fcfcfc;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:40px;
}
#side li:first-child{
	border-top:1px solid #ccc;
}
a.scrollFixIt{
	display:none;
}

*/

#suito{
	width:1000px;
	margin:0 auto;
}
#suito .suito-contents{
	width:720px;
	float:left;
	margin-right:40px;
}
#suito .suito-contents .main-image{
	text-align:center;
}
#suito .suito-contents .main-image img{
	margin-bottom:40px;
}
#suito .event-outline .txt{
	width:380px;
	float:left;
	margin-right:20px;
}
#suito .event-outline .txt p:first-child{
	margin-bottom:20px;
}
#suito .event-outline .image{
	width:320px;
	float:left;
	margin-bottom:20px;
}
#suito .event-outline,
#suito .event-detail{
	padding-bottom:60px;
}
#suito .event-schedule{
	padding-bottom:60px;
}
#suito .event-schedule .schdule-box{
	width:720px;
	padding:20px;
	background:#ffedda;
	border-top:1px dotted #ccc;
}
#suito .event-schedule .schdule-box:nth-of-type(3){
	border-bottom:1px dotted #ccc;
}
#suito .event-schedule .schdule-box p.title{
	font-size:18px;
	margin-bottom:15px;
}
/*#suito .event-schedule .schdule-box:nth-of-type(3) p.title{
	margin-bottom:0px;
}*/
#suito .event-schedule .schdule-box + h6{
	margin-top:60px;
}
#suito .event-schedule .cast-box + h6{
	margin-top:60px;
}
#suito .event-schedule .cast-box2 + h6{
	margin-top:60px;
}

#suito .event-schedule .schdule-box .member,
#suito .event-schedule .schdule-box .other,
#suito .event-schedule .schdule-box p.supplement{
	margin-left:60px;
}
#suito .event-schedule .schdule-box .member p.category,
#suito .event-schedule .schdule-box .other p.category{
	padding:5px 0;
	width:100px;
	text-align:center;	
	color:#fff;
	font-size:12px;
	margin-right:10px;
	display:block;
	float:left;
	margin-bottom:10px;
}
#suito .event-schedule .schdule-box .member p.category{
	background:#6528a3;
}
#suito .event-schedule .schdule-box .other p.category{
	background:#3a6590;
}	
#suito .event-schedule .schdule-box .member{
	font-size:16px;
	color:#ff7100;
}
#suito .event-schedule .schdule-box .other{
	font-size:16px;
	color:#ff7100;
}
#suito .event-schedule .schdule-box .member p.detail,
#suito .event-schedule .schdule-box .other p.detail{
	width:500px;
	float:left;
	padding-top:5px;
	}
#suito .event-schedule .schdule-box .member p.supplement,
#suito .event-schedule .schdule-box .other p.supplement{
	padding-top:5px;
	font-size: 12px;
	color: #333;
	}
#suito .event-schedule .schdule-box .member p.supplement{
	margin-bottom: 10px;
}
#suito .event-schedule .schdule-box .member span.url,
#suito .event-schedule .schdule-box .other span.url{
	background:none;
	color:#0069a0;
	font-size:14px;
	margin-left:10px;
	padding:5px 0;
}
#suito .event-schedule .schdule-box .member a,
#suito .event-schedule .schdule-box .other a{
	text-decoration:underline;
	color:#555;
}
#suito .event-schedule .schdule-box p.supplement{
	font-size:12px;
	color:#ff7100;
}
#suito .event-schedule .schdule-box .member:after{
	content:"";
	clear:both;
	display:block;
}
#suito .event-schedule .schdule-box .other:after{
	content:"";
	clear:both;
	display:block;
}
#suito .content{
	margin-bottom:20px;
}
dl.detail-date{
	width:720px;
	background:#fbfbfb;
	border-bottom:1px dotted #ccc;
}
dl.detail-date.first{
	border-top:1px dotted #ccc;
}
dl.detail-date dt{
	width:54px;
	float:left;
	text-align:right;
	padding:7px 0;
}
dl.detail-date dd{
	width:666px;
	float:left;
	text-align:left;
	padding:7px 0 7px 20px;
}
dl.detail-date dd span{
	font-size:12px;
}
dl.detail-date:after{
	content:"";
	clear:both;
	display:block;
}
.cast-box,
.cast-box2{
	width:720px;
	margin:20px auto 10px;
}
.cast-box2 .image img{
	margin-bottom:10px;
}
.cast-box .image,
.cast-box2 .image{
	width:200px;
	margin-right:30px;
	float:left;
	overflow:hidden;
}
.cast-box .image img,
.cast-box2 .image img{
	width:100%;
	height:auto;
}
.cast-box2 p.other{
	font-size:24px;
}
.cast-box2 p.other span.other1{
	font-size:18px;
}
.cast-box2 p.other span.other2{
	font-size:14px;
}
.cast-box .cast-profile{
	width:490px;
	float:left;
}
.cast-box .cast-profile p.name{
	font-size:24px;
	margin-bottom:20px;
}
.cast-box .cast-profile p.profile a:hover{
	color: #009dff !important;
	opacity: 1;
}
.cast-box .cast-profile p span.roma{	
	font-size:18px;
}
.cast-box .cast-profile p span.position{
	font-size:14px;
}
.cast-box:nth-of-type(2){
	margin-bottom:20px;
}
.cast-box:after{
	content:"";
	clear:both;
	display:block;
}
.admission p.intro{
	margin-bottom:20px;
}
.admission .privilege p.title{
	color:#ff7100;
	margin-bottom:5px;
}
.admission .admission-flow{
	margin-bottom:30px;
}
.admission .form-btn,
.event-reserve .form-btn{
	margin-bottom:60px;
	text-align:center;
}
.admission .privilege{
	margin-bottom:20px;
}
.entry-fee p{
	font-size:16px;
	text-align:center;
}
.entry-fee span.cap1{
	font-size:14px;
	text-align:center;
	
}
.entry-fee span.cap2{
	font-size:12px;
	text-align:center;
	margin-bottom:60px;
	
}
.event-reserve li,
.privacy li,
.notes li{
	list-style-type:disc;
	margin-left:1em;
}
.entry-fee span.price{
	font-size:24px;
	color:#ff7100;
	text-align:center;
	
}
.entry-fee,
.access p.traffic{
	margin-bottom:60px;
}
span.t-caution{
	color:red; 
	margin-left:10px;
	font-size:12px !important;
}
.event-flow{
	margin-bottom:30px;
}
.origin{
	width:720px;
	border:2px solid #7c117b;
	padding:30px;
	margin-bottom:60px;
}
.origin p.image{
	width:660px;
	height:56px;
	margin-bottom:20px;
	
}
.origin .txt{
	width:660px;
}
.origin .txt p.title{
	margin-bottom:10px;
}
.origin .txt p.boss{
	text-align:right;
	margin-top:5px;
}
.origin:after{
	content:"";
	clear:both;
	display:block;
}
#suito .access p.address span{
	color:#ff7100;
	
}
#suito .access p.address{
	margin-bottom:20px;
}
#suito .access #map3{
	margin-bottom:20px;
}
#suito .access p.traffic span{
	font-size:16px;
}
#suito .contact,
#suito .notes,
#suito .privacy{
	width:720px !important;
	padding-bottom:60px;
	margin:0 auto;	
	}
#suito .privacy p{
	margin-bottom:20px;
}
#suito .privacy p.title,
#suito .notes p.title{
	color:#ff7100;
	margin-bottom:10px;
}
	
#side{
	width:240px;
	float:left;
}
#side ul{
	padding-bottom:30px;
}
#side li{
	width:240px;
	padding:10px 0;
	background-image:url(../img/side-arrow.gif);
	background-position:20px center;
	border-bottom:1px solid #ccc;
	background-color:#fcfcfc;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:40px;
}
#side li:first-child{
	border-top:1px solid #ccc;
}
.archive-list p.title{
	width: 240px;
    text-align: center;
    padding: 10px 0;
    background: #ff8400;
    color: #fff;
    font-size: 16px;
}
a.scrollFixIt{
	display:none;
}
.cast-plofile-title{
	margin:20px 0;
}
.link-past-event{
	text-align:center;
    width:40%;
    background: #eee;
	margin:50px auto 10px;
    padding: 10px 0;
}
.link-past-event a:hover{
    font-weight:bold;
    color:#ff8400;
}
.past-event{
	text-align:center;
	margin:20px auto;
}
#suito .archive-list{
	width:240px;
	float:left;
}
#suito .archive-list .archive-category{
	margin-bottom:40px;
}
#suito .archive-list p.title{
	width:240px;
	text-align:center;
	padding:10px 0;
	background:#ff8400;
	color:#fff;
	font-size:16px;
}
#suito .archive-list li{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	padding-left:20px;
}
#suito .archive-list li a{
	text-decoration:none;
	color:inherit;
}
#suito .archive-list li span{
	margin-right:10px;
}

#suito:after{
	content:"";
	clear:both;
	display:block;
}



	