﻿@charset "utf-8";
@import "compass/css3";

html, body{
  margin:0px; padding:0px;
}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,p,table,th,td {
	margin: 0;
	padding: 0;
}
body {
    font-family: Arial,Helvetica,"ＭＳ明朝 Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;/*iOSで横向き時の文字拡大を防ぐ*/
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
    opacity: 0.7;
}
#pagetop {
    z-index: 200;
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
}
#pagetop img {
	width: 36px;
	height: 36px;

}
#pagetop a:hover {

}
.drawer-nav {
	display: none;
}
#spnav {
	display: none;
}
header{
  z-index: 100;
  position:fixed; 
  width:100%; 
  height:80px; 
  background: linear-gradient(180deg, #AADDFF, #0077FF);
/*
  background: linear-gradient(180deg, #FFFFFF, #00CCFF, #0077FF);
  background: linear-gradient(180deg, #0066CC, #003399, #000033);
  background: rgba(0,180,256,0.9);
  background: rgba(0,119,256,0.8);
*/
/*  background: rgba(0,110,230,0.8);*/
  padding-top: 5px;
}
header:after {
  content: "";
  clear: both;
  display: block;
}
#logo {
    float: left;
    width: 220px;
    padding-left: 10px;
}
header nav {
    float: right;
    padding-top: 30px;
    padding-right: 10px;
}
header nav ul {
    list-style: none;
    letter-spacing: -4em;
    margin: 0;
    padding: 0;
}
header nav li {
    display: inline-block;
    font-size: 0.85em;
    letter-spacing: 0.1em;
}
header nav li a {
    display: block;
    padding: 0px 15px;
    color: #fff;
    text-decoration: none;
}
#bg1{
  background: #000000;
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
    padding: 0 0px 0 0px;
}
#bg2 {
  background: #AADDFF;
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#bg3{
  background: url(../images/bg03.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#bg4 {
/*  background: #66CCFF;*/
  background: url(../images/bg04.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#bg5{
  background: #FFFFFF;
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#bg6{
  background: url(../images/bg05.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#bg7{
  background: linear-gradient(#1E00FF, #AADDFF, #AADDFF);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
#bg8{
  background: #AADDFF;
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}



.bg, .content{
  position:relative;
  width: 100%;
}
.inner{
  min-height:650px;
  position: relative;
}
#area1box {
    width: 800px;
    margin: 0 auto;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
/*    text-shadow: 5px 5px 5px #808080; */
}

h1 {
    clear: both;
/*  width: 230px; */
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.5em;
/*    font-size: 50px;*/
/*   margin: 0px auto 10px; */
    font-family: "ＭＳ明朝 Medium", Verdana, Geneva, "sans-serif";
    text-shadow: 5px 5px 5px #000000;
/*    text-shadow: 5px 5px 5px #505050;*/
}
h0 {
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 2em;
}

h3 {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
/*    font-size: 1.2em;*/
    font-size: 1.3em;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 3px;
    text-align: center;
    margin: 40px auto 50px;
    letter-spacing: 0.05em;
    border-bottom: 1px dotted #000;
/*    font-size: 1.5em;*/
}

}

#area1box p {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 180%;
    text-align: center;
}
.copy{
  position:absolute; 
  top:35%; 
  height:10em; 
  margin-top:-5em; 
  text-align: center;
  left: 10%;
  right: 10%;
}

.hero {
  min-height:450px;
	height: 90vh; 
	background: linear-gradient(
				45deg,
				rgba(100, 230, 250, 0.6),
				rgba(100, 230, 250, 0.6),
				rgba(100, 216, 243, 0.6),
				rgba(150, 236, 198, 0.6),
				rgba(256, 256, 256, 0.7),
				rgba(50, 146, 230, 0.6),
				rgba(100, 146, 230, 0.5),
				rgba(256, 256, 256, 0.8)
			)
			0 0 / 1000% no-repeat,
		url(../images/bg001.jpg) 0 0 / cover no-repeat;
	animation: gradientAnimation 30s ease infinite;
}
@keyframes gradientAnimation {
	0% {
		background-position: 0% 30%, 0 0;
	}
	50% {
		background-position: 100% 70%, 0 0;
	}
	100% {
		background-position: 0% 30%, 0 0;
	}
}

