@charset "UTF-8";

/*===============================================
●style.css
===============================================*/


/*---------------------------
 フォント
---------------------------*/

@font-face {
	font-family: 'CooperBlackStd';
	src: url('../fonts/CooperBlackStd.otf');
}

@font-face {
	font-family: 'CooperBlackStd-Italic';
	src: url('../fonts/CooperBlackStd-Italic.otf');
}

@font-face {
	font-family: 'DF-GokuButoMaruGothic-W12';
	src: url('../fonts/DF-GokuButoMaruGothic-W12.ttc') format('truetype');
}


/*===============================================
common
===============================================*/


/* clear fix
---------------------------*/

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.clearfix {
	min-height: 1px;
}


/* ie6 */

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
height: auto;
overflow: hidden;
/**/
}

body {
	width: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
}

h1 {
	text-align: center;
	font-size: 12px;
}

h2 {
	color: gray;
	font-weight: lighter;
	font-size: 10px;
}

h3,
h4,
p {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.lt {
	padding-left: 15px;
}

.bold {
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.5;
}


/*===============================================
layout
===============================================*/

.wrapper {
	margin: 0 auto;
	width: 900px;
}
.cover-image{
   background:
    url(../img/l.jpg) right top repeat-y,
    url(../img/r.jpg) left top repeat-y;

}

#content {
	background-color: #fff;
}

#sidebar {
	float: left;
	width: 245px;
}

#mainContent {
	float: right;
	margin-top: 17px;
	margin-right: 4px;
	width: 651px;
}

#head-info {
	border-bottom: 1px solid #ddd;
	background: rgb(252, 102, 162);
	background: linear-gradient(rgb(252, 181, 200) 0%, rgb(252, 102, 162) 50%, rgb(252, 181, 200) 100%);
	color: #fff;
	line-height: 1.2;
}

#head-info h1 {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}


/*===============================================
enter
===============================================*/

.enter {
	margin: 0 auto;
	width: 731px;
	list-style: none;
}

.enter li {
	padding: 40px 0;
}

.enter li {
	float: left;
	margin-right: 10px;
}

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


/*===============================================
gnav
===============================================*/

#gnav {
	margin: 0 auto;
	background-image: url(../img/contens/bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#gnav .menu {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

#gnav .menu li {
	float: left;
	margin-right: 1px;
	padding: 5px 0 0 0;
	text-align: center;
}

#gnav .menu li:first-child {
	padding: 5px 0 0 25px;
}


/*===============================================
sidebar
===============================================*/

#news {
	margin-bottom: 20px;
	height: 370px;
	background-image: url(../img/news.jpg);
	background-position: 7px 0;
	background-repeat: no-repeat;
	font-size: 13px;
}

.inner-area {
	padding: 95px 0 0 23px;
}

.inner-area ul {
	overflow: auto;
	height: 245px;
	font-weight: 100;
	font-size: 12px;
}

.inner-area ul li {
	margin-bottom: 10px;
}

#newface {
	margin-bottom: 20px;
	height: 384px;
	background-image: url(../img/newface.jpg);
	background-position: 7px 0;
	background-repeat: no-repeat;
	font-size: 13px;
}

#newface ul li img {
	margin-bottom: 10px;
	vertical-align: text-top;
}

#newface p {
	margin-bottom: 20px;
	text-align: lef
}

#blog_link a,
#refle_link a {
	display: block;
	text-align: center;
}

#blog_link,
#refle_link {
	margin-bottom: 20px;
}

#refle_link p {
	padding: 0 7px;
}

#twitter {
	margin: 0 0 20px 7px;
}


/*===============================================
mainContent
===============================================*/

#keyVisual {
	padding-top: 17px;
}


/*
newFace
----------------------------------------------*/

#newFacePict ul {
	margin-bottom: 20px;
	padding: 10px 0px 10px 5px;
	border: 4px solid #FFABB0;
	border-radius: 10px;
}

#newFacePict ul li {
	float: left;
	margin: 0 5px 15px 5px;
	width: 144px;
	border: 2px solid #FFABB0;
	border-radius: 10px;
  position: relative;
}
#newFacePict > ul > li {
  height: 293px;
}
#cast #newFacePict > ul > li,
#ttl-newFace #newFacePict > ul > li {
  height: 274px;
}
#newFacePict > ul > li > div > a > img {
	width: 100%;
	border-bottom: 1px solid #ffa8d3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#newFacePict ul li .new_thum {
}

