@charset "UTF-8";
/*----------------------------------------------------------------
1. Common
----------------------------------------------------------------*/
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } 
.clearfix { min-height: 1px; }
* html .clearfix {
    height: 1px;
}

body{
font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Lucida Grande', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-size: 110%;    
}

.dropshadow{
     box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
     -webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
     -moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px; } a img{
     border:0;
     -ms-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
a {
	transition: color .3s, text-decoration .3s;
	text-decoration: none;
}

a:hover img{ 
	border:0; opacity:0.8;
}
main {
    height: 100%;
    font-size: 90%;
}
figure {
    padding: 0;
    margin: 0;
}
h2 {
    text-align: center;
    font-weight: normal;
    font-size: 220%;
}
h3{
	margin: 0;
    font-weight: normal;
    font-size: 115%;  
}
.w100mt30{
    width: 100%;
	margin-top: 30px;
}


/*----------------------------------------------------------------
2. Header
----------------------------------------------------------------*/
header {
    position: absolute;   
    font-size: 75%;
    z-index: 100;
    width: 100%;
    top:0;
}
header h1 {
	font-size: 100%;
	background-color: rgba(255,255,255,0.5);
    margin:0;
    height: 30px;
    padding-top: 10px;
}
header h1 img{
    margin-left: 10px;
}
header h1 strong {
    font-size: 90%;
	color: #000;
    position: absolute;
    top: 5px;
    margin-left: 15px; 
}
header h1 strong span{
    margin-left: 10px; 
}
header h1 ul{
    margin: 0;
    font-weight: normal;
    position: absolute;
    top: 18px;
    right: 0%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
header h1 ul li{
	color: #000;
	font-size: 85%;        
    display: inline; 
    padding: 0 10px;
    border-right: #000 1px solid;   
}
header h1  ul li:last-child{
    border: none;    
}

header h1  ul li a {
    color: #000;      
}
header h1  ul li a:hover {
    padding-bottom: 5px;
    color: #666;    
}
nav {
	text-align: center;
}
nav ul{
	margin-top: 17px;
}
nav ul li{
    margin-right: 40px;
    text-align: center;
    display: inline;
    font-size: 125%;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: normal;    
}
nav ul li:last-child {
    margin-right: 0px;  
}
nav ul li a {
    color: #FFF;       
}
nav ul li a:hover {
    padding-bottom: 5px;
    color: #39A3C6;   
}


/*----------------------------------------------------------------
ABOUT US
----------------------------------------------------------------*/
.sankaku {
	width: 8px;
	height: 8px;
 	border: 1px solid;
 	border-color:  transparent transparent #565656 #565656;
 	transform: rotate(-45deg);
    margin: 0 auto;
}




/*----------------------------------------------------------------
お知らせ
----------------------------------------------------------------*/
.box_t1 dl {
    line-height: 3em;
	overflow: hidden;
    margin: 0;    
}
.box_t1 dt {
    float: left;
    clear: left;
    display: block;   
}
.box_t1 dd {
    float: left;  
    margin: 0;
    display: block;
}
.box_t1 dl dd strong{
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 100%;
    margin: 0 10px 0 5px ; 
    background-color: #0199CB;
    color: #FFF;
    width: 60px;
    display: inline-block;
    text-align: center;   
}
.header{
    display: none;
    
}

.news{
	margin: 40px auto 0;
	background-color: whitesmoke;    
	padding: 10px 30px;
    max-height: 250px;
    overflow-y: auto;
  	scrollbar-color: rebeccapurple green;
  	scrollbar-width: thin;
    font-size: 90%;  
}


/*----------------------------------------------------------------
3. Main Contents
----------------------------------------------------------------*/
main section{
    width: 70%;
	margin: 80px auto ;
	overflow: hidden;   
}
main section:first-child{
	margin: 30px auto ;
}
#slider{
    width: 100%;
	margin-top: 0px;
}
.img_font{
    text-align: center;
    font-size: 125%;
    font-weight: normal;
    top: 75%;
    right: 0%;
    position:absolute;
    z-index: 100;
    color: white;
    font-size: 4.5rem; 
}
.slider_img1{
    background-image:url(../images/slider_1.jpg);
    background-size: cover;
    height: 100%;    
}
.slider_img2{
    background-image:url(../images/slider_2.jpg);
    background-size: cover;
    height: 100%;
    }
.slider_img3{
    background-image:url(../images/slider_3.jpg);
    background-size: cover;
	height: 100%;
    }
.box_p2 {
	line-height: 18px;
}
.box_p2 div{
    display: inline-block;
    width: 49.7%;
}
section.left {
    position: relative;
    height: 400px;
}
section.left figure{ 
    float: left;
	width: 40%;  
}
section.left div {
	position: absolute;
	width: 60%; 
	transform: translateX(410px);
	-webkit- transform: translateX(410px);        
}
section.left div h3{
 	display: inline-block;
           
}
section.left div p{
 	display: inline-block;      
}
section.right { 
    position: relative;
    height: 400px; 
}
section.right figure{ 
    float: right;
	width: 40%;  
}
section.right div {
	width: 58%; 
}
section.right div {
	position: absolute;
	width: 60%; 
}
section.right div h3{
 	display: inline-block;
           
}
section.right div p{
   	display: inline-block;      
}
.box_p2 a img {
    text-decoration:none;    
}
.box_t1 {
	text-align: center;
	margin: 50px auto 0px;
}
.box_t1 h2 {
    font-weight: normal;
    display: inline-block;
    border: 1px solid  #666;
    position: relative;
    padding: 20px 50px;
    min-width: 260px;
    box-sizing: border-box;
    color: #1a192d;
    line-height: 1.4em;    
}
.box_t1 h2 strong{
    font-weight: normal;
    display: block;
    font-size: 38%;
}
.box_t1 p {
	text-align:left;   
	margin: 20px auto 0;
    width: 90%;
}
.box_t1 dd {
	text-align:left;   
	margin: 0px auto;
}
.box_t1 h3 {
	margin: 40px auto 20px;
    font-weight: bold;
    font-size: 20px;
    color: #021250;
}
.box_t1 h4 {
	text-align: left;   
	margin: 20px auto;
	border-bottom:solid 1px #a40035;
	font-size:18px;
	padding-bottom: 10px;
}

.box_t1 ul {
	background-color:#eeeeee;
	padding:10px;
}

.box_t1 li {
	text-align:left;   
	margin: 0px auto;
	list-style: none;
    margin-left:1%;
}
.box_t1 ul li:first-child {
    vertical-align:middle;
	text-indent: -5px;    
}
.box_t1 ul li:before {
    display:inline-block; 
    width: 7px;
    flex-grow: 1;
  	height:1px;
	background:red;  
    content:"";
    vertical-align:middle;
    margin-right:1%;    
}

.box_t1 ul li:first-child:before{
    background:none;
    margin-right:0;
    width:0;
}


/*----------------------------------------------------------------
4. Footer
----------------------------------------------------------------*/
footer{
    background-color:#102438;
    clear: both;
}
 
#foot-title {
   margin-bottom: 30px;
}
#foot-title img{
   margin:30px 5px 0;
}
footer section{
    color: #FFF;
	margin: 0 auto;
    width: 90%;
    text-align: center;     
}

