@charset "UTF-8";
body{
	font-family: "遊ゴシック 本文";
	background-color: black;
	margin: none;
	font-style: normal;
	font-weight: 200;
	padding-bottom: 0px;
	color: white;
}

@media screen and (min-width : 1091px ) and ( max-width : 2000px ){


header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: black;
	color: white;
	z-index: 9999;
}



	
	.sp-menu{
		display: none;
	}

.pc-menu {
	float: right;
	list-style: none;
	overflow: hidden;
	width: 100;
	margin-top: 10px;
	margin-right: 10px;
    margin-bottom: 10px;
	font-size: 16px;
	color: white;
	}

.pc-menu li{
	float: left;
	color: white;
}

.pc-menu li a{
	float: left;
	display: block;
	padding: 0px 15px;
	text-align: center;
	text-decoration: none;
	color: white;
}

.pc-menu li a span{
	display: block;
	margin: 1px 0 0 0;
	color: #A4A4A4;
	font-size: 80%;
}

.content-box{
	width: 100%;
	height: auto;
	margin-top: 70px;
	background-color: black;
	}

footer{
	width: 100%;
	height: 140px;
	margin-top: none;
	background-color: black;
    color: white;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 4px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 3px 0 6px;
  margin-right: 5px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #555555;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sns-icon{
	list-style: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	
}

.sns-icon li {
	float: left;
	margin-top: none;

}

.sns-icon li a{
	float: left;
	padding: 15px;
}

.sns-icon li a　img{
	float: left;
	display: inline-block;
	text-align: center;
}

#copyright{
	width: 100%;
	text-align: center;
	float: left;
	font-color: white;
}



}
.rogo img{
	max-width: 100%;
		height:auto;
	
}
	
@media screen and (max-width : 720px ){
	.rogo img{
		max-width: 100%;
	    height: auto;
	}
	
}

.content-text{
	font-family: 遊ゴシック　本文;
}


