@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
/* CSS Document */


/*-----------------------------------------------
	default
-----------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin:0;
	padding:0;
	border:0;
	outline: none;
	font-size: 100%;
	vertical-align:baseline;
	background:transparent;
}

a:focus{
  outline: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*-----------------------------------------------
	LOADING
-----------------------------------------------*/
#iaplc {
	display: none;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -140px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 1001;
}

/*-----------------------------------------------
	DEFAULT
-----------------------------------------------*/

body {
	background:#021938;
	font-size:74.5%;
	background:#fff;
	line-height:1.5;
	min-height: 1100px;
}
html {
	overflow-y: scroll;
}
img,
fieldset {
	border:0;
	vertical-align:top; /*-IE 画像の下に隙間が入る対策-*/
}
.clear{
	clear: both;
	visibility: hidden;
	height: 0;
}
a {
	color: #2158C3;
	font-weight: 700;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color: #3793E6;
}
h3 {
	font-size: 19px;
	line-height: 35px;
	letter-spacing: 0.03em;
}
h4 {
	font-size: 17px;
	line-height: 28px;
}
p {
	color: #444;
	font-size: 15px;
}
hr {
	border:dotted #cccccc;
	border-width:1px 0 0;
	height:1px;
	overflow:hidden;
	margin:80px 0;
}
.yellow {
	color: #FFC73E
}

/*-----------------------------------------------
	HEADER
-----------------------------------------------*/

#header_bg {
	background: #021938;
	min-width: 1180px;
}
#header {
	background: url(../images/header.png) 20px 41px;
	background-repeat: no-repeat;
	//width: 1080px;
	height: 150px;
	padding: 0 20px;
	margin: 0 auto;
}
#header_l{
	width:350px;
	height:136px;
	float:left;
	display:inline;
}
#header_l img{
	margin-top: 35px;
}
#header_r{
	width:610px;
	margin: 6px 0 0;
	float:right;
	display:inline;
}
#header li.lang {
	list-style: none;
	text-decoration: none;
	float: right;
}
#header li.jp {
	margin: 0 0 0 20px;
}
#header li.country {
	margin: 0 0 0 10px;
}
#header li a {
	color: #435C6B;
	font-family: 'Oswald', serif;
	font-weight: 800;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#header li a.self {
	color: #fff;
}
#header li a:hover {
	color: #3793E6;
	font-weight: 800;
	text-decoration: none;
}
#logo {
	width:330px;
	height:96px;
}
#en {
	float:right;
	display:inline;
}
#header h2 {
	padding-right:20px;
	font-size:12px;
	color:#FFFFFF;
	display:inline;
	border-right: 1px solid #fff;
}

/*-----------------------------------------------
	HEADER 2016.02.03
-----------------------------------------------*/

#global-nav {
  width: 100%;
  min-width: 1180px;
  height: 80px;
  margin-top: -80px;
  /*-----
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all  1s ease;
  -----*/
  background: rgba(0,0,0,0);
}
#global-nav.scr{
  background: rgba(2,25,56,0.9);
  margin: 0px;
  z-index: 500;
  box-shadow: 0px 9px 9px -9px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 9px 9px -9px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 9px 9px -9px rgba(0,0,0,0.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all  1s ease;
}
#f_menu {
  list-style-type: none;
  //width: 1080px;
  margin: 0px auto 0px;
  padding: 0 20px;
}
#f_menu li {
  float: right;
  margin: 0 14px 0;
  padding: 0;
  text-align: center;
  position: relative;
}
#f_menu li.form {
  margin: 0 22px;
}
#f_menu li.ttl {
  width: 400px;
  float: left;
   margin: 1px 0;
  padding: 0;
  text-align: left;
  height: 0px;/* height */
  opacity: 0;/* transition代用 */
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all  1s ease;
  position: absolute;
}
#f_menu li.iaplc {
  height: auto;
  opacity: 1;
  margin: 2px 0 0;
}
.ttl_l {
	float: left;
	margin: -6px 10px 0 0;
}
.cttl {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
}
#f_menu li.ttl a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#f_menu li.ttl a:hover {
  color: #EEE8AA;
}
#f_menu li a {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 21px 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 11px;
}
#f_menu li a.nvbox {
    margin-top: 15px;
}
#f_menu li a:hover {
	outline: none;
}
.fixed{
  position: fixed;
  top: 0px;
  left: 0px
  z-index: 9999;
}

.cl-effect-3 a {
	padding: 9px 0 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	transform: translateY(6px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	transform: translateY(4px);
}
#f_menu li.form a {
	border: solid 1px #fff;
	border-radius: 4px;
	font-size: 11px;
	color: #fff;
	font-weight: 700px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#f_menu li.form a:hover {
	background: #fff;
	color: rgba(0,0,0,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.button {
  padding: 8px 8px;
  vertical-align:baseline;
}

/*-----------------------------------------------
	CONTAINER
-----------------------------------------------*/

#container {
	width:1080px;
	margin: 0 auto 100px;
}
#container:after {
	display: block;
	clear: both;
	content: "";
}