#newFacePict ul li:nth-child(4n) {
	margin-right: 10px;
}

#newFacePict ul li .newFace-R {
	padding-right: 2px;
	color: #34a4e7;
	font-size: 13px;
  text-align: center;
  /* line-height: */
}
#newFacePict ul li .name {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
  background-color: #ff3e9e;
	color: #fff;
	font-weight: bold;
}

#cast #newFacePict ul li .name,
#ttl-newFace #newFacePict ul li .name {
	font-size: 17px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 2px solid #FFABB0;
}
#newFacePict ul li .name a {
	color: #fff;
	text-decoration: none;
}

#newFacePict ul li .name a img {
	width: 17px;
	border: none;
}

#newFacePict ul li .time a {
	color: #34a4e7;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

#newFacePict ul li a:hover {
	text-decoration: underline;
}

.ic {
	width: 20px!important;
	border: none!important;
}

.block {
	line-height: 1.7;
}


/*
Pickup Girl & RealNews
----------------------------------------------*/

#pickupG {
	float: left;
	width: 234px;
}
#inner-pickupG {
	border: 4px solid #ee6fa2;
	border-radius: 3px;

}
#inner-pickupG a {
	display: block;
	text-align: center;
	padding: 10px;
}
#inner-pickupG a img{
	width: 100%;
	height: auto;
}
#pickupG p {
	padding-bottom: 12px;
	text-align: center;
	font-size: 100%;
}

#realNews {
	float: right;
	margin-bottom: 20px;
	width: 403px;
	text-align: center;
}

#inner-realNews {
	border: 4px solid #ee6fa2;
  border-radius: 3px;
}


/* =======================
pr
 =========================*/

#pr {
	background: #fff;
	text-align: center;
}


/* =======================
 footer
  =========================*/

#footer {
	padding: 10px;
	background-color: #000000;
	color: #fff;
}

#footer_box {
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	font-size: 13px;
}

#footer_box a {
	color: #fff;
}


/* =======================
therapist
 =========================*/

#content_cover {
	width: 651px;
}

#profLeft {
	float: left;
	width: 348px;
}

.inner-gallery {
	margin: 10px auto;
	padding: 10px;
	width: 260px;
	border: 4px solid #006AB4;
	border-radius: 10px;
	background-image: url(../img/bg-photo2.png);
	box-shadow: 2px 2px 2px rgba(0, 106, 180, .4);
}

.mainimage img {
	width: 220px;
}

#profRight {
	float: left;
	padding: 0 0 0 10px;
	width: 293px;
	color: #f83c89;
	text-align: left;
}

#basic {
	margin-bottom: 20px;
	padding: 10px;
	width: 265px;
	border: 4px solid #ED6EA1;
	border-radius: 10px;
	background-image: url(../img/bg-photo1.png);
	box-shadow: 2px 2px 2px rgba(141, 0, 180, 0.4);
}

#basic #p_name {
	margin: 0 auto 10px auto;
	border-bottom: 2px solid #fe92ac;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
	color: #ff0080;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

#basic #p_blog,
#basic #p_twitter,
#basic #p_leaf {
	float: right;
}

#basic #p_blog img,
#basic #p_twitter img,
#basic #p_leaf img {
	margin: 0 0 10px 10px;
	width: 28px;
}

#basic_left {
	float: left;
	padding-left: 10px;
}

#basic_right {
	float: right;
	padding-right: 10px;
}

#basic dl {
	margin-bottom: 5px;
}

#basic dt {
	float: left;
	padding: 2px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 10px;
}

#basic dd {
	float: right;
	padding-left: 10px;
	color: #000;
	font-size: 14px;
}

.c01 {
	border-radius: 7px;
	background-color: #2ca6e0;
}

.c02 {
	border-radius: 7px;
	background-color: #a8e000;
}

.c03 {
	border-radius: 7px;
	background-color: #FFBAE6;
}

#p_data {
	padding: 10px;
	width: 265px;
	height: 314px;
	overflow: hidden;;
	border: 4px solid #ED6EA1;
	border-radius: 10px;
	background-image: url(../img/bg-photo1.png);
	box-shadow: 2px 2px 2px rgba(141, 0, 180, 0.4);
	font-size: 14px;
}

#p_data dl {
	margin-bottom: 10px;
}