.inner2 {
  position: relative;
  padding-top: 2px;
}


.fordotborder {
    border-top: 1px dotted #666;
}


#area2box {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 80px;
}
#area2box ul {
    text-align: left;
    list-style: none;
}
#area2box h3 {
    border-bottom: 1px dotted #000;
    font-size: 1.5em;
}
#area2box li {
    line-height: 160%;
    font-size: 1em;
    letter-spacing: 0.1em;
    position: relative;
}
#area2box li:before {
    display: inline-block;
    content: '';
    position: relative;
    top: -0px;
    left: 0;
    background: url(../images/menu_bg.gif) no-repeat left;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}
#area2box li a {
    display: inline-block;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    color: #333;
}
#area2box li a:hover {
    text-decoration: underline;
}
p.morebtn a {
    display: inline-block;
    padding: 4px 30px;
    background: #666;
    color: #fff;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin: 30px auto 0;
    font-size: 0.8em;
}
/*ニュース一覧ページ*/
#newslist {
    margin-top: 30px;
}
#newslist li a {
    padding-bottom: 15px;
}
/*ニュース詳細ページ*/
#newsbox {
    width: 600px;
    margin: 60px auto;
}
#date {
    text-align: left;
    font-size: 0.8em;
}
#newsbox h4 {
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
}
#newsbox img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#newsbox p {
    font-size: 0.85em;
    text-align: left;
    line-height: 180%;
}
#newsbox p a {
    text-decoration: none;
    color: #333;
}

#modalbox1 {
    padding: 60px 0 30px;
    background: #FFF;
    line-height: 1.6em;
}
#modalbox1 h5 {
    text-align: right;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
    color: #000;
    font-size: 2.0em;
    font-weight: normal;
    text-shadow: none;
}
#modalbox1 img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

#modalbox {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 0px 0 100px;
    background: #FFF;
}
#modalbox img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
#modalbox a {
    text-decoration: none;
    color: #000;
}
#modalbox h5 {
    text-align: right;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
    color: #000;
    font-size: 2.0em;
    font-weight: normal;
    text-shadow: none;
}

#area3box {
    width: 730px;
    margin: 0 auto;
    padding: 80px 0 120px;
    color: #fff;
    text-align: center;
}
#area3box h2 {
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 1.8em;
    font-weight: normal;
}
#area3box h3 {
    border-bottom: 1px dotted #fff;
    font-size: 1.5em;
}
#area3box p {
    font-size: 1.0em;
    letter-spacing: 0.05em;
    line-height: 230%;
    text-align: left;
    margin-bottom: 70px;
}
#area3box img {
    margin-bottom: 70px;
    width: 80%;
    height: auto;
}

#workflowbox table {
    border-collapse: collapse;
}
#workflowbox th,#workflowbox td {
    padding: 10px;
    text-align: center;
    font-size: 1.0em;
}
#workflowbox th {
    font-weight: normal;
    width: 140px;
}

h2 {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
/*    font-size: 1.2em;*/
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dotted #333;
    text-align: center;
    margin: 5px auto 5px;
    letter-spacing: 0.05em;
}


#area4box {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 20px;
}
#area4box h3 {
    border-bottom: 1px dotted #000;
    font-size: 1.5em;
}
#area4box h4 {
    font-size: 1.2em;
}
#area4box img {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
#area4box p {
    line-height: 10%;
    padding-top: 500px;
}
#artbox {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}
#artbox table {
    border-collapse: collapse;
}

#artbox td {
    padding: 5px;
    text-align: center;
    margin-bottom: 1px;
    font-size: 0.80em;
    border: 2px solid #FFF;
}
#artbox th {
    font-weight: normal;
    padding: 1px;
    text-align: center;
    margin-bottom: 1px;
    font-size: 1.0em;
}


#area5box {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 60px;
    text-align: left;
    color: #000;
}
#area5box h3 {
    margin-bottom: 70px;
    text-align: center;
    border-bottom: 1px dotted #000;
    font-size: 1.5em;
}
#area5box img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
#area5box p {
    line-height: 210%;
    padding-top: 500px;
}

