@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.ac {text-align: center;}
.al {text-align: left;}
.ar {text-align: right;}


/*
 | ------------------------------------------
 | Layout
 | ------------------------------------------
*/

#wrap img {
	max-width: 160px;
	height: auto;
}

body {
	background: #000000 url(../img/bg.jpg) 50% 0 no-repeat;
	background-size: 430px 169px;
	color: #FFF;
}
#view { background-image: none;}
#wrap {
	min-width: 320px;
	margin: auto;
}
#contents {
	overflow: hidden;
	margin:auto;
}

#header {
	padding:15px 0 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
}
#logo {
	width: 103px;
	height: 83px;
}
#header h1 + h2 {
	margin-top: 10px;
}
#header h2 {
	font-weight:bold;
}

#case #header {
	margin-bottom: 0;
}
#case #header span {
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	font-size: 12px;
}

#nav ul {
	width: 320px;
	margin: auto;
}
#nav li { margin-bottom: 10px;}
#nav li a { display: block; width: 100%; height: 100%;}

#nav ul li:nth-child(odd) {
float: left;
}
#nav ul li:nth-child(even) {
float: right;
}
#nav li { width: 150px; height: 150px;}


#slider ul li a {
display: block;
}
#slider ul li a + a {
margin-top: 10px;
}


#map {
	width: 101px;
	height: 58px;
}



#linkList {
	display: table;
	table-layout: fixed;
	margin: 0 auto 10px;
}
#linkList li {
	display: table-cell;
	padding: 5px 13px 5px 0px;
}
#linkList li:last-child {
	padding: 5px 0px 5px 0px;
}


#linkList img {
	width: 54px;
	height: 54px;
}
#linkList span {
	position: relative;
	display: block;
	background-color: #b00005;
}
#linkList span img {
	position: relative;
	z-index: 50;
	opacity: 0.50;
}

#columnBn {
	width: 256px;
}


/*
| ------------------------------------------
| Glide styles
| ------------------------------------------
| Here are slider styles
| 
*/

#slider {
position: relative;
width: 100%;
width: 218px;
height: 385px;
margin: auto;
/* overflow: hidden; */
}

.slides {
	height: 100%;

	height: 385px;

	overflow: hidden;

    -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
             -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                 -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                     transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
	width: 218px;
	height: 100%;
	float: left;
	clear: none;
	text-align: center;
}

.slide img {
	border: 1px solid #FFFFFF;
}

.slider-arrows {}

.slider-arrow {
	position: absolute;
	display: block;
	width: 14px;
	height: 24px;
	xmargin-bottom: -10px;
	padding: 5px;
}

.slider-arrow--right {
	bottom: 50%;
	right: -10px;
	background: #3d3d3d url(../img/next.png) 5px 5px no-repeat;
	-webkit-background-size: 14px 24px;
	background-size: 14px 24px;
	border-radius: 3px;
}
.slider-arrow--left {
	bottom: 50%;
	left: -10px;
	background: #3d3d3d url(../img/prev.png) 5px 5px no-repeat;
	-webkit-background-size: 14px 24px;
	background-size: 14px 24px;
	border-radius: 3px;
}


.slider-nav {
	position: absolute;
	bottom: 30px;
}

.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #787878;
	border-radius: 12px;
}

.slider-nav__item:hover { background: #b00000; }
.slider-nav__item--current { background: #b00000; }


#view #contents { position: relative;}


#SCD {
	display:none;
}
.port {	width: 100%;}

.land {	width: 100%;}



#load {
	position: absolute;
	top: 50%;
	left:  50%;
	
	margin-left: -110px;
	margin-top: -9px;
}

#close {
	position: fixed;
	top: 0;
	left: 0;
	
	display: block;
	width: 10%;
	height: 10%;
}
#close img {
	width: 100%;
	max-width: 100px;
	height: auto;
}

#descBox {
	display: none;
	width: 320px;
	height: 200px;
	background: #131313;
	border: 1px solid #161616;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	box-sizing: border-box;
}

#descBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


#footer {
	width: 256px;
	margin: 10px auto 0;
	font-size: 12px;
}
#index #footer {
	width: 320px;
}


#footer a {
	display: block;
	text-align: center;
	background: #333;
	border-radius: 5px;
	padding: 13px 0px;
	box-sizing: border-box;
	color: #FFF;
	margin-bottom: 10px;
	text-decoration: none;
}

#footer p {
	display: block;
	text-align: center;
}

