@import url('reset.css');

body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	
}
.ac_header-fixed {
	position: fixed;/* ヘッダーの固定 */
	top: 1px;/* 位置(上0px) */
	left: 10px;/* 位置(右0px) */
	width: 100%;/* 横幅100%　*/
	height: 1px;/* 縦幅140px */
	font-size: 20px;
	right: 10px;
}
div#header-bk {
	 
	font-size:20px;
	padding:px 10px;       /* 上10px、下20pxをあける */
	height:0px;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
}
div#header {
	border-width: 0px;
	border-style: solid;
	border-color: #ffffff;/* 表示領域を白枠で囲う */
	height: 100%;/* 縦の表示領域はheader-bkと同じ */
	width: 970px;/* 横の幅970px */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;/* 中央揃え */
}
a{
	color:#ffffff;
	text-decoration:none;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:1px;
	width:100%;
	opacity:0.4;
	display:none;
}
.ac_overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 1px;
	left: 0px;
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
}
.ac_loading{
	position:relative;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.8;
	display:none;
}
.ac_content{
	position: relative;
	height: 0px;
	width: 100%;
	left: 0px;
	margin-top: 100px;
	background-color: #000000;
	top: 50px;
}
.ac_content h1{
	display: block;
	float: left;
	width: 90px;
	height: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 26px;
	font-weight: bold;
	line-height: 20px;
	margin-right: 1px;
	background-color: transparent;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat;
	background-position: left bottom;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:20px;
}
.ac_menu{
	background-color: transparent;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	float: left;
	position: relative;
	height: 90px;
	width: 0px;
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	
	height:90px;
	overflow:hidden;
}
.ac_menu > ul > li a{
	margin-top:60px;
	opacity:0;
	display:block;
	height:90px;
	padding:0px 10px;
	text-align:center;
	line-height:90px;
	outline:none;
	font-size:20px;
	font-weight:bold;
	text-shadow:1px 1px 1px #999;
}
.ac_subitem{
	width:300px;
	height:0px; /* animate to 400px */
	top:50%;
	right:0px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
}
.ac_subitem h2{
	font-size:26px;
	font-weight:bold;
	color:#fff;
	padding: 20px 0px 0px 20px;
	text-shadow:1px 1px 1px #999;
}
.ac_subitem ul{
	padding:10px 20px;
}
.ac_subitem ul li{
	margin:4px 4px;
       text-align: left;
       padding-top: 10px;
}
.ac_subitem ul li:first-child{
	font-size:20px;
	text-transform:none;
	border-bottom:1px dotted #333;
	padding-bottom:5px;
	margin-bottom:10px;
}
span.ac_close{
	float:right;
	margin:12px;
	width:13px;
	height:14px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.7;
}
span.ac_close:hover{
	opacity:0.9;
}
.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:14px;
	height : 27px;
	padding-bottom:18px;
	background-color:#000000;
}
.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	float:right;
}
.footer a:hover{
	
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}
#modal-content{
	width:30%;
	margin:1.5em auto 0;
	padding:10px 10px;
	border:0px solid;
	background:#fff;
	z-index:1;
	position: relative;
	opacity:0.9;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}
.cookie-consent {
            display: flex;
            justify-content: center;
            align-items: center;
            position: fixed;
            bottom: 0;
            width: 100%;
            font-size: 12px;
            color: #fff;
            background: rgba(0,0,0,.7);
            padding: 1.2em;
            box-sizing: border-box;
            visibility: hidden;
        }
        .cookie-consent.is-show {
            visibility: visible;
        }
        .policy-link, :link, :visited, :hover, :active {
	color: white;
	font-size: 14px;
	text-decoration: none;
}
        .cookie-agree, .cookie-reject {
            color: #fff;
            background: dodgerblue;
            padding: .5em 1.5em;
            margin-left: 20px;
        }
        .cookie-agree:hover, .cookie-reject:hover {
            cursor: pointer;
        }
        /* パッと消える */
        .cc-hide1 {
            display: none;
        }
        /* ゆっくり消える */
        .cc-hide2 {
            animation: hide 1s linear 0s;
            animation-fill-mode: forwards;
        }
        @keyframes hide {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
                visibility: hidden;
            }
        }
        /* メディアクエリ */
        @media screen and (max-width: 600px) {
            .cookie-consent {
                flex-direction: column;
            }
            .cookie-text {
                margin-bottom: 1em;
            }
        }