/* CSS Document */

/* Base */

* {
	margin: 0;
	padding: 0;
}
html, body {
	overflow-x: hidden !important;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: #000;
}


a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
p {
	line-height: 2em;
	font-weight: 300;
}
ul, ul li {
	list-style: none;
}
a, a i, p, img, ul, *:after, *:before, nav {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
a {
	color: #00172D;
}
br.sp {
	display: none;
}

/* icon font */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ujqrec');
  src:  url('../fonts/icomoon.eot?ujqrec#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ujqrec') format('truetype'),
    url('../fonts/icomoon.woff?ujqrec') format('woff'),
    url('../fonts/icomoon.svg?ujqrec#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up4:before {
  content: "\e903";
}
.icon-menu7:before {
  content: "\e902";
}
.icon-new-tab:before {
  content: "\e900";
}
.icon-arrow-down4:before {
  content: "\e901";
}
.icon-facebook2:before {
  content: "\e904";
}
.icon-twitter2:before {
  content: "\e905";
}

/* preloader */

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #00172D;
	z-index: 99999;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 90px;
	margin-top: -25px;
	margin-left: -45px;

}
#loading-center p {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	opacity: 0;
	-webkit-animation: txt 2s infinite;
	animation: txt 2s infinite;
	position: absolute;
	top: 50%;
}
.object{
	width: 5px;
	height: 5px;
	background-color: #FFF;
	float: left;
    margin-top: 15px;
	margin-right: 5px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-animation: object 1s infinite;
	animation: object 1s infinite;
	opacity: 0;
}
.object:last-child {
	margin-right: 0px;
	}
	
.object:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
	}
.object:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	}
.object:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	}	
.object:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
	}
.object:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	}
.object:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
	}
.object:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
	}
.object:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
	}								

@-webkit-keyframes object{
25% {
	background-color: #FFF;
	}
50% {
    -ms-transform: translate(0,-20px); 
   	-webkit-transform: translate(0,-20px);
    transform: translate(0,-20px);
	opacity: 1;
	background-color: #E45C02;
	}
75% {
	background-color: #FFF;
	}
}		
@keyframes object{
25% {
	background-color: #FFF;
	}
50% {
    -ms-transform: translate(0,-20px); 
   	-webkit-transform: translate(0,-20px);
    transform: translate(0,-20px);
	opacity: 1;
	background-color: #E45C02;
	}
75% {
	background-color: #FFF;
	}
}

@-webkit-keyframes objectsp {
25% {
	background-color: #FFF;
	}
50% {
    -ms-transform: translate(0,-10px); 
   	-webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
	opacity: 1;
	background-color: #E45C02;
	}
75% {
	background-color: #FFF;
	}
}		
@keyframes objectsp {
25% {
	background-color: #FFF;
	}
50% {
    -ms-transform: translate(0,-10px); 
   	-webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
	opacity: 1;
	background-color: #E45C02;
	}
75% {
	background-color: #FFF;
	}
}


@-webkit-keyframes txt{
50% {
	opacity: 1;
	}
}		
@keyframes txt {
50% {
	opacity: 1;
	}
}

/* Wrappar */

#wrappar {
	width: 100%;
	height: auto;
	text-align: center;
	overflow-x: hidden;
}

/* Bg movie */

video#video-background {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(../img/movie_dummy.jpg) right top no-repeat;
	background-size: 100% auto;
}
.dots {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	background: url(../img/dot.png) left top repeat;
	background-size: 2px auto;
	z-index: -99;
}

/* fade slider */

#slides {
    width: 100%;
    height: 100vh;
    margin: 0;
    position: fixed;
	top: 0;
	left: 0;
	z-index: -101;
}
#slides ul {
	width: 100%;
	height: auto;
    list-style: none;
    position: relative;
	z-index: -101;
}
#slides ul li, #slides ul li img {
	width: 100%;
	height: auto;
}

/* keyframes #anim_slides */

@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
#slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */

#slides ul  li:nth-child(2), #slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
#slides ul  li:nth-child(3), #slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
#slides ul  li:nth-child(4), #slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
#slides ul li img {
	width: 100%;
	height: auto;
    display:block;
}

/* Navi */

nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px 0;
	background: #00172D;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	/*top: -63px;*/
	/*opacity: 0;*/
}
nav.active {
	top: 0;
	opacity: 1;
}
nav div {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 980px;
}
nav h1 {
	width: 90px;
	height: auto;
	float: left;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
nav h1 img {
	width: 100%;
	height: auto;
}
nav ul {
	width: 100%;
	height: auto;
	padding: 0 0 0 90px;
	box-sizing: border-box;
	text-align: center;
}
nav ul li {
	padding: 0 0 0 30px;
	display: inline-block;
	position: relative;
}
nav ul li a {
	padding: 20px 0 5px 0;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	display: block;
	position: relative;
}
nav ul li:last-child a {
	padding: 15px 20px 5px 0;
}
nav ul li a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #E45C02;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
nav ul li a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
nav ul li a i {
	width: 16px;
	height: 16px;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 16px;
}

a.spnavi {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 5%;
	top: 21px;
	font-size: 0;
	color: #FFF;
	display: none;
}
a.spnavi:before {
	font-family: 'icomoon';
	content: "\e902";
	font-size: 24px;
	line-height: 24px;
}
a.spnavi.active {
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}


/* Top */

#top {
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
}
#top h1 {
	width: 36%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 45%;
	margin: -15% 0 0 -18%;
}
#top h1 img {
	width: 100%;
	height: auto;
}
#top a.scroll {
	width: 100%;
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 80px;
	color: #FFF;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
#top a.scroll:after {
	font-family: 'icomoon';
	font-size: 30px;
	content: "\e901";
	display: block;
	-webkit-animation: df 1.8s infinite;
	animation: df 1.8s infinite;
}
#top a.scroll:hover:after {
	-webkit-animation: hv 1.5s infinite;
	animation: hv 1.5s infinite;
}

#top a.regist {
	width: 400px;
	display: inline-block;
	margin: 0 0 0 -200px;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 24px;
	letter-spacing: 1.5px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 70%;
	color: #FFF;
	border: #FFF solid 1px;
}

#top .regist {
	width: 400px;
	display: inline-block;
	margin: 0 0 0 -200px;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 20px;
	letter-spacing: 1.5px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 70%;
	color: #FFF;
	border: #FFF solid 1px;
}

#top a.regist:hover {
	background: #E45C02;
	border-color: #E45C02;
}
#top ul {
	width: 100%;
	height: auto;
	padding: 0 5%;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 90px;
}
#top ul li {
	display: block;
	float: right;
	line-height: 25px;
	padding: 0 0 0 40px;
}
#top ul li a {
	font-size: 16px;
	color: #FFF;
}
#top ul li a:hover {
	color: #315096;
}
#top ul li:last-child a:hover {
	color: #55ACEE;
}
#top ul li i {
	font-size: 25px;
	line-height: 25px;
	padding: 0 5px 0 0;
}

.inline_box #cboxContent {
	background: none;
	padding: 60px 0 0 0;
}
.inline_box #cboxLoadedContent, .inline_box #cboxContent {
	width: 930px !important;
}
.inline_box #cboxTopLeft, .inline_box #cboxTopCenter, .inline_box #cboxTopRight,
.inline_box #cboxBottomLeft, .inline_box #cboxBottomCenter, .inline_box #cboxBottomRight,
.inline_box #cboxMiddleLeft, .inline_box #cboxMiddleRight {
	display: none;
}
.inline-content {
	width: 930px !important;
	height: auto;
	display: block;
	background: none;
	overflow: hidden;
	text-align: center;
}
.inline_box #cboxContent #cboxClose {
	top: 10px;
	right: 0;
}
.inline-content div {
	width: 450px;
	height: 100%;
	min-height: 680px;
	display: inline-block;
	margin: 0;
	padding: 10px 10px 100px 10px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	background: #FDFDFD;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.inline-content div:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: #000 solid 1px;
	z-index: 9;
}
.inline-content div.last {
	margin: 0
}
.inline-content div h2 {
	width: 100%;
	height: auto;
	padding: 20px 10px 15px 10px;
	display: block;
	box-sizing: content-box;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px !important;
	color: #FDFDFD;
	background: #00172D;
	position: relative;
	top: -10px;
	left: -10px;
}
.inline-content div h3 {
	width: 100%;
	min-height: 2.6em;
	margin: 0 0 30px 0;
	padding: 30px 0 20px 0;
	display: block;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0.5px;
	position: relative;
}
.inline-content div.last h3 {
	padding: 47px 0 8px 0;
}
.inline-content div h3:first-letter {
	color: #E45C02;
}
.inline-content div h3:after {
	content: "";
	width: 50px;
	height: 3px;
	margin: 0 0 0 -25px;
	display: block;
	background: #000;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.inline-content div h4 {
	width: 100%;
	min-height: 2.6em;
	margin: 0 0 30px 0;
	padding: 0;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0.5px;
}
.inline-content div p, .inline-content div dl dt, .inline-content div dl dd, .inline-content div ul li {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
}
.inline-content div p {
	margin: 0 50px 30px 50px;
	text-align: left;
}
.inline-content div dl {
	width: 100%;
	height: auto;
	padding: 0 50px 50px 50px;
	box-sizing: border-box;
	text-align: left;
}
.inline-content div dl dt {
	font-weight: bold;
	color: #000;
}
.inline-content div dl dt span {
	font-weight: normal;
}
.inline-content div dl dd ul {
	width: 100%;
	height: auto;
	padding: 0 0 0 1.3em;
}
.inline-content div a {
	width: 95.556%;
	height: auto;
	font-size: 18px;
	font-weight: 600;
	text-indent: 0.5em;
	margin: 0 2.222%;
	padding: 15px 0 20px 0;
	border-top: #00172D dotted 1px;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 99;
}
.inline-content div a i {
	font-size: 15px;
	color: #E45C02;
	padding: 1px 0 0 10px;
}
.inline-content div a:hover {
	background: #00172D;
	color: #FDFDFD;
	border-color: #00172D;
}