#p_data dl dt {
	width: 130px;
	color: #00f;
}

#p_data dl dd {
	color: #000;
}

.s01 {
	text-align: left;
}
.data_box h2 {
	color: #00f;
	font-size: 20px;
}
.data_box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 4px solid #ED6EA1;
	border-radius: 10px;
	background-image: url(../img/bg-photo1.png);
	box-shadow: 2px 2px 2px rgba(141, 0, 180, 0.4);
}

.data_box h3 {
	margin: 0 auto 10px auto;
	border-bottom: 2px solid #fe92ac;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
	color: #ff0080;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

.data_box table {
	margin: 0 auto;
	background: #fff;
}

.data_box table td {
	border: solid 1px #ED6EA1;
	text-align: center;
	font-size: 13px;
}
.data_box table th {
	border-left: solid 1px #fff;
	text-align: center;
	font-size: 13px;
    color: #fff;
    background: #ED6EA1;
}
.data_box table th:first-child {
	border-left: solid 1px #ED6EA1;
}
.data_box table th:last-child {
	border-right: solid 1px #ED6EA1;
}

/* =======================
system
 =========================*/

#system p {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}


/* =======================
 アクセス
 =========================*/

#table-cover {
	padding: 10px;
	border: solid 1px #F7F7F7;
	border-radius: 5px;
	background-color: #F7F7F7;
}

#table-cover table {
	margin: 0 auto;
}

#table-cover table td {
	padding: 10px;
	color: #2196F3;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
}

#table-cover table td a {
	font-size: 11px;
}

.shop_name {
	padding-bottom: 10px;
	color: #EC2A84;
	text-shadow: 1px 1px 2px rgba(255, 10, 230, 0.68);
	font-size: 17px;
	line-height: 1.5;
}

#drop_off td {
	border: 1px solid #ff0ae6;
}


/* =======================
 link
  =========================*/

#link li {
	float: left;
	width: 88px;
}

#link li:first-child {
	width: 196px;
}

#link li p {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#link li a {
	color: #00F;
}


/* =======================
 job
  =========================*/

#jobVisual p {
	margin-bottom: 25px;
	padding: 5px;
	border: 2px dotted #ffa8d3;
	background-color: #fdf9ea;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
}

#tablestyle01 {
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	color: gray;
	font-size: 14px;
}

#tablestyle01 th {
	width: 200px;
	background: #ffeaf4;
	vertical-align: middle;
	text-align: center;
}

#tablestyle01 td,
#tablestyle01 th {
	padding: 6px;
	border: 1px solid #ff0080;
}

#tablestyle02 {
	border-spacing: 2px;
	border-collapse: separate;
	font-weight: bold;
	font-size: 17px;
}

#tablestyle02 th {
	border: 1px solid aqua;
	color: blue;
}

#tablestyle02 td {
	border: 1px solid #ffa8d3;
	color: gray;
}

#qa {
	margin-bottom: 20px;
}

#application h4 {
	background-color: #ffa8d3;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}

#tablestyle03 {
	margin-bottom: 50px;
	border-spacing: 2px;
	border-collapse: separate;
}

#tablestyle03 th {
	width: 200px;
	border: 1px solid #0080c0;
	background: #e7f4fc;
	vertical-align: middle;
}

#tablestyle03 td {
	border: 1px solid #0080c0;
	background: #e7f4fc;
	vertical-align: middle;
}

#tablestyle03 td a {
	color: #00F;
}


/*===============================================
 modal window
===============================================*/

#milk h5 {
	padding: 2px;
	background: #FAE2F0;
}

#milk h5 .waku {
	display: block;
	padding: 10px 12px 0 12px;
	border: 1px solid #fff;
	background: #FAE2F0;
	color: #FF6FA2;
	font-size: 32px;
	font-family: 'CooperBlackStd-Italic';
	line-height: .8;
}

.GokuButo {
	font-size: 20px;
	font-family: 'DF-GokuButoMaruGothic-W12';
}

#milk .cover {
	padding: 15px 18px;
	background-image: url(../img/Milk_nuts_part2s.jpg);
	background-repeat: repeat;
}

#milk .cover table {
	width: 100%;
	border-radius: 3px;
	background-color: rgba(256, 256, 256, 0.5);
	box-shadow: 0 0 3px rgba(150, 144, 144, 0.5);
	color: #FF6FA2;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	font-family: 'CooperBlackStd-Italic';
}

