@charset "shift_jis";
/* CSS Document */

/* common */
html, body, div, span, object, iframe,
p, a, h1, h2, h3, h4,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
img {
	height: auto;
	border: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #f01182;
	font-size: 12px;
}
p {
	color: #fff;
	font-size: 12px;
}
body {
	background: url("../img/bg.jpg") repeat-y top center;
}
/* pagetop */
#tit {
	width: 100%;
	height: 18px;
	margin: 0;
	overflow: hidden;
	background: url("../img/grid.jpg") repeat;
}
.tit_inner {
	width: 1140px;
	height: 18px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
}
#tit .group_logo {
	float: left;
	padding: 3px 10px 2px 0;
}
#tit h1 {
	float: left;
	text-align: left;
	color:#060606;
}
#pagetop {
	width: 100%;
	overflow: hidden;
}
#header {
	width: 100%;
	height: 130px;
	background:#000 url("/com/temp2/img/header/pagetop_bg.jpg") no-repeat top;
}
.header_inner {
	width: 1140px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header_logo {
	width: 450px;
	height: 90px;
	float: left;
	padding: 22px 0 0 12px;
}
.header_info {
	width: 322px;
	height: 70px;
	position: absolute;
	top: 50px;
	right: 0;
}
#header .sub {
	width: 360px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#header .sub li {
	width: 120px;
	height: 40px;
	float: left;
	overflow:hidden;
}
#header .sub li a {
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	text-indent: 18px;
	
	background: #f01182 url("/com/temp2/img/header/person_icon.png") no-repeat;
	background-size: 20px 15px;
	background-position: 12px 12px;
}
#header .sub li:first-child a {
	background: #b59666 url("/com/temp2/img/header/envelope_icon.png") no-repeat;
	background-size: 20px 15px;
	background-position: 12px 12px;
	text-indent: 22px;
}
#header .sub li:last-child a {
    background: #19ca1d url("/com/temp2/img/header/line_icon.png") no-repeat;
    background-size: 20px 15px;
    background-position: 12px 12px;
    text-indent: 18px;
}
/* header_nav */
#header_nav {
	height: 46px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("/com/temp2/img/header/header_nav_bg.jpg") repeat;
}
#header_nav ul {
	height: 46px;
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}
#header_nav a {
	width: 95px;
	height: 46px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url("/com/temp2/img/header/header_nav.jpg");
}

#header_nav .home a {
	background-position: 0px top;
}
#header_nav .home a:hover {
	background-position: 0px bottom;
}
#header_nav .girls a {
	background-position: -95px top;
}
#header_nav .girls a:hover {
	background-position: -95px bottom;
}
#header_nav .schedule a {
	background-position: -190px top;
}
#header_nav .schedule a:hover {
	background-position: -190px bottom;
}
#header_nav .newface a {
	background-position: -285px top;
}
#header_nav .newface a:hover {
	background-position: -285px bottom;
}
#header_nav .system a {
	background-position: -380px top;
}
#header_nav .system a:hover {
	background-position: -380px bottom;
}
#header_nav .play a {
	background-position: -475px top;
}
#header_nav .play a:hover {
	background-position: -475px bottom;
}
#header_nav .event a {
	background-position: -570px top;
}
#header_nav .event a:hover {
	background-position: -570px bottom;
}
#header_nav .access a {
	background-position: -665px top;
}
#header_nav .access a:hover {
	background-position: -665px bottom;
}
#header_nav .diary a {
	background-position: -760px top;
}
#header_nav .diary a:hover {
	background-position: -760px bottom;
}
#header_nav .gravure a {
	background-position: -855px top;
}
#header_nav .gravure a:hover {
	background-position: -855px bottom;
}
#header_nav .movie a {
	background-position: -950px top;
}
#header_nav .movie a:hover {
	background-position: -950px bottom;
}
#header_nav .review a {
	background-position: -1045px top;
}
#header_nav .review a:hover {
	background-position: -1045px bottom;
}

