@charset "UTF-8";

#container-main-inner {
	max-width: 1600px;
}

#main {
	max-width: 1280px;
}

section h3 {
	background: #FD7B9E;
	font-size: 1.0rem;
	line-height: 2.0rem;
	color: #fff;
	padding: 0 .5rem;
	vertical-align: middle;
}

section .h3-icon img {
	width: 1.8rem;
}


.title.profile {
	border-bottom: 10px solid #2E2E2E;
	margin-bottom: 3rem;
}


/*--------------------------------
プロフィール
--------------------------------*/
.f-profile .profile-head {
	margin-bottom: 3rem;
}

.f-profile .profile-head .profile-ttl {
	position: relative;
	padding: .5rem 0;
}

.profile-name {
	margin-bottom: .8rem;
	color: #fc4967;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2rem;
}

.f-profile .profile-head .profile-ttl .catch {
	font-size: 18px;
	font-weight: normal;
}

.f-profile .waiting {
	position: absolute;
	top: 0;
	right: 0;
	width: 16.2rem;
}

.f-profile .waiting.is_short{
	width: 22rem;
}

.f-profile .waiting-cont {
	width: 15.2rem;
}

.f-profile .waiting-cont.is_short {
	width: 20.5rem;
}

.f-profile .profile-head .tab-list {
	margin: 2rem 0;
}

.girls-profile {
	overflow: hidden;
}

.girls-profile .data-size,
.girls-profile .data-blood {
	font-size: 1.0rem;
}

.genre-photo {
	vertical-align: middle;
	margin-bottom: .5rem;
}

.genre-photo .girl-genre {
	float: left;
}

.genre-photo .girl-genre li {
	font-size: .8rem;
	line-height: 1.6rem;
}

.genre-photo .girl-icon {
	float: left;
	margin-top: .5rem;
	margin-left: .5rem;
}

.genre-photo {
	display: inline-block;
}

.genre-photo .girl-icon li {
	display: inline-block;
}

.genre-photo .photo li .icon {
	width: 2rem;
}

.photo .icon path {
	fill: #95989A;
}

.girl-tag ul {
	overflow: hidden;
}

.girl-tag li {
	padding: 0;
	position: relative;
	display: inline-block;
}

.girl-tag li:after {
	content: " / ";
	font-size: 1.0rem;
}

.girl-tag li:last-child:after {
	content: "";
}

.girl-tag li a {
	font-size: .9rem;
}

.girl-tag li a:hover {
	color: #fe7aab;
	font-weight: 300;
	text-decoration: underline;
}

.f-profile .girlsmessage-body .inner {
	width: 100%;
	padding: 2rem 0 0;
	overflow: hidden;
}

 .inner .girl_movie video {
	max-height: 450px;
}


.girlsmessage-body .inner .p-imgWrap {
	padding-top: 12%;
	width: 12%;
	float: left;
	border-radius: 50%;
	border: 1px solid #f19ec2;
	overflow: hidden;
}

.girlsmessage-body .inner .p-imgWrap img {
	max-width: 100%;
}

.girlsmessage-body .balloon {
	padding: 1rem;
 	position: relative;
 	max-width: 100%;
	background: #ffe8f2;
 	border: 2px solid #f19ec2;
 	border-radius: 10px;
 	box-sizing: border-box;
}

.girlsmessage-body .balloon:before{
	content: "";
	position: absolute;
	top: 2rem;
	left: -40px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 28px solid #ffe8f2;
 	z-index: 2;
}

.girlsmessage-body .balloon:after{
	content: "";
	position: absolute;
	top: 2rem;
	left: -45px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 30px solid #f19ec2;
 	z-index: 1;
}

.girlsmessage-body .balloon p {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.6rem;
	color: #FC4967;
	font-weight: 200;
	word-break: break-all;
}

.girlsmessage-body .inner .comment {
	margin-left: 17%;
}

/*--------------------------------
出勤予定表
--------------------------------*/
.attend-body .inner {
	width: 100%;
}

.attend-body table {
	width: 100%;
}

.attend-body table tr {
	width: 14.00%;
	margin-top: .5%;
	margin-right: .33%;
	float: left;
	table-layout: fixed;
}

.attend-body table tr:last-child {
	margin-right: 0;
}

.attend-body table th {
	background: #ffe6f1;
	vertical-align: middle;
	text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
	width: 100%;
	padding: .5rem 0;
	display: inline-block;
	border: 1px solid #f19ec2;
	border-bottom: none;
}

