/*---------------------基本タグ---------------------*/

html,body{
height: 100%;
}

body {
	font-family:"Arial","MS PGothic" !important;
	margin: 0 auto; 
	padding: 0px;
	background-color: #ffffff;
	overflow-x:hidden;
}

p{
	line-height:150%; /* p内の行間の大きさ（通常文字サイズの200%） */
}

img{
	vertical-align: bottom;
}

a{
	color: #000000;
	outline:none;
	vertical-align: bottom;
}

/*
a,a:link,a:visited,a:hover,a:active{
border-width:0px;
border-bottom-width:1px;
border-style:dotted;
text-decoration:none;
border-color:#000000;
}
*/

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

/*---------------------基本タグここまで---------------------*/
/*---------------------スクロールcss---------------------*/

.pagetop {
	position: fixed;
	bottom: 360px;
	right: -122px;
}

.pagetop a {
	display: block;
	width: 121px;
	height: 273px;
	text-decoration: none;
}

/*
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
*/

/*---------------------スクロールcssここまで---------------------*/
/*---------------------ヘッダー---------------------*/

.header{
	width: 984px;
	height: 100px;
	margin: 0 auto;
	position:relative;
}

.header_ab{
	width: 984px;
	height: 100px;
	margin: 0 auto;
	position:absolute;
	overflow:hidden;
}



.japanese{
	font-size:14px; 
	line-height:14px;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
	color:#ffffff;
	display: block;
	width:120px;
	height:20px;
	background-color: #da8c6a;
	position:relative;
	top: -80px;
	left: 710px;
	padding:6px 0px 0px 0px;
	z-index: 5;
	border-radius:0px 0px 0px 10px / 0px 0px 0px 10px;
	
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}


.english{
	font-size:14px;
	line-height:14px;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	color:#ffffff;
	display: block;
	width:120px;
	height:20px;
	background-color: #79B9E7;
	position:relative;
	top: 0px; 
	left: 830px;
	padding:6px 0px 0px 0px;
	z-index: 5;
	border-radius:0px 0px 10px 0px / 0px 0px 10px 0px;
	
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

/*padding 上　右　下　左*/


.japanese:hover{
	background-color: #fcb65c;
	height:35px;
	line-height:35px;
	display:block;
}


.english:hover{
	background-color: #fcb65c;
	height:35px;
	line-height:35px;
	display:block;
}


.chara{
	position:relative;
	top:-82px;
	left:278px;
	z-index: 0;
	opacity: 0.5;
}


.chara2{
	position:relative;
	bottom:80px;
	left:330px;
	z-index: 1;
}






.title{
	display:block;
	width:290px;
	height:26px
	margin:0px 0px 0px 0px;
	padding:0px 30px 0px 30px;
	background-color: #ffffff;
	position:absolute;
	top:78px; 
	right:-30px; 
	color: #727272;
	font-size:13px;
	font-weight:300; 
	font-weight:normal;
	border-radius:4px;
	z-index:20;
    text-align:center !important;
	
}


.under_menu{
	font-size=16px; 
	position:relative; 
	right:43%; 
	color:#ffffff; 
	display:block; 
	line-height:30px;
}

@-webkit-keyframes typing {
    from { width: 100% }
    to { width:0 }
}

@-webkit-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: black }
}

@-moz-keyframes typing {
    from { width: 100% }
    to { width:0 }
}

@-moz-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: black }
}


/*---------------------ヘッダーここまで---------------------*/
/*---------------------メニュー---------------------*/

.clear {
	clear:both;
}


.menu1 {
	display: block !important;
	position:relative !important;
	back-ground-color:#ffffff !important;
	z-index: 30 !important;
}

.menu1:hover{
	cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
	transition: All 0.5s ease;
}

.menu1::before,
.menu1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menu1,
.menu1::before,
.menu1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.nav {
	width: 100%!important; /* ナビゲーションの幅 */
	height:56px !important;
	background-image: url(../img/menu.png) !important;
	position:absolute !important;
	z-index: 10 !important;
	overflow:hidden !important;
}

