@charset "utf-8";

.fixed{
	position:fixed;
	width:100%;
	height:100%;
	-webkit-backface-visibility:hidden;
	backface-visibility: hidden;
}

body{
	font-family:"メイリオ","Meiryo","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin:0;
	-webkit-text-size-adjust:none;
	font-size:12px;
	color:#ffffff;
	position:relative;
}

body::before {
	content: "";
	background:url(../img/bg_01.png) repeat, url(../img/bg_02.jpg) repeat;
	background-size: 2px 2px, cover;
	background-position: 0 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}

img{
	border:0;
	vertical-align:bottom;
}

p{
	line-height:1em;
}

a:link, a:hover, a:active, a:visited{
	text-decoration:none;
}

p,h1,h2,h3,h4,ul,li{
	margin:0;
	padding:0;
   font-weight:normal;
}

ul{
	list-style-type: none;
}

h1, h2, h3 {
	font-size:12px;
}

.clearfix:after {
   content:" ";
   display:block;
   clear:both;
}

.minchou_text {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text_limit {
	word-break:break-all;
	word-wrap:break-word;
}

.circle_background {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:rgba(128,0,85,0.6);
}
.half_circle_background {
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	background-color:rgba(128,0,85,0.6);
}
.page_box {
	padding:20px 10px 25px;
	margin-bottom:25px;
	text-align:center;
}

.margin_side {
	margin:0 10px;
}
.link_btn01 {
	display:block;
	margin:0 auto;
	padding:20px 0;
	background-color:#ffef40;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height: 1.0;
	color:#800055;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.link_btn02 {
	display:block;
	width:145px;
	margin:0 auto;
	padding:15px 0;
	background-color:#800055;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height: 1.0;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.link_btn03 {
	display:block;
	width:145px;
	margin:0 auto;
	padding:15px 0;
	background-color:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height: 1.0;
	color:#800055;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.link_small_btn01 {
	display:block;
	margin:0 auto;
	padding:8px 0;
	background-color:#ffef40;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height: 1.2;
	color:#800055;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.link_small_btn03 {
	display:block;
	margin:0 auto;
	padding:10px 0;
	background-color:#ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height: 1.0;
	color:#800055;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.mailmag_icon {
	width:110px;
	padding:8px 0;
	background-color:#ffffff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.mailmag_icon img {
	vertical-align:top;
	padding:2px 1px 0 0;
}
.mailmag_icon p {
	line-height: 1.0;
	color:#800055;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}


.section_box {
	margin-top:50px;
}
.section_title {
	margin-bottom:10px;
	font-size:22px;
	color:#000000;
	text-align:center;
	line-height:1.0;
}
.section_title:after {
	content: "";
	width: 50px;
	display: block;
	border-bottom: 3px solid #800055;
	margin:5px auto 0;
}
.section_title span {
	font-size:14px;
}
.section_title span.title_small {
	font-size:18px;
}

.display_none_box {
	margin:0 auto;
}
.display_none {
	width:300px;
	margin:0 auto;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	padding:30px 0;
}

/*
top
*/
#contens_banner {
	background-color:rgba(128,0,85,0.6);
}
#contens_banner img {
	display:block;
	max-width:100%;
	margin:0 auto;
}

#contens_banner .swiper-container {
	padding-bottom:32px;
}
#contens_banner .swiper-pagination {
	line-height:1.0;
}
#contens_banner .swiper-pagination-bullet {
	margin:0 10px;
	background:#808080;
	opacity:1;
}
#contens_banner .swiper-pagination-bullet-active {
	background:#ffffff;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content:'';
}
#contens_banner .swiper-button-prev {
	left:0;
	width:22px;
	height:66px;
	margin:0;
	background:url(../img/slider_left_01.png) center center no-repeat;
	background-color:rgba(128,0,85,0.6);
	background-size:9px 14px;
	border-radius:0 4px 4px 0px;
}
#contens_banner .swiper-button-next {
	right:0;
	width:22px;
	height:66px;
	margin:0;
	background:url(../img/slider_right_01.png) center center no-repeat;
	background-color:rgba(128,0,85,0.6);
	background-size:9px 14px;
	border-radius:4px 0 0 4px;
}
.swiper-slide>.img_box{
	padding:10px;
}

/*
top-pickup
*/
.cover_schedule_icon {
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
}
.cover_schedule_icon span {
	vertical-align:middle;
}