.attend-body .inner table td {
	padding: 1rem 0;
	background: #f2f2f2;
	text-align: center;
	width: 100%;
	display: inline-block;
	border: 1px solid #f19ec2;
	color: #95989A;
	line-height: 1.4rem;
	font-size: .8rem;
	font-weight: 600;
	height: 6rem;
	vertical-align: middle;
}

.attend-body .inner table .no-attend td li {
	line-height: 4rem;
}

.attend-body .inner table td .start,
.attend-body .inner table td .end {
	display: block;
	font-size: 1.2rem;
	color: #555555;
	font-weight: 600;
}

.attend-body .inner table td .arrow,
.attend-body .inner table td .none {
	list-style-type: none;
}

.attend-body table tr.date_sat,
.attend-body table tr.date_sat td .start,
.attend-body table tr.date_sat td .end {
	color: #3B8EDE;
}

.attend-body table tr.date_sun,
.attend-body table tr.date_sun td .start,
.attend-body table tr.date_sun td .end {
	color: #FC4967;
}

/*--------------------------------
写メ日記
--------------------------------*/
.diary-body .inner {
	width: 100%;
	margin-top: .2rem;
}

.diary-body ul {
	overflow: hidden;
}

.diary-body .diary-box {
	width: 19.6%;
	float: left;
	background: #2E2E2E;
	margin-right: .5%;
}

.diary-body .diary-box .p-imgWrap {
	overflow: hidden;
	position: relative;
	width: 100%;
    padding-top: 100%;
    background: #000000;
}

.diary-body .diary-box .p-imgWrap img {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 100%;
  	height: auto;
}
.diary-body .diary-box .p-imgWrap img.movie-start{
	width:4rem;
}
.diary-body .diary-box:last-child {
	margin-right: 0;
}

.diary-body .date {
	text-align: left;
	padding-left: .5rem;
	font-size: .8rem;
	line-height: 1.6rem;
	color: #fff;
}

.data-title {
	overflow: hidden;
	color: #F19EC2;
	padding: 0 .4rem;
}

.data-title a {
	font-size: .8rem;
	line-height: 2.0rem;
	color: #F19EC2;
	font-weight: 400;
}

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


.f-profile .diary-body .inner li:last-child {
	margin-right: 0;
}

/*--------------------------------
動画
--------------------------------*/
.f-profile .girlsmovie-body .inner {
	width: 100%;
	padding: 3rem;
	background: #000;
	//border: 1px solid #f19ec2;
	border-top: none;
}

.f-profile .girlsmovie-body .inner img {
	display: block;
	margin: auto;
	width: 76%;
}

.f-profile .shopmessage-body .inner {
	margin-top: 12px;
	overflow: hidden;
}

.f-profile .shopmessage-body .inner img {
	width: 5.8%;
	float: left;
}

.f-profile .shopmessage-body .inner .edit {
	padding: 20px;
	width: 90%;
	position: relative;
	float: right;
	border-radius: 10px;
	border: 1px solid #fd7b9e;
	line-height: 1.5em;
	font-size: 14px;
}

.f-profile .shopmessage-body .inner .edit p {
	margin-bottom: 20px;
	font-size: 20px;
	color: #ff0d0d;
	font-weight: bold;
}

.maildiary_report {
	margin-bottom: 3rem;
}