.nav2 {
	width: 100%; /* ナビゲーションの幅 */
	height:56px;
	overflow:hidden;
}



.list {
    overflow: hidden;
    position: relative;
}

.list ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}

.list ul li {
    float: left;
    position: relative;
    left: -50%;
}

/*
.list ul ol li:hover{
	opacity: 0.5;
	filter: alpha(opacity=60);
}


.list ul li:hover{
  display:block;
  width:130px;
  height:61px;
  background-image:url(img/menu1_hover.png);
  background-position:left bottom;
  text-indent:-10000px;
  list-style:none;
}
*/

.flo{
	float:left;
}

.flo2{
	float:left;
}


.karamu{
	margin-right:0;
}

.white_box{
display: block;
width: 183px;
height: 61px;
position: absolute;
z-index: 22;
background-color: #fff;
top: 0px;

}


.list_button{
	position:relative;
	right:-523px;
	top:-34px;
	display:block;
	width:75px;
	height:24px;
	background-color: #34a970;
	line-height:24px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none !important;
	font-size:14px;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	
}

.list_button:hover{
	border-radius:20px;
	background-color:#fcb65c;
	color:#fff;
}



/*---------------------メニューここまで---------------------*/
/*---------------------マージンボックス---------------------*/
.box_0{
width: 100% !important;
height: 30px !important;
background-color: #5FD1A5 !important;
line-height:30px !important;
	
}

.box_1{
	width:100%;
	height:20px;
	background-color: #ffffff;
}


.box_2{
	width:30px;
	height:1668px;
	background-color: #ffffff;
	/*border: 2px #000000 solid;*/

}

.box_3{
	width:100%;
	height:17px;
}



.box_4{
	width:100%;
	height:20px;
}



.box_5{
	width:100%;
	height:16px;

}


.box_6{
width: 100% !important;
height: 5px !important;
background-color: #5FD1A5 !important;
line-height:20px !important;
}

.box_7{
	width:100%;
	height:50px;
}

.box_ex{
	position:absolute;
	width:1903px;
	height:3px;
	top:78px;
	background-color:#ffffff;
	z-index:30;
	display:block;
}


/*---------------------マージンボックスここまで---------------------*/
/*---------------------フッター---------------------*/



	  
.img{
	position:relative;
}


.img0{
	width:878px;
	height:107px;
	position:relative;
	
}


.img1    {
    position:    absolute;
    z-index:    0;
    top:        0px;
    left:        0px;
    border:        2px #f00 solid;
}
.img2    {
    position:    absolute;
    z-index:    2;
    bottom:        0;
    left:       0;
    border:        2px #f00 solid;
}
.img3    {
    position:    absolute;
    z-index:    1;
    top:        100px;
    left:        100px;
    border:        2px #f00 solid;
}

.foot{
	width:100%;
	height:418px;
	position:absolute;  
	overflow:hidden;
	/*border: 2px #000000 solid;*/
	position:absolute;
	margin-top:100px;
}

.foot_adjust{
	position:relative;
	bottom: 110px;
}

.dottoline{
border-width:0px;
border-bottom-width:1px;
border-style:dotted;
text-decoration:none;
border-color:#000000;
}



/*---------------------フッターここまで---------------------*/
/*---------------------スクリプト---------------------*/	
	
/*
Back to top button
*/

.back-top{
    position:absolute;
    bottom: 80%;
	}
.back-top span{
    width: 121px;
    height: 273px;
    display: block;
	}
	
/*---------------------スクリプトここまで---------------------*/

hr{
	color:#CCC;
	opacity: 0.7;
}

.tgs_style{
	text-align:center;
	font-size:14px;
	line-height:1.7em;
	color:#7E7E7E;
}
.tgs2016_style{
	text-align:center;
	font-size:14px;
	line-height:1.7em;
	color:#7E7E7E;
	padding:10px 0px 0px 0px;
}