#eqbox {
    padding: 10px;
    width: auto;
    margin: 0 auto;
}
#eqbox table {
    border-collapse: collapse;
}

#eqbox td {
    padding: 5px;
    text-align: left;
    margin-bottom: 1px;
    font-size: 1.0em;
    border: 2px solid #FFF;
}
#eqbox th {
    font-weight: normal;
    padding: 5px;
    text-align: center;
    margin-bottom: 1px;
    font-size: 1.50em;
    border: 2px solid #FFF;
}

#area6box {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 60px;
    text-align: center;
    color: #fff;
}
#area6box h3 {
    border-bottom: 1px dotted #000;
    font-size: 1.5em;
}
#area6box img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
#companybox {
    padding: 40px;
    width: 700px;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
}
#companybox table {
    border-collapse: collapse;
}
#companybox th,#companybox td {
    padding: 10px;
    text-align: left;
    font-size: 1.0em;
}
#companybox th {
    font-weight: normal;
    width: 140px;
}
span.mapbtn {

}
span.mapbtn a {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #333;
    background: #06f;
    color: #fff;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin-left: 10px;
}

#area7box {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 100px;
    text-align: center;
    color: #000;
}
#area7box h3 {
    border-bottom: 1px dotted #000;
    font-size: 1.5em;
}
iframe {
	display: block;
	width: 100%;
	height: 800px;
	border: none;
	margin: 0 auto;
}

#area7box h1 {
    clear: both;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    font-family: Verdana, Geneva, "sans-serif";
    text-shadow: 5px 5px 5px #808080;
}

#recruitbox {
    padding: 40px;
    width: 800px;
    margin: 0 auto;
    background: #FFF;
}
#recruitbox table {
    border-collapse: collapse;
}
#recruitbox th,#recruitbox td {
    padding: 10px;
    text-align: left;
    font-size: 1.0em;
    align: top;
}
#recruitbox th {
    font-weight: normal;
    width: 140px;
}

#area8box {
  z-index: 1;
  width: 100%; 
  height: auto; 
  padding: 20px 50px 80px;
  margin-bottom: 0px;
}
#area8box h3 {
    border-bottom: 1px dotted #000;
    font-size: 1.5em;
}

#area8box:after {
  content: "";
  clear: both;
  display: block;
}
#area8box img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
}

#footer_l {
    width: 280px;
    float: left;
}
#footer_l img {
    margin-bottom: 30px;
}
#footer_l p {
    font-size: 0.9em;
}
#footer_l p a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
#footer_l p a:hover {
    text-decoration: underline;
}
#footer_r {
    float: right;
    width: 700px;
    padding-top: 10px;
}
#footer_r a {
    display: inline-block;
    margin-right: 20px;
}
#footer_r a img {
    width: 206px;
    height: auto;
}
#fotter_r p {
    color: #fff;
}
p#copyright {
    text-align: center;
    color: #fff;
    font-size: 0.75em;
    padding-bottom: 20px;
}

#privacybox {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
	text-align: center;
	padding-top: 170px;
	background: #000;
	opacity: 0.9;
	color: #fff;
	font-size: 0.8em;
	z-index: 10;
}
#privacybox p {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	line-height: 190%;
}
p#close {
	text-align: center;
	margin: 60px auto 0;
	background: #ccc;
	padding: 5px;
	color: #333;
    cursor: pointer;
	width: 80px;
	z-index: 11;
}
#footerbanner_sp {
    display: none;
}
#footerbanner {
  z-index: 100;
  position:fixed; 
  bottom: 0;
  width: 100%; 
  height: 60px; 
  background: linear-gradient(180deg, #AADDFF, #0077FF);
/*
  background: linear-gradient(180deg, #AAFFFF, #00CCFF, #0077FF);
  background: linear-gradient(180deg, #0066CC, #003399, #000033);
  background:rgba(0,127,256,0.9);
*/

  padding-top: 10px;
  text-align: center;
}
#footerbanner a {
    display: inline-block;
    margin-top: 0px;
    margin-right: 5px;
}
#footerbanner a img {
    width: 206px;
    height: auto;
}




