/*common.css*/



html{
	position:relative;
 }




#head{ position:relative;}


#head img#mascot{
	position:absolute;
	max-width:512px;
	width: 30%;
	z-index: 0;
	left: 0px;
	top: 0px;
}

	
#head #menuwp{
	background-image: url(../images/common/menu_wp.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 135px;
	z-index:50;
}


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

#menublock #logos{
	position: absolute;
	z-index: 10000;
}

/* グローバルメニュー */


#head ul#navigation {
	width:752px;
	margin:0;
	overflow:hidden;
　/*float解除*/
    zoom:100%;/*float解除*/
	float:right;
	z-index: 0;

}




#head ul#navigation li {
    float:left; /*次の要素を右側へ回り込ませる*/
    list-style:none; /*リストの●を消す*/
}
#head ul#navigation li a {
	display:block; /*インラインからブロック要素へ変更*/
	height:24px; /*高さ*/
	width:94px; /*横幅*/
	text-align:center; /*テキストの位置*/
	font-weight:bold; /*テキストの太さ*/
	letter-spacing:1px; /*文字間隔*/
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	background-image:url(../images/top/menu.png); /*メニュー画像*/    
}

ul#navigation a.menu01 {background-position:0px 0px;width:94px;}
ul#navigation li a.menu01:hover {background-position:0 -24px;}
 
#head ul#navigation li a.menu02 {background-position:-94px 0px;}
#head ul#navigation li a.menu02:hover {background-position:-94px -24px;}
 
#head ul#navigation li a.menu03 {background-position:-188px 0px;}
#head ul#navigation li a.menu03:hover {background-position:-188px -24px;}
 
#head ul#navigation li a.menu04 {background-position:-282px 0px;}
#head ul#navigation li a.menu04:hover {background-position:-282px -24px;}
 
#head ul#navigation li a.menu05 {background-position:-376px 0px;}
#head ul#navigation li a.menu05:hover {background-position:-376px -24px;}

#head ul#navigation li a.menu06 {background-position:-470px 0px;}
#head ul#navigation li a.menu06:hover {background-position:-470px -24px;}

#head ul#navigation li a.menu07 {background-position:-564px 0px;}
#head ul#navigation li a.menu07:hover {background-position:-564px -24px;}

#head ul#navigation li a.menu08 {background-position:-658px 0px;}
#head ul#navigation li a.menu08:hover {background-position:-658px -24px;}







#headwrap{
	background-image: url(../images/common/header_bg.jpg);
	background-position: center top;
}


#t-head{
	width:1000px;
	height:80px;
	margin:0 auto;

}

#underhead{
	height:10px;
	background:url(../images/common/head_under.png) 50% 0%;
}

#t-head #lhead{
	width:300px;
	float:left;
}

#t-head h1{
	width:310px;
	height:30px;
	font-size:10px;
	color:#fff;
	line-height:30px;
}

#h_glogo{
	width:310px;
	height:50px;
}

#h_logo{
	width:290px;
	height:80px;
	margin-left:45px;
	float:left;
}

#t-head #rhead{
	width:240px;
	float:right;
	height:80px;
}

#contact{
	width:240px;
	height:55px;
}

#mail{
	width:240px;
	height:25px;
}

#gnav{
	height:80px;
	background:url(../images/common/g_nav_bg.png) 50% 0%;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 5px 5px 0px;
	z-index:10;
	position:relative
}

#gnav ul{
	width:1000px;
	margin:0 auto;
	padding:0;
	line-height:0;
	background:#ccc;
}

#gnav ul li{
	display:inline;
	float:left;
	width:168px;
}

#gnav ul li a{
	display:block;
	-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gnav ul li a:hover{
	background:rgba(0,0,0,0.3);
}

/*スクロールで表示と固定*/

#fixnavi{
	height:80px;
	background:url(../images/common/nav/fixnavi.png) 50% 0%;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 5px 5px 0px;
	z-index:100;
	position:fixed;
	top:82px;
	width:100%;
	
}

#fixnavi ul{
	width:1000px;
	margin:0 auto;
	padding:0;
	line-height:0;
	background:#ccc;
}

#fixnavi ul li{
	display:inline;
	float:left;
	width:168px;
}

#fixnavi ul li a{
	display:block;
	-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#fixnavi ul li a:hover{
	background:rgba(0,0,0,0.3);
}

/*スクロールで表示と固定-----------------*/

#mainarea{
	position:relative;
	/* background:url(../images/common/bg.jpg) 50% 0%;*/	
	z-index:5;
	height:auto;
	padding-bottom:40px;
}

#c_wrap{
	width:1000px;
	margin:0 auto;
	padding-top:40px;
}

#side{
	width:200px;
	float:left;
}

.sidenav li{
	margin-bottom:10px;
	line-height:0em;
}

.sidenav li a{
	display:block;
	-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sidenav li a:hover{
	background:rgba(215,0,35,0.5);
}

#maincontents{
	width:780px;
	float:left;
	margin-top: 0;
	margin-right: 19px;
	margin-bottom: 0;
	margin-left: 0;
}