.cover table tr td:nth-child(2n+1) {
	width: 20%;
}

.cover table tr td:nth-child(2n) {
	width: 30%;
}

.cover table tr:first-child td {
	padding-top: 15px;
}

.cover table tr:last-child td {
	padding-bottom: 15px;
}

#aroma h5 {
	padding: 2px;
	background: #FAEDC0;
}

#aroma h5 .waku {
	display: block;
	padding: 10px 12px 0 12px;
	border: 1px solid #fff;
	background: #FAEDC0;
	color: #F9A54B;
	font-size: 32px;
	font-family: 'CooperBlackStd-Italic';
	line-height: .8;
}

#aroma .cover {
	padding: 15px 18px;
	background-image: url(../img/Milk_nuts_part1s.jpg);
	background-repeat: repeat;
}

#aroma .cover table {
	width: 100%;
	border-radius: 3px;
	background-color: rgba(256, 256, 256, 0.5);
	box-shadow: 0 0 3px rgba(150, 144, 144, 0.5);
	color: #F9A54B;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	font-family: 'CooperBlackStd-Italic';
}

.basic-modal {
	position: relative;
	display: block;
	padding: 2px 3px;
	width: 275px;
	height: 38px;
	border: 1px solid #fae2f0;
	border-radius: 5px;
	background: #FFFFCD;
	box-shadow: 1px 1px 1px rgba(150, 150, 150, .4);
	color: #7F501C;
	text-align: left;
	font-weight: 900;
	font-size: 20px;
	cursor: pointer;
}

.fa-info-circle:before {
	margin-right: 5px;
	color: red!important;
	font-size: 28px;
}

.milk:after {
	position: absolute;
	right: 25px;
	bottom: -12px;
	content: "+5,000";
	font-size: 26px;
	font-family: 'CooperBlackStd-Italic';
}

.milk:before {
	position: absolute;
	right: 3px;
	bottom: -5px;
	content: "円";
	font-size: 20px;
	font-family: 'DF-GokuButoMaruGothic-W12';
}

.aroma:after {
	position: absolute;
	right: 25px;
	bottom: -12px;
	content: "+3,000";
	font-size: 26px;
	font-family: 'CooperBlackStd-Italic';
}

.aroma:before {
	position: absolute;
	right: 3px;
	bottom: -5px;
	content: "円";
	font-size: 20px;
	font-family: 'DF-GokuButoMaruGothic-W12';
}

/*---------------------------
 option_course
---------------------------*/
#option_course .GokuButo {
	font-size: 90%!important;
}
#option_course h5 {
	padding: 2px;
	background: #9debff;
}

#option_course h5 .waku {
	display: block;
	padding: 10px 12px 0 12px;
	border: 1px solid #fff;
	background: #9debff;
	color: #17bce8;
	font-size: 32px;
	font-family: 'CooperBlackStd-Italic';
	line-height: .8;
}

#option_course .cover {
	padding: 15px 18px;
	background-image: url(../img/Milk_nuts_part3s.jpg);
	background-repeat: repeat;
}

#option_course .cover table {
	width: 100%;
	border-radius: 3px;
	background-color: rgba(256, 256, 256, 0.5);
	box-shadow: 0 0 3px rgba(150, 144, 144, 0.5);
	color: #17bce8;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	font-family: 'CooperBlackStd-Italic';
}
#option_course table tr td:nth-child(2n+1) {
	width: 70%;
	padding-left: 25px;
	text-align: left;
}

#option_course table tr td:nth-child(2n) {
	width: 30%;
	text-align: center;

}

/*---------------------------
 play
---------------------------*/

#play h2 {
	width: 650px;
	height: 60px;
	background: url(http://milk-teen.net/img/play.jpg) no-repeat left -180px;
	text-indent: -9999px;
}

#play .clearbox {
	margin: 16px;
	padding: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 2px #333 rgba(50, 50, 50, 50);
	-moz-box-shadow: 0 0 2px #333 rgba(50, 50, 50, 50);
	box-shadow: 0 0 4px rgba(50, 50, 50, 50);
}

#play .point {
	margin-bottom: 24px;
	padding: 0 0 16px 0;
	border: #fc7fae solid 2px;
	background: #fff;
	text-align: left;
}

#play h3 {
	text-align: left;
}

#play h3 span {
	display: inline-block;
	padding: 2px 24px 2px 16px;
	background: #fff;
	color: #fb5f99;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