@media screen and (max-width:1024px) {

#spnav {
	z-index: 1000;
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
}
#spnav:after {
    content: ".";
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0; 
    clear: both;
    display: block;
    visibility: hidden;
}
.drawer-nav {
	display: block;
}
.drawer-nav li{
    font-size: 0.8em;
	font-weight: bold;
	text-align: left;
    color: #a79574;
	border-top: 1px solid #ddd;
    vertical-align: middle;
}
.drawer-nav li:last-child {
	border-bottom: 1px solid #ddd;
}
.drawer-nav li a {
	display: block;
    padding: 10px 0 10px 20px;
    color: #333;
    text-decoration: none;
}
header nav {
    display: none;
}
section {
    padding: 0 10px 0 10px;
}

header{
  width:100%; 
  height:40px; 
  padding-top: 0px;
  background:rgba(0,127,256,0.6);
}

#logo {
    float: left;
    width: 110px;
    padding-left: 0px;
}
#logo img {
    width: 110px;
    height: auto;
}
}



@media screen and (max-width:768px) {

.bg, .content{
  position:relative;
  width: 100%;
}
#bg1{
 background: url(../images/bg001.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
    padding: 0 0px 0 0px;
}
#bg3{
  background: url(../images/bg03.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  background-attachment: scroll;
}
#bg4{
  background: url(../images/bg04.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  background-attachment: scroll;
}
#bg6{
    background: url(../images/bg05.jpg) no-repeat;
  background-size:cover;
  background-position:center center;
  background-attachment: scroll;
}
#bg8{
  background: #AADDFF;
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}

.inner{
  min-height:auto;
  position: relative;
}
#area1box {
    width: 100%;
    min-height: 450px;
}

h1 {
    clear: both;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    font-family: Verdana, Geneva, "sans-serif";
    text-shadow: 5px 5px 5px #000000;
}

h0 {
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 2em;
}


h2 {
    margin-bottom: 40px;
    letter-spacing: 0.03em;
    font-size: 0.93em;
}
#area1box p {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 170%;
    text-align: left;
    padding: 0 15px 0;
}
.copy{
  position:absolute; 
  top:30%;
  width: 90%;
  height:10em; 
  margin-top:-5em; 
  left: 10%;
  right: 10%;
}

.hero {
  min-height:auto;
	height: 90vh;
	background: linear-gradient(
				45deg,
				rgba(100, 230, 250, 0.6),
				rgba(100, 230, 250, 0.6),
				rgba(100, 216, 243, 0.6),
				rgba(150, 236, 198, 0.6),
				rgba(256, 256, 256, 0.7),
				rgba(50, 146, 230, 0.6),
				rgba(100, 146, 230, 0.5),
				rgba(256, 256, 256, 0.8)
			)
			0 0 / 1000% no-repeat,
		url(../images/bg001.jpg) 0 0 / cover no-repeat;
	animation: gradientAnimation 30s ease infinite;
}
@keyframes gradientAnimation {
	0% {
		background-position: 0% 30%, 0 0;
	}
	50% {
		background-position: 100% 70%, 0 0;
	}
	100% {
		background-position: 0% 30%, 0 0;
	}
}

.inner2 {
  position: relative;
  padding-top: 2px;
}

#area2box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 40px;
}
h3 {
    font-size: 0.95em;
    padding-bottom: 2px;
    margin: 10px auto 15px;
    letter-spacing: 0.05em;
}
#area2box li {
    line-height: 160%;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    position: relative;
}
#area2box li:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
/*    background: url(../images/bg02.jpg) no-repeat left; */
    background:#080808;
    background-size: 5px 7px;
    width: 5px;
    height: 7px;
}
#area2box li a {
    display: inline-block;
    padding: 5px 0 5px 14px;
    text-decoration: none;
    color: #333;
}
#area2box li a:hover {
    text-decoration: underline;
}
/*ニュース詳細ページ*/
#newsbox {
    width: 100%;
    margin: 30px auto 20px;
}

#modalbox {
    width: 100%;
    margin: 30px auto 20px;
}

#modalbox1 img {
    width: 80px;
    height: auto;
    margin-bottom: 0px;
}
#area3box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px;
    text-align: center;
    color: #fff;
}

