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

body {
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-family: 'Open Sans', sans-serif;
	margin: 0px auto;
	font-size: 16px;
	background: linear-gradient(#ffffff,#ffffff);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:link {
	text-decoration: none;
	color: #e93802;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
a:visited {
	color: #e93802;
}
a:hover {
    color: #f2320c;
}
a:active {
	color: #ff8000;
}
.relative {
	position: relative;
  	max-width: 1000px;
  	height: auto;
  	margin: 0px auto;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
#wrapper {
	padding-top: 15px;
}
h1 {
	line-height: 100%;
	margin: 0;
	padding: 0;
}
h2 {
	line-height: 100%;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.opacity:hover {
	opacity: 0.8;
}

.relative {
	position: relative;
  	max-width: 1000px;
  	height: auto;
  	margin: 0px auto;
}

.abs01 {
	position: absolute;
	bottom: 160px;
	right: 160px;
	z-index: 860;
}

img.abs01 {
	width: 500px;
}

.abs02 {
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 900;
}

img.abs02 {
	width: 680px;
}

.abs03 {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 900;
}

img.abs03 {
	width: 680px;
}

/**********************************
			top
**********************************/
#top {
	width: 100%;
	line-height: 80px;
	background: linear-gradient(#ffffff,#ffffff);
	color: #2d5469;
	position: fixed;
	z-index: 900;
	border-bottom: 2px solid #333;
}

#top .inner {
	max-width: 1000px;
	margin: 0px auto;
}

#top .logo {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

#top .logo img {
	height: 35px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#top .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 1em;
}

#top .nav ul a {
	display: block;
	color: #CCCCCC;
	margin-top: 10px;
	line-height: 70px;
	padding: 0px 20px 0px 20px;
}

#top .nav ul a:hover {
	color: #6ebd39;
}

#top .nav li {
	float: left;
	width: auto;
	text-align: center;
	position: relative;
}

.spotlight{
    background-image:url("../img/common/spotlight.png");
    position: absolute;
    width: 154px;
    height: 95px;
    left: 50%;
    margin-left: -77px;
    -ms-filter: "alpha( opacity=0 )";
    filter: alpha( opacity=0 );
    opacity: 0;
	z-index: 999;
}

/**********************************
			header
**********************************/
header {
	width: 100%;
	height: auto;
	margin: 0px 0px;
	background-image: url(../img/common/header_back.jpg);
	position: relative;
	background-size: cover;
}

.header_inner {
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

.header_inner img {
	vertical-align: bottom;
}

/**********************************
			content
**********************************/
#content {
	width: 100%;
	height: auto;
	margin: 0px 0px;
}

.content_inner {
	max-width: 1000px;
	height: auto;
	margin: 0px auto;
}
.video{
  position:relative;
}
.video{
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
}

/**********************************
			cta
**********************************/
#cta {
    position:relative;
    background-image:url("../img/common/cta_bg.png");
}

#cta_separator {
    width: 100%;
    height: 131px;
    background-image:url("../img/common/cta_separator.png");
    background-repeat:repeat-x;
}

#texture {
    margin-top: -65px;
    top: 66px;
    width: 100%;
    background-image:url("../img/common/cta_bg_texture.png");
    background-repeat:no-repeat;
    background-position:50% 0;
	padding: 54px 0px;
}

#cta img {
	display: block;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

/**********************************
		content_gray
**********************************/
#content_gray {
	width: 100%;
	height: auto;
	margin: 0px 0px;
	background: linear-gradient(#ffffff,#ffffff);
}

.content_gray_inner {
	max-width: 1000px;
	height: auto;
	margin: 0px auto;
}

/**********************************
		footer
**********************************/
footer {
	width: 100%;
	height: auto;
	margin: 0px 0px;
	margin-top: 65px;
	background: #000000;
}

.footer_inner {
	max-width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
	color: #CCCCCC;
	font-size: 0.9em;
}