.message-ttl,
.attend-ttl,
.diary-ttl,
.movie-ttl,
.option-ttl,
.qa-ttl {
	height: 30px;
	background: #fd7b9e;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

/*--------------------------------
店舗メッセージ
--------------------------------*/
.f-profile .shopmessage-body .inner {
	width: 100%;
	padding: 1rem 0 0;
	overflow: hidden;
}

.shopmessage-body .balloon {
	padding: 1rem;
 	position: relative;
 	max-width: 100%;
	background: #fff;
 	border: 2px solid #f19ec2;
 	border-radius: 10px;
 	box-sizing: border-box;
}

.shopmessage-body .balloon:before{
	content: "";
	position: absolute;
	top: 2rem;
	left: -40px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 28px solid #fff;
 	z-index: 2;
}

.shopmessage-body .balloon:after{
	content: "";
	position: absolute;
	top: 2rem;
	left: -45px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 30px solid #f19ec2;
 	z-index: 1;
}

.shopmessage-body .balloon p {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.6rem;
	color: #2e2e2e;
	font-weight: 200;
	word-break: break-all;
}
.shopmessage-body .balloon p span {
	color: #FF0D0D;
}

.shopmessage-body .inner .comment {
	margin-left: 10%;
}

/*--------------------------------
右カラム
--------------------------------*/
/*--------------------------------
写真
--------------------------------*/
.swiper-wrapper li img {
	width: 100%;
	height: auto;
}

.l-profR .slide ul {
	overflow: hidden;
}

.l-profR .slide li:nth-child(4n) {
	margin-right: 0;
}

.l-profR .thum-list {
	width: 100%;
	margin-top: .2rem;
	overflow: hidden;
}

.l-profR .thum-list li {
	margin-right: 1%;
	margin-bottom: 1%;
	width: 24.2%;
	float: left;
	border: 1px solid #95989a;
}

.l-profR .thum-list li:nth-child(4n) {
	margin-right: 0;
}

.l-profR .thum-list li .p-imgWrap {
	padding-top: 100%;
}

.thum-list li .p-imgWrap {
	display: block;
	overflow: hidden;
}

.l-profR .profSlide-prev,
.l-profR .profSlide-next {
	width: 30px;
	height: 30px;
	margin-top: 5%;
	background-size: cover;
}

.l-profR .profSlide-next {
	background-image: url("/assets/img/user/pc/shop/girls-profile/slide/ico-next.png");
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	right: 10px;
	left: auto;
}
.profSlide-next.swiper-button-disabled,
.profSlide-prev.swiper-button-disabled{
	opacity: .35;
	pointer-events: none;
}

.l-profR .profSlide-prev {
	background-image: url("/assets/img/user/pc/shop/girls-profile/slide/ico-prev.png");
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	left: 10px;
	right: auto;
}

.none {
	line-height: 4rem;
}

#election_wrap{
	padding: 0.5rem 0;
}
/*--------------------------------
オプション
--------------------------------*/
.r-option {
	margin-top: 3rem;
}

.r-option-body {
	border: 1px solid #F19EC2;
	border-top: none;
}

.r-option .inner {
	padding: .5rem 0;
}

.r-option li {
	display: block;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: 200;
	line-height: 1.0rem;
	font-size: .8rem;
	padding: .5rem .5rem;
}

.basic-play li.on {
	background: #fd7b9e;
	word-break: break-all;
}

.option-play li.on {
	background: #f19149;
}

.r-option li.off {
	background: #b1b1b1;
}

.option-play span {
	display: block;
	font-weight: 400;
	padding-top: .1rem;
	line-height: .5rem;
}

/*--------------------------------
Q & A
--------------------------------*/
.qa-body {
	background: #FCF9EC;
	border: 1px solid #F19EC2;
	border-top: none;
}

.qa-body .inner {
	padding: 1rem .5rem;
}

.qa-body li {
	width: 100%;
	display: inline-block;
	margin: .5rem 0;
}

.qa-body img {
	width: 3rem;
}

.question .qa-thumb {
	float: left;
}

.answer .qa-thumb img {
	border: 1px solid #F19EC2;
	border-radius: 50%;
}

.question {
	text-align: left;
}

.answer .qa-thumb {
	float: right;
}

.answer {
	text-align: right;
}

.question .balloon {
	margin-left: 1.5rem;
}

.answer .balloon {
	margin-right: 1.5rem;
}

.qa-body .balloon {
 	max-width: 8rem;
 	border-radius: 10px;
}

.question .balloon {
	position: relative;
	display: inline-block;
	padding: 1rem;
	line-height: 1.2rem;
	background: #F6F6F6;
	border: 1px solid #f19ec2;
	z-index: 0;
}

.question .balloon:before {
	content: "";
	position: absolute;
	top: 1.6rem;
	left: -14px;
	margin-top: -10px;
	display: block;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #F6F6F6 transparent transparent;
	z-index: 0;
}

.question .balloon:after {
	content: "";
	position: absolute;
	top: 1.6rem;
	left: -16px;
	margin-top: -10px;
	display: block;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #f19ec2 transparent transparent;
	z-index: -1;
}

.question .balloon p {
	font-size: .8rem;
	line-height: 1.0rem;
	color: #2e2e2e;
	font-weight: 200;
	padding-left: 1rem;
}

.question .balloon p:before {
	content: "Q.";
	font-weight: 600;
	font-size: 1.2rem;
	position: absolute;
	left: .6rem;
	color: #FC4967;
	text-align: left;
}

.answer .balloon {
	position: relative;
	display: inline-block;
	padding: 1rem;
	line-height: 1.2rem;
	background: #FFE8F2;
	border: 1px solid #f19ec2;
	text-align: left;
	z-index: 0;
}

.answer .balloon:before {
	content: "";
	position: absolute;
	top: 1.6rem;
	right: -14px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #FFE8F2 transparent transparent;
	z-index: 0;
	transform: scale(-1, 1);
}