#area4box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px;
    text-align: center;
}

#area4box img {
    width: 90%;
    height: auto;
    margin-bottom: 1px;

}
#artbox {
    padding: 20px;
    width: 100%;
}
#artbox th,#artbox td {
    padding: 5px;
    font-size: 0.8em;
}


#area5box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 60px;
    text-align: center;
}

h5 {
    font-size: 1em;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
h6 {
    font-size: 0.9em;
    margin: 10px 0;
}
#area5box p {
    font-size: 0.75em;
    line-height: 200%;
}
p#tsuyomi {
    margin: 10px 0;
}
#area5box {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 60px;
}
#area5box h3 {
    margin-bottom: 20px;
}
#area5box img {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
}
#area5box p {
    line-height: 180%;
    padding: 0 5%;
    padding-top: 200px;
}


#eqbox {
    padding: 10px;
    width: 100%;
}
#eqbox th,#eqbox td {
    padding: 5px;
    font-size: 0.8em;
}

#area6box {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 60px;
    color: #fff;
    text-align: center;
}
#area6box h2 {
    margin-top: 20px;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
    font-size: 0.95em;
}
#area6box p {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 200%;
    text-align: left;
}
#area6box img {
    width: 90%;
    height: auto;
    margin-bottom: 35px;
}


#companybox {
    padding: 20px;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
#companybox th,#companybox td {
    padding: 5px;
    font-size: 0.8em;
}
#companybox th {
    width: 30%;
}
#companybox td a {
    color: #fff;
}
span.mapbtn {

}
span.mapbtn a {
    padding: 6px 16px;
    margin-left: 10px;
}

#area7box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px 50px;
    text-align: center;
    color: #000;
}
iframe {
	display: block;
	width: 100%;
	height: 800px;
	border: none;
	margin: 0 auto;
}
#area7box h1 {
    clear: both;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    font-family: Verdana, Geneva, "sans-serif";
    text-shadow: 5px 5px 5px #808080;
}

#recruitbox {
    padding: 20px;
    width: 100%;
    background:  #FFF;
}
#recruitbox th,#crecruitbox td {
    padding: 5px;
    font-size: 0.8em;
}
#recruitbox th {
    width: 30%;
}
#recruitbox td a {
    color: #000;
}

#area8box {
  z-index: 1;
  width: 100%; 
  height: auto; 
  padding: 30px 0px 80px;
  margin-bottom: 0px;
}
#area8box img {
    width: auto;
    height: auto;
    margin-bottom: 5px;
}

#footer_l {
    width: 100%;
    float: none;
    text-align: center;
}
#footer_l img {
    margin-bottom: 30px;
    width: 140px;
    height: auto;
}
#footer_l p {
    font-size: 0.8em;
    text-align: center;
}
#footer_l p a {
    cursor: pointer;
}
#footer_r {
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 40px;
}
#footerbanner {
    display: none;
}
#footerbanner_sp {
  z-index: 100;
  position:fixed; 
  bottom: 0;
  width: 100%; 
/*  background:rgba(0,0,0,0.5);*/
  background:rgba(0,127,256,0.6);
  text-align: center;
    display: block;
    padding-top: 8px;
    padding-bottom: 4px;
}
#footerbanner_sp a {
    display: inline-block;
    width: 20%;
    height: auto;
    margin: 0;
}
#footerbanner_sp a img {
    width: 100%;
    height: auto;
}
p#copyright {
    font-size: 0.65em;
    padding-bottom: 20px;
}
#privacybox {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
	text-align: center;
	padding-top: 10%;
	font-size: 0.75em;
	z-index: 10;
}
#privacybox p {
    width: 100%;
	margin: 0;
    padding: 0 5%;
	line-height: 190%;
}
p#close {
	margin: 30px auto 0;
	width: 120px;
	z-index: 11;
}
#pagetop {
    bottom: 3px;
    right: 3px;
}
}



@media screen and (max-width:500px) {

#footerbanner_sp {

}
#footerbanner_sp a {
    display: inline-block;
    width: 32%;
    height: auto;
    margin: 0;
}
}
