@charset "utf-8";
/*■■■■【リセット】■■■■*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	line-height:1.8;
	font-size:small;
}
/*li、dt、dd、tableに含まれる要素のフォントサイズを整えます*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
/*	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
*/	background:black;
	color:black;
	
}
span {
	color:black;
}
h1 { font: strong 30px/36px;}
h2 { font-size:xx-large;color:pink;margin:10px 0;}
h3 { font-size:xx-large;  color:pink; }
h4 { font: strong 14px/18px,}
h5 { font: strong 16px/16px;}
h6 { font: strong 22px/18px;}


/* IE6用 */
*html hr {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(../images/hr_line.gif) inside;
}

hr {
   border:0;
   height: 3px;
   background:url(../images/hr_line.gif);
}


.main-holder { font: strong 14px/20px Tahoma, Geneva, sans-serif;  color:#6c6c6c; }
.logo_h__txt, .logo_link { font: bold 30px/30px Didact Gothic;  color:#ffffff; }
.sf-menu > li > a { font: strong 18px/18px Didact Gothic;  color:#656565; }
.nav.footer-nav a { font: strong 14px/14px Didact Gothic;  color:#626262; }

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
.left {
	float:left;
}

.ahover a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 1;
	opacity: 0.8;
}

.ahoverthumbnail a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 1;
	opacity: 0.8;
}
.ahoverthumbnail a {
	margin-right:20px;
	width:170px;
	height:170px;
	border-radius: 10px;
	background-color:#fff; /*背景に白を設定*/
    display:block; /*ブロック化重要！*/
}

.ahoverrightbtn {
	margin:20px 20px;
}
.ahoverrightbtn a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 1;
	opacity: 0.8;
}
.ahoverrightbtn a {
	margin-right:20px;
	width:80px;
	height:56px;
	border-radius: 10px;
	background-color:#fff; /*背景に白を設定*/
    display:block; /*ブロック化重要！*/
}


#top,#top tr td {
	padding:0;
	border-width: 0px;
	border-style:none;
}

#dropmenu {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin:0;
}
ul#dropmenu {
  list-style-type: none;
  width: 100%;
  padding: 0;
}
ul#dropmenu li{
	height:70px;
	border-left: 1px #ff8a9c solid; /* 項目の左境界線 */
}
ul#dropmenu li:first-child {
  border-left: none; /* 一番左側の項目は左境界線を引かない */
}
#dropmenu li {
  position: relative;
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
	height:70px;
  display: block;
  margin: 0;
  padding: 0;
  background: #F4A7B3;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
  background: #F4A7B3;
  text-align: left;
  font-size: 17px;
  font-weight: normal;
  padding-left:50px;
}
#dropmenu > li:hover > a {  
	background: #F39DAB
}
#dropmenu > li:hover li:hover > a {  
	background: #F293A2
}
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 70px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul li a {  background: #F293A2 }
#dropmenu li:hover ul li ul li:hover > a {  background: #F39DAB }
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #F4A7B3;
}

.inline {
	display:inline;	
}
#rightplace ul {
	padding:0;
	margin:0;
}
#rightplace ul li {
    text-align:left;
    padding-left: 17px;
    list-style: none outside none;
    text-transform: uppercase;
    background: url('../images/sidebar_list_arr.png') no-repeat scroll 0px 5px transparent;
}
#back-top-wrapper {
    position: fixed;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    z-index: 99;
}
.visible-desktop {
    display: inherit !important;
}
#back-top-wrapper a span {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
#back-top-wrapper a {
    background: url('../images/back-top-icon.png') no-repeat scroll 0px 0px transparent;
    border-radius: 50%;
    overflow: hidden;
    width: 35px;
    height: 35px;
}
#back-top a {
    display: block;
    width: 35px;
    color: #BBB;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 11px/100% Arial,Helvetica,sans-serif;
    transition: all 1s ease 0s;
}
img.thumbnail {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: none;
	display: block;
	line-height: 20px;
	padding: 0px;
	border: 1px solid #CDCDCD;
	background: none repeat scroll 0% 0% #525252;
	margin: 0 15px 15px 0;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC #CCC #B3B3B3;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.btn {
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    padding: 0px 24px;
    height: 40px;
    line-height: 40px !important;
    font-family: 'Julius Sans One',sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #DADADA;
    text-transform: uppercase;
    border-style: none;
    background: url('../images/btn_bg_main.png') repeat-x scroll 0px 0px #555;
}
.excerpt{
	margin:10px;
}