.cover_imgbox {
	display:table;
	width:100%;
	min-height:450px;
	background-color:#000;
	text-align:center;
}
.cover_img {
	display:table-cell;
	vertical-align:middle;
}
.cover_img img {
	max-width: 100%;
}

.cover_prof_box {
	padding:10px 10px;
	text-align:center;
}
.cover_prof_name {
	margin-bottom:5px;
	font-size:18px;
	line-height:1.0;
}
.cover_prof_age {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ffffff;
	font-size:12px;
	line-height:1.0;
}
.cover_prof_message {
	margin-bottom:10px;
	line-height:1.5;
	font-size:12px;
	text-align:left;
}



/*
header
*/
header {
    background-color: #1a1a1a;
    padding: 10px;
}
header h1 {
	text-align:center;
	line-height:1.2;
}

/*フッター*/
#footer_area {
	margin-top:50px;
	padding-top:15px;
	background-color:#1a1a1a;
}
.under_menu {
	padding-bottom:15px;
	border-bottom:1px solid #ffffff;
}
.under_menu ul {
	width:195px;
	margin:0 auto;
	font-size:0;
}
.under_menu ul li.footer_system_btn {
	background:url(../img/icon_system.png) center top no-repeat;
	background-size:24px 21px;
}
.under_menu ul li.footer_home_btn {
	background:url(../img/icon_home.png) center top no-repeat;
	background-size:24px 21px;
}
.under_menu ul li.footer_info_btn {
	background:url(../img/icon_info.png) center top no-repeat;
	background-size:24px 21px;
}
.under_menu ul li {
	display:inline-block;
	width:65px;
}
.under_menu ul li a {
	display:block;
	padding-top:26px;
	font-size:10px;
	color:#ffffff;
	text-align:center;
}

.ban_box {
	padding:25px 10px 20px;
	border-bottom:1px solid #ffffff;
}
.ban_box h3 {
	margin-bottom:7px;
	text-align:center;
	font-size:10px;
	line-height:1.0;
}
.ban_box>div {
	font-size:10px;
	line-height:1.8;
}

.copyright_box {
	padding:10px 0;
}
.copyright_box p {
	text-align:center;
	font-size:10px;
	line-height:1.0;
}

.content_area {
	padding:28px 10px 0;
}
.no_content {
	padding:50px 0;
}
.no_content p {
	color:#ffffff;
	text-align:center;
	font-size:12px;
	line-height:1.5;
}


/*form,select,optionの共通css*/
.form_select {
	overflow: hidden;
	text-align:center;
	margin:0 auto 5px auto;
	position: relative;
	border:1px solid #ffffff;
	border-radius: 0px;
	width:250px;
	background:transparent;
}
.form_select::before {
	position: absolute;
	top: 0.9em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	pointer-events: none;
}
.form_select select {
	display: inline;
	width:250px;
	padding-left:10px;
	height: auto;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	/*padding: 8px 38px 8px 14px;*/
	color:#ffffff;
	background-color:transparent;
	font-size: 12px;
	line-height:25px;
}
.form_select select::-ms-expand {
	display: none;
}

.form_select select:focus {
	background-color:#800055;
}
.form_select option {
	padding: 0;
	font-size: 12px;
	line-height: normal;
}
.form_heading {
	width: 280px;
	font-size: 12px;
	text-align: center;
	margin:5px auto 5px auto;
	padding:0;
	color:#ffef40;
	line-height:1.2;
}


/*
girl list
*/
.shedule_today_box {
	width:300px;
	margin:0 auto 15px;
	padding:10px 0;
	text-align:center;
}
.shedule_today {
	line-height:1.0;
	color:#ffef40;
}

.shiten_select {
	width:200px;
	padding-left:10px;
	color:#ffffff;
	background-color:transparent;
	height:25px;
	line-height:25px;
	border:1px solid #ffffff;
}
.shiten_select:focus {
	background-color:#800055;
}

#shedule_slider {
	width:260px;
	margin:0 auto 10px;
	padding:0 20px;
	text-align:center;
}
.shedule_select {
	display: table-cell;
	width: 61px;
	height: 61px;
	vertical-align: middle;
	border-radius:50%;
	background-color:#800055;
	color: #ffffff;
}

#shedule_slider .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display:none;
}

