<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* GENERAL
----------------------------------------------------------- */
/* Zero default margin &amp; padding */
article, blockquote, body, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, header, li, menu, nav, ol, p, section, ul {
margin: 0;
border: 0 none #000000;
padding: 0;
}
body{
	line-height: 1;
	margin: 0;
	font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
ol, ul {
	list-style: none;
}
.clear {
	clear: both;
}
.hide{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
}

/* HEADER
----------------------------------------------------------- */
header h1 a{
	display: block;
	height:30px;
	border-bottom:solid 10px #cc0000;
	background:#000 url(../images/newgin.png) no-repeat center;
	background-size:auto 70%;
	padding:10px;
}

/* CONTENT
----------------------------------------------------------- */
.wrapper{
	background-color: #000000;	
}


#content img{
	max-width:100%;	
	width:100%;
	vertical-align:bottom;
}

.banner{
	padding: 10px;
}

#copyright{
	color: #FFFFFF;
	width:100%;
	text-align: center;
	font-size: 7pt;
	padding-top:10px;
	padding-bottom:40px;
}

.m01{
	position: absolute;
	top: 749px;
	z-index: 700;
	width: 10%;
	left: 172px;
}

/* FOOTER
----------------------------------------------------------- */
footer{
	background-color: #3B3B3B;
	padding: 35px 0;
}
footer p {
	color: white;
	text-align: center;
	margin-top: 35px;
}
#foot_sns{
	width: 200px;
	margin: 35px auto 0 auto;
}
#foot_sns{
	width: 200px;
	margin: 35px auto 0 auto;
}
#foot_sns li{
	width: 100px;
	float: left;
	text-align: center;
}
footer h4{
	width: 20%;
	margin: 0 auto;
}
footer h4 img {
	width: 100%;
	height: inherit;
}
#copy small{
	font-size: 0.8em;
}
#sns p img {
	width: 38px;
	height: 38px;
}
/* global Navi
-------------------------------------------------------------*/
#gnavi {
	width: 100%;
	height: auto;
	margin-top: 0px;
	background-color: #000;
}


#gnavi li {
	width: 50%;
	float: left;
	background-color: #000;
}

#gnavi li img {
	vertical-align: top;
	line-height: 1;
	border: 0;
}

#gnavi li:first-child a {
	display: block;
}

#gnavi li:nth-child(2) a {
	display: block;
}




/* sub Navi
-------------------------------------------------------------*/
#subnavi {
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	top: 63px;
	left: 0px;
	z-index: 100;
	width: 100%
}


#subnavi li {
	width: 50%;
	float: left;
}

#subnavi li img {
	vertical-align: top;
	line-height: 1;
}

#subnavi li:first-child a {
	display: block;
}

#subnavi li:nth-child(2) a {
	display: block;
}
/* ページトップへ戻る */
.pageTop {
	display:none;
	position:relative;
	width:90%;
	max-width:900px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	width: 66px;
	hegiht:66px;
	margin-left:920px;
	padding:1em 0 1em 2px;
	background:#cc0000;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
	border-radius:3px 3px 0 0;
}
.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;
}
.pageTop a:before {
	top:50%;
	margin-top:-13px;
	border-bottom:10px solid #cc0000;
}
.pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
	border-bottom:10px solid #fff; /* 矢印の色 */
}

/* =====================
	タブレット向け
======================= */
@media screen and (min-width: 480px) and (max-width: 959px) {

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}

/* タブレット向けここまで */ }

/* =====================
	スマホ向け
======================= */
@media screen and (max-width: 479px) {

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}

/* スマホ向けここまで */ }
</pre></body></html>