.box1{
	border: 2px solid #f60a4f;
	padding:10px 0;
	margin-bottom:20px;
	box-shadow:rgba(0, 0, 0, 0.6) 2px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 2px 2px 2px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 2px 2px 2px 0px inset;
	background:url(../images/common/topibg.jpg);
	text-align:center;
}

.box1 h3{
	margin-bottom:20px;
}

.box1 .bigbana{
	margin-bottom:10px;
}

.box2wrap{
	font-size:13px;
}

.box2wrap h3{
	height:40px;
	margin:0;
}

.box2wrap .date{
	margin:5px 0;
	color:#ff0000;
}

.box2wrap img{
	margin:0;
	line-height:0em;
}

.box2_l{
	width:380px;
	margin-right:20px;
	float:left;
}

.box2_r{
	width:201px;
	float:left;
}

.box2_box{
		border: 2px solid #ce003d;
		margin:0;
		height:220px;
		background:rgba(255,255,255,0.3);
		box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
		-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 3px 0px;
		overflow:auto;
}

.topics{
	padding-bottom:10px;
	border-bottom:1px  solid #ccc;
	color:#333;
}

.box2_box .left{
	width:120px;
	float:left;
	margin-left:10px;
}

.box2_box .left img{
	width:100%;
	border:1px solid #ccc;
}

.box2_box .right{
	margin:5px 10px;
	width:225px;
	float:left;
	line-height:1.4em;
}

.news{
	margin:5px 10px 20px;
	color:#fff;

}

.news a{
	color:#f8dd6b;
}

.groupinfo{
	width:740px;
	margin:0 auto 10px;
}

.group_l{
	width:540px;
	margin-right:10px;
	float:left;
}

.group_r{
	text-align:left;
	width:180px;
	background:rgba(255,255,255,0.5);
	float:left;
	padding: 10px 5px;
	font-size:14px;
	line-height:1.5em;
	min-height:66px;
}

.newface{
	margin-top:20px;
}

.newface h3,.schedule h3{
	height:70px;
}

.listbg{
	padding:14px 0 0px 10px;
}

.listbg a{
	color:#4b0714;
	text-decoration:none;
}

.newgirl{
	text-align:center;
	width:246px;
	height:auto;
	float:left;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 14px;
	margin-left: 0;
}

.new_thumb{
	margin-top:8px;
}

.new_thumb img{
	width:244px;
	height: 366px;
	border: 1px solid #333;
	vertical-align:bottom;
}

.newgirl .spec{
	background-image: url(../images/common/shadow.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 246px;
	padding-top: 15px;
}

.newgirl .spec .name{
	font-size:15px;
	font-weight:bold;
}

.newgirl .spec .size{
	font-size:13px;
	margin-top:2px;
}

.newgirl .spec .date{
	font-size:14px;
	margin-top:3px;
	color:#dd0043;
}

.schedule{
	margin-top:20px;
	position:relative;
}

.schedule .today{
	background:rgba(0,0,0,0.7);
	color:#fff;
	height:24px;
	line-height:24px;
	margin:0 10px 10px 0;
	padding:3px 5px; 
}

.schedule .today span{
	color:#e41956;
}

.schedule .girl{
	text-align:center;
	width:246px;
	height:auto;
	float:left;
	margin:0 9px 14px 0;
}

.girl_new{
	text-align:center;
	width:182px;
	height:330px;
	background:url(../images/common/newface_bg.png);
	float:left;
	margin:0 9px 14px 0;
}

.schedule .spec{
	height: 95px;
	width: 246px;
	padding-top: 15px;
	background-image: url(../images/common/shadow.jpg);
	background-repeat: no-repeat;
}

.schedule .spec .cach{
	font-size:12px;
}

.schedule .spec .name{
	font-size:15px;
	font-weight:bold;
	margin-top:3px;
}

.schedule .spec .shift{
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
}

#footer{
	margin-top:0px;
}

#footer_group{
	height:160px;
	background:url(../images/common/footer/footer_group.jpg) repeat-x 50% 0%;
}

#footer_group_ind{
	height:auto;
	background:url(../images/common/footer/ind_foot.png);
}

#footer_group_ind table{
	margin:0 auto;
}

.ft_text{
	background:#888;
	padding:3px;
}

#fg_in{
	width:1000px;
	margin:0 auto;
	padding:10px 0;
}

#fg_title{
	margin: 10px 0;
}

.fg_wrap{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	background:#530c21;
}

h5{
	width:110px;
	background:#530c21;
	color:#fff;
	font-size:11px;
	height:20px;
	line-height:20px;
	padding:0 5px;
}

#fg_wrap img {
	margin:5px 5px 0 0;
} 

#footerfoot{
	height:110px;
	background:#b70e47;
	text-align:center;
	color:#fff;
	line-height:110px;
}

#page-top {
    position: fixed;
    bottom: 60px;
    right:50px;
    font-size: 77%;
	z-index:20;
	line-height:15px;
}
#page-top a {
    background: #d7004a;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height:40px;
	padding-top:10px;
    text-align: center;
	vertical-align:middle;
    display: block;
    -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#page-top a:hover {
    text-decoration: none;
    background: #570101;
}

.btn_wrap{
	margin-top:10px;
}

.enter{
	float:left;
}

.exit{
	float:left;
}