#shedule_slider .swiper-button-prev {
	width:9px;
	height:14px;
	margin:0;
	background:url(../img/slider_left_01.png) center center no-repeat;
	background-size:9px 14px;
	top:40%;
	top:calc(50% - 7px);
	left:6px;
}
#shedule_slider .swiper-button-next {
	width:9px;
	height:14px;
	margin:0;
	background:url(../img/slider_right_01.png) center center no-repeat;
	background-size:9px 14px;
	top:40%;
	top:calc(50% - 7px);
	right:6px;
}

.schedule_girl_page {
	font-size:0;
	text-align:center;
}

.schedule_girl_page .schedule_girl_box:nth-child(odd) {
	margin:0 12px 15px 10px;
}
.schedule_girl_page .schedule_girl_box:nth-child(even) {
	margin:0 10px 15px 0;
}

.schedule_girl_box {
	display:inline-block;
	width:144px;
	vertical-align:top;
	text-align:center;
	overflow:hidden;
}
.schedule_girl_box{
	position: relative;
}
.schedule_shiten {
	margin-bottom:3px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	line-height:1.0;
}
.schedule_type {
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
}
.schedule_img {
	width: 144px;
	height: 216px;
	overflow: hidden;
	text-align: center;
	line-height: 216px;
	background-color: #000;
}
.schedule_img img {
	vertical-align: middle;
}

.schedule_name {
	font-size:12px;
	color:#ffffff;
	margin-top:3px;
	line-height:1.0;
}
.schedule_name a{
	color: #fff;
}
.schedule_name span {
	font-size:10px;
}
.schedule_status {
	font-size:10px;
	margin-top:3px;
	line-height:1.0;
	color: #fff;
}

.schedule_time {
	font-size:12px;
	color:#ffef40;
	margin-top:3px;
	line-height:1.0;
}
.schedule_time img {
	margin:2px 1px 0 0;
	vertical-align:top;
}

.schedule_icon {
	position:absolute;
	bottom:53px;
	left:4px;
	font-size:0;
}
.schedule_icon li {
	display:inline-block;
	vertical-align:top;
	width:32px;
	height:32px;
	border-radius:50%;
	background-color:rgba(128,0,85,0.6);
	color:#ffffff;
	font-size:10px;
}
.schedule_icon li:not(:last-child) {
	margin-right:2px;
}
.schedule_icon li div {
	display:table;
	width:32px;
	height:32px;
	line-height:1.0;
	text-align:center;
}
.schedule_icon li div p {
	display:table-cell;
	vertical-align:middle;
}

#girls_slider, #cast_slider {
	font-size:0;
	text-align:center;
	width:320px;
	margin:0 auto;
	padding-bottom:5px;
}
#girls_slider.swiper-container-horizontal>.swiper-pagination-bullets, #cast_slider.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom:0;
}
#girls_slider .swiper-pagination-bullet, #cast_slider .swiper-pagination-bullet {
	margin:0 10px;
	background:#808080;
	opacity:1;
	vertical-align:bottom;
}
#girls_slider .swiper-pagination-bullet-active, #cast_slider .swiper-pagination-bullet-active {
	background:#800055;
}


#girl_center {
	font-size:0;
	width:312px;
	margin:0 auto;
}
#girl_center .schedule_girl_box {
	float:left;
	margin:0 6px 15px;
}

/*
schedule
*/
#shedule_nav .circle_box li.selected .shedule_select {
	background-color:#ffef40;
	color:#a147b3;
}
#shedule_nav .circle_box li.selected .shedule_select p {
	font-weight:bold;
}
#shedule_nav .circle_box li.selected .shedule_select span {
	color:#a147b3 !important;
}

.circle_box li.hiduke_selected .shedule_select {
	background-color:#ffef40;
	color:#a147b3;
}
.circle_box li.hiduke_selected .shedule_select p {
	font-weight:bold;
}
.circle_box li.hiduke_selected .shedule_select span {
	color:#a147b3 !important;
}


/*MENU*/
.circle_btn_box {
	position:fixed;
	bottom:15px;
	right:5px;
	z-index:11;
}
.circle_btn {
	width:54px;
	height:54px;
	border:2px solid #fff;
	border-radius:50%;
	box-shadow:0px 3px 25px -9px #1d2049;
	cursor:pointer;
}
#circle_btn_top {
	display:none;
	margin-bottom:5px;
	background:url(../img/icon_pagetop.png) center center no-repeat;
	background-color:rgba(128,0,85,0.6);
	background-size:54px 54px;
}
#circle_btn_menu {
	margin-bottom:5px;
	background:url(../img/icon_menu.png) center center no-repeat;
	background-color:rgba(128,0,85,0.6);
	background-size:54px 54px;
}
#circle_btn_tel {
	margin-bottom:5px;
	background:url(../img/icon_tel.png) center center no-repeat;
	background-color:rgba(128,0,85,0.6);
	background-size:54px 54px;
}

