/* CSS Document */

body {
	background-color: #000;
	background-image: none;
	overflow: scroll;
	overflow-x: hidden;
}

#girl_container {
	width: 620px;
	background-image: url(../img/girl/bg_girl.jpg);
	background-repeat: no-repeat;
	min-height: 714px;
	position: relative;
}
#girl_main {
	height: 590px;
}
#girl_left {
	width: 312px;
	float: left;
	padding-top: 90px;
	padding-left: 18px;
}
#photoBIG {
	border: 1px solid #666;
}
#girl_right {
	float: left;
	width: 290px;
	padding-top: 110px;
	position: relative;
}
.girl_link {
	background-color: black;
	border: 2px solid red;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	left: 30px;
	position: absolute;
	top: 34px;
	width: 152px;
}
.girl_link_heaven {
	align-items: center;
	color: red !important;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.girl_link_heaven:hover {
	text-decoration: underline;
}
#girl_prof {
	height: 40px;
	margin-bottom: 31px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2;
}
#girl_prof span {
	font-size: 16px;
}
#girl_com {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	height: 116px;
	margin-bottom: 34px;
	overflow: auto;
	overflow-wrap: break-word;
	padding: 3px;
	line-height: 15px;
}
#girl_com img {
	width: 95% !important;
	height: auto !important;
}
#girl_com span {
	line-height: 15px !important;
}
#girl_name {
	font-weight: bold;
	color: #FC0;
}
#thum_container {
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	height: 230px;
	overflow: hidden;
}
#thum_container .thum {
	float: left;
	cursor: pointer;
	margin-right: 8px;
	margin-bottom: 10px;
	display: block;
	height: 105px;
	width: 70px;
	padding-right: 10px;
}
.gravure_scroll {
	display: block;
	margin: 10px auto 0;
	text-align: center;
}
#girl_movie {
	display: block;
	position: absolute;
	top: 568px;
	left: 14px;
}
#video video {
	width: 550px;
	height: 309px;
}
#video video:focus {
	outline: none;
}
#girl_diary {
	display: block;
	position: absolute;
	top: 568px;
	left: 172px;
}
#girl_footer {
	clear: left;
	padding-top: 47px;
}
#schedule_container {
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-left: auto;
	margin-right: auto;
	width: 560px;
}
.schedule {
	float: left;
	width: 80px;
	text-align: center;
}
.date {
	color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #333;
}
.sun {
	background-color: #8b0000;
}
.sat {
	background-color: #00F;
}
.time {
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
}
#gravure {
	width: 620px;
}
.gravure_title {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 40px;
	margin: 10px 5px;
	padding: 10px 0 5px;
	text-align: center;
}
.gravure_title span {
	font-size: 20px;
	margin-left: 20px;
}
.gravure_container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding-bottom: 10px;
}
.gravure_thumb {
	display: block;
	max-width: 300px;
	width: auto;
}
.gravure_thumb img {
	display: block;
	width: 100%;
}
.ms-heaven img {
  margin-bottom: 5px;
}