/* MAIN CONTENTS & SIDE CONTENTS
-----------------------------------------------*/
#contents {
	width: 1080px;
	float:left;
	display:inline;
	color: #333;
}
#contents:after {
	display: block;
	clear: both;
	content: "";
}
#col_l {
	width:760px;
	float:left;
	display:inline;
}
#col_r {
	width:270px;
	float:right;
	display:inline;
}
.sub {
	width:270px;
}
.sub hr {
	margin:60px 0;
}
.main_content {
	margin-top: 110px;
}
.contents_box {
	margin: 0;
}
.contents_side {
	margin: 0 0 50px;
}
.con_top {
	margin-top: 110px;
}
.contents_side img {
	margin: 0;
	padding: 0;
}
.link_button {
	margin: 50px 0 80px;
}
.credit_button {
    color: #666;
    background-color: #fff;
    text-decoration: none;
    outline: 0;
    padding: 15px 18px;
    line-height: 100%;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #666;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.credit_button:hover {
    color: #fff;
    background-color: #666;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.credit_button:active {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.indent {
	margin-left: 50px;
}
.link_button a {
	color: #666;
	text-decoration: none;
	padding: 15px 18px;
	line-height: 100%;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #666;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	
}
.link_button a:hover {
	color: #fff;
	background: #666;
}
.link_ang {
	margin-left: 4px;
}

/* BLOG BANNER
-----------------------------------------------*/
.alpha a {
	-webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.5s, -moz-transform 0.3s;
	transition: opacity 0.5s, transform 0.3s;
}
.alpha a:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.5s, -moz-transform 0.3s;
	transition: opacity 0.5s, transform 0.3s;
}
.blog_b {
	margin: 0;
	padding: 0;
	background: #fff;
}
.fb-page {
	margin: 0;
	padding: 0;
	background: #fff;
}

/* SNS
-----------------------------------------------*/
.sns_bn {
	margin: 25px 0 0;
	padding: 0;
	background: #fff;
}
.fb-b {
	height: 264px;
}

/* PAST RESULTS
-----------------------------------------------*/
.presults {
	border: solid #666;
	border-width: 6px 1px 6px;
	padding: 5px 0 20px;
}
.presults hr {
	margin: 20px 0;
}
h3.prttl {
	color: #666;
	font-family: 'Oswald', serif;
	text-align: center;
	line-height: 25px;
	margin: 20px 0 8px;
}
.side_p {
	text-align: center;
	margin: 0 0 20px;
}
.contents_side dl {
	padding: 0;
}
.contents_side dt {
	font-size: 15px;
	font-weight: 800;
	padding: 0 20px 3px;
}
.contents_side dt.rtop {
}
.contents_side dd {
	font-size: 14px;
	padding: 1px 0;
	margin: 0 20px;
	font-weight: 400;
}
.contents_side dd a {
	color: #AAA;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contents_side dd a:hover {
	color: #3793E6;
}
.contents_side dd.results {
}
.contents_side dd.under {
	border-bottom: none;
}

/*-----------------------------------------------
	FOOTER
-----------------------------------------------*/

#footer_bg {
	width: 100%;
	min-width: 1080px;
	background: #021938;
	padding: 100px 0 50px;
}
#footer {
	width:1080px;
	margin:0 auto;
}
#footer_l{
	width: 380px;
	height: 300px;
	float: left;
	background: url(../images/header.png);
	background-repeat: no-repeat;
}
#footer_r{
	height: 300px;
	float:right;
	display:inline;
}
#footer_r .sitemap ul{
}
#footer_r .sitemap li{
	list-style: none;
}
#footer p{
	color:#fff;
}
.ft_ttl {
	margin: 30px 0 0;
}
.sttl {
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
}
.surl {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.scon {
	line-height: 100%;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 700;
}
p.scttl {
	width: 90px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	display: inline-block;
}
p.slink {
	font-size: 12px;
	display: inline;
	vertical-align: 2px;
}
p.slink a{
	border-bottom: 1px rgba(0,0,0,0) solid;
	color: #AAA;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
p.slink a:hover {
	color: #3793E6;
	border-bottom: 1px #3793E6 solid;
	text-decoration: none;
}
#copyright {
	margin-top: 40px;
	float: right;
	color:#fff;
	font-size:11px;
	text-align: right;
}
.cr {
	display: inline-block;
}
.ada {
	display: inline;
	margin: 0 0 0 20px;
}

/*-----------------------------------------------
	TOPへもどる
-----------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}