.circle_btn p {
	padding-top:39px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
.circle_btn p a{
	color: #fff;
	text-decoration: none;
}
.circle_btn_box #circle_btn_menu p {
	padding-top:37px;
}


#menu_box, #data_box{
	width:100%;
	height:100%;
	overflow-y:scroll;
	display:none;
	position:absolute;
	z-index:12;
	-webkit-backface-visibility:hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.menu_logo {
	position:relative;
	text-align:center;
	padding:10px 20%;
	background-color:rgba(128,0,85,0.9);
}
.menu_logo a {
	display:block;
	font-size:12px;
	color:#ffffff;
	line-height:1.0;
}
.menu_info{
	font-size: 14px;
	padding: 10px 0;
	line-height: 1.5;
}
.main_menu {
	padding:25px 10% 0;
	background-color:#f2f2f2;
	/*height: 100%;*/
}
.main_menu nav ul {
	font-size:0;
}
.main_menu_list {
	display:inline-block;
	margin-bottom:25px;
	width:33.33333%;
	width:-webkit-calc(100% / 3);
	width:calc(100% / 3);
}
.main_menu_list a {
	display:block;
	width:72px;
	margin:0 auto;
}
.main_menu_list a div {
	margin:0 auto;
	text-align: center;
}
.main_menu_list a div img{
	max-width: 100%;
}

.main_menu_text {
	margin-top:5px;
	font-size:12px;
	color:#4d4d4d;
	text-align:center;
}

.contens_menu {
	position:relative;
	background-color:rgba(128,0,85,0.9);
}
.contens_menu nav {
	padding:10px 8% 0;
}
.contens_menu nav ul {
	font-size:0;
}
.contens_menu_list {
	display:inline-block;
	margin:15px 0;
	width:50%;
}
.contens_menu_list a {
	display:block;
	font-size:0;
	text-align:left;
}
.contens_menu_list:nth-child(odd) a {
	float:left;
}
.contens_menu_list:nth-child(even) a {
	float:right;
}
.contens_menu_list a div {
	display:inline-block;
	margin-right:4px;
	width:16px;
	height:15px;
	background-size:304px 15px;
	vertical-align:middle;
}
.contens_menu_list a p {
	display:inline-block;
	width:114px;
	font-size:13px;
	color:#ffffff;
	line-height:1.0;
	vertical-align:middle;
}


.menu_bottom {
	height:38px;
	margin-top:15px;
}
.menu_bottom:after {
	content: "";
	display: block;
	margin:0 3%;
	border-top:1px solid rgba(255,255,255,0.5);
}
.close_btn {
	position:absolute;
	bottom:-28px;
	left:0;
	right:0;
}
.close_btn div {
	display:table;
	width:56px;
	height:56px;
	margin:0 auto;
	background-color:#fff;
	border-radius:50%;
	cursor:pointer;
}
.close_btn p {
	display:table-cell;
	color:#800055;
	text-align:center;
	line-height:1.0;
	vertical-align:middle;
}

.top_close_btn {
	position:absolute;
	top:10px;
	right:10px;
}
.top_close_btn div {
	display:table;
	width:36px;
	height:36px;
	margin:0 auto;
	background-color:#fff;
	border-radius:50%;
	cursor:pointer;
}
.top_close_btn p {
	display:table-cell;
	color:#800055;
	text-align:center;
	line-height:1.0;
	vertical-align:middle;
}

.black_background {
	height:480px;
	background-color:rgba(26,36,48,0.7);
}

/*
animation
*/
.inviewfadeInUp {
	-webkit-transition:1.0s ease;
	transition:1.0s ease;
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}

.inviewfadeInLeft {
	-webkit-transition:1.0s ease;
	transition:1.0s ease;
	opacity: 0;
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;

}

