@charset "utf-8";
/* recruit */

.gallery_nav{
 /*width:100%;*/
 margin:0 50px 75px;
 padding:25px;
 background:rgba(255,255,255,0.8);
}
.gallery_nav .title{
	margin:0 0 20px;
	padding-bottom:0.8em;
	font-size:24px;
	line-height:1em;
	font-weight:normal;
	text-align:center;
	border-bottom:1px dotted #999;
	color:#172A87;
}
.gallery_nav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*.gallery_nav ul li a{
	color:#FFF;
	line-height:108px;
}*/
.gallery_nav li{
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size:cover;
}
.gallery_nav li:nth-of-type(1){
	background-image: url(../images/gallery/btn1.png);

}
.gallery_nav li:nth-of-type(2){
 background-image: url(../images/gallery/btn2.png);
}
.gallery_nav li:nth-of-type(3){
 background-image: url(../images/gallery/btn3.png);
}
.gallery_nav li a{
	font-size:21px;
 display:table-cell;
 width:275px;
 height:107px;
 color:#ffffff;
 text-align:center;
 text-decoration:none;
 vertical-align:middle;
 border:1px solid #000;
 background-color:rgba(0,0,0,0.6);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.gallery_nav li a:hover{
 color:#1a3693;
 border:1px solid #1a3693;
 background-color:rgba(255,255,255,0.6);
}
@media screen and (max-width: 999px) {
.gallery_nav li a{
 width:182px;
 height:71px;
 font-size:18px;
}
}
@media screen and (max-width: 700px) {
.gallery_nav li a{
 width:120px;
 height:47px;
 font-size:14px;
}
}
/*.gallery_nav li.crnt a{
 color:#1a3693;
 border:1px solid #1a3693;
 background-color:rgba(255,255,255,0.8);
}*/


/* link */
/*.gallery_nav{
 width:96%;
 margin:0 auto 30px;
 padding:2%;
 background:#eeeeee;
}
.gallery_nav h2{
	margin:10px 0 10px;
	padding-bottom:0.5em;
	font-size:14px;
	line-height:1em;
	font-weight:normal;
	text-align:center;
	border-bottom:1px dotted #ffffff;
}
.gallery_nav li{
 float:left;
 width:32%;
 height:70px;
 margin:0 2% 0 0;
 list-style:none;
}
.gallery_nav li:nth-of-type(1){
 background:url(../images/top/advtg_pict01.png) 0 center no-repeat;
 background-size:100% auto;
}
.gallery_nav li:nth-of-type(2){
 background:url(../images/top/advtg_pict02.png) 0 center no-repeat;
 background-size:100% auto;
}
.gallery_nav li:nth-of-type(3){
 margin-right:0;
 background:url(../images/top/advtg_pict03.png) 0 center no-repeat;
 background-size:100% auto;
}
.gallery_nav li a{
 display:table-cell;
 width:31%;
 height:68px;
 color:#ffffff;
 font-size:90%;
 line-height:1.2em;
 text-align:center;
 vertical-align:middle;
 border:1px solid #000000;
 background-color:rgba(0,0,0,0.5);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.gallery_nav li a:hover{
 color:#1a3693;
 text-decoration: underline;
 border:1px solid #1a3693;
 background-color:rgba(255,255,255,0.8);
}
.gallery_nav li.crnt a{
 color:#1a3693;
 border:1px solid #1a3693;
 background-color:rgba(255,255,255,0.8);
}*/