﻿@charset "utf-8";

/* reset css
------------------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline; */
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	margin-bottom: 0;
	border-collapse: collapse;
	border-spacing: 0;
}



/* common setting
------------------------------------------------------------------*/
.webkit body { font-size:85%;}
.opera body { font-size:85%;}
.win body { font-size:85%;}
.mac.safari body { font-size:75%;}
.gecko body { font-size:85%;}

/* margin class */
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.ml0 {margin-left:0px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}

.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}

/* padding class */
.pt0 {padding-top:0px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:10px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}

.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}

.pl0 {padding-left:0px !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}

.pr0 {padding-right:0px !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}

.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0% !important;
	height:0px !important;
	width:0px !important;
	float:none !important;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
a {
	text-decoration: none;
	color:#00a5ff;
}
a:hover {
	text-decoration:underline;
	color:#fff;
}
img {
	padding: 0px;
	margin:0;
	border: none;
	line-height: 0%;
/*	vertical-align: bottom; */
	vertical-align:none !important;
}






html {
	height:100%;
 }


body {
	-webkit-text-size-adjust: none;
	padding: 0;
	text-align: center;
	font-family: 'open sans', Arial, Helvetica, Verdana, sans-serif, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic' ;	position: relative;
	margin: 0;
	/*
font-family: ‘Metrophobic’, Arial, serif;
	font-family: 'Nunito', sans-serif;
 */
	font-weight: 400;
	background:#000050;
}

#wrapper {
	width:960px;
	height: 100%;
	margin: 0 auto;
	padding:40px 20px;
	text-align:left;
}
#side {
	width:250px;
	margin: 0 auto;
	float:left;
	position:relative;
	z-index:10;
}
#main {
	width:100%;
	margin: 0 auto;
	margin-left:-250px;
	float:left;
	position:relative;
	z-index:1;
}
#mainInner {
	padding-left:300px;
}
h1 {
	width:240px;
	height:59px;
	text-indent:-9999px;
	background: url(../img/logo_s.png) 0 0 no-repeat;
	background-size:240px 59px;
	margin-bottom:12px;
}
#side h2 {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	padding-left:8px;
}
#side h2 em{
	font-size:12px;
	font-style:normal;
}
#side .info {
	margin-top:40px;
	padding-left:8px;
	line-height:140%;
}
.info dl{
	display:block;
	margin-bottom:12px;
	padding-left:0px;
	line-height:120%;
}
.info dt{
	display:block;
	margin-bottom:0px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.info dd{
	display:block;
	font-size:12px;
	padding-left:8px;
	color:#fff;
}

#main .conts {
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #575783;
	line-height:140%;
	color:#fff;
}
#main .conts .en {
	/* margin-bottom:20px; */
}
#main .conts h2{
	margin-bottom:16px;
	font-size:24px;
	font-weight:bold;
}
#main .conts h3{
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
}
#main .conts p{
	font-size:13px;
}

#main .video-wrapper {
	/* width: 660px; */
	max-width: 100%;
	margin-bottom:8px;
}
#main .video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

#main .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .screenShot li{
	display:block;
	line-height:0;
	margin-bottom:12px;
	width:49%;
	float:left;
	margin-right:10px;
}

#main .screenShot li.odd {
	float:right;
	margin-right:0;
}

@media only screen and (max-width: 667px) {
	#main .screenShot li{
		width:48%;
	}
}

#main .screenShot img{
	width:100%;
}
#main .logos{
	display:block;
	width:30%;
	float:left;
}
#main .textBox {
	float:right;
	width:65%;
}
#main .textBox p{
	line-height:120%;
}
#main .textBox li{
	font-size:13px;
	line-height:130%;
	list-style-type:disc;
	margin-bottom:10px;
	margin-left:14px;
}


#main .logos li a {
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:100%;
/* 	width:49%; */
	border:1px solid #575783;
}

#main .logos li a.logo_a { float:left; }
#main .logos li a.logo_b { float:right; }

#main .logos li img {
	line-height:0%;
	width:100%;
}
#main .logos02 li img {
	padding:10px 0;
}
#main .logos03 li img {
	width:70%;
}

#main .logos li a span {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#999;
	text-align:right;
	line-height:120%;
}
.bn {
	border:none !important;
}
#footer {
	text-align:center;
	font-size:11px;
	color:#fff;
}


@media screen and (max-width:960px) {
	#wrapper {
		width:auto !important;
	}
}

@media screen and (max-width:640px) {
	#wrapper {
		width:auto !important;
	}
	#side {
		float:none;
		margin-bottom:40px;
		padding-bottom:40px;
		border-bottom:1px solid #ccc;
		width:100%;
	}

	h1 {
		margin:0 auto 12px;
	}
	#side h2 {
		text-align:center;
	}
	#side .info {
		padding-left:0px;
	}

	#main {
		float:none;
		margin-left:0;
	}
	#mainInner {
		padding-left:0;
	}

	#main .logos li a span {
	text-align:center;
	}

}