.answer .balloon:after {
	content: "";
	position: absolute;
	top: 1.6rem;
	right: -16px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #f19ec2 transparent transparent;
	z-index: -1;
	transform: scale(-1, 1);
}

.answer .balloon p {
	font-size: .8rem;
	line-height: 1.0rem;
	color: #FF0D0D;
	font-weight: 200;
	word-break: break-all;
}

.container-recommend {
	width: 100%;
	max-width: 100%;
}

/*--------------------------------
ページ遷移
--------------------------------*/
.prevNext-wrap {
	position: fixed;
	bottom: 15%;
	right: 0;
	z-index: 9999;
}

.prevNext-wrap a {
	padding: .4rem .5rem;
	display: block;
	font-size: .8rem;
	text-align: center;
	background: rgba(148, 148, 148, 0.6);
	color: #fff;
	font-weight: normal;
}

.prevNext-wrap a:hover {
	background: rgb(148, 148, 148);
}

.prevNext-wrap .list {
	margin: .5rem 0;
}

.prevNext-wrap .prev a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.prevNext-wrap .prev a:before {
	content: "◀︎";
	font-size: .7rem;
	margin-right: .2rem;
}

.prevNext-wrap .next a:after {
	content: "▶︎";
	font-size: .7rem;
	margin-left: .2rem;
}

.prevNext-wrap .next a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


/*女の子詳細ランキング*/
.profile-head .size_rank_box {
	position: relative;
}
.girl_rank {
    width: 357px;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

.girl_ranking_detail {
    background-color: #fff;
    border: 2px solid #fc4967;
    border-radius: 3px;
}

.girl_ranking_detail dt {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    float: left;
    width: 48%;
    height: 50px;
    padding: 5px;
    font-size: 12px;
    background-color: #fc4967;
    color: #fff;
}
.girl_ranking_detail dl dt p a {
	color: #fff;
}

.girl_ranking_detail dd {
    float: right;
    width: 48%;
    font-size: 12px;
}

.girl_count_box {
    width: 39%;
    float: left;
    margin: 0 0 0 5px;
    text-align: right;
}
.girl_count_box .icon {
    width: 2.0rem;
    height: 1.1rem;
    margin: 3px 0 0 12px;
}
.girl_count_box .icon path {
    fill: #fc4967;
}

.girl_total_count {
    position: relative;
    display: inline-block;
    padding: 0px 3px;
    max-width: 100%;
    color: #555;
    background: #fff;
    border: solid 1px #555;
    box-sizing: border-box;
    border-radius: 5px;
}
.girl_total_count:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    z-index: 2;
}
.girl_total_count:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #555;
    z-index: 1;
}

.girl_rank_box {
    float: right;
    text-align: left;
    font-size: 18px;
    color: #fc4967;
    font-weight: bold;
    margin-right: 4px;
    width: 48%;
}

.girl_ranking_detail dd .girl_rank_num {
    font-size: 45px;
    color: #fc4967;
    font-weight: bold;
    line-height: 50px;
}

.girlsCounter {
	margin-top: 0.5rem;
	text-align: center;
	letter-spacing: -0.4em;
}

.girlsCounter > * {
	display: inline-block;
	vertical-align: top;
}

.girlsCounter li {
	margin-right: 10px;
	overflow: hidden;
}

.girlsCounter li:last-child {
	margin-right: 0;
}

.girlsCounter li > * {
	letter-spacing: normal;
	float: left;
}

.girlsCounter .play {
	margin: 0;
}

.girlsCounter .play:last-child {
	margin: 0 60px 0 0;
}

.girlsCounter .good {
	cursor: pointer;
	background: url("/assets/img/user/special/img-good-pink.png") no-repeat;
	width: 166px;
	height: 30px;
}

.girlsCounter .good:last-child {
	margin: 0 60px 0 0;
}

.girlsCounter .good.active {
	cursor: auto;
}

.girlsCounter .good.active img {
	display: none;
}

.girlsCounter .good.active + .counter {
	border: 2px solid #ff4499;
	color: #ff4499;
}

.girlsCounter .good.active + .counter:before {
	border-color: transparent #ff4499 transparent transparent;
}

.girlsCounter .counter {
	margin-left: 6px;
	width: 54px;
	height: 30px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #888;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #888;
	font-weight: bold;
}

.girlsCounter .counter:before {
	content: "";
	position: absolute;
	margin-top: -4px;
	top: 50%;
	left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #888 transparent transparent;
}