#play .point p {
	padding: 12px 16px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}

#play .point .image {
	float: left;
	margin: 0 16px;
	width: 310px;
	text-align: center;
	text-align: right;
}

#play .point .image img {
	margin: 5px 0;
	width: 150px;
	border: #999 solid 1px;
}

#play .point .image p {
	padding: 0;
	font-size: 12px;
}

#play .round {
	float: left;
	width: 201px;
	height: auto;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #fbdaf6;
	-webkit-radius: 12px;
}

#play .point .floatwrap {
	clear: both;
	padding: 16px 16px 0 16px;
}

#play .point .floatbox {
	float: left;
	width: 279px;
	font-size: 14px;
}

#play .point .floatbox h4 {
	float: none;
	margin-right: 16px;
	margin-bottom: 12px;
	width: auto;
	border-bottom: #fc7fae solid 1px;
	font-weight: bold;
}

#play .point .floatbox p {
	margin: 8px 12px;
	padding: 0;
}

#play .point .floatbox dl {
	float: none;
	margin-right: 12px;
	width: auto;
}

#play .point .floatbox dl dt {
	float: left;
	clear: left;
	margin: 0;
	width: 44px;
	font-weight: bold;
}

#play .point .floatbox dl dd {
	margin-bottom: 12px;
	padding-left: 44px;
	border-bottom: #fc7fae dotted 1px;
	text-align: right;
}

#play .step {
	margin-bottom: 24px;
}

#play .step .comment {
	float: left;
	min-height: 315px;
	width: 240px;
	border: #fc7fae solid 2px;
	background: #fff;
}

#play .step .comment h3 {
	color: #fb5f99;
	font-weight: bold;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "MS P明朝", Meiryo;
}

#play .step .comment h3 span {
	display: inline-block;
	padding: 6px 8px;
	background: #fb5f99;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "MS P明朝", Meiryo;
}

#play .step .comment p {
	margin: 12px 16px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

#play .step .window {
	float: right;
	margin: 5px 0;
	width: 335px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px #333 rgba(50, 50, 50, 50);
	-moz-box-shadow: 0 0 4px #333 rgba(50, 50, 50, 50);
	box-shadow: 0 0 4px rgba(50, 50, 50, 50);
}

#play .step .window a {
	display: block;
	padding: 5px;
}

#play .step .window img {
	display: block;
	margin: 0 auto;
	width: 325px;
}

#play .step .thumbnail {
	clear: both;
	padding: 16px 0;
}

#play .step .thumbnail ul li {
	display: inline-block;
	margin: 0 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px #333 rgba(50, 50, 50, 50);
	-moz-box-shadow: 0 0 4px #333 rgba(50, 50, 50, 50);
	box-shadow: 0 0 4px rgba(50, 50, 50, 50);
}

#play .step .thumbnail ul li a img {
	display: block;
	padding: 5px;
	width: 124px;
}

#play .point h4 {
	float: right;
	margin-right: 16px;
	margin-bottom: 12px;
	width: 233px;
	border-bottom: #fc7fae solid 1px;
	font-weight: bold;
	font-size: 14px;
}

#play div.point dl {
	float: right;
	margin-bottom: 18px;
	width: 233px;
	font-size: 14px;
}

#play div.point dl dt {
	margin-right: 16px;
	font-weight: bold;
}

#play div.point dl dd {
	margin-right: 16px;
	margin-bottom: 6px;
	border-bottom: #fc7fae dotted 1px;
	text-align: right;
	font-size: 12px;
}


/*---------------------------
 2018/12/25 追加　cron
---------------------------*/
#cron {
  margin-bottom: 20px;
  padding: 5px;
  border: 4px solid #FFABB0;
  border-radius: 10px;
}
#cron p {
  width: 80%;
  text-align: right;
  font-size: 16px;
}
.ttl_img h2 {
  margin: 4px;
  padding: 10px;
  margin-bottom: 1.0em;
  background: #EE6FA2;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1em;
  border: 1px dashed #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 4px #EE6FA2, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
  text-shadow: -1px -1px #b95e83;
  text-align: center;
}
input[type='submit'], .gotop {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    padding: 6px 13px 5px;
    cursor: pointer;
    color: #000;
    border: #aeaeae solid 1px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    margin: 20px auto;
}
#girls_info table {
  font-size: 13px;
}
