*{
	margin: 0px;
	padding: 0px;
	color: white;
	line-height: 1.5em;
}
html, body{
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo UI", "Meiryo", sans-serif;
	font-size: 18px;
	background-color: #333;
}
#container{
	margin: 0px auto;
	position: relative;
}
#top{
	padding: 10px 20px;
}
img.toplogo {
	width: 300px;
	height: auto;
}
#headerMenu{
	background-color: #666;
	padding: 5px;
	margin-bottom: 10px;
}
.menu{
	text-align: center;
}
.menu *{
	padding: 0px 5px;
	text-decoration: none;
}
#footerMenu > div{
	display: inline-block;
	vertical-align: top;
}
#footerMenu ul{
	margin-left: 55px;
	text-align: left;
	font-size: 15px;
}
#footerMenu li{
	margin-top: 5px;
}
.bar{
	width: 98%;
	background-color: white;
	height: 3px;
	margin: 10px auto;
}
p{
	font-size: 25px;
	font-weight: bold;
	margin: 0px auto 5px;
	padding: 5px;
	text-align: center;
	background-color: black;
}
.contents{
	background-color: white;
	color: black;
	margin: 0px auto;
	padding: 5px;
}
.contents *{
	color: black;
}
.contents a:link{
	color: blue;
}
.contents a:visited{
	color: purple;
}
.contents .bar{
	background-color: black;
}
#koushin > .contents{
	overflow: auto;
	margin: 0px auto 10px;
}
.koushinDate{
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.koushinTitle{
	margin-top: 5px;
	display: inline-block;
	vertical-align: top;
}
#twitterArea{
	height: 300px;
	width: 520px;
	margin: 0px auto;
}
/* TOP画面 バナー画像用  */
img.banner {
	height: 210px;
	width: 512px;
	margin: 0px auto;
	padding: 0px 5px 5px;
}
img.banner2 {
	height: 130px;
	margin: 0px auto;
	padding: 0px 5px 5px;
}

/* inline要素の強制改行  */
p.blank {
	margin: 0px auto;
	padding: 5px;
	background-color: transparent;
}
#topics{
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#topics > ul{
	top: 0px;
	left: 0px;
	position: absolute;
}
.topicsItem{
	float: left;
	left: 0px;
	display: inline;
}
#topics > ul + *{
	clear: both;
}
#topicsSelect{
	margin: 10px auto;
}
#topicsSelect > span{
	font-size: 25px;
	margin: 0px 10px;
}
#topicsSelect > .selecting{
	color: white;
	cursor: default;
}
#topicsSelect > :not(.selecting){
	color: gray;
	cursor: pointer;
}
#copyright{
	width: auto;
	text-align: center;
	padding: 5px 0px;
}
#contentsBottom{
	position: relative;
}
#toTop{
	position: fixed;
	right: 15px;
	bottom: 5px;
	display: none;
	cursor: pointer;
}
#recruitType{
	list-style: none;
}
#recruitType > li{
	float: left;
	margin: 5px 0px 5px 15px;
}
#recruitType > li > a{
	text-decoration: none;
	padding: 10px 15px;
	background-color: #c0c0c0;
	display: inline-block;
	color: black;
}
#recruitType + *{
	clear: both;
}
.pullDownBtn{
	text-align: center;
	padding: 5px;
	margin: 10px;
	width: 500px;
	background-color: #c0c0c0;
}
.pullDownBtn + div{
	margin: 10px 25px;
}
.pullDownBtn > span{
	display: inline-block;
	transition-property: transform;
 	transition-duration: 0.4s;
}
.pullDownBtn > .down{
	transform: rotate(180deg);
}
#companyFooter > a{
	margin-left: 20px;
}
.map{
	width: 640px;
	height: 640px;
	margin: 10px;
	overflow: hidden;
}
.map > *{
	width: 640px;
	height: 640px;
	border: 0;
}
.gameList{
	margin: 0px auto;
}
.gameListItem{
	display: inline-block;
	line-height: 0.5em;
}
.gameListItem > a{
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.gameCopyright{
	font-size: 12px;
}
#error{
	min-height: 400px;
}
.gamelist{
	vertical-align: top;
	display: inline-block;      /* インラインブロック要素にする */
}
#content1{
    border:0px solid rgb(0,0,0);
    background:#ffffff;
    padding: 5px;
    margin:10px 10px;
    border-radius:10px;

}

#content2{
    border:0px solid rgb(0,0,0);
    background:#ffffff;
    padding: 5px;
    margin:10px 5px;
    border-radius:10px;
    box-sizing:border-box;
    width: 500px;
}
.circle {
      border-radius: 50%;
      width: 110px;
      height: 110px;
      object-fit: cover;
}
.circlelab {
      border-radius: 0%;
      height: 90px;
      object-fit: cover;
}
#name {
	font-size: 18px;
	font-weight: bold;
	margin: 10px auto 5px;
	padding: 0px;
	color:#000000;
}
#black {
	font-size: 14px;
	margin: 0px auto 40px;
	padding: 0px;
	color:#5C5C5C;
}
.nakami{
	vertical-align: middle;
	display: inline-block;      /* インラインブロック要素にする */
}
#gameIcon{
	float: left;
	margin:18px 20px 0px 10px;
}
#gameIcon2{
	float: left;
	margin:30px 20px 0px 20px;
}
#gameSet{
	float: left;
	text-align: left;
	margin:0px 0px 0px 0px;
}
.icon {
	display: inline-block;      /* インラインブロック要素にする */
}
#twitter {
    background-image:url(../image/icon_twitter.png);
    width: 30px;
    height:30px;
}
#facebook {
    background-image:url(../image/icon_facebook.png);
    width: 30px;
    height:30px;
}
#instagram {
    background-image: url(../image/icon_instagram.png);
    width: 30px;
    height:30px;
}
#line {
    background-image: url(../image/icon_line.png);
    width: 30px;
    height:30px;
}
#youtube {
    background-image: url(../image/icon_youtube.png);
    width: 43px;
    height:30px;
}