.girlsCounter .counter:after {
	content: "";
	position: absolute;
	margin-top: -3px;
	top: 50%;
	left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #ffffff transparent transparent;
}

.girlsCounter .playCounter {
	color: #ff4499;
}

.girlsCounter .playCounter .counter {
	border: 2px solid #ff4499;
	color: #ff4499;
}

.girlsCounter .playCounter .counter:before {
	border-color: transparent #ff4499 transparent transparent;
}


/*--------------------------------
タブレット 1440px
--------------------------------*/
@media screen and ( max-width:1439px) {

	#main {
		width: 100%;
		max-width: 100%;
		padding: 0 1%;
		margin: 0 auto;
	}

	#main-l {
		width: 75%;
		max-width: 1000px;
		float: left;
	}

	#main-r {
		width: 22%;
		max-width: 350px;
		min-width: 200px;
		float: right;
		clear: none;
	}

	#left {
		overflow: hidden;
		min-width: 300px;
    }

	.profile-name {
		font-size: 1.8rem;
	}

/*--------------------------------
店舗ナビ
--------------------------------*/
	.f-shop-nav {
		width: 100%;
		margin: 2rem auto;
		text-align: center;
	}

	.f-shop-nav li {
		float: none;
		display: inline-block;
		margin-right: .8rem;
	}

/*--------------------------------
メインコンテンツ
--------------------------------*/

	.f-recruit,
	.container-recommend {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

/*--------------------------------
タブリスト
--------------------------------*/
	.tab-list li a,
	.tab-list li span {
		font-size: .9rem;
		width: auto;
		padding: 0 1.0em;
	}

/*--------------------------------
店舗情報（左カラム）
--------------------------------*/
	.plan-s #left {
		display: none;
    }

    #leftCont {
		width: 98%;
		overflow: auto;
		background: #ffffff;
		padding: .5rem 0;
		margin: 0 auto;
		border-top: 2px solid #2e2e2e;
		border-bottom: 2px solid #2e2e2e;
		border-left: none;
		border-right: none;
	}

	.shop-eyecatch {
		top: 1rem;
		right: 1rem;
		position: absolute;
		text-align: center;
	}

	.shop-eyecatch img {
		max-width: 100%;
		height: auto;
	}

	.shop-name h2{
		width: 52%;
	}

	.shop-ticket {
		top: 6rem;
		right: 1rem;
		width: 350px;
		position: absolute;
	}

	.ticket-right {
		width: 8%;
		float: right;
	}

	.shop-data h3 {
		margin: 1rem 0;
	}

	.shop-data dl {
		width: auto;
		display: inline-block;
		margin-right: 1rem;
		border: none;
	}

	.shop-data dt {
		font-weight: 600;
	}

	.shop-data dt:after {
		content:"：";
	}

	.shop-data dd {
		display: inline-block;
		line-height: 1.1rem;
		padding: 0 0;
		margin-left: 0rem;
	}

	.shop-data iframe {
		display: none;
	}
}

/*--------------------------------
タブレット 1280px
--------------------------------*/
@media screen and ( max-width:1279px) {

	.r-option li {
		font-size: .7rem;
		line-height: .8rem;
	}

	.profile-name {
		font-size: 1.5rem;
	}
}



/*--------------------------------
タブレット 1024px
--------------------------------*/
@media screen and ( max-width:1023px) {

	#main-l {
		width: 66.5%;
	}

	#main-r {
		width: 30%;
	}

	.attend-body table th {
		font-size: .8rem;
	}

	.attend-body .inner table td .start,
	.attend-body .inner table td .end {
		font-size: 1.0rem;
	}

	.profile-name {
		font-size: 1.6rem;
	}

	.f-profile .profile-head .profile-ttl .catch {
		font-size: 1.0rem;
	}

	.diary-body .diary-box {
		width: 33%;
		margin-bottom: .5%;
	}

	.diary-body .diary-box:nth-child(3n) {
		margin-right: 0;
	}

	.f-profile .waiting,
	.f-profile .waiting.is_short {
		position: relative;
		width: 100%;
		margin-top: 1rem;
	}

	.f-profile .waiting-cont,
	.f-profile .waiting-cont.is_short {
		width: 100%;
	}

	.qa-body img {
		width: 2.2rem;
	}

	.girl_rank {
		top: 1.5rem;
		right: 1rem;
		width: 57%;
	}
	.girl_ranking_detail dt{
		width: 45%;
	}
	.girl_ranking_detail dd{
		width: 55%;
	}
	.girl_count_box {
		width: 67px;
	}


}