#foot-title  h1{   
  	position: static;
  	top: 0%;
    left: 0%;
    transform: translateY(0%);
    -webkit- transform: translateY(0%); 
    font-size:1.2em; 
    margin:0;
    font-size: 90%;
}
#foot-nav nav ul li{
	color: #FFF;    
    font-size: 85%;
    margin-right: 0;
    padding: 0 15px;  
}
#foot-nav nav ul li+li{
	border-left: 1px solid #FFF;
    padding: 0 15px;  
}
#foot-title  span {
    font-size:0.8em;
    vertical-align:top;
}
footer p {
    margin: 0 auto;
    font-size: 0.8em;
}
address {
   display:block;
   position:relative;
   margin-top:10px;  
   margin-bottom:35px; 
   font-style: normal;    
}
address p {
    font-size:0.8em;
}
address a {
    color:white;
    text-decoration:none;
    margin:0 10px 0 0;
    font-size:0.8em;
}
address a:hover {
    text-decoration:none;
    color:white;
}
address br{
    display: none;
}
#small {
    background-color:#575353;
    text-align:center;
    padding:5px;
    font-size:0.9em;
    margin:0 auto;
    
}
/*----------------------------------------------------------------
Common
----------------------------------------------------------------*/
nav.btn_square{
    margin: 50px 0;
}
nav.btn_square ul{
	all: initial;
    padding: 10px;
}
nav.btn_square ul li{
	color:#FFF;    
    font-size: 90%;
    margin-right: 0;
    padding: 15px 40px;
    background-color: #999;
}
nav.btn_square ul li a{
	color:#FFF;    
}
nav.btn_square ul li:before{
	all: initial;
}

