html,body{
	height:100%;
}
body{
	background-color: black;
	color:white;
	margin:0px;
    padding:0px;
    font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Raleway', 'sans-serif';
	font-size: 12pt;
	font-weight: 300;    
}

h1,h2,h3,h4,h5,h6{
	line-height:1.3;
	margin:0px;
	padding:6px;
}
h1{
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 10px;
}
a{
	color:deeppink;
	text-decoration:none;
}
a:hover{
	position:relative;
	top: 2px;
}
img {
	width: 100%;
	height:auto;
	margin:0;
}

small {
	font-size: 10px;
}
big {
	font-size: 40px;
}
strong {
	font-weight: bold;
	font-size: 16px;
}
hr {
	border: none;
	border-top: dotted 1px deeppink;
	width: 70%;
	margin: 2% auto;
	height: 1px;
	color: white;
}
.img100 {
	width: 100%;
	height:auto;
}
.img90 {
	width: 90%;
	height:auto;
}
.img70 {
	width: 70%;
	height:auto;
}
.img50 {
	width: 50%;
	height:auto;
}
.img30 {
	width: 30%;
	height:auto;
}
.img25 {
	width: 25%;
	height:auto;
}
.linkimg {
	height: 50px;
	width:auto;
}
.r18 {
	color:deeppink;
}
.clear{
	clear:both;
}
@media screen and (max-width: 768px) {
p {
	font-size: 10.5px;
}
.img90,.img70,.img50{
    width: 100%;
	}
}





.attention{
	position:fixed;
	top: 0;
	left: 0;
	margin: 0;
	text-align:center;
	width: 100%;
	height: 120%;
	background-color:black;
}
.attention>p{
	line-height: 3;
	color:white;
}
.attention>h1{
	line-height: 3;
}

.link{
	position:fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 20px 0;
	text-align:center;
	width: 100%;
	height: auto;
	background-color:black;
}

.info{
    margin: 12px 30%;
	padding: 24px 0 24px;
	text-align:left;
	border-bottom:dotted 2px deeppink;
}
.info>p{
	margin-left:24px;
}

@media screen and (max-width: 1366px) {
.info{
    margin: 12px 20%;
	}
}
@media screen and (max-width: 1024px) {
.info{
    margin: 12px 5%;
	}
}
@media screen and (max-width: 768px) {
.info{
    margin: 12px 2%;
	}
}

.rhs_thumb {
	display: block;
	float:left;
	width:19%;
	height:80px;
	margin:0 0.5%;
	margin-bottom:8px;
	vertical-align:top;
	padding:5px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	background: black;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}


header,footer{
	margin:0;
	text-align:center;
}
footer{
	margin-bottom:100px;
}