.posrela{
	position:relative;
}
.ab00{
	position: absolute;top:0;left:0;
}
.bd0{
	border: 0px;//ieで勝手に罫線が出るのを防止
}
.w170{
	width:170px;
	height:170px;
}
.w100auto {
	width:100%;
	height:auto;
}
	
img.menupic {
	border-radius:50%;
	border: -5px solid pink;
}

a:hover img.menupic{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
.mb40 {
	display:block;
	margin-bottom:40px;
}

a{
	color:white;
	 text-decoration:none;
}

a:hover{
	 text-decoration:underline;
}

a.post-title{
	 font: strong 14px/18px Arial, Helvetica, sans-serif;  color:#333333; 
}

a.post-title:hover{
	 text-decoration:underline;
}

#tbform {
	margin-bottom:50px;
}
#tbform tr th {
	border: 1px solid black;
	text-align:center;
	color:black;
	background-color:lightpink;
}
#tbform tr td {
	border: 1px solid black;
	padding:20px;
	color:black;
	background-color:white;
}

form#formID {
	background-color:#fffacd;
}
#ftcontacton{
	display:none;
}
#ftcontacton{
	width:100%;
}
#ftcontactoff{
	width:100%;
}
#topleftlogo{
	width:70%;float:left;
}
img#topleftlogoon{
	width:100%;
	display:none;
}
img#topleftlogooff{
	width:100%;
}
#toprightlogo{
	width:30%;float:right;
}
img#toprightlogoon{
	width:100%;
	display:none;
}
img#toprightlogooff{
	width:100%;
}

#headerArea {
	width:100%;
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
}
#headerArea ul li {
	float:left;
}
#footerArea {
	width:60%;
	position:fixed;
	bottom:0;
	left:0;
}
#footerArea ul li {
	float:left;
}
#footerArea2 {
	background-color:rgba(0,0,0,0.7);
	width:100%;
	position:fixed;
	bottom:0;
	right:0;
}


#footerArea2 ul li {
	float:left;
}

#webrev{
	width:15%;
	height:20%;
	
	position:fixed;
	left:1%;
	bottom:1%;
}
.w40per {
	width:40%;
	height:auto;
}
.w100per {
	width:100%;
	height:auto;
}
.wmenu1 {
	width:25%;
	height:auto;
}
.wmenup2 {
	width:15%;
	height:auto;
}

.wmenu2 {
	width:9%;
	height:auto;
}
.wmenu3 {
	width:3%;
	height:auto;
}
.wmenu4 {
	width:9%;
	height:auto;
}
.wmenu5 {
	width:11%;
	height:auto;
}
#lngbutton {
	width:80px;
	height:40px;
	color:#0476F9;
	background:#686868;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #225588;
	margin:2px 0 0 60px;
	padding:38px 0 6px 0;
	border-radius:5px;
	box-shadow:inset 1px -48px 10px #000000;
}
a#lngbutton:hover {
	box-shadow:inset 1px -8px 10px #000000;
}
.applybutton {
	width:200px;
	color:#0476F9;
	background:#686868;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #225588;
	margin:4px 0 0 60px;
	padding:8px 0 12px 0;
	border-radius:10px;
	box-shadow:inset 1px -36px 10px #000000;
}
a.applybutton:hover {
	box-shadow:inset 1px -16px 20px #000000;
}
div#GALLERY_BASE {
	position: fixed !important;
	position: absolute;
	top: 90px;
	left: 0px;
	width:100%;
	height: 100%;
	color:white;
	font-size:0.6em;
	line-height:1.7em;
	padding:50px 0 0 30px;
}
div#GALLERY_BASE .neon {
	font-size:3.5em;
	font-weight:700;
	margin-bottom:20px;
}
.GA{
	float:left;margin:0 25px 20px 0;width:180px;height:130px;
	width:180px;
	height:150px;
}

.GA p{
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color:black;
	text-align:center;
}
.GB {
	float:left;margin:0 25px 20px 0;width:180px;height:130px;
}

.GB p{
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.dancerschdule{
	position:relative;
	width:683px;
	height:602px;
}

#bg {
	z-index: -1;
	position:fixed;
	top:0;
	right:0;
}

.LINK2{
	color:black;
}

.mb10{
	margin-bottom:10px;
}

.sysul ul {
  list-style: none;
  margin-left:  1em;
  padding-left: 1em;
  text-indent:  -1em;
}

.sysul ul li {
  margin-bottom:  10px;
}

.sysul ul li:before {
  content:  "□ \0020";
}
.w20per {
    width: 22%;
}