/*----------------------------------------------------------------
化学記号
----------------------------------------------------------------*/
sup {
	vertical-align:super;
	font-size:smaller;
}

sub {
    font-size:smaller;
	vertical-align:sub;
}


/*----------------------------------------------------------------
research
----------------------------------------------------------------*/
.research img {
    max-width: 550px;
}
.research h3{
	border-bottom: solid 1px #a40035;
    padding-bottom: 10px;
}
#research section {
    margin: 30px auto;
} 
#research .box_t1 ul{
    background-color: #FFF;
	width: 86%;
	margin: 0 auto;
    padding: 15px 0;
}
#research .box_t1 ul li{
    list-style-type: disc;
    margin-bottom: 5px;     
}
#research .box_t1 ul li:before{
    background: none;
	width: 0;
    margin-right: 0;  
}
#research .box_t1 ul li:first-child {
    list-style-image: none;
    vertical-align: initial;
    text-indent: initial;
}

.button01{
    margin: 10px 0 50px;
	font-size: 88%;
}
.button01 a{
    display:inline-block;
    width: 90%;
    height:35px;
    line-height: 35px;
    color: inherit;    
    background-color: #eee;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 3px 2px;
    text-align: left;
    padding: 0 10px;
    text-decoration:none;  
}
.button01 a::before{
	display: inline-block;
    width: 7px;
    flex-grow: 1;
    height: 1px;
    background: red;
    content: "";
    vertical-align: middle;
    margin-right: 1%;
}
.button01 a:hover{
     background-color: #dadada;
}


/*----------------------------------------------------------------
 member
----------------------------------------------------------------*/
.bn_img{
    width: 100%;
}
.about img{
    width: 20%;
	display: block;
    margin: 0 auto;
}
.about p{
    text-align: center;
    margin: 10px auto;
    font-size: 110%;
}
.about dl{
    border: none;
}
.about span{
   display: block;    
}
.member-img {
    margin:0;
    width:20%;
}

#member section.box_t1 {
    border-bottom: solid 1px #3c3c3c;
}
#member section.box_t1 {
    margin: 30px auto;
}
.about h3{
  position: relative;
  display: inline-block;
  padding: 0 45px;    
}
.about h3:before{
  left: 0;
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: black;
  color: #021250;
}    
.about h3:after{
  right: 0;
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: black;
  color: #021250;
}
#member section:last-child{
    border: none;
}
#member section h5 {    
    margin: 0 auto;
    font-weight: normal;    
}
#member  dl {
	line-height: 2em;
    margin: 20px auto;
    width: 90%; 
}
#member dt {
    display:block;
    background-color: #297088;
    float: left;
    clear: left;
    color: white;
    margin: 0 2% 0.5% 0;
    width: 12%;
    text-align: center;
    line-height: 1.3em;
    padding: 5px 0;
    font-size: 85%;   
}
#member dd {
    display: block;
    float: left;
    margin-bottom: 0.5%;
    width: 79%;
    line-height: 1.5em;    
}
#member .box_p2 ul{
    float: left;
    width: 32%;
    vertical-align: top;
    margin-right: 2%;
    display: block;
    box-sizing: border-box;
    padding-right: 4%;   
}
#member .box_p2 ul:last-child {
	margin: 0;  
}

