@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
#siteID{
	display: flex;
	align-items: center;
}
#siteID b{
	margin-left: 10px;
	font-size: 20px;
}
.h1wrap h1{
    color: #000;
    line-height: 1.6;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
}
.h1wrap h1 span{
    position: relative;
}
.h1wrap h1 span:before{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 80px;
    height: 2px;
    background: #005299;
    content: " ";
}
/*----------------------------------------------------------------------------common1*/
.flt_wrap .fltL {
    width: 48%;
}
.flt_wrap .fltR {
    width: 48%;
}
#header {
    padding: 20px 0;
}
#nav_global{
	height: 65px;
}
#nav_global ul li ul {
    display: block;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 99999;
    width: 100%;
}
#nav_global ul li ul li a span{
    font-size: 12px !important;
}
.disB{
    display: block !important;
}
/*----------------------------------------------------------------------------common2*/
#contents_wrap{
	padding: 0;
}
#footer{
	background: url(../images/common/footer_bgimg.jpg) center top no-repeat;
	background-size: cover;
}
#footer .inner{
	text-align: left;
	color: #fff;
}
#footer .inner dd,#footer .inner a{
	color: #fff !important;
}
#footer .copy{
	background: none;
	color: #fff;
}
#footer .inner dd a{
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
}
#pagetop{
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99999;
}
#pagetop a {
    display: block;
    text-decoration: none;
    background: #666;
    color: #fff;
    padding: 2px 10px;
    max-width: 100px;
}
.pan p{
    text-align: left !important;
}
.spmain{
    display: none;
}
.news2{
    border: 1px solid #ccc;
    padding: 20px;
}
.news2 .scroll{
    max-height: 250px;
    overflow-y: auto;
}
.news2 .scroll .news_txt{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/*----------------------------------------------------------------------------common3*/
.anc_txt2_0 a {
    display: inline-block;
    text-decoration: none;
    background: #fccd50;
    color: #000;
    padding: 5px 20px;
    transition-duration: 0.7s;
    margin-bottom: 10px;
    border: none !important;
}
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99999;
}
.disnone{
    display: none !important;
}
@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
#header .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
#header .inner .box1 {
/*    margin: 0 !important;*/
}
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
#header .inner {
	display: block;
}
#siteID{
	justify-content: center;
}
#header .inner .box1 {
    margin: 20px auto 0 !important;
}
#nav_global ul li ul {
    display: block;
    position: absolute;
    top: 57px !important;
    left: 0;
    z-index: 1;
    width: 270%;
    opacity: 0;
    transition-duration: 0.5s !important;
}
.disB{
    opacity: 1 !important;
    display: block !important;
    z-index: 9999999 !important:;
}
#nav_global ul li ul li a span{
    font-size: 11px !important;
}
/*----------------------------------------------------------------------------common1*/
#main_image{
    position: relative;
    z-index: 999;
}
#main #col_main{
    padding: 0 10px;
}
.basemain{
    display: none;
}
.spmain{
    display: block;
}
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}