@-webkit-keyframes df {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
  50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
}
@keyframes df {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

@-webkit-keyframes hv {
	0% {
		-webkit-transform: translate(0, 0);
	}
	40% {
		-webkit-transform: translate(0, 20px);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}
@keyframes hv {
	0% {
		transform: translate(0, 0);
	}
	40% {
		transform: translate(0, 20px);
	}
	100% {
		transform: translate(0, 0);
	}
}

/* news */

#news {
	width: 100%;
	height: auto;
	padding: 50px 0 150px 0;
	background-color: #F3F3F3;
	background-image:
		url("../img/bg_navy.png"),
		url("../img/bg_pattern.png");
	background-repeat:
		no-repeat,
		repeat;
	background-position:
		right bottom,
		top left;
	background-size:
		30% auto,
		300px auto;
	;
}
#news h2 {
	padding: 80px 0;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #000;
	float: none;
	clear: both;
}
#news h2:first-letter {
	color: #E45C02;
}
#news ul {
	width: 100%;
	max-width: 980px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border: #F3F3F3 solid 1px;
	background: rgba(0,0,0,0.05);
}
#news ul li {
	width: 100%;
	height: auto;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	float: none;
	clear: both;
	text-align: left;
	border-bottom: #F3F3F3 solid 1px;
}
#news ul li:last-child {
	border: none;
}
#news ul li span {
	padding: 20px 30px;
	font-size: 15px;
	font-weight: 400;
}
#news ul li a {
	position: relative;
}
#news ul li a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #00172D;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#news ul li a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/* About */

#about {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0 150px 0;
	background-color: #F3F3F3;
	background-image:
		url("../img/bg_black.png"),
		url("../img/bg_navy.png"),
		url("../img/bg_pattern.png");
	background-repeat:
		no-repeat,
		no-repeat,
		repeat;
	background-position:
		top left,
		right bottom,
		top left;
	background-size:
		70% auto,
		30% auto,
		300px auto;
	;
}
#about h2 {
	padding: 80px 0;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	float: none;
	clear: both;
}
#about h2:first-letter {
	color: #E45C02;
}
#about h2 span {
	padding: 0 0 0 5px;
}
#about h2 span.date {
	display: block;
	font-size: 25px;
	padding: 0;
}
#about p {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}

#about p.interpret {
	text-align: center;
	margin: -50px auto 40px auto;
}
#about ul.speaker {
	width: 100%;
	max-width: 980px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#about ul.speaker li {
	width: 30%;
	height: auto;
	margin: 0 0 5% 5%;
	padding: 0;
	line-height: 0;
	float: left;
	border-bottom: none;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}
#about ul.speaker li:first-child,
#about ul.speaker li:first-child + li + li + li,
#about ul.speaker li:first-child + li + li + li + li + li + li,
#about ul.speaker li:first-child + li + li + li + li + li + li + li + li + li,
#about ul.speaker li:first-child + li + li + li + li + li + li + li + li + li + li + li + li,
#about ul.speaker li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
	margin: 0 0 5% 0;
}
#about ul.speaker li a {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	text-align: left;
	background: #333;
}
#about ul.speaker li a:after {
	content: "";
	width: 100%;
	height: 100%;
	border: #fff solid 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	box-sizing: border-box;
	background: url(../img/plus.png) 95% 5% no-repeat;
	background-size: 25px auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#about ul.speaker li a:hover:after {
	border: #fff solid 5px;
	background-size: 35px auto;
}
#about ul.speaker li a img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
	opacity: 1;
}
#about ul.speaker li a:hover img {
	opacity: 0.6;
}
#about ul.speaker li a span {
	width: 90%;
	height: auto;
	font-size: 11px;
	line-height: 1.3em;
	color: #fff;
	display: block;
	position: absolute;
	left: 5%;
	bottom: 20px;
	z-index: 999;
}
#about ul.speaker li a span em {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	padding: 0 0 10px 0;
	display: block;
}