#member li {
    list-style: none;
}
.mail_ad img{
    width: 13px;
	display: inline;
    vertical-align: bottom;
    margin: 0;
    
}
.box_p4 {
    margin: 20px auto;
}
.box_p4 div{
 	float: left;
    width: 23%;
    margin: 1%;
    display: block;
    box-sizing: border-box;
    background-color: #eeeeee;      
}
.box_p4 div ul{
    padding: 0;
}
.box_p4 div ul li{
    text-align: center;
}
.box_p4 h3{
    margin: 20px auto;
    font-weight: bold;
    font-size: 20px;
    color: #021250;
    text-align: center;
}

/*---------------------------------------------------------------- 
paper
----------------------------------------------------------------*/
 
#paper img{
    width: 100%;
 }
.box_t2 dl{
	border-bottom: none;
	margin: 0;
}
.box_t2 dt{
    font-weight: bold;
	font-size: 18px;
    display: block;
    float: left;
    clear: left;
    margin-right: 2%;   
}
.box_t2 dd {
	margin: 0px auto;
}
.box_t2  span {
	margin-right: 20px;
}
.box_t2 {
	text-align: left; 
	margin: 50px auto;

}
.box_t2 h2 {
    font-weight: normal;
    display: inline-block;
    border: 1px solid  #666;
    position: relative;
    padding: 20px 50px;
    min-width: 260px;
    box-sizing: border-box;
    color: #1a192d;    
}

.box_t2 h2 strong{
    font-weight: normal;
    display: block;
    font-size: 35%;
}
.box_t2 p {
	margin: 0px auto;

}
#paper .box_t1{
    margin: 30px auto;
}
#paper h3 {
	font-weight: bold;
	font-size: 20px;
	color: #021250;
	text-align: left;
}
.box_t2 h4 {
	margin: 20px auto 10px;
	border-bottom:solid 1px #a40035;
	font-size: 18px;
}
.jyushou h4 {
    margin: 20px 0;
    color: white;
}
.iro{
    background-color:#a40035;
    display: inline;
    padding: 5px;  
}

/*----------------------------------------------------------------
 ACCESS
----------------------------------------------------------------*/
#img_map{
    width: 100%;
}
.map {
    margin: 40px 0;
}
.map dl{
    border: none;
	margin: 20px 0;
}
.map h4{
    text-align: center;    
}

/*---------------------------------------------------------------- 
facility
----------------------------------------------------------------*/
#facility h3 {
    margin: 40px auto 0px ;
	font-weight: bold;
	font-size: 20px;
	color: #021250;
	text-align: left;
    border-bottom: solid 1px #a40035;
    padding-bottom: 5px;
}
#facility .box_t1 {
    background-color: initial;
    margin: 30px auto;
}
#facility .box_t1 p{
	margin: 15px auto 0px;
	width: 100%;
}
#facility .box_t1 ul{
    margin: 0 0 20px 0;
}
#facility .box_p2 {
	line-height: 18px;
  	margin: 0 auto;
    width: 100%;
    
}
#facility ul.box_p2{
	padding: 0;
	overflow: hidden;
    background-color: initial;
}
#facility ul.box_p2 p{
	border: none;
}
#facility ul.box_p2 li{
    float: left;
    width: 32%;
    vertical-align: top;
    display: block;
    box-sizing: border-box;
    padding-right: 4%;
    margin:0 2% 0 0;    
}
#facility ul.box_p2 li:before{
	background: none;   
}
#facility ul.box_p2 li:nth-child(3n){
	margin: 0;  
}
#facility ul.box_p2 li:nth-child(3n+1){
	clear: both;  
}
#facility .box_p2  img {
    text-decoration: none;  
    text-align: center;
    width: 100%;
    display: block;
}

