

/* Global craster */


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	list-style: none;
}

html {
}

a {
	outline: 0;
}

body {
	background-image: url("../Image/bg01.png");
	color: #000000;
	width: 800px;
	margin: 0px auto;
}
h1 {
	color: #565656;
	font-size: 12px;
}

#IndexCont {
	background-color: #ffffff;
	padding-bottom: 10px;
}

#IndexCont p {
	width: 500px;
	margin: 0px auto;
	font-size: 12px;
	color: #565656;
	margin-bottom: 30px;
}

/* #Enter a {
	display: block;
	background-image: url("../Image/enter02.png");
	background-repeat: no-repeat;
	width: 400px;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
}

#Enter a:hover {
	background-image: url("../Image/enter02_over.png");
	background-repeat: no-repeat;
} */

.enter{
  text-align: center;
}

.enter a{
  display: block;
  margin: 0 auto 30px;
  background: #00b7ee;
  width: 250px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
}

.enter a:hover{
  opacity: 0.8;
}

#Link {
	padding-left: 10px;
}

#Header {
  background-image: url("../Image/index.png");
  background-size: contain;
  background-repeat: no-repeat;
	height: 300px;
	text-indent: -9999px;
}

#Contents {
	background-color: #ffffff;
	padding: 10px 10px;
	overflow: auto;
	height: 100%;
}

*html body #Contents {
	padding-right: 0px;
}

*+html body #Contents {
	padding-right: 0px;
}

#Menu {
	width: 800px;
	height: 40px;
}

#TopButton {
	display: block;
	background-image: url("../Image/button_top01.png");
	text-indent: -9999px;
	height: 40px;
	width: 160px;
	background-repeat: no-repeat;
}

#TopButton:hover {
	background-image: url("../Image/button_top02.png");
}

#GirlsButton {
	display: block;
	background-image: url("../Image/button_girls01.png");
	text-indent: -9999px;
	height: 40px;
	width: 160px;
	background-repeat: no-repeat;
}

#GirlsButton:hover {
	background-image: url("../Image/button_girls02.png");
}

#EventButton {
	display: block;
	background-image: url("../Image/button_event01.png");
	text-indent: -9999px;
	height: 40px;
	width: 160px;
	background-repeat: no-repeat;
}

#EventButton:hover {
	background-image: url("../Image/button_event02.png");
}

#SystemButton {
	display: block;
	background-image: url("../Image/button_system01.png");
	text-indent: -9999px;
	height: 40px;
	width: 160px;
	background-repeat: no-repeat;
}

#SystemButton:hover {
	background-image: url("../Image/button_system02.png");
}

#RecruitButton {
	display: block;
	background-image: url("../Image/button_recruit01.png");
	text-indent: -9999px;
	height: 40px;
	width: 160px;
	background-repeat: no-repeat;
}

#RecruitButton:hover {
	background-image: url("../Image/button_recruit02.png");
}

#MainWin{
width: 590px;
}

#girllist{
  display: flex;
  flex-wrap: wrap;
}

#girllist li{
  width: calc(100% / 4);
  text-align: center;
  background: #d3f5ff;
  padding: 10px 0;
  border: 1px solid #fff;
  box-sizing: border-box;
}

#LeftWin {
	width: 180px;
	overflow: auto;
}

#LeftWin a {
	display: block;
}

#LeftWin a:nth-child(3) p{
	display: none;
}

#LeftWin a:nth-child(4){
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 0 0 10px;
}

#NewInfo {
	width: 290px;
	overflow: hidden;
}

#NewInfo p {
	background-color: #ffffff;
	border: 2px inset #00ccff;
	padding: 10px 10px 20px 10px;
	height: 244px;
	color: #565656;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}

#NewInfo p span{
	display: block;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #66ccff;
}

#NewInfo p IFRAME {
	width: 275px;
	overflow: auto;
}

#PickG {
	width: 290px;
}

#PickG table {
	background-color: #ffffff;
	width: 290px;
	color: #565656;
	border: 2px inset #00ccff;
	border-collapse: collapse;
}

#PickG table td {
	border: 1px outset #00b7ee;
	width: 60%;
}

#PickG table th {
	border: 1px outset #00b7ee;
	width: 40%;
}

#Map {
}

#FootNavi  {
	text-align: center;
}

#FootNavi ul li{
	display: inline;
	padding: 0px 10px;
	font-size: 12px;
	border-left: 1px solid #000000;
	background-color: #ffffff;
}

#Copy {
	background: #6cdafc;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
}

.GirlTab {
	width: 590px;
	background-color: #66ccff;
	color: #ffffff;
	margin-bottom: 10px;
}

.BorBG {
	border-bottom: 1px dashed #85c322;
}

.AlignR {
	text-align: right;
}

.DisplayB {
	display: block;
}

.MarB5 {
	margin-bottom: 5px;
}

.MarB10 {
	margin-bottom: 10px;
}

.MarB30 {
	margin-bottom: 30px;
}


.MarR10 {
	margin-right: 10px;
}

.MarS5 {
	margin: 0px 5px;
}

.PadL10 {
	padding-left: 10px;
}

.PadS10 {
	padding: 0px 10px;
}

.OverA {
	overflow: auto;
}


.FloatL {
	float: left;
}

.Clear {
	clear: both;
}

.BgcW {
	background-color: #ffffff;
}

