@charset "UTF-8";

/* CSS Document */

body{
    display: none;
}
#wrapper{
	overflow: hidden;
}
/*---------- header ----------*/

.header_top {
    background: url(../img/base/bg_header.jpg) center top;
}

.header_top_in {
    width: 960px;
    margin: 0 auto;
    height: 140px;
}

.h1_txt {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.h_logo {
    text-align: center;
}


/*---------- gnav ----------*/
.header_bottom{
    box-shadow: 0px 2px 5px 0px rgba(13, 4, 8, 0.1);
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    top: 140px;
    min-width: 960px;
}
.header_bottom.fixed{
	position: fixed;
	top: 0;
    z-index: 5000;
}

.gnav {
    width: 960px;
    margin: 0 auto;
}

.gnav_list {
    overflow: hidden;
}

.gnav_item {
    float: left;
}

.gnav_item a {
    display: block;
    height: 80px;
    text-indent: -9999px;
}

.gnav01 a {
    width: 180px;
    background: url(../img/base/gnav01.png) no-repeat center top;
}

.gnav01 a:hover, .gnav01 a.active {
    background: url(../img/base/gnav01_on.png) no-repeat center top;
}

.gnav02 a {
    width: 134px;
    background: url(../img/base/gnav02.png) no-repeat center top;
}

.gnav02 a:hover, .gnav02 a.active {
    background: url(../img/base/gnav02_on.png) no-repeat center top;
}

.gnav03 a {
    width: 168px;
    background: url(../img/base/gnav03.png) no-repeat center top;
}

.gnav03 a:hover, .gnav03 a.active {
    background: url(../img/base/gnav03_on.png) no-repeat center top;
}

.gnav04 a {
    width: 130px;
    background: url(../img/base/gnav04.png) no-repeat center top;
}

.gnav04 a:hover, .gnav04 a.active {
    background: url(../img/base/gnav04_on.png) no-repeat center top;
}

.gnav05 a {
    width: 130px;
    background: url(../img/base/gnav05.png) no-repeat center top;
}

.gnav05 a:hover, .gnav05 a.active {
    background: url(../img/base/gnav05_on.png) no-repeat center top;
}

.gnav06 a {
    width: 218px;
    background: url(../img/base/gnav06.png) no-repeat center top;
}

.gnav06 a:hover, .gnav06 a.active {
    background: url(../img/base/gnav06_on.png) no-repeat center top;
}

/*---------- list btn ----------*/

.list_btn {
    /*overflow: hidden;*/
    margin-top: 40px;
    margin-right: -30px;
}

.list_btn li {
    float: left;
    margin-right: 30px;
    opacity: 0;
    position: relative;
    top: 70px;
}

.list_btn li a img {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.list_btn li a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/*---------- footer ----------*/
footer{
	background: url(../img/base/bg_footer.jpg);
	color: #ffffff;
	font-size: 12px;
	width: 100%;
    height: 120px;
}
.wrap_footer{
	width: 960px;
	margin: 0 auto;
	display: table;
}
.logo_footer, .copy, .link{
	display: table-cell;
	vertical-align: middle;
}
.link{
	text-align: right;
}
#pagetop{
	position: fixed;
    bottom: 120px;
    z-index: 5000;
}


.detail_txt a {
    color: #f58000;
    background: url(../img/top/bg_detail_txt.png) no-repeat left center;
    padding-left: 20px;
}
.detail_btn{
    width: 960px;
    margin: 0 auto;
}
.detail_btn a{
    margin: 5px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
}

/* .coming_soon{ 
    opacity:1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "alpha( opacity=100 )" !important;
    cursor: pointer;
}
.coming_soon:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    background-image: url(../img/sub_base/txt_coming.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    color: #ffffff;
    top: 0;
    left: 0;
}*/


/*---------- box_infomation ----------*/


.list_info {
    margin: 0 auto 30px;
}

.info_inner .detail_txt {
    text-align: center;
}

.list_info li {
    margin-bottom: 10px;
}

.list_info dl {
    overflow: hidden;
    color: #ac8319;
    font-size: 16px;
}

.list_info dl dt {
    float: left;
    clear: left;
    margin-right: 20px;
}

.list_info dl dd {
    overflow: hidden;
}