#facility .box_p2 p {
	text-align:center;
	margin:10px auto 30px;
    	
}
#facility ul.box_t3 {
    background-color: #eeeeee;
    padding: 10px;
}
#facility ul.box_t3 li{
    text-align: left;
    margin: 0px auto;
    list-style: none;
    margin-left: 1%;
}
#facility ul.box_t3 li:before {
    display: inline-block;
    width: 1%;
    flex-grow: 1;
    height: 1px;
    background: red;
    content: "";
    vertical-align: middle;
    margin-right: 1%;
}
#facility ul.box_t3 li:first-child:before {
    background: none;
    margin-right: 0;
    width: 0;
}

/*----------------------------------------------------------------
5. SMP
----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
body{
    line-height: 1.3em;
}
a{
    text-decoration: none;
	color: #FFF;
}
img{
    width: 100%;
}
.bn_img{
    height: 130px;
}
header nav ul{
    display: none;
}
header h1 img {
    margin-left: 10px;
	width: inherit;    
}
header h1 ul {
	display: none;
}
.header{
    display: inline;    
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    height: 60px;
}
header h1 strong {
    text-align: center;
    color: #FFF;
    line-height: 1.7em;
    font-size: 160%;
    top: 400%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
header h1 strong span{
	display: block;    
    word-wrap: normal;
    font-size: 13px;
    margin-left: 0;
}

header h1 strong.none{
	display: none;
}

header h1 strong.titile{
	display: block;    
    word-wrap:normal;
    font-size: 13px;
    margin-left: 0;
}

.img_font {
    display: none;
}

h1#unit_logoArea:before {
    content:"";
    width: 90px;
    height: 50px;
    background-image: url(../images/logo_magmet.png);
    background-repeat: no-repeat;
    background-size: contain;   
    vertical-align: middle;
    position: absolute;
    top: 25px;
} 

#unit_logoArea strong {
    position: absolute;
    top: 15px;
    left: 80px;
    margin:0px 20px;
    font-size:50%; 
    
}

#unit_logoArea span {
    position: absolute;
    margin: 0 20px;
    top: 35px;
    left: 80px;
    font-size: 20%;   
    min-width: 120px; 
}

main section{
    width: 85%;
    clear: both;
    margin: 0px auto;
}
nav ul li{
    padding: 0 15px;
}

.box_p2 {
	margin-bottom: 30px;
}
.box_p2 div{
    display: inline;
    width: 100%;
}
.box_t1 {
  	margin: 10px auto 30px;  
}
.box_t1 h2{
   	margin: 15px 0;
}

.box_t1 h2{
	min-width: 200px;
    padding: 20px 40px;
    font-size: 170%;  
}
.box_t1 h3 {
	margin: 0px auto 10px;
	font-size: 18px;

}
.box_t1 h3.mt30{
    margin-top: 30px;
}
.box_t1 dd {
	float: none;
}
.about img{
	width: 50%;
}
.about h3 {
	margin-top: 30px;
}
.mail_ad img {
    width: 13px;
    display: inline;
    vertical-align: bottom;
    margin: 0!important;
}
.box_t1 .news dl {
    line-height: 1.5em;
	padding: 8px 0;
}
#member dl{
    line-height: 1.8em;
}
#member dt{
    width: 100%;
}
#member dd{
    width: 90%;
	margin-bottom: 10px;
}
.member-img {
    width: 30%;
}

.box_p4 {
    margin: 0 auto;
}
.box_p4:last-child {
    margin: 0 auto 30px;
}
.box_p4 div{
    width: 100%;
}
#research section {
   padding: 0 0 30px;
}
#research .box_t1 ul {
    background-color: #FFF;
	width: 90%;
}
#research .box_t1 ul li{
    width: 95%;
	margin: 0 auto 5px;
}
.button01 a{
    line-height: 1.2em;
    height: 100%;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 3px;
    width: 100%;
}
#research .box_t1 p {
    width: 100%;
}
.button02 a {
	height: 100%;
	line-height: 1.3em;
    padding: 8px 10px;
}
#paper h3{
    text-align: center;
	margin-top: 30px;
    
}
#paper section ul li:first-child{
	text-indent: 0;
} 
#facility h3{
    text-align: center;
	margin-top: 30px;
    
}
#facility ul.box_p2 li {
    width: 100%;
}
#facility ul.mb50{
    margin-bottom: 50px;
}
.map {
	margin-top: 30px;
}
#foot-title img{
	width: inherit;    
}
#foot-nav{
	display: none;
}
address br{
	display: inline;    
}
#small{
    line-height: 1em;
}


/*ハンバーガーボタン*/
.el_humburger {
  	position: absolute;
  	top: 0px;
  	right: 18px;
  	width: 26px;
  	height: auto;
  	padding-top: 1px;
  	box-sizing: border-box;
  	z-index: 10000;
  	transition: all 0.2s ease-in-out;
  	cursor: pointer;
  	pointer-events: auto;
}
.el_humburger > span {
  	display: block;
  	width: 100%;
  	margin: 0 auto 6px;
  	height: 3px;
  	background: #000;
  	transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  	margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  	background: #000;
}
.js_humburgerOpen .el_humburger > span.top {
  	transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
  	opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
  	transform: translateY(-9px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  	top: 2%;
  	right: 2%;
}
.el_humburgerButton__close > span {
  	display: block;
  	width: 35px;
  	margin: 0 auto;
  	height: 4px;
  	background: #FFF;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  	transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  	transform: translateY(-6px) rotate(45deg);
}


/*TOPへ戻るボタン*/
#page_top{
  	width: 40px;
  	height: 40px;
  	position: fixed;
  	right: 0;
  	bottom: 0;
  	background: #000;
  	opacity: 0.6;
  	z-index: -1;
}
#page_top a{
  	position: relative;
  	display: block;
  	width: 40px;
  	height: 40px;
  	text-decoration: none;
}
#page_top a::before{
  	font-family: FontAwesome;
  	content: 'TOP';
  	font-size: 13px;
  	color: #fff;
	position: absolute;
	width: 25px;
 	height: 25px;
 	 top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	margin: auto;
  	text-align: center;
}

