@charset "utf-8";

/* IE */
/* #207F3B */

html, body,
p, ul, li, dl, dt, dd {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

h1, h2, h3, h4, h5, h6{display: none;}

html {
  overflow-y:scroll;
  }

img {
  border: 0;
}

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

a {
text-decoration: none;
}

a:link { color: #09155d; }
a:visited { color: #2154a7; }
a:hover { color: #353a81; }

.ondes {color: #333;}
.clear {
    clear:both;
}
.floatl{float: left;}
.floatr{float: right;}


.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt80{margin-top: 80px;}
.mt100{margin-top:100px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}

.mr10{margin-right: 10px;}

.l15{line-height: 1.5;}


/*角丸ドロップシャドウ*/
.corner{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.shadow{
    box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}

/*ロールオーバー*/
.lov{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition: box-shadow 0.3s, opacity 0.3s;
	-webkit-transition: box-shadow 0.3s, opacity 0.3s;
	transition: box-shadow 0.3s, opacity 0.3s;
    }
.lov:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -moz-transition: box-shadow 0.3s, opacity 0.3s;
	-webkit-transition: box-shadow 0.3s, opacity 0.3s;
	transition: box-shadow 0.3s, opacity 0.3s;
    }


/*ボックス全体でリンク*/
.linkArea{
position: relative;
}
.linkArea a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* マウスを載せるとふんわり光るリンク */

.fuwari{
	-webkit-box-shadow: 0px 0px 0px #fff;
	-moz-box-shadow: 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px #fff;
	-moz-transition: box-shadow 0.3s, text-shadow 0.3s;
	-webkit-transition: box-shadow 0.3s, text-shadow 0.3s;
	transition: box-shadow 0.3s, text-shadow 0.3s;}
.fuwari:hover{
		-webkit-box-shadow: 0px 0px 15px #fff;
		-moz-box-shadow: 0px 0px 15px #fff;
		box-shadow: 0px 0px 15px #fff;
		-moz-transition: box-shadow 0.3s, text-shadow 0.3s;
		-webkit-transition: box-shadow 0.3s, text-shadow 0.3s;
		transition: box-shadow 0.3s, text-shadow 0.3s;}

/* テキスト装飾 */
.bold{font-weight: bold;}
.small{font-size: 12px;}

.error_ic{
	background: url(../img/ic_error.png) no-repeat;
	color: #ff0000;
	padding-left: 21px;
	height: 18px;
	line-height: 18px;}

.red{color: #ff0000;}
.blue{color: #00196b;}
.blue_light{color: #2970d5;}

.big{font-size: 30px; font-weight: 900;}
.middle{font-size: 18px; font-weight: 900;}

.font20{font-size: 20px;}

.gray_big{color: #434343;
font-size: 18px;
font-weight: bold;}


/* エラー赤ライン */
#error_line{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background-color: #ff0000;
	width: 950px;
	height: 25px;
	text-align: center;}


.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* ボディ */

body {
	width : 100% ;
	height:auto;
	font-family:  Arial, sans-serif;
	font-size:16px;
	color: #1b1b1b;
	line-height: 1.5;
	background: #fff;
}


#container{width: 100%; height: auto; background: #fff; min-width: 1000px; position: relative;}


#headline{width: 100%; background: #fbbb3b;}
#headline_in{width: 1000px; height: 20px; padding: 10px; margin: 0 auto;}

#timg{width: 100%; height: 480px; min-width: 1000px; background: #fff;}


#feature_text{width: 983px; margin: 0 auto; padding: 50px 0px 0px 0px;}

#feature_bg{width: 100%; height: 400px; padding: 0px 0px 50px 0px;}
#feature{width: 1000px; height: 400px; padding: 0 auto; margin: 0 auto;}
#feature p{width: 322px; height: 400px; padding: 0 auto;float: left;}


#headline{width: 100%; background: #fbbb3b;}
#headline_in{width: 1000px; height: 20px; padding: 10px 0px; margin: 0 auto;}

#timg{min-width:1000px; height: 481px; background: url(img/timg.jpg) no-repeat; background-position:center; text-align:center;}

#timg p{ text-indent:-9999px;}

#about{width: 100%; margin: 0 auto; padding: 50px 0px 50px 0px; background: #fbbb3b;}
#about p{text-align: center;}

#viewing_text{width: 100%; margin: 0 auto; padding: 50px 0px 0px 0px; background: #fbbb3b;}
#viewing_text p{text-align: center;}

#viewing_bg{width: 100%; height: 400px; background: #fbbb3b;}
#viewing{width: 1000px; height: 400px; padding: 0px 0px 60px 0px ; margin: 0 auto;}
#viewing p{width: 322px; height: 400px; padding: 0 auto;float: left;}


#air-dvd_bg{width: 100%; height: 338px; background: url(img/bg_point.jpg) no-repeat center;-moz-background-size:100% auto; background-size:100% auto;}
#air-dvd{width: 1000px; height: 338px; padding: 0 auto; margin: 0 auto;}
#air-dvd p{width: 983px; height: 338px; text-align: center;}



#bnr_bg seminar-japan{width: 100%; height: 264px; background: #fbbb3b; padding: 40px 0px 0px 0px auto;}

#bnr_seminar-japan{width: 1000px; height: 220px; background: #fff; padding: 0 auto; margin: 0 auto;}
#bnr_seminar-japan p{text-align: center;}

#bnr_seminar-japan{width: 1000px; height: 220px; background: #fff; padding: 35px 0px 0px 0px; margin: 0 auto;}
#bnr_seminar-japan{text-align: center;}


#bnr_bg{
	width: 100%;
	height: auto;
	padding: 20px 0px 20px 0px ;
	margin: 0 auto;
	background-color:#fff;
}


#bnr{
	width: 1000px;
	height: auto;
	padding: 0px 0px 0px 0px ;
	margin: 0 auto;
}

#bnr p{
	width: 310px;
	height: 60px;
	padding: 0px 10px;
	float: left;
}

#ft_bg{
	width: 100%;
	height: auto;
	padding: 30px 0px 30px 0px ;
	margin: 0 auto;
	background-color:#fff;
	text-align:center;
}

#ft{
	width: 1000px;
	height: auto;
	padding: 0px 0px 0px 0px ;
	margin: 0 auto;
	text-align:center;
}

.ft_cr{
	text-align:center;
	font-size:15px;
	margin:0 auto;
}



/* 上部へ戻る */
#topback {
position: fixed;
height: 70px; width: 70px;
bottom:10px;
right:100px;
z-index: 130;
}

#contents{width: 100%; height: auto; position: center; }
 

/* フッター */
#footer{width: 100%; height: 100px; padding-top: 20px; background-color: #fff;}
#footer_in{width: 310px; height: 100px; margin: 0 auto;}
#footer_p{width: 310px; height: 100px; padding: 30px 0px 30px 0px; margin: 0 auto;}
.footer_menu{width: 1000px; height: 20px;}
.footer_menu a{color: #000;}
.footer_menu a:hover{color: #207F3B;}
.copyright{width: 1000px; height: 20px; text-align: right; font-size: 11px; margin-top: 0px;}

#footer_bnr{text-align: right; height: 60px; margin-top: 0px;} 
#footer_logo{width: 165px; height: 86px; margin-top: 0px; text-align: center; width: 100%;}




#thanks{width: 100%; height: 160px; padding-top: 40px; background:#fbbb3b;} 

#home{
    /* 表示位置を固定 */
    position: fixed;
	top: 60px;
    right: 15px;
    /* 表示順序 他のコンテンツが重ならないようにする */
    z-index: 130;
    background: none;
}
.pageOverlay{
    z-index: 300;
}
#ov1_close{
    z-index: 500;
}