#about ul.partner {
	width: 100%;
	max-width: 980px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 30px auto;
	padding: 0;
	border: none;
	background: none;
	text-align: center;
}
#about ul.partner li {
	width: 23.5%;
	height: auto;
	margin: 0 0 2% 2%;
	padding: 0;
	line-height: 0;
	display: inline-block;
	clear: none;
	border-bottom: none;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#about ul.partner li:hover a {
	opacity: 0.5;
}
#about ul.partner li:first-child,
#about ul.partner li:first-child + li + li + li + li {
	margin: 0;
}
#about ul.partner li a {
	width: 100%;
	height: auto;
	margin: 0;
	line-height: 0;
	display: block;
}
#about ul.partner li a:after {
	display: none;
}
#about ul.partner li img {
	width: 100%;
	height: auto;
	padding: 10px 20px;
	box-sizing: border-box;
}
#about ul.partner li.nolink {
	position: relative;
}
#about ul.partner li.nolink a {
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0;
	top: 25%;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	color: #333;
}

#about table {
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-top: #F3F3F3 solid 1px;
	border-right: #F3F3F3 solid 1px;
	border-left: #F3F3F3 solid 1px;
}
#about table th {
	width: 33.333%;
	padding: 20px 0;
	font-size: 15px;
	font-weight: 400;
	background: rgba(0,0,0,0.05);
	border-bottom: #F3F3F3 solid 1px;
}
#about table td {
	width: 66.666%;
	padding: 20px 70px;
	font-size: 14px;
	font-weight: 300;
	background: rgba(255,255,255,0.7);
	border-bottom: #F3F3F3 solid 1px;
	text-align: left;
}



#about table.timetable th{
	vertical-align: top;
	line-height: 2em;
}
#about table.timetable td a {
	line-height: 1.5em;
	display: block;
}
#about table.timetable td a:hover {
	opacity: 0.7;
}
#about table.timetable td a:after {
	display: none;
}
#about table.timetable span {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	color: #E45C02;
	display: block;
}
#about table.timetable span.sub {
	font-size: 14px;
	font-weight: 500;
}

#about table td a {
	position: relative;
}
#about table td a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #00172D;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#about table td a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/*#about table.timetable td a:after {
	display: none;
}*/


#about ul.outline {
	width: 100%;
	max-width: 980px;
	height: auto;
	overflow: hidden;
	margin: 100px auto 0 auto;
}
#about ul.outline li {
	width: 33.333%;
	height: auto;
	line-height: 0;
	margin: 0;
	padding: 0 2px 2px 0;
	box-sizing: border-box;
	border: none;
	background: none;
	float: left;
}
#about ul.outline li:first-child {
	width: 66.666%;
}
#about ul.outline > *:first-child + * {
	padding: 0;
	float: right;
}
#about ul.outline li img {
	width: 100%;
	height: auto;
	background: none;
}


/* what */

#what {
	width: 100%;
	height: auto;
	margin: 100vh 0 0 0;
	padding: 80px 0 100px 0;
	background-color: #FFF;
	background-image:
		url("../img/bg_black.png"),
		url("../img/bg_navy.png"),
		url("../img/bg_pattern.png");
	background-repeat:
		no-repeat,
		no-repeat,
		repeat;
	background-position:
		top left,
		right bottom,
		top left;
	background-size:
		50% auto,
		35% auto,
		300px auto;
	;
}
#what h2 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 80px 0;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #000;
	float: none;
	clear: both;
}
#what h2:first-letter {
	color: #E45C02;
}
#what h2 span {
	padding: 0 0 0 5px;
}
#what img {
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
}

/* why */