/*ナビゲーション*/
.uq_spNavi {
  	display: none;
}
.uq_spNavi.js_appear {
  	position: fixed;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	display: block;
  	z-index: 9999;
}
.uq_spNavi_screen {
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	background-color: rgba(255, 255, 255, 0.9);
  	z-index: 0;
  	margin-top: 0px;
  	padding-top: 0px;
  	overflow: auto;
  	-webkit-overflow-scrolling: touch;
}
.navigation {
  	text-align: center;
  	padding: 50px 0;
  	line-height: 3em;
}
.navigation_item {
  	margin: 2% 5%;
  	text-align: left;
  	padding: 10px 20px;
  	background-color: #999;
	font-family: "ヒラギノ角ゴ ProN", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Lucida Grande', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
}

.navigation_item > a {
  	color: #666;
  	text-decoration: none;
  	font-size: 110%;
	font-weight: bold;
    
}
.navigation_item b{
	position:absolute;   
	right: 10%;
	font-weight: normal;
    font-size: 90%;        
}
.navigation_langage{
  	margin: 2% 5%;
  	text-align: left;
  	padding: 10px 20px;
  	background: #0199CB;
	font-family: "ヒラギノ角ゴ ProN", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Lucida Grande', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
}
.navigation_langage > a {
  	color: #FFF;
  	text-decoration: none;
  	font-size: 110%;
	font-weight: bold;
    
}
.navigation_langage b{
	position: absolute;   
	right: 10%;
	font-weight: normal;
    font-size: 90%;        
}
.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

}