.inviewfadeInTitle {
	-webkit-transition: 1.0s;
	transition: 1.0s;
	opacity: 0;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.fadeInSlide {
	opacity: 1.0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

/*
girl
*/
.profile_side {
	padding:0 10px;
}
.profile_bottom {
	margin-bottom:25px;
}

.profile_status_box {
	padding:10px;
	text-align:center;
}
.profile_name {
	margin-bottom:5px;
	font-size:20px;
	font-weight:bold;
	color:#ffef40;
	line-height:1.2;
}
.profile_age {
	font-size:15px;
	line-height:1.0;
}

.profile_img_box {
	background-color:#000;
}

.swiper-container.slider .swiper-wrapper{
	text-align: center;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
	display: table;
	width: 50px;
	min-height: 75px;
	background-color: #000;
}

.profile_info_box {
	padding:10px 10px 20px;
	text-align:center;
}
.sub_img_area {
	width:270px;
	margin:0 auto 10px;
	font-size:0;
}
.sub_img_area li {
	display:inline-block;
}
.sub_img_area li:not(:last-child) {
	margin-right:5px;
}
.sub_img {
	display:table;
	width: 50px;
	min-height:75px;
	background-color:#000;
}
.sub_img p {
	display:table-cell;
	vertical-align:middle;
}
.sub_img p img {
	max-width:100%;
	max-height:100%;
}
.sub_img_selected {
	outline:2px solid #ffffff;
}

.profile_type {
	margin-bottom:10px;
	font-size:13px;
	line-height:1.0;
}

.profile_flg {
	width:271px;
	margin:0 auto 15px;
	font-size:0;
}
.profile_flg li {
	display:inline-block;
	box-sizing:border-box;
	width:64px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #ffef40;
	color:#ffef40;
	vertical-align:middle;
}
.profile_flg li:not(:last-child) {
	margin-right:5px;
}
.profile_flg li div {
	display:table;
}
.profile_flg li div p {
	display:table-cell;
	width:64px;
	height:30px;
	vertical-align:middle;
}
.profile_flg_newface {
	font-size:15px;
	font-weight:bold;
	line-height:1.0;
}
.profile_flg_ranking {
	font-size:14px;
	font-weight:bold;
	line-height:1.0;
}
.profile_flg_ranking span {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
}
.profile_flg_movie {
	font-size:11px;
	font-weight:bold;
	line-height:1.0;
}
.profile_flg_blog {
	font-size:10px;
	font-weight:bold;
	line-height:1.0;
}

.profile_comment_title {
	padding-bottom:5px;
	border-bottom:1px solid #ffffff;
	margin:0 0 3px 0;
}
.profile_comment_icon {
	background:url(../img/icon_comment.png) no-repeat;
	background-size:8px 7px;
	background-position: 10px 3px;
}
.profile_comment_title p {
	margin:0 10px 0 20px;
	line-height:1.2;
	font-size:12px;
	font-weight:bold;
	color:#ffef40;
	text-align:left;
}
.profile_comment_text {
	padding:0 10px 0 10px;
	font-size:12px;
	color:#ffffff;
	line-height:1.5;
	text-align:left;
}


.girlinfo_area {
	padding:0 10px 5px;
}
.profile_book_icon {
	background:url(../img/icon_book.png) no-repeat;
	background-size:8px 6px;
	background-position: 10px 3px;
}
.girlinfo_title {
	margin-bottom:8px;
}
.girlinfo_title p {
	margin:0 10px 0 20px;
	line-height:1.2;
	font-size:12px;
	font-weight:bold;
	color:#ffef40;
	text-align:left;
}
.girlinfo_area ul li:nth-child(odd) {
	margin-right:4%;
}
.girlinfo_box {
	float:left;
	width:48%;
	margin-bottom:15px;
}
.profile_comment_title p.no_icon {
	margin:0 10px 0 10px;
}


.profile_background {
	padding:25px 10px;
	background-color:rgba(90,31,102,0.6);
}
.profile_title {
	margin-bottom:10px;
	font-size:22px;
	color:#ffffff;
	text-align:center;
	line-height:1.0;
}
.profile_title span {
	font-size:14px;
}
.profile_title span.profile_title_small {
	font-size:18px;
}

.girl_ttl{
	text-align: center;
	padding: 5px;
	font-size: 14px;
}
#footer_schedule_list li{
	display: block;
	padding: 10px;
}
#footer_schedule_list li:not(:last-child){
	border-bottom: 1px solid #fff;
}
#footer_schedule_list p{
	display: inline-block;
}
#footer_schedule_list p.date{
	width: 100px;
}
#footer_schedule_list p.time{
}