#why {
	width: 100%;
	height: auto;
	margin: 100vh 0 0 0;
	padding: 80px 0 150px 0;
	background-color: #F3F3F3;
	background-image:
		url("../img/bg_black.png"),
		url("../img/bg_navy.png"),
		url("../img/bg_pattern.png");
	background-repeat:
		no-repeat,
		no-repeat,
		repeat;
	background-position:
		top left,
		right bottom,
		top left;
	background-size:
		70% auto,
		30% auto,
		300px auto;
	;
}
#why h2 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0 60px 0;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #000;
	float: none;
	clear: both;
}
#why h2:first-letter {
	color: #E45C02;
}
#why h2 span {
	padding: 0 0 0 5px;
}
#why h3 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 400;
	color: #000;
	float: none;
	clear: both;
}
#why div {
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	float: none;
	clear: both;
}
#why div h3 {
	width: 100%;
	margin: 0;
	padding: 140px 490px 50px 0;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 400;
	color: #000;
	clear: none;
	box-sizing: border-box;
}
#why div h3:first-letter {
	color: #E45C02;
}
#why div p {
	width: 100%;
	padding: 0 490px 0 0;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	box-sizing: border-box;
}
#why div img {
	float: right;
	box-shadow: 40px 40px 0px 0px #F3F3F3;
	-moz-box-shadow: 40px 40px 0px 0px #F3F3F3;
	-webkit-box-shadow: 40px 40px 0px 0px #F3F3F3;
}
#why div.img_left h3 {
	padding: 180px 0 50px 570px;
	text-align: center;
}
#why div.img_left p {
	padding: 0 0 0 570px;
}
#why div.img_left img {
	float: left;
	box-shadow: -40px 40px 0px 0px #F3F3F3;
	-moz-box-shadow: -40px 40px 0px 0px #F3F3F3;
	-webkit-box-shadow: -40px 40px 0px 0px #F3F3F3;
}
#why h2.lst {
	letter-spacing: 2px;
	padding: 160px 0 60px 0;
}
#why h3.lst {
	padding: 0 0 50px 0;
}
#why a {
	color: #E45C02;
	position: relative;
	padding: 0 0 3px 0;
}
#why a:after {
	font-family: 'icomoon';
	font-size: 15px;
	content: "\e900";
	padding: 0 0 0 2px;
}
#why a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #E45C02;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#why a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/* footer */

footer {
	width: 100%;
	height: auto;
	padding: 15px 0 0 0;
	overflow: hidden;
	background: #F3F3F3;
}

footer div {
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
}
footer h1 {
	width: 90px;
	height: auto;
	float: left;
	line-height: 1em;
	margin: 0;
	padding: 0 0 15px 0;
}
footer h1 img {
	width: 100%;
	height: auto;
}
footer ul {
	width: 100%;
	height: auto;
	padding: 0 0 0 90px;
	box-sizing: border-box;
	text-align: center;
}
footer ul li {
	padding: 0 0 0 30px;
	display: inline-block;
}
footer ul li a {
	padding: 20px 0 5px 0;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	display: block;
	position: relative;
}
footer ul li:last-child a {
	padding: 15px 20px 3px 0;
}
footer ul li a:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #E45C02;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
footer ul li a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
footer ul li a i {
	width: 16px;
	height: 16px;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 16px;
}
footer p {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #FFF;
	background: #000;
	padding: 8px 0 10px 0;
	float: none;
	clear: both;
}
footer p a {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #FFF;
	background: #000;
	padding: 8px 0 10px 0;
	float: none;
	clear: both;
}

/* topr btn */

#pageTop {
	position: fixed;
    bottom: 175px;
	right: 30px;
	z-index: 999;
}
#pageTop.last {
	/*bottom: 70px;*/
    bottom: 175px;
}
#pageTop a {
	display: block;
	z-index: 999;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	width: 40px;
	height: 40px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 0.3;
}
#pageTop a i {
	line-height: 40px
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 1;
}

/* popup */

#popup_frame {
	width: 100%;
	height: auto;
	padding: 50px;
	box-sizing: border-box;
}
#popup_frame h2 {
	font-size: 36px;
	font-weight: 400;
	padding: 10px 0 20px 0;
}
#popup_frame h2:first-letter, #popup_frame a {
	color: #E45C02;
}
#popup_frame h2 span {
	font-size: 15px;
	padding: 0;
	display: block;
}
#popup_frame h2 span.sub {
	font-size: 20px;
	padding: 0 0 5px 0;
}
#popup_frame h3 {
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 20px 0;
}
#popup_frame h3 span {
	display: block;
	font-size: 15px;
}
#popup_frame p {
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 0 50px 0;
}
#popup_frame div.photo {
	width: 300px;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 5% 50px 0;
}
#popup_frame div.session {
	float: none;
	clear: both;
	border-top: #fff solid 1px;
	margin: 0;
	padding: 30px 0 0 0;
}

.r_now{
	position: fixed;
    bottom: 15px;
    right: 15px;
	width: 150px;
    z-index: 10000;
}

.r_now:hover{
	opacity: 0.7;
	bottom: 18px;
}

.r_now img{
	width: 100%;
	display: block;
}


