@charset "UTF-8";
/* style-portal.css ------------------*/
/*CSS hack*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*CSS HACK end*/

*{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style: none;
}
/* style-portal.css end ------------------*/
a{
	text-decoration:none;
}

a:hover img.rollover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
opacity: 0.70;}

* ボディ */
body
{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-size: 14px ;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
}


/*#############HEADER-LINE##############*/

.header-line {
	background-color: #002050;
	clear: both;
	height: 36px;
}

.header-line .header-box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
	
.header-line .header-box .header-tit{
	position: absolute;
	top: 16px;
	left: 0px;
	}

.header-line .header-box .header-tit h1{
	font-family:Arial, Helvetica, sans-serif ;
	font-weight: 900;
	font-size:18px;
	color: #ffffff;
	letter-spacing:-0.04em;
	line-height:1;
	}

.header-line .header-box .header-logo{
	background-image: url(img/logo-wh.png);
	height: 22px;
	width: 220px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 5px;
	}

@media screen and (max-width:1000px){
.header-line .header-box {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
	
.header-line .header-box .header-tit{
	top: 18px;
	left: 0px;
	}

.header-line .header-box .header-tit h1{
	font-size:16px;
	}

.header-line .header-box .header-logo{
	right: 0px;
	top: 7px;
	}
}


@media screen and (max-width:639px){
.header-line {
	height: 46px;
}

.header-line .header-box {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
	
.header-line .header-box .header-tit {
	position: absolute;
	top: 2px;
	left: 0px;
	}

.header-line .header-box .header-tit h1{
	font-size:14px;
	}

.header-line .header-box .header-logo{
	background-image: url(img-sf/logo-wh.png);
	height: 15px;
	width: 150px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 26px;
	}
}


/* TOP NAVIGATION ------------------*/

.top-navi {
	clear:both;
	height: 30px;
	width: 800px;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
}

.top-navi .iframe-wrapper{
	position: relative;
	}
		
.top-navi .iframe-wrapper .iframe{
	position: abssolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 30p;
	}

.top-navi ul.navi {
	margin: 0;
	padding-top: 0px;
	list-style-type: none;
}
	
.top-navi ul.navi li{
	float: left;
	margin-right: 2px;
	padding:0px;
}

.top-navi ul.navi li .button{
	display: inline-block;
	width: 98px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	color: #666666;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.top-navi ul.navi li .button::before,
.top-navi ul.navi li .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.top-navi ul.navi li .button,
.top-navi ul.navi li .button::before,
.top-navi ul.navi li .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.top-navi ul.navi li .button:hover {
	background-color: #ff0000;
	border-color: #000033;
	color: #ffffff;
}

@media screen and (max-width:1000px){
.top-navi {
	width: 640px;
}
}



@media screen and (max-width:639px){
.top-navi {
	height: 60px;
	width: 320px;
}
.top-navi ul.navi li{
	float: left;
	margin: 1px;
	padding:0px;
}

.top-navi ul.navi li .button{
	display: inline-block;
	width: 104px;
	height: 28px;
}
}

/* lu-navi ------------------*/

.lu-navi {
  clear: both;
  list-style-type: none;
  width: 800px;
  height: 36px;
  margin: 5px auto;
  padding: 0;
  background: #777777;
  border-bottom: 3px solid #999999;
}
.lu-navi li {
  position: relative;
  width: 114px;
  float: left;
}

.lu-navi li .btn1 {
  width:100px;
  height:36px;
  color: #ffffff;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}

.lu-navi li .btn1:hover{
  background: #cccccc;
  color: #333333;
}

@media screen and (max-width:1000px){
.lu-navi {
  width: 640px;
}
.lu-navi li {
  width: 91px;
}

.lu-navi li .btn1 {
  width:91px;
}
}

@media screen and (max-width:639px){
.lu-navi {
  width: 320px;
  height: 72px;
  margin: 10px auto;
}
.lu-navi li {
  width: 80px;
}

.lu-navi li .btn1 {
  width:80px;
}
}

/* lu2-navi ------------------*/

.lu2-navi {
  clear: both;
  list-style-type: none;
  width: 800px;
  height: 36px;
  margin: 5px auto;
  padding: 0;
  background: #777777;
  border-bottom: 3px solid #999999;
}
.lu2-navi li {
  position: relative;
  width: 133px;
  float: left;
}

.lu2-navi li .btn1 {
  width:133px;
  height:36px;
  color: #ffffff;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}

.lu2-navi li .btn1:hover{
  background: #cccccc;
  color: #333333;
}

@media screen and (max-width:1000px){
.lu2-navi {
  width: 640px;
}

.lu2-navi li {
  width: 106px;
}

.lu2-navi li .btn1 {
  width:106px;
}
}

@media screen and (max-width:639px){
.lu2-navi {
  width: 320px;
  height: 26px;
  margin: 10px auto;
}
.lu2-navi li {
  width: 53px;
}
.lu2-navi li .btn1 {
  width:53px;
  height:26px;
}
}

/*NAVI
--------------------------- */

.navi-box1 {
	list-style-type: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index:120;
}

.navi-box1 ul.navi1{
	margin-right: 10px;
	margin-left: auto;
	padding-top: 30px;
}

.navi-box1 ul.navi1 li{
	padding-top:3px;
}

.navi-box1 ul.navi1 li .btn1{
	width: 100px;
	height:32px;
    border: 1px solid #666666;
    color: #666666;
    background-color: #cccccc;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:-0.04em
    text-decoration: none;
    text-align:center;
}

.navi-box1 ul.navi1 li .btn1:hover{
	background: #283750;
	color:#ffffff;
	}



@media screen and (max-width:639px){
.navi-box1 ul.navi1 li .btn1{
	width: 80px;
	height:24px;
    border: 1px solid #666666;
    color: #666666;
    background-color: #cccccc;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:-0.04em
    text-decoration: none;
    text-align:center;
}
.navi-box1 ul.navi1 li img{
	max-width: 80px;
	height: auto;
	}
}



/*NAVI2
--------------------------- */
.navi-box2 {
	list-style-type: none;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index:120;
}

.navi-box2 ul.navi2{
	margin-right: 10px;
	margin-left: auto;
	padding-top: 30px;
}

.navi-box2 ul.navi2 li{
	padding-top:3px;
}

.navi-box2 ul.navi2 li .btn2{
	width: 100px;
	height:36px;
    border: 1px solid #666666;
    color: #666666;
    background-color: #cccccc;
    cursor: pointer;
    display: inline-block;
    line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:-0.04em
    text-decoration: none;
    text-align:center;
}

.navi-box2 ul.navi2 li .btn2:hover{
	background: #283750;
	color:#ffffff;
	}

@media screen and (max-width:1000px){
.navi-box2 {
	position: fixed;
	bottom: 10px;
	right: auto;
	left: 10px;
}
.navi-box2 ul.navi2 li{
	float : left;
	padding:2px;
}
.navi-box2 ul.navi2 li .btn2{
	width: 100px;
	height:36px;
    border: 1px solid #666666;
    color: #666666;
    background-color: #cccccc;
    cursor: pointer;
    display: inline-block;
    line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:-0.04em
    text-decoration: none;
    text-align:center;
}
}


/*CLOSE----------------*/
.navi-close {
	list-style-type: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index:120;
}

.navi-close ul.close{
	margin-right: 10px;
	margin-left: auto;
}

.navi-close ul.close li{
	padding-top:3px;
}


/*footer----------------*/
.footer {
	background-color: #cccccc;
	clear: both;
	height: 500px;
}
.footer div {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.footer div .footer-logo{
	background-image: url(img/logo-gr.png);
	height: 25px;
	width: 250px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 20px;
	}

.footer div p{
	font-family:helvetica, clean, "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	letter-spacing:-0.04em;
	line-height:1;
	position: absolute;
	top: 30px;
	right: 0px;
	color: #666666;
}
.footer .site-box{
	clear: both;
	width:780px;
	margin:50px 20px;
	z-index: 120;
	}
	
.footer .site-box .site-con1{
	float: left;
	width: 200px;
	margin-right: 20px;
	text-aline: left;
	}

.footer .site-box .site-con1 b{
	font-size:11px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 16px;
	font-weight: 900;
}
	
.footer .site-box .site-con1 li{
	padding-top:6px;
	padding-left: 15px;
	padding-bottom: 6px;
	background-image:url(img/trg-s);
	background-repeat:no-repeat;
	background-position:left ;	
	font-size:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style:none;
	text-align: left;
}


@media screen and (max-width:1000px){
.footer {
	background-color: #cccccc;
	clear: both;
	height: 500px;
}
.footer div {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.footer div .footer-logo{
	background-image: url(img/logo-gr.png);
	height: 25px;
	width: 250px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 20px;
	}

.footer div p{
	font-family:helvetica, clean, "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	letter-spacing:-0.04em;
	line-height:1;
	position: absolute;
	top: 35px;
	right: 0px;
	color: #666666;
}

.footer .site-box{
	display: none ;		/* 非表示にする */
	}
}	
	
@media screen and (max-width:639px){
.footer {
	background-color: #cccccc;
	clear: both;
	height: 500px;
}
.footer div {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.footer div .footer-logo{
	background-image: url(img-sf/logo-gr.png);
	height: 15px;
	width: 150px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 30px;
	}

.footer div p{
	font-family:helvetica, clean, "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	letter-spacing:-0.04em;
	line-height:1;
	position: absolute;
	top: 55px;
	right: 0px;
	color: #666666;
}
}

