@charset "utf-8";
body {
	background: url('../img/bg.jpg')center top fixed;
	background-size: cover;
	color: #f5f5f5;
	font-size: 12px!important;
	line-height: 16px;
}
img {
	vertical-align:text-bottom;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #e6e6e6;
	text-decoration: none;
}
a:hover {
	color: #f10085;
	text-decoration: underline;
}
a:active {
	color: #f10085;
}
.dopc {
	display: none;
}
.fixed {
	position: fixed;
	top: 0px;
	z-index: 100;
}
th,td,tr,tbody {
	display: block;
	width: 100%;
box-sizing: border-box;
}
#wrapper {
	margin: 0 auto;
	color: #e6e6e6;
	font-size: 14px;
	line-height: 16px;
	position: relative;
}
#left {
	background: url('../img/black_bg.png');
}
#logo {
	text-align: center;
}
#logo img{
	width: 30%;
}
#navi{
	box-shadow: 0px 0px 10px #233a5b;
	overflow: hidden;
	font-size: 10px;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 9999;
}
#navi a{
	width: 25%;
	float: left;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #303030), color-stop(1.00, #000));
	background: -webkit-linear-gradient(#303030, #000);
	background: -moz-linear-gradient(#303030, #000);
	background: -o-linear-gradient(#303030, #000);
	background: -ms-linear-gradient(#303030, #000);
	background: linear-gradient(#303030, #000);

	font-weight: bold;
	text-shadow: 0px 1px 1px #111;
	border: solid 1px #111;
	box-sizing: border-box;
}
#navi #telBtn {
	font-size: 18px;
	height: 30px;
	line-height: 20px;
	padding: 5px;
	width: 98%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0cdb00), color-stop(1.00, #169900));
	background: -webkit-linear-gradient(#0cdb00, #169900);
	background: -moz-linear-gradient(#0cdb00, #169900);
	background: -o-linear-gradient(#0cdb00, #169900);
	background: -ms-linear-gradient(#0cdb00, #169900);
	background: linear-gradient(#0cdb00, #169900);
	text-shadow: 0px 1px 1px #169b00;
	margin: 5px 1%;
	border-radius: 5px;
	border: solid 1px #169b00;
}
#right {
	background: url('../img/black_bg.png');
}
#right h3 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #303030), color-stop(1.00, #000));
	background: -webkit-linear-gradient(#303030, #000);
	background: -moz-linear-gradient(#303030, #000);
	background: -o-linear-gradient(#303030, #000);
	background: -ms-linear-gradient(#303030, #000);
	background: linear-gradient(#303030, #000);
	border-radius: 5px;
	border: solid 1px #000;
	padding: 5px;
	margin: 5px 0;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;

}
#header {
	margin: 20px;
	text-align: right; 
}

.bigtitle {
	position: relative;
	height: 46px;
	margin-bottom: 10px;
}
.bigtitleback {
	top: 0px;
	left: 0px;
}
.bigtitletext {
	top: 5px;
	left: 18px;
}
.bigtitletexten {
	bottom: 10px;
	right: 0px;
}

.cont {
	padding: 10px;
}

.news {}
.news .title {
	border-bottom: solid 2px #e6e6e6;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.news .date {
	right: 0px;
	top: 0px;
	font-size: 12px;
}
.news .text {
	padding: 10px;
	border-bottom: solid 1px #333;
}

.blog li{
	border-bottom: solid 1px #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.blog .img {
	float: left;
	margin-right: 5px;
}
.blog .name {
	font-weight: bold;
	font-size: 14px;
	position: relative;
}
.blog .date {
	font-weight: normal;
	right: 0px;
	top: 0px;
}
.blog .title {
	border-bottom: solid 2px #333;
}
.blog .text {}
/* system */
#system {
	font-size: 16px;
	line-height: 20px;
}
#system th,td{
	padding: 5px;
	text-align: left;
}

/* cast */
.castlist {
	overflow: hidden;
}
.castlist li{
	box-sizing:border-box;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
		position: relative;
	float: left;
}
.castlist .photo{
	background: #111;
	overflow: hidden;
}
.castlist .photo img{
	/* width: 100%; */
}
.castlist .gal_name{
	font-size: 12px;
	margin: 3px 0;
	padding-left: 5px;
	border-left: solid 3px #8F1C19;
}

.castlist .gal_name a{
	color:#FFF;
}

.castlist .gal_data .data,.castlist .gal_data .catch,.castlist .diary,.castlist .honjitsu, .castlist .news, .castlist .movie_gravure {
	display: none;
}
/*
.castlist {
	margin: 10px 0 10px 40px;
}
.castlist li{
	width: 110px;
	height: 190px;
	margin: 3px;
	float: left;
	overflow: hidden;
}
.castlist li img{
	max-height: 147px;
}
.castlist .name{
	font-size: 12px;
	margin: 3px 0;
	padding-left: 5px;
	border-left: solid 3px #f10085;
}
*/
/* event */
.event {
	width: 100% !important;
}
.event tr{
	border-bottom: solid 2px #333;
}
.event th{
	vertical-align: top;
}
.event td{
	vertical-align: top;
}
.event .title {
	display: block;
	font-weight: bold;
	border-bottom: solid 2px #e6e6e6;
	font-size: 14px;	
}
.event .date {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dcdcdc), color-stop(0.50, #dbdbdb), color-stop(0.50, #d1d1d1), color-stop(1.00, #fff));
background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
background: linear-gradient(to bottom, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);

	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-shadow: 0px 2px 1px #fff;
	margin-bottom: 3px;
	border-radius: 5px;
}
.event img {
	width: 100%;
}
/* recruit */
#recruit {
	font-size: 16px;
	line-height: 20px;
}
#recruit p {
padding-left: 10px;
}
#recruit table {
	margin: 50px 0;
}
#recruit table #recbtn{
	margin-top: 10px;
}
#recruit table textarea{
}
#recruit th,td {
	padding: 5px;
	text-align: left;
}
#recruit th {
	font-weight: bold;
}
#recruit a {
	color: #fff;
}
#recruit h4 {
	font-weight: bold;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4b4b4b), color-stop(1.00, #131313));
background: -webkit-linear-gradient(#4b4b4b, #131313);
background: -moz-linear-gradient(#4b4b4b, #131313);
background: -o-linear-gradient(#4b4b4b, #131313);
background: -ms-linear-gradient(#4b4b4b, #131313);
background: linear-gradient(#4b4b4b, #131313);
padding: 5px;
text-align: center;
margin: 10px 0;
}
/*0330*/

/* LINE @ */
.line_at {
    background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 8px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 8px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 8px;
    border-bottom-left-radius: 5px;
    font-size: 14px; 
    margin: 10px 0 15px 0;
    border: 1px solid #00c300;
}
.line_at .title{
    background: #00c300 url('../img/LINEat_logotype_White.png')center top no-repeat;
    background-position: 50% 5px;
    -moz-background-size: 220px;
    background-size: 220px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px; 
    padding: 30px 0 5px 0;
    margin-bottom: 0;
}
.line_at img{
    margin: 10px 0 10px 20px;
}
.line_id{
    float: right;
    margin-top: 30px;
}
.line_id strong{
    font-weight: bold;
    font-size: 16px;
}
.lineBtn img {
	display: block;
	margin: 5px auto;
	width: 40%;
}
/* flexslider overwrite */
.flexslider {
	width: 100% !important;
	height: auto !important;
}
#acc_table .colon {
	display: none;
}
.maps {
	width: 100%;
}


.castlist .photo {
    position: relative;
}

.glists_news {
    position: absolute;
    z-index: 2;
}

div#daylist a {
    color: #fff;
}

ul.girllist li a {
    background: #fff;
}

#wrapper._schedule #daylist ul {
    display: block;
}

#wrapper._schedule #daylist ul li{
    display:inline-block;
}