/* page */
#page {
	background: url("/com/temp2/img/bg.jpg") repeat-y center top;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
	margin: 0 auto;
}
#container {
	width: 1140px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	poosition: relative;
	background:url(/com/temp2/img/container_bg.png) repeat-y;
}
/* main */
#main {
	width: 760px;
	height: auto;
	padding: 20px;
	float: left;
	overflow: hidden;
	clear: both;
}
#main > div {
	float: left;
	overflow: hidden;
	clear: both;
	width: 760px;
	padding: 0;
	margin-bottom: 20px;
}
/* h2 */
#main h2 {
	height: 45px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	margin: 0 0 10px;
	color: #000;
	line-height:45px;
	text-indent:10px;
	background:url("/com/temp2/img/h2_bg.jpg") repeat-x;
}
#main h2 span {
	font-family: 'Lora', serif;
	font-size: 24px;
	padding: 0 16px 0 2px;
	font-weight: 700;
	color: #000;
}


_::content, _:future,  #main h2 span:not(*:root){
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(1.00,#000 80%), color-stop(0.00, #f01182));
    background-image: -webkit-linear-gradient(to right bottom, #f01182, #000 80%);
    background-image: linear-gradient(to right bottom, #f01182, #000 80%);
}


#main div.more {
	position: relative;
}
#main .more_btn_01 {
	position: absolute;
	top: 0;
	right: 0;
	margin-top:9px;
	margin-right:10px;
}
#main .more_btn_01 a {
	width: 98px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	display: block;
	background:linear-gradient(rgba(216,225,233,1),rgba(115,136,155,1) 50%,rgba(84,98,111,1) 50%,rgba(84,98,111,1));
	border: solid 1px #3b5167;
	font-family: 'Lora', serif;
	font-size:18px;
}
#main .more_btn_01 a:before {
	content: url("/com/temp2/img/arrow_icon.png");
	padding: 0 10px 0 15px;
}
/* footer */
#footer {
	width: 100%;
	height: 190px;
	margin: 0;
	background: #f01182;
}
.footer_inner {
	width: 1140px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
}
/* footer_nav */
#footer_nav {
	width: 641px;
	height: 190px;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	border-right: solid 1px #49433d;
}
#footer_nav ul {
	width: 159px;
	height: 190px;
	float: left;
	overflow: hidden;
	border-left: solid 1px #49433d;
}
#footer_nav li {
	height: 38px;
	padding-left: 20px;
}
#footer_nav li a {
	color: #fff;
	line-height: 38px;
}
#footer_nav li a:hover {
	text-decoration: underline;
}
/* footer_logo */
#footer .footer_inner .footer_logo {
	width: 498px;
	height: 190px;
	float: left;
	overflow: hidden;
	background: #b59666;
}
#footer .footer_inner .footer_logo a {
	width: 306px;
	height: 81px;
	margin: 14px auto 0;
	display: block;
	overflow: hidden;
}
#footer .footer_inner .footer_info {
	height: auto;
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding-top: 14px;
	text-align: center;
}
/* footer_bnr */
.footer_bnr {
	width: 100%;
	height: auto;
	margin: 0;
	background: #000;
}
#ban_145-40 {
	width: 990px;
}
/* page_bottom */
#page_bottom {
	width: 100%;
}
#page_bottom p.copy {
	width: 100%;
	text-align: center;
	background: #b59666;
	color: #fff;
}
/* page_top btn */
.bg_02 {position: relative;}
#pagetop_btn {
	position: absolute;
	bottom: 0;
	right: 70px;
	margin: 0;
	padding: 0;
}
#pagetop_btn a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: .15em;
	text-indent: 30px;
	padding: 0;
	background: #f01182 url("/com/temp2/img/arrow_up.png") no-repeat 20px 16px;
	display: block;
}
/* news */
.news_body {
	padding: 10px 20px;
	color:#fff;
}

/* footer RG-link */
#rg_bnr ul li.area{
	color:#f01182;
}
#rg_bnr ul li a{
	color:#9BAFC0;
}