@charset "UTF-8";
/*
Theme Name: Cycle Tree
Author: JFE ENGINEERING Corporation
Description: In 2015, Cycle Tree web site's theme.
Version: 2.0
*/



/**
 * --------------------------------------------------------------------------------
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header Settings
 *    3.1 - Cycle Tree Logo
 *    3.2 - JFE Logo
 *    3.3 - Google Translate
 * 4.0 - Navigation Settings
 *    4.1 - Global Navigation
 * 5.0 - Content Settings
 *    5.1 - Common
 * 6.0 - Top Page Settings
 *    6.1 - Common
 *    6.2 - Navigation
 *    6.3 - Top Main Visual
 *    6.4 - Content
 * 7.0 - Page Settings
 *    7.1 - About Page
 *    7.2 - Features Page
 *    7.3 - Technology Page
 * 8.0 - Archives Settings
 *    8.1 - Types01 Archives
 *    8.2 - Types02 Archives
 *    8.3 - Loacation Archives
 *    8.4 - Topics, Post Archives
 * 9.0 - Footer Settings
 *    9.1 - Footer Top
 *    9.2 - Footer Credit
 * 10.0 - Slideshow Settings
 *    10.1 - Common
 *    10.2 - Top Page
 *    10.3 - Page
 * 11.0 - Fancybox Settings
 * 12.0 - Other Settings
 * --------------------------------------------------------------------------------
 */ 
 
 
 
/**
 * --------------------------------------------------------------------------------
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * work of Nicolas Gallagher http://necolas.github.com/normalize.css/
 * --------------------------------------------------------------------------------
 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    }
    
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0;
    }
    
[hidden], template { display: none; }

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    }
    
body { line-height: 1; }

/* -- Links -- */
a {
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
    color: #169e5c;
    }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }
a:hover {
    color: #1dd17a;
    text-decoration: none;
    }

/* -- Typography -- */
body {
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    line-height: 1.4;
    }

p,h1,h2,h3,h4,h5,h6 { word-wrap: break-word; }   
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    }

mark {
    background: #ff0;
    color: #000;
    }

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
    }

pre { white-space: pre-wrap; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
    }

small { font-size: 80%; }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* -- Embedded content -- */
img {
    vertical-align: bottom;
    border: 0;
    }

svg:not(:root) { overflow: hidden; }

/* -- Figures -- */
figure { margin: 0; }

/* -- Forms -- */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    }

legend {
    border: 0;
    padding: 0;
    }

button, input, select, textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0; }

button, input { line-height: normal; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
    }

button[disabled], html input[disabled] {
    cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    }

input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }

textarea {
    overflow: auto; 
    vertical-align: top;
    }

/* -- Table -- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    }



/**
 * --------------------------------------------------------------------------------
 * 2.0 Basic Structure
 * --------------------------------------------------------------------------------
 */

html {
    height: 100%;
    }

body {
    min-width: 1000px;
    height: 100%;
    }
 
#header {
    background: #fff;
    width: 100%;  
    min-width: 1000px; 
    height: 45px;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    }
    
#gnav {
    background: #169e5c;
    width: 100%;
    min-width: 1000px;
    height: 50px;
    position: fixed;
    z-index: 5000;
    top: 45px;
    left: 0;
    }

#content {
    background: #fff;
    width: 100%;
    min-width: 1000px;
    padding-top: 95px;
    position: relative;
    z-index: 0;
    }

#footer {
    background: url(images/common/footer_bg.png) repeat;
    width: 100%;
    min-width: 1000px;
    position: relative;
    z-index: 0;
    }



/**
 * --------------------------------------------------------------------------------
 * 3.0 Header Settings
 * --------------------------------------------------------------------------------
 */

/**
 * 3.1 Cycle Tree Logo
 * -------------------------------
 */ 
#header_ct_logo {
    position: absolute;
    top: 0;
    left: 40px;
    }

    #header_ct_logo a {
        background: url(images/common/header_ct_logo.png) no-repeat;
        display: block;
        width: 372px;
        height: 24px;
        margin-top: 12px;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        }
        

/**
 * 3.2 JFE Logo
 * -------------------------------
 */        
#header_jfe_logo {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 20px;
    }

    #header_jfe_logo a {
        background: url(images/common/header_jfe_logo.png) no-repeat;
        display: block;
        width: 175px;
        height: 28px;
        margin-top: 9px;
        margin-bottom: 8px;
        text-indent: 200%;
        line-height: 1000%;
        white-space: nowrap;
        overflow: hidden;
        }
        
        
/**
 * 3.3 Google Translate
 * -------------------------------
 */      
#header_translate {
    position: absolute;
    top: 8px;
    right: 245px;
    }
   
        
                
/**
 * --------------------------------------------------------------------------------
 * 4.0 Navigation Settings
 * --------------------------------------------------------------------------------
 */

/**
 * 4.1 Global Navigation
 * -------------------------------
 */ 
#gnav_inner {
    width: 999px;
    margin: 0 auto;
    list-style: none;
    position: relative;
    border-left: 1px solid #45b17d;
    }
    
    #gnav_inner li {
        float: left;
        border-right: 1px solid #45b17d;
        }
        
        #gnav_inner li a {
            background-image: url(images/common/gnav.png);
            background-repeat: no-repeat;
            display: block;
            width: 190px;
            height: 50px;
            text-indent: 200%;
            white-space: nowrap;
            overflow: hidden;
            }
        #gnav_inner li#gn_about a { background-position: 0 0; }
        #gnav_inner li#gn_about a:hover,
        #gnav_inner li#gn_about a.hover,
        #gnav_inner li#gn_about a.acitve:hover { background-position: 0 -50px !important; }
        #gnav_inner li#gn_about a.active { background-position: 0 -100px; }
        #gnav_inner li#gn_location a { background-position: -190px 0; }
        #gnav_inner li#gn_location a:hover,
        #gnav_inner li#gn_location a.hover,
        #gnav_inner li#gn_location a.active:hover { background-position: -190px -50px !important; }
        #gnav_inner li#gn_location a.active { background-position: -190px -100px; }
        #gnav_inner li#gn_types a { background-position: -380px 0; }
        #gnav_inner li#gn_types a:hover,
        #gnav_inner li#gn_types a.hover,
        #gnav_inner li#gn_types a.active:hover { background-position: -380px -50px !important; }
        #gnav_inner li#gn_types a.active { background-position: -380px -100px; }
        #gnav_inner li#gn_features a { background-position: -570px 0; }
        #gnav_inner li#gn_features a:hover,
        #gnav_inner li#gn_features a.hover,
        #gnav_inner li#gn_features a.active:hover { background-position: -570px -50px !important; }
        #gnav_inner li#gn_features a.active { background-position: -570px -100px; }
        #gnav_inner li#gn_technology a { background-position: -760px 0; }
        #gnav_inner li#gn_technology a:hover,
        #gnav_inner li#gn_technology a.hover,
        #gnav_inner li#gn_technology a.active:hover { background-position: -760px -50px !important; }
        #gnav_inner li#gn_technology a.active { background-position: -760px -100px; }
        
    /* -- Inquiry -- */
    #gnav_inner li#gn_inquiry {
        position:absolute;
        top: 0;
        right: 0;
        border: none;
        }
        
        #gnav_inner li#gn_inquiry a {
            background-position: -950px 0;
            width: 50px;
            height: 50px;
            }
        #gnav_inner li#gn_inquiry a:hover { background-position: -950px -50px; }
        
    /* -- Submenu -- */
    #gnav_inner li .gn_submenu {
        background: url(images/common/gnav_sub_bg.png) repeat;
        width: 100%;
        padding: 35px 0;
        display: none;
        position: fixed;
        left: 0;
        top: 95px;
        }
        
        #gnav_inner li .gn_submenu ul {
            width: 1000px;
            margin: 0 auto;
            list-style: none;
            position: relative;
            }
        
            #gnav_inner li .gn_submenu ul li {
                float: left;
                padding-left: 32px;
                border: none;
                }
           #gnav_inner li .gn_submenu ul li:nth-child(2) { padding-left: 0; }
                
                #gnav_inner li ul li a {
                    background: none;
                    display: block;
                    width: auto;
                    height: auto;
                    text-decoration: none;
                    overflow: visible;
                    text-indent: 0;
                    white-space: normal;
                    }
                
                #gnav_inner li ul li span { display: block; }
                
                #gnav_inner li ul li a span.img {
                    background: #fff;
                    width: 226px;
                    height: 110px;
                    }
                #gnav_inner li ul li a:hover span img {
                    filter:alpha(opacity=70);
                    -moz-opacity: 0.7;
                    opacity: 0.7;
                    }
                    
                 #gnav_inner li ul li a span.txt {
                    background: url(images/common/gnav_arrow.png) no-repeat 0 0 !important;
                    width: 205px;
                    margin-top: 8px;
                    padding-left: 21px;
                    color: #fff;
                    font-size: 11px;
                    font-weight: bold;
                    }
                #gnav_inner li ul li a:hover span.txt { color: #169e5c; }
                
            #gnav li ul li.gn_submenu_ttl {
                background: url(images/common/gnav_arrow_l.png) no-repeat 0 0;
                width: 100%;
                margin-bottom: 15px;
                padding-left: 30px;
                } 
            
                #gnav li ul li.gn_submenu_ttl a {
                    background-image: url(images/common/gnav_submenu_ttl.png);
                    background-repeat: no-repeat;
                    display: block;
                    height: 21px;
                    text-indent: 200%;
                    white-space: nowrap;
                    overflow: hidden;
                    } 
                #gnav li#gn_about ul li.gn_submenu_ttl a {
                    background-position: 0 0;
                    width: 320px;
                    }
                #gnav li#gn_about ul li.gn_submenu_ttl a:hover { background-position: -330px 0px !important; }
                #gnav li#gn_types ul li.gn_submenu_ttl a {
                    background-position: 0 -21px;
                    width: 100px;
                    }
                #gnav li#gn_types ul li.gn_submenu_ttl a:hover { background-position: -330px -21px !important; }
                #gnav li#gn_features ul li.gn_submenu_ttl a {
                    background-position: 0 -42px;
                    width: 135px;
                    }
                #gnav li#gn_features ul li.gn_submenu_ttl a:hover { background-position: -330px -42px !important; }
                #gnav li#gn_technology ul li.gn_submenu_ttl a {
                    background-position: 0 -63px;
                    width: 207px;
                    }
                #gnav li#gn_technology ul li.gn_submenu_ttl a:hover { background-position: -330px -63px !important; }
                
   
                   
/**
 * --------------------------------------------------------------------------------
 * 5.0 Content Settings
 * --------------------------------------------------------------------------------
 */

/**
 * 5.1 Common
 * -------------------------------
 */
.wrapper {
    width: 1000px;
    margin: 0 auto;
    }
    
.cnt_block { padding: 50px 0 70px 0; }
.cnt_block_even {
    background: #f5f6f7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    }
.cnt_block_last { padding-bottom: 120px; }
    
/* -- Main Visual -- */
#mv {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    }
    
    #mv img { width: 100%; }
    
    #mv #mv_ttl {
        background: url(images/common/mv_ttl_bg.png) repeat;
        width: 100%;
        height: 135px;
        padding-top: 65px;
        text-align: center;
        position: absolute;
        z-index: 1;
        }
        #mv #mv_ttl img { width: auto; }
    
/* -- Breadcrumbs -- */
#breadcrumbs {
    background: #f5f6f7;
    width: 100%;
    padding: 20px 0 10px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    list-style: none;
    color: #666;
    font-size: 11px;
    line-height: 1.2;
    }
    
    #breadcrumbs ul {
        width: 1000px;
        margin: 0 auto;
        list-style: none;
        }
        
        #breadcrumbs ul li {
            background: url(images/common/breadcrumbs_arrow.png) no-repeat left 2px;
            float: left;
            padding: 0 15px 10px 20px;
            }
        #breadcrumbs ul li:first-child {
            background: none;
            padding-left: 0;
            }
        
            #breadcrumbs li a { text-decoration: none; }
        
/* -- Content Title -- */
.cnt_ttl {
    margin-bottom: 30px;
    text-align: center;
    }
    
/* -- Content Subtitle -- */
.cnt_subttl {
    background: #808080;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    }
    
/* -- Content Text-- */
.cnt_txt {
    margin-bottom: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    }

/* -- Btn -- */       
.cnt_btn a {
    background: #169e5c url(images/common/btn_arrow.png) no-repeat right 50%;
    display: block;
    width: 210px;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #002614;
    text-align: center;
    text-indent: -6px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }

/* -- Accodion Menu -- */
.cnt_accordion_btn {
    width: 210px;
    height: 45px;
    position: relative;
    font-size: 14px;
    z-index: 9999;
    }
        
    .cnt_accordion_btn a {
        background: #169e5c url(images/common/btn_accordion.png) no-repeat right 0;
        display: block;
        width: 210px;
        height: 45px;
        line-height: 45px;
        border-bottom: 2px solid #002614;
        text-align: center;
        text-indent: -6px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        }
    .cnt_accordion_btn a.active { background: #169e5c url(images/common/btn_accordion.png) no-repeat right -45px; }

.cnt_accordion_btn ul {
    background: url(images/common/btn_accordion_bg.png) repeat;
    display: none;
    width: 210px;
    list-style: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 5002;
    }
    
    .cnt_accordion_btn ul li { border-top: 1px solid #404040; }
    .cnt_accordion_btn ul li:first-child { border-top: none; }
    
        .cnt_accordion_btn ul li a {
            background-color: transparent;
            background-image: url(images/common/btn_accordion_arrow.png);
            background-repeat: no-repeat;
            background-position: 0 50%;
            display: block;
            width: 165px;
            height: auto;
            padding: 15px 25px 15px 20px;
            line-height: 1.4;
            text-align: left;
            text-indent: 0px;
            position: relative;
            }
        #top_location .cnt_accordion_btn ul li a {
            width: 125px;
            padding: 15px 65px 15px 20px;
            }
        .cnt_accordion_btn ul li a:hover {
            background-position: -210px 50%;
            color: #169e5c;
            }
            
            .cnt_accordion_btn ul li a .new {
                background: url(images/common/icon_new.png) no-repeat 0 0;
                display: block;
                width: 25px;
                height: 14px;
                margin-top: -7px;
                position: absolute;
                top: 50%;
                right: 30px;
                }

/* -- Rollover -- */       
a.rollover:hover {
    filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
    }

/* -- Caution -- */       
.caution {
    color: #666;
    font-size: 10px;
    line-height: 1.2;
    }


    
/**
 * --------------------------------------------------------------------------------
 * 6.0 Top Page Settings
 * --------------------------------------------------------------------------------
 */
    
/**
 * 6.1 Common
 * -------------------------------
 */
body.top .cnt_wrap {
    margin-left: -40px;
    letter-spacing: -0.4em;
    font-size: 0px;
    }
    
    body.top .cnt_wrap .cnt_block {
        display: inline-block;
        width: 480px;
        margin-left: 40px;
        margin-bottom: 45px;
        padding-top: 25px;
        padding-bottom: 0;
        letter-spacing: normal;
        border-top: 5px solid #169e5c;
        vertical-align: top;
        font-size: 14px;
        }
        
    body.top .cnt_wrap .cnt_block_last { margin-bottom: 120px; }
        
        body.top .cnt_wrap .cnt_block .cnt_ttl {
            float: left;
            margin-bottom: 0;
            }
    
        body.top .cnt_wrap .cnt_block .cnt_txt {
            margin-bottom: 0px;
            text-align: left;
            line-height: 1.4;
            }
        
        body.top .cnt_wrap .cnt_block .cnt_btn,
        body.top .cnt_wrap .cnt_block .cnt_accordion_btn { float: right; }
        
        
/**
 * 6.2 Navigation
 * -------------------------------
 */        
body.top #gnav { background: url(images/common/gnav_bg.png) repeat; }
        

/**
 * 6.3 Top Main Visual
 * -------------------------------
 */
body.top #top_mv {
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    }
        
    /* -- Site Title -- */
    body.top #top_mv #site_ttl {
        position: absolute;
        bottom: 85px;
        }
        
    /* -- Topics -- */
    body.top #top_mv #top_topics {
        background: url(images/top/topics_bg.png) repeat;
        width: 510px;
        height: 100px;
        margin-left: 490px;
        overflow: hidden;
        position: absolute;
        bottom: 85px;
        }
        
        body.top #top_mv #top_topics .cnt_ttl {
            float: left;
            width: 140px;
            height: 60px;
            margin: 20px;
            padding-right: 25px;
            border-right: 1px solid #595959;
            position: relative;
            }
            
            body.top #top_mv #top_topics .cnt_ttl img { display: block; }
            
            body.top #top_mv #top_topics .cnt_ttl .cnt_btn {
                display: block;
                position: absolute;
                top: 30px;
                }
                
                body.top #top_mv #top_topics .cnt_ttl .cnt_btn a {
                    background: #595959 url(images/top/topics_btn_arrow.png) no-repeat right 50%;
                    width: 140px;
                    height: 30px;
                    border-bottom: 2px solid #333;
                    line-height: 30px;
                    font-size: 13px;
                    }
                    
        body.top #top_mv #top_topics .topics_text {
            float: left;
            width: 295px;
            height: 60px;
            margin-top: 20px;
            overflow: hidden;
            }
            
            body.top #top_mv #top_topics .topics_text ul { list-style: none; }
            
                body.top #top_mv #top_topics .topics_text li {
                    width: 270px;
                    min-height: 60px;
                    height: auto;
                    padding-top: 10px;
                    margin-top: 10px;
                    border-top: 1px dotted #595959;
                    font-size: 12px;
                    }
                body.top #top_mv #top_topics .topics_text li:first-child {
                    padding-top: 0px;
                    margin-top: 0px;
                    border-top: none;
                    }
                    
                    body.top #top_mv #top_topics .topics_text li a {
                        color: #333;
                        text-decoration: none;
                        }
                    body.top #top_mv #top_topics .topics_text li a:hover { color: #169e5c; }
                    
                body.top #top_mv #top_topics .topics_text li span { display: block; }
                
                body.top #top_mv #top_topics .topics_text li .img {
                    background: #ccc;
                    float: left;
                    width: 83px;
                    height: 60px;
                    margin-right: 15px;
                    overflow: hidden;
                    position: relative;
                    }
                    
                    body.top #top_mv #top_topics .topics_text li .img img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        }
                    
                body.top #top_mv #top_topics .topics_text li .info {
                    float: left;
                    width: 170px;
                    vertical-align: top;
                    }
                    
                    body.top #top_mv #top_topics .topics_text li .info .date {
                        font-weight: bold;
                        padding-bottom: 3px;
                        }
                        
                    body.top #top_mv #top_topics .topics_text li .info .txt { display: inline; }
                            
            body.top #top_mv #top_topics .topics_text .viewport {
                width: 270px;
                height: 60px;
                overflow: hidden;
                position: relative;
                }
                    
                body.top #top_mv #top_topics .topics_text .overview {
                    list-style: none;
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding: 0;
                    margin: 0;
                    }
                    
                body.top #top_mv #top_topics .topics_text .scrollbar{
                    position: relative;
                    background-position: 0 0;
                    float: right;
                    width: 15px;
                    }
                    
                body.top #top_mv #top_topics .topics_text .track {
                    height: 100%;
                    width:15px;
                    position: relative;
                    }
                    
                body.top #top_mv #top_topics .topics_text .thumb {
                    background: transparent url(images/top/topics_scrollbar.png) no-repeat 50% 100%;
                    height: 20px;
                    width: 25px;
                    cursor: pointer;
                    overflow: hidden;
                    position: absolute;
                    top: 0;
                    left: 0;
                    }
                    
                body.top #top_mv #top_topics .topics_text .thumb .end {
                    background: transparent url(images/top/topics_scrollbar.png) no-repeat 50% 0;
                    overflow: hidden;
                    height: 5px;
                    width: 25px;
                    }
                    
                body.top #top_mv #top_topics .topics_text .disable {
                    display: none;
                    }
                    
                .noSelect {
                    user-select: none;
                    -o-user-select: none;
                    -moz-user-select: none;
                    -khtml-user-select: none;
                    -webkit-user-select: none;
                    }

    body.top #top_mv #top_mv_loader,
    body.top #top_mv #top_mv_overlay,
    body.top #top_mv #bg_movie_wrap,
    body.top #top_mv .slideshow {
        min-width: 100% !important; 
        min-height: 100% !important;
        width: auto !important; 
        height: auto !important;
        position: fixed;
        left: 0; 
        top: 0;
        }
    
    /* -- Overlay -- */
    body.top #top_mv #top_mv_loader {
        background: #000 url(images/common/loader.gif) no-repeat 50% 50%;
        z-index: -97;
        }
    
    /* -- Loader -- */
    body.top #top_mv #top_mv_overlay {
        background: url(images/top/top_mv_overlay.png) repeat;
        z-index: -98;
        }
        
    /* -- Background Movie -- */
    body.top #top_mv #bg_movie_wrap {
        background: #000;
        z-index: -100;
        }
        
    /* -- Slideshow-- */
    body.top #top_mv .slideshow {
        background: #000;
        display: none;
        min-width: 100% !important; 
        min-height: 100% !important;
        width: auto !important; 
        height: auto !important;
        position: fixed;
        left: 0; 
        top: 0;
        z-index: -99;
        }
            
        
/**
 * 6.4 Content
 * -------------------------------
 */
body.top .slideshow {
        width: 480px;
        height: 240px;
        float: right;
        }

/* -- About -- */
body.top #top_about {
    width: 1000px;
    padding-top: 0;
    border-top: none;
    }

    body.top #top_about .cnt_txt {
        float: left;
        width: 540px;
        padding-left: 30px;
        }
        
    body.top #top_about .movie {
        width: 500px;
        height: 300px;
        float: left;
        }
    
    body.top #top_about .slideshow {
        width: 500px;
        height: 300px;
        float: right;
        }



/**
 * --------------------------------------------------------------------------------
 * 7.0 Page Settings
 * --------------------------------------------------------------------------------
 */
  
/**
 * 7.1 About Page
 * -------------------------------
 */
/* -- Showroom -- */
body.about #showroom .showroom_block {
    width: 470px;
    position: relative;
    }
    
body.about #showroom #showroom01 { float: left; }
body.about #showroom #showroom02 {
    float: right;
    padding-left: 30px;
    border-left: 1px solid #ccc;
    }

    body.about #showroom .showroom_block h4 {
        margin-bottom: 20px;
        color: #169e5c;
        font-size: 18px;
        font-weight: bold;
        }
        
    body.about #showroom .showroom_block ul {
        height: 70px;
        list-style: none;
        }
        
        body.about #showroom .showroom_block ul li {
            padding-left: 1em;
            text-indent: -1em;
            }
            
    body.about #showroom .showroom_block .cnt_btn {
        position: absolute;
        right: 0;
        top: 0;
        }
        
    body.about #showroom #showroom_inquiry {
        padding: 25px;
        margin-top: 40px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        }
        
        body.about #showroom #showroom_inquiry strong { font-size: 15px; }
        
/* -- Movies -- */
body.about #movies ul {
    margin-left: -31px;
    margin-bottom: 40px;
    margin-top: -20px;
    list-style: none;
    letter-spacing: -0.5em;
    }

    body.about #movies ul li {
        /* float: left; */
        display: inline-block;
        width: 312px;
        margin-left: 31px;
        padding-bottom: 20px;
        vertical-align: top;
        letter-spacing: normal;
        }
        
    body.about #movies ul li p {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        }
        
body.about #movies .cnt_btn a {
    width: 250px;
    margin: 0 auto;
    }
        
/* -- Download -- */
body.about #download ul {
    margin-left: -32px;
    list-style: none;
    }

    body.about #download ul li {
        float: left;
        width: 310px;
        margin-left: 32px;
        border-top: 1px solid #169e5c;
        border-left: 1px solid #169e5c;
        border-right: 1px solid #169e5c;
        }
        
        body.about #download ul li .cnt_btn {
            background: #169e5c url(images/common/btn_arrow.png) no-repeat right 50%;
            display: block;
            width: 310px;
            height: 45px;
            border-bottom: 2px solid #002614;
            line-height: 45px;
            text-align: center;
            text-indent: -10px;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            }
            
/* -- Inquiry -- */
body.about #inquiry #inquiry_form table {
    background: #fff;
    width: 100%;
    }

    body.about #inquiry #inquiry_form table tr.address_hissu { display: none; }
        
        body.about #inquiry #inquiry_form table th, body.about #inquiry #inquiry_form table td {
            padding: 25px 30px;
            border: 1px solid #ccc;
            text-align: left;
            line-height: 1.4;
            }
            
        body.about #inquiry #inquiry_form table th {
            background: #ededed;
            width: 30%;
            vertical-align: middle;
            font-size: 14px;
            font-weight: bold;
            }
        body.about #inquiry #inquiry_form table th.hissu { background: #ededed url(images/about/inquiry_hissu.gif) no-repeat 240px 50%; }
            
        body.about #inquiry #inquiry_form table td { width: 70%; }
        
            body.about #inquiry #inquiry_form table td input.input_text, body.about #inquiry #inquiry_form table td textarea { width: 100%; }
                
            body.about #inquiry #inquiry_form table td input.input_text_firstname, body.about #inquiry #inquiry_form table td input.input_text_lastname {
                width: 39%;
                margin-left: 10px;
                }
            body.about #inquiry #inquiry_form table td input.input_text_firstname { margin-right: 30px; }
            body.about #inquiry #inquiry_form table td input.input_text_num {
                width: 20%;
                }
            
            body.about #inquiry #inquiry_form table td textarea { height: 220px; }
            
    body.about #inquiry #inquiry_form .btn { margin: 35px auto 0 auto; }
    body.about #inquiry #inquiry_form .btn_confirm { width: 250px; }
    body.about #inquiry #inquiry_form .btn_send {
        width: 520px;
        list-style: none !important;
        }
        
        body.about #inquiry #inquiry_form .btn_send li { width: 250px; }
        
        body.about #inquiry #inquiry_form .btn input#inquiry_form_confirm_btn,
        body.about #inquiry #inquiry_form .btn input#inquiry_form_reset_btn,
        body.about #inquiry #inquiry_form .btn input#inquiry_form_send_btn {
            display: block;
            width: 250px;
            height: 62px;
            border: none;
            text-indent: 200%;
            white-space: nowrap;
            overflow: hidden;
        }    
        body.about #inquiry #inquiry_form .btn input#inquiry_form_confirm_btn { background: url(images/about/inquiry_confirm_btn.png); }           
        body.about #inquiry #inquiry_form .btn input#inquiry_form_reset_btn { background: url(images/about/inquiry_reset_btn.png); }            
        body.about #inquiry #inquiry_form .btn input#inquiry_form_send_btn { background: url(images/about/inquiry_send_btn.png); }

        /* -- Contact Form 7 -- */ 
        span.wpcf7-list-item {
            display: block;
            margin: 5px 0 5px 0;
            }           
        input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
            background: none;
            border: none;
            color: #333;
            font-weight: bold;
            }
            
/* -- CAD Data -- */
body.cad-data #cad-data .cnt_subttl {
    margin-bottom: 20px;
    text-align: center;
    }
    
body.cad-data .caution { list-style: none; }
    
body.cad-data #cad-data .cad-data_table table { width: 100%; }    

    body.cad-data #cad-data .cad-data_table table tr.even td { background: #f2f2f2; }
    
    body.cad-data #cad-data .cad-data_table table td {
        width: 74px;
        height: 30px;
        padding: 5px;
        border: 1px solid #ccc;
        text-align: center;
        vertical-align: middle;
        }
        
    body.cad-data #cad-data .cad-data_table table td.bg_gray,
    body.cad-data #cad-data .cad-data_table table tr.even td.bg_gray { background: #e8e8e8; }
        
        body.cad-data #cad-data .cad-data_table table td .cnt_btn a {
            background: #169e5c;
            width: 100%;
            height: 28px;
            margin: 0;
            line-height: 28px;
            text-indent: 0;
            }

body.cad-data #cad-data .photo_lists {            
    letter-spacing: -0.5em;
    list-style: outside none none;
    margin-left: -31px;
    }

    body.cad-data #cad-data .photo_lists li {    
        display: inline-block;
        letter-spacing: normal;
        margin-left: 31px;
        vertical-align: top;
        width: 312px;
        }

body.cad-data #cad-data .size dt {       
    display: block;
    float: left;
    width: 400px;
    }

body.cad-data #cad-data .size dd {     
    float: right;
    width: 540px;
    }
    
    body.cad-data #cad-data .size dd table {
        background: #fff;
        width: 100%;
        }
    
        body.cad-data #cad-data .size dd table th, body.cad-data #cad-data .size dd table td {
            padding: 4px 20px;
            border: 1px solid #ccc;
            text-align: left;
            }
        body.cad-data #cad-data .size dd table th.col01, body.cad-data #cad-data .size dd table td.col01 { text-align: center; }
    
        body.cad-data #cad-data .size dd table th {
            background: #f2f2f2;
            font-weight: bold;
            text-align: center;
            }
        body.cad-data #cad-data .size dd table th.col01 { width: 15%; }
        body.cad-data #cad-data .size dd table th.col02 { width: 35%; }
        body.cad-data #cad-data .size dd table th.col03 { width: 60%; }
        
    body.cad-data #cad-data .size dd .caution {
        margin-top: 10px;
        padding-left: 1em;
        text-indent: -1em;
        }
        
body.cad-data #cad-data #cad-data_inquiry {
    padding: 25px;
    margin-top: 20px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    }
    
    body.cad-data #cad-data #cad-data_inquiry strong { font-size: 15px; }
                
                
/**
 * 7.2 Features Page
 * -------------------------------
 */
/* -- Easy -- */
body.features #easy .easy_block { width: 470px; }

body.features #easy #easy01 { float: left; }
body.features #easy #easy02 {
    float: right;
    padding-left: 30px;
    border-left: 1px solid #ccc;
    }
    
    body.features #easy .easy_block h4 {
        background: url(images/features/easy_arrow.png) no-repeat center bottom;
        padding-bottom: 15px;
        margin-bottom: 10px;
        }
        
        body.features #easy .easy_block h4 span {
            background: #808080;
            display: block;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            }
            
    body.features #easy .easy_block p { height: 75px; }
    
    body.features #easy .easy_block .movie { margin-top: 25px; }
    
    /* easy01 */
    body.features #easy #easy01 ul {
        margin-left: -14px;
        list-style: none;
        letter-spacing: -0.4em;
        font-size: 0;
        }
        
        body.features #easy #easy01 ul li {
            display: inline-block;
            width: 228px;
            height: 165px;
            margin-left: 14px;
            margin-bottom: 14px;
            letter-spacing: normal;
            font-size: 13px;
            }
            
            body.features #easy #easy01 ul li dt {
                display: block;
                padding-bottom: 5px;
                }
                
            body.features #easy #easy01 ul li dd {
                height: 20px;
                line-height: 20px;
                }
                
                body.features #easy #easy01 ul li dd span {
                    background: url(images/features/easy01_num.png) no-repeat 0 0;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    padding-right: 8px;
                    text-align: center;
                    line-height: 20px;
                    color: #fff;
                    font-size: 12px;
                    font-weight: bold;
                    }
                    
    body.features #easy #easy01 .movie { margin-top: 10px; }
    
/* -- Flexibility -- */
body.features #flexibility .cnt_subttl {
    width: 200px;
    margin-top: 50px;
    margin-bottom: 40px;
    }
    
body.features #flexibility dl { margin-bottom: 50px; }

    body.features #flexibility dl dt {
        display: block;
        float: left;
        width: 400px;
        }
        
    body.features #flexibility dl dd {
        float: right;
        width: 540px;
        }
        
        body.features #flexibility dl dd table {
            background: #fff;
            width: 100%;
            }
        
            body.features #flexibility dl dd table th, body.features #flexibility dl dd table td {
                padding: 4px 20px;
                border: 1px solid #ccc;
                text-align: left;
                }
            body.features #flexibility dl dd table th.col01, body.features #flexibility dl dd table td.col01 { text-align: center; }
        
            body.features #flexibility dl dd table th {
                background: #f2f2f2;
                font-weight: bold;
                text-align: center;
                }
            body.features #flexibility dl dd table th.col01 { width: 15%; }
            body.features #flexibility dl dd table th.col02 { width: 35%; }
            body.features #flexibility dl dd table th.col03 { width: 60%; }
            
        body.features #flexibility dl dd .caution {
            margin-top: 10px;
            padding-left: 1em;
            text-indent: -1em;
            }
            
body.features #flexibility ul {
    margin-left: -20px;
    list-style: none;
    letter-spacing: -0.4em;
    font-size: 0;
    }
    
    body.features #flexibility ul li {
        display: inline-block;
        width: 235px;
        margin-left: 20px;
        letter-spacing: normal;
        font-size: 13px;
        }
        
        body.features #flexibility ul li dl { margin-bottom: 0; }
        
            body.features #flexibility ul li dl dt { padding-bottom: 10px; }
            
            body.features #flexibility ul li dl dt,
            body.features #flexibility ul li dl dd {
                float: none;
                width: auto;
                }
            
/* -- Strong -- */
body.features #strong dl dd { margin-top: 10px; }

/* -- Safety -- */
body.features #safety ul {
    margin-left: -32px;
    list-style: none;
    letter-spacing: -0.4em;
    font-size: 0;
    }
    
    body.features #safety ul li {
        display: inline-block;
        width: 312px;
        margin-left: 32px;
        margin-bottom: 30px;
        letter-spacing: normal;
        font-size: 13px;
        }
        
        body.features #safety ul li dt {
            display: block;
            padding-bottom: 10px;
            }
            
body.features #safety .movie { margin-top: 20px; }


/**
 * 7.3 Technology Page
 * -------------------------------
 */
/* -- Urbanring -- */
body.technology #urbanring dt {
    display: block;
    float: left;
    width: 500px;
    }
    
body.technology #urbanring dd {
    float: right;
    width: 470px;
    }
    
    body.technology #urbanring dd .cnt_subttl {
        width: 100%;
        margin-bottom: 30px;
        }
        
    body.technology #urbanring dd ul { list-style: none; }
    
        body.technology #urbanring dd ul li { margin-bottom: 15px; }



/**
 * --------------------------------------------------------------------------------
 * 8.0 Archives Settings
 * --------------------------------------------------------------------------------
 */
 
/**
 * 8.1 Types01 Archives
 * -------------------------------
 */
body.types01 {
    min-width: 700px;
    overflow-x: hidden;
    line-height: 1.5;
    }

    body.types01 .types_wrapper {
        width: 700px;
        overflow: hidden;
        }
        
    body.types01 .types_cnt_box { padding: 20px 25px; }
    
        /* -- Header -- */
        body.types01 #types_header {
            background: #e8e8e8;
            width: auto;
            height: auto;
            padding: 15px 150px 15px 25px;
            position: relative;
            font-weight: bold;
            }
        body.types01_01 #types_header {
            border-left: 5px solid #6985b3;
            color: #6985b3;
            }
        body.types01_02 #types_header {
            border-left: 5px solid #7b9d81;
            color: #7b9d81;
            }
        body.types01_03 #types_header {
            border-left: 5px solid #ac9d65;
            color: #ac9d65;
            }
        body.types01_04 #types_header {
            border-left: 5px solid #b8764e;
            color: #b8764e;
            }
        body.types01_05 #types_header,
        body.types01_06 #types_header {
            border-left: 5px solid #007d76;
            color: #007d76;
            }
        
            body.types01 #types_header .types_icon {
                background-repeat: no-repeat;
                background-position: 0 0;
                display: inline-block;
                /* width: 60px; */
                min-height: 24px;
                padding-left: 35px;
                margin-top: -12px;
                position: absolute;
                right: 25px;
                top: 50%;
                text-align: right;
                line-height: 24px;
                font-size: 12px;
                font-weight: bold;
                }
            body.types01_01 #types_header .types_icon {
                background-image: url(images/types01/types01_01_icon.png);
                color: #6985b3;
                }
            body.types01_02 #types_header .types_icon {
                background-image: url(images/types01/types01_02_icon.png);
                color: #7b9d81;
                }
            body.types01_03 #types_header .types_icon {
                background-image: url(images/types01/types01_03_icon.png);
                color: #ac9d65;
                }
            body.types01_04 #types_header .types_icon {
                background-image: url(images/types01/types01_04_icon.png);
                color: #b8764e;
                }
            body.types01_05 #types_header .types_icon {
                background-image: url(images/types01/types01_05_icon.png);
                color: #007d76;
                }
            body.types01_06 #types_header .types_icon {
                background-image: url(images/types01/types01_06_icon.png);
                color: #007d76;
                }
            
        /* -- Content -- */
        body.types01 #types_content #types_mainvisual .image {
            margin-bottom: 10px;
            text-align: center;
            }
        
        body.types01 #types_content #types_cnt_inner { background: #f5f6f7; }
       
            body.types01 #types_content #types_cnt_inner ul {
                margin: -25px 0 0 -20px;
                list-style: none;
                letter-spacing: -0.4em;
                }
               
          body.types01 #types_content #types_cnt_inner ul li {
              display: inline-block;
              width: 315px;
              margin: 25px 0px 0 20px;
              letter-spacing: normal;
              vertical-align: top;
              }
              
              body.types01 #types_content #types_cnt_inner ul li .image {
                  width: 315px;
                  margin-bottom: 10px;
                  overflow: hidden;
                  text-align: center;
                  }
                  
                  body.types01 #types_content #types_cnt_inner ul li .image a {
                      display: inline-block;
                      position: relative;
                      }
                  
                  body.types01 #types_content #types_cnt_inner ul li .image a .zoom_icon {
                      background: url(images/types01/types01_zoom.png) no-repeat 0 0;
                      display: block;
                      width: 23px;
                      height: 23px;
                      position: absolute;
                      bottom: 0;
                      right: 0;
                      text-indent: 200%;
                      white-space: nowrap;
                      overflow: hidden;
                      }
                      
        body.types01_01 #types_content #types_info { background: #6985b3; } 
        body.types01_02 #types_content #types_info { background: #7b9d81; }
        body.types01_03 #types_content #types_info { background: #ac9d65; }
        body.types01_04 #types_content #types_info { background: #b8764e; }
        body.types01_05 #types_content #types_info,
        body.types01_06 #types_content #types_info { background: #007d76; }
        
            body.types01 #types_content #types_info .fleft { width: 425px; }
            body.types01 #types_content #types_info .fright {
                width: 200px;
                overflow: hidden;
                }
                
                body.types01 #types_content #types_info .fleft table { width: 100%; }
                
                    body.types01 #types_content #types_info .fleft table th, body.types01 #types_content #types_info .fleft table td {
                        padding: 12px 15px;
                        line-height: 1.4;
                        text-align: left;
                        border-top: 1px solid #ccc;
                        border-bottom: 1px solid #ccc;
                        }
                        
                    body.types01 #types_content #types_info .fleft table th {
                        background: #eee;
                        width: 25%;
                        text-align: center;
                        font-weight: bold;
                        }
                        
                    body.types01 #types_content #types_info .fleft table td {
                        background: #fff;
                        width: 75%;
                        }
                        
        /* -- Footer -- */
        body.types01 #types_footer {
            padding: 20px 0 35px 0;
            }
            
            body.types01 #types_footer .close_btn {
                width: 90px;
                margin: 0 auto;
                }
                
                body.types01 #types_footer .close_btn a {
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    display: block;
                    width: 90px;
                    height: 28px;
                    text-align: center;
                    text-indent: 15px;
                    line-height: 28px;
                    color: #fff;
                    font-weight: bold;
                    text-decoration: none;
                    }
                body.types01_01 #types_footer .close_btn a { background-image: url(images/types01/types01_01_btn.png); }
                body.types01_02 #types_footer .close_btn a { background-image: url(images/types01/types01_02_btn.png); }
                body.types01_03 #types_footer .close_btn a { background-image: url(images/types01/types01_03_btn.png); }
                body.types01_04 #types_footer .close_btn a { background-image: url(images/types01/types01_04_btn.png); }
                body.types01_05 #types_footer .close_btn a { background-image: url(images/types01/types01_05_btn.png); }
                body.types01_06 #types_footer .close_btn a { background-image: url(images/types01/types01_06_btn.png); }
                

/**
 * 8.2 Types02 Archives
 * -------------------------------
 */
/* -- Common -- */
body.types02 .cnt_block ul {
    margin-top: -14px;
    margin-left: -14px;
    list-style: none;
    }
    
    body.types02 .cnt_block ul li {
        float: left;
        width: 324px;
        height: 112px;
        margin-top: 14px;
        margin-left: 14px;
        }
        
        body.types02 .cnt_block ul li a {
            background-image: url(images/types02/types02_arrow.png);
            background-repeat: no-repeat;
            display: block;
            width: 302px;
            height: 90px;
            padding: 10px;
            text-decoration: none;
            }
        body.types02 .cnt_block ul li.types02_01 a {
            background-color: #e9edf4;
            background-position: 0 0;
            border: 1px solid #6985b3;
            }
        body.types02 .cnt_block ul li.types02_02 a {
            background-color: #ebf0ec;
            background-position: 0 -110px;
            border: 1px solid #7b9d81;
            }
        body.types02 .cnt_block ul li.types02_03 a {
            background-color: #f2f0e8;
            background-position: 0 -220px;
            border: 1px solid #ac9d65;
            }
        body.types02 .cnt_block ul li.types02_04 a {
            background-color: #f5ebe4;
            background-position: 0 -330px;
            border: 1px solid #b8764e;
            }
        body.types02 .cnt_block ul li.types02_05 a,
        body.types02 .cnt_block ul li.types02_06 a {
            background-color: #e5f2f1;
            background-position: 0 -440px;
            border: 1px solid #007d76;
            }
            
            body.types02 .cnt_block ul li a span { display: block; }
            
            body.types02 .cnt_block ul li a .img {
                display: inline-block;
                width: 90px;
                height: 90px;
                overflow: hidden;
                text-align: center;
                position: relative;
                }
                
                body.types02 .cnt_block ul li a .img img {
                    postion: absolute;
                    top: 0;
                    left: 0;
                    }
                
            body.types02 .cnt_block ul li a .info {
                display: inline-block;
                width: 175px;
                margin-left: 10px;
                vertical-align: top;
                }
                
            body.types02 .cnt_block ul li a .info .icon {
                background-image: url(images/types02/types02_icon.png);
                background-repeat: no-repeat;
                height: 30px;
                padding-left: 40px;
                margin-bottom: 5px;
                line-height: 30px;
                font-size: 12px;
                }
            body.types02 .cnt_block ul li.types02_01 a .info .icon {
                background-position: 0 0;
                color: #6985b3;
                }
            body.types02 .cnt_block ul li.types02_02 a .info .icon {
                background-position: 0 -30px;
                color: #7b9d81;
                }
            body.types02 .cnt_block ul li.types02_03 a .info .icon {
                background-position: 0 -60px;
                color: #ac9d65;
                }
            body.types02 .cnt_block ul li.types02_04 a .info .icon {
                background-position: 0 -90px;
                color: #b8764e;
                }
            body.types02 .cnt_block ul li.types02_05 a .info .icon {
                background-position: 0 -120px;
                color: #007d76;
                }
            body.types02 .cnt_block ul li.types02_06 a .info .icon {
                background-position: 0 -150px;
                color: #007d76;
                }
                
            body.types02 .cnt_block ul li a .info {
                color: #333;
                font-size: 14px;
                font-weight: bold;
                }

/* -- Types Navigation -- */
body.types02 #types_nav ul {
    margin-left: -14px;
    margin-top: -15px;
    list-style: none;
    }
    
    body.types02 #types_nav ul li {
        float: left;
        width: 324px;
        height: 165px;
        margin-left: 14px;
        margin-top: 0;
        }
        
        body.types02 #types_nav ul li a {
            background: none;
            display: block;
            width: 324px;
            height: 180px;
            padding: 0;
            position: relative;
            color: #fff;
            font-size: 17px;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            }
            
            body.types02 #types_nav ul li a .img {
                display: block;
                width: 324px;
                height: 165px;
                overflow: hidden;
                position: absolute;
                top: 15px;
                left: 0;
                z-index: 0;
                }
            
                body.types02 #types_nav ul li a .img img { width: 324px; }
            
            body.types02 #types_nav ul li a .navhover {
                background: url(images/types02/types02_navhover.png) no-repeat 0 0;
                display: block;
                width: 324px;
                height: 165px;
                position: absolute;
                top: 15px;
                left: 0;
                z-index: 1;
                }
            body.types02 #types_nav ul li a.active .navhover { display: none; }

                body.types02 #types_nav ul li a .navhover .icon {
                    background-image: url(images/types02/types02_nav_icon.png);
                    background-repeat: no-repeat;
                    display: block;
                    height: 50px;
                    margin: 40px 0 20px 0;
                    }
                body.types02 #types_nav ul li a .navhover .ground { background-position: center 0; }
                body.types02 #types_nav ul li a .navhover .underground { background-position: center -100px; }
                body.types02 #types_nav ul li a .navhover .buildin { background-position: center -200px; }
                
            body.types02 #types_nav ul li a .navactive {
                display: none;
                background: url(images/types02/types02_navactive.png) no-repeat center 0;
                padding-top: 15px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                }
            body.types02 #types_nav ul li a.active .navactive { display: block; }
            
                body.types02 #types_nav ul li a .navactive span {   
                    display: block;
                    width: 314px;
                    height: 155px;
                    border: 5px solid #169e5c;
                    }
                    
                    
/**
 * 8.3 Location Archives
 * -------------------------------
 */
body.location {
    min-width: 980px;
    overflow-x: hidden;
    }

    body.location .location_wrapper {
            width: 920px;
            padding: 30px 30px 40px 30px;
            }
            
        /* -- Header -- */
        body.location .location_wrapper #location_header {
            background: url(images/location/location_ttl.png) no-repeat 0 0;
            padding-left: 225px;
            padding-bottom: 25px;
            border-bottom: 1px solid #169e5c;
            }
            
            body.location .location_wrapper #location_header h2 {
                height: 30px;
                line-height: 30px;
                color: #169e5c;
                font-size: 28px;
                font-weight: bold;
                }
            
        /* -- Content -- */
        body.location .location_wrapper #location_content { margin-top: 30px; }
        
            body.location .location_wrapper #location_content ul {
                margin-left: -10px;
                list-style: none;
                }
                
                body.location .location_wrapper #location_content ul li {
                    float: left;
                    width: 300px;
                    height: 76px;
                    margin-left: 10px;
                    margin-bottom: 10px;
                    }
                    
                    body.location .location_wrapper #location_content ul li a {
                        background-image: url(images/location/location_arrow.png);
                        background-repeat: no-repeat;
                        display: block;
                        width: 278px;
                        height: 50px;
                        padding: 12px 10px;
                        text-decoration: none;
                        position: relative;
                        }
                    body.location .location_wrapper #location_content ul li.types01 a {
                        background-color: #e9edf4;
                        background-position: 0 0;
                        border: 1px solid #6985b3;
                        }
                    body.location .location_wrapper #location_content ul li.types02 a {
                        background-color: #ebf0ec;
                        background-position: 0 -74px;
                        border: 1px solid #7b9d81;
                        }
                    body.location .location_wrapper #location_content ul li.types03 a {
                        background-color: #f2f0e8;
                        background-position: 0 -148px;
                        border: 1px solid #ac9d65;
                        }
                    body.location .location_wrapper #location_content ul li.types04 a {
                        background-color: #f5ebe4;
                        background-position: 0 -222px;
                        border: 1px solid #b8764e;
                        }
                    body.location .location_wrapper #location_content ul li.types05 a,
                    body.location .location_wrapper #location_content ul li.types06 a {
                        background-color: #e5f2f1;
                        background-position: 0 -296px;
                        border: 1px solid #007d76;
                        }
                        
                        body.location .location_wrapper #location_content ul li a span {
                            display: block;
                            position: absolute;
                            }
                        
                        body.location .location_wrapper #location_content ul li a .icon {
                            background-image: url(images/location/location_icon.png);
                            background-repeat: no-repeat;
                            width: 195px;
                            height: 50px;
                            padding-left: 60px;
                            top: 12px;
                            left: 10px;
                            font-size: 12px;
                            }
                        body.location .location_wrapper #location_content ul li.types01 a .icon {
                            background-position: 0 0;
                            color: #6985b3;
                            }
                        body.location .location_wrapper #location_content ul li.types02 a .icon {
                            background-position: 0 -50px;
                            color: #7b9d81;
                            }
                        body.location .location_wrapper #location_content ul li.types03 a .icon {
                            background-position: 0 -100px;
                            color: #ac9d65;
                            }
                        body.location .location_wrapper #location_content ul li.types04 a .icon {
                            background-position: 0 -150px;
                            color: #b8764e;
                            }
                        body.location .location_wrapper #location_content ul li.types05 a .icon {
                            background-position: 0 -200px;
                            color: #007d76;
                            }
                        body.location .location_wrapper #location_content ul li.types06 a .icon {
                            background-position: 0 -250px;
                            color: #007d76;
                            }
                            
                        body.location .location_wrapper #location_content ul li a .txt {
                            width: 195px;
                            height: 50px;
                            top: 12px;
                            left: 70px;
                            color: #333;
                            font-weight: bold;
                            }
                            
                            body.location .location_wrapper #location_content ul li a .txt span {
                                width: 195px;
                                top: 50%;
                                color: #333;
                                font-weight: bold;
                                }


/**
 * 8.4 Topics, Post Archives
 * -------------------------------
 */
/* -- Common -- */
body.topics #content .wrapper,
body.other #content .wrapper { background: url(images/common/sidebar_sep.png) repeat-y 0 0; }
    
    /*  sidebar  */
    #sidebar {
        float: left;
        width: 210px;
        }
      
        #sidebar .sidebar_nav .sidebar_nav_title {
            height: 50px;
            line-height: 1000%;
            text-indent: 200%;
            white-space: nowrap;
            overflow: hidden;
            border-top: 1px solid #d9d9d9;
            border-bottom: 1px dotted #d9d9d9;
            }
            
        #sidebar .sidebar_nav #sidebar_archive_nav_title { background: url(images/common/sidebar_archive_title.png) no-repeat 0 50%; }
        #sidebar .sidebar_nav #sidebar_category_nav_title { background: url(images/common/sidebar_category_title.png) no-repeat 0 50%; }
            
            #sidebar .sidebar_nav ul {
                list-style: none;
                margin-bottom: 45px;
                }
            
                #sidebar .sidebar_nav li {
                    background: url(images/common/sidebar_arrow.png) no-repeat right 50%;
                    border-bottom: 1px dotted #d9d9d9;
                    line-height: 1.4;
                    }
                    
                     #sidebar .sidebar_nav li a {
                         display: block;
                         padding: 10px 25px 10px 0;
                         color: #666;
                         text-decoration: none;
                         }
                     #sidebar .sidebar_nav li a:hover {
                         color: #169d45;
                         text-decoration: underline;
                         }

        /*  post content  */
        #post_content {
            float: right;
            width: 735px;
            }
            
            #post_content #post_ttl {
                height: 46px;
                padding-bottom: 30px;
                margin-bottom: 30px;
                border-bottom: 1px solid #d9d9d9;
                line-height: 1.4;
                }
                
                #post_content #post_ttl .title {
                    display: block;
                    float: left;
                    line-height: 1000%;
                    text-indent: 200%;
                    white-space: nowrap;
                    overflow: hidden;
                    }
                #post_content #post_ttl .date {
                    background-repeat: no-repeat;
                    background-position: 30px 7px;
                    display: block;
                    float: left;
                    padding: 10px 0 0 200px;
                    line-height: 1.4;
                    color: #169d45;
                    font-size: 20px;
                    font-weight: bold;
                    }
                #post_content .archive_title .date { background-image: url(images/common/post_archive_label.png); }
                #post_content .category_title .date { background-image: url(images/common/post_category_label.png); }
                    
            #post_content .posts { list-style: none; }
                #post_content .posts ul { list-style: circle; }
                
                #content #post_content .posts li {
                    padding-bottom: 30px;
                    margin-bottom: 30px;
                    border-bottom: 1px dotted #d9d9d9;
                    line-height: 1.4;
                    }
                    #content #post_content .posts li li {
                        padding-bottom: 0;
                        margin-bottom: 0;
                        border-bottom: none;
                        }
                        
                        #content #post_content .posts li .post_title {
                            margin-bottom: 20px;
                            line-height: 1.4;
                            font-weight: bold;
                            color: #169d45;
                            }
                        
                            #post_content .posts li .post_title a { text-decoration: none; }
                            #post_content .posts li .post_title a:hover { text-decoration: underline }
                            
                        #post_content .posts li .post_title .date {
                            display: block;
                            margin-top: 3px;
                            font-size: 11px;
                            font-weight: normal;
                            color: #333;
                            }
                            
                    #post_content .posts li .fleft { width: 345px; }
                    #post_content .posts li .fright { width: 365px; }
                    
    /*  page navigation  */
    .wp-pagenavi { text-align: center; }
    
        .wp-pagenavi span,
        .wp-pagenavi a {
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            }
        .wp-pagenavi a:hover { border: 1px solid #169d45 !important; }
        
        .wp-pagenavi .current {
            background: #169d45;
            border: 1px solid #169d45 !important;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            color: #fff;
            font-weight: bold;
            }
            
        .wp-pagenavi .page { border: 1px solid #ccc; }      
                       
/* -- Topic Content -- */
/* header */
body.topics #topics_header {
    background: #ededed;
    width: 100%;   
    height: 55px;
    padding-top: 5px;
    } 
    
    body.topics #topics_header #topics_header_jfe_logo a {
        background: url(images/topics/header_jfe_logo.png) no-repeat;
        float: left;
        display: block;
        width: 215px;
        height: 34px;
        margin-top: 9px;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        }
        
    body.topics #topics_header_translate {
        float: right;
        margin-top: 9px;
        }

body.topics #sidebar #sidebar_site_logo {
    margin-bottom: 30px;
    }
    
    body.topics #sidebar #sidebar_site_logo a {
        background: url(images/topics/sidebar_site_logo.png) no-repeat;
        display: block;
        width: 208px;
        height: 46px;
        line-height: 1000%;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        }

body.topics #content { padding-top: 0; }
    
    body.topics #content .wrapper { padding: 25px 0 45px 0; }
    
    body.topics #content #post_content #post_ttl .title {
        background: url(images/topics/post_ttl.png) no-repeat 0 50%;
        display: block;
        width: 156px;
        height: 46px;
        }
        
        body#topics #content #topics_content #topics_title .date { width: 321px; }

#topics_page_top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: 55px;
    height: 55px;
    }
    
/* -- Other Content -- */
  


/**
 * --------------------------------------------------------------------------------
 * 9.0 Footer Settings
 * --------------------------------------------------------------------------------
 */

/**
 * 9.1 Footer Top
 * -------------------------------
 */ 
#footer_top {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    }
    
    /* -- Footer Top Inquiry -- */
    #footer_top #footer_inquiry {
        float: left;
        width: 310px;
        }
        
        #footer_top #footer_inquiry dt { display: block; }
        
            #footer_top #footer_inquiry dt a {
                background-image: url(images/common/footer_inquiry_ttl.png);
                background-repeat: no-repeat;
                background-position: 0 0;
                display: block;
                width: 205px;
                height: 24px;
                text-indent: 200%;
                white-space: nowrap;
                overflow: hidden;
                }
            #footer_top #footer_inquiry dt a:hover { background-position: 0 -24px; }
            
        #footer_top #footer_inquiry dd {
            margin-top: 25px;
            font-size: 14px;
            color: #b2b2b2;
            line-height: 1.8;
            }
            
        #footer_top #footer_inquiry dd #inquiry_tel {
            background: url(images/common/footer_inquiry_tel.png) no-repeat 0 0;
            margin-top: 20px;
            padding-left: 32px;
            line-height: 1;
            font-size: 24px;
            font-weight: bold;
            }
            
        #footer_top #footer_inquiry dd #inquiry_btn { margin-top: 25px; }
        
            #footer_top #footer_inquiry dd #inquiry_btn a {
                background-image: url(images/common/footer_inquiry_btn.png);
                background-repeat: no-repeat;
                background-position: -1px -1px;
                display: block;
                width: 308px;
                height: 48px;
                border: 1px solid #666;
                text-align: center;
                line-height: 48px;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                text-decoration: none;
                }
            #footer_top #footer_inquiry dd #inquiry_btn a:hover {
                background-position: -1px -51px;
                border: 1px solid #169e5c;
                color: #169e5c;
                }
                
    /* -- Footer Nav -- */
    #footer_top #footer_nav {
        float: right;
        width: 600px;
        margin-left: -30px;
        margin-top: -35px;
        list-style: none;
        letter-spacing: -0.4em;
        font-size: 0;
        }
        
        #footer_top #footer_nav li {
            display: inline-block;
            width: 120px;
            margin-left: 30px;
            margin-top: 35px;
            padding-top: 13px;
            border-top: 1px solid #169e5c;
            vertical-align: top;
            text-align: right;
            letter-spacing: normal;
            font-size: 13px;
            }
            
            #footer_top #footer_nav li a {
                background-image: url(images/common/footer_nav_ttl.png);
                background-repeat: no-repeat;
                display: block;
                width: 120px;
                height: 13px;
                text-align: left;
                text-indent: 200%;
                white-space: nowrap;
                overflow: hidden;
                }
                
        #footer_top #footer_nav li.ttl { width: 270px; }
        
            #footer_top #footer_nav li.ttl span {
                background-image: url(images/common/footer_nav_ttl.png);
                background-repeat: no-repeat;
                display: block;
                width: 270px;
                height: 13px;
                text-align: left;
                text-indent: 200%;
                white-space: nowrap;
                overflow: hidden;
                }
                
            #footer_top #footer_nav li#fn_about a { background-position: 0 0; }
            #footer_top #footer_nav li#fn_about a:hover { background-position: 0 -13px; }
            #footer_top #footer_nav li#fn_types a { background-position: -120px 0; }
            #footer_top #footer_nav li#fn_types a:hover { background-position: -120px -13px; }
            #footer_top #footer_nav li#fn_features a { background-position: -240px 0; }
            #footer_top #footer_nav li#fn_features a:hover { background-position: -240px -13px; }
            #footer_top #footer_nav li#fn_technology a { background-position: -360px 0; }
            #footer_top #footer_nav li#fn_technology a:hover { background-position: -360px -13px; }
            #footer_top #footer_nav li#fn_location a { background-position: -480px 0; }
            #footer_top #footer_nav li#fn_location a:hover { background-position: -480px -13px; }
            #footer_top #footer_nav li#fn_topics a { background-position: -600px 0; }
            #footer_top #footer_nav li#fn_topics a:hover { background-position: -600px -13px; }
            #footer_top #footer_nav li#fn_links span { background-position: -720px 0; }
            
            #footer_top #footer_nav li ul {
                float: none;
                width: 100%;
                margin-left: 0;
                margin-top: 25px;
                list-style: none; }
                
                #footer_top #footer_nav li ul li {
                    display: block;
                    width: auto;
                    margin-left: 0px;
                    margin-top: 0px;
                    padding-top: 0px;
                    margin-bottom: 8px;
                    border: none;
                    text-align: left;
                    }
                
                #footer_top #footer_nav li ul li a {
                    background: url(images/common/footer_nav_arrow.png) no-repeat 0 2px !important;
                    display: inline;
                    width: auto;
                    height: auto;
                    padding-left: 12px;
                    text-indent: 0;
                    white-space: normal;
                    overflow: visible;
                    color: #b2b2b2;
                    font-size: 11px;
                    line-height: 1.2;
                    text-decoration: none;
                    }
                #footer_top #footer_nav li ul li a:hover { color: #fff; }
                
    /* -- Footer Pagetop-- */
    #footer_top #footer_pagetop {
        position: absolute;
        top: -40px;
        right: 0;
        }
        
        #footer_top #footer_pagetop a {
            background-image: url(images/common/footer_pagetop.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            display: block;
            width: 120px;
            height: 40px;
            text-indent: 200%;
            white-space: nowrap;
            overflow: hidden;
            }
            
            #footer_top #footer_pagetop a:hover { background-position: 0 -40px; }


/**
 * 9.2 Footer Credit
 * -------------------------------
 */ 
#footer_credit {
    background: #212121;
    heght: 60px;
    text-align: center;
    }
    
#footer_credit p {
    font-size: 11px;
    line-height: 60px;
    color: #b3b3b3;
    }

    #footer_credit .ff_verdana {
        font-family: Verdana, Geneva, sans-serif;
        }

        
        
/**
 * --------------------------------------------------------------------------------
 * 10.0 Slideshow Settings
 * --------------------------------------------------------------------------------
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 * --------------------------------------------------------------------------------
 */
 
/**
 * 10.1 Common
 * -------------------------------
 */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
    overflow: hidden;
    }

    .bx-wrapper img {
        max-width: 100%;
        display: block;
        }
    
    .bx-wrapper .bx-viewport {
        left: 0;
        background: #000;
        
        /* fix other elements on the page moving (on Chrome) */
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
            -ms-transform: translatez(0);
            -o-transform: translatez(0);
            transform: translatez(0);
        }
    
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 20px;
        width: 100%;
        }
    
    /* -- Loader -- */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(images/common/loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
        }
    
    /* -- Pager -- */
    .bx-wrapper .bx-pager {
        text-align: right;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        margin-left: -5px !important;
        position: relative;
        z-index: 999;
        }
    
        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            }
        
        .bx-wrapper .bx-pager.bx-default-pager a {
            background-image: url(images/common/bx_controls.png);
            background-repeat: no-repeat;
            background-position: -3px -88px;
            text-indent: 200%;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            }
        .bx-wrapper .bx-pager.bx-default-pager a:hover,
        .bx-wrapper .bx-pager.bx-default-pager a.active { background-position: -19px -88px; }
    
    /* -- Direction Controls (next/prev) -- */
    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(images/common/bx_controls.png) no-repeat 0 -32px;
        }
    .bx-wrapper .bx-next {
        right: 10px;
        background: url(images/common/bx_controls.png) no-repeat -43px -32px;
        }
    .bx-wrapper .bx-prev:hover { background-position: 0 0; }
    .bx-wrapper .bx-next:hover { background-position: -43px 0; }
    
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        z-index: 999;
        }
    .bx-wrapper .bx-controls-direction a.disabled { display: none; }
    
    /* -- Auto Controls (start/stop) -- */
    .bx-wrapper .bx-controls-auto { text-align: center; }
    
        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: 200%;
            white-space: nowrap;
            overflow: hidden;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(images/common/bx_controls.png) -86px -11px no-repeat;
            margin: 0 3px;
            }
        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
        
        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: 200%;
                white-space: nowrap;
                overflow: hidden;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(images/common/bx_controls.png) -86px -44px no-repeat;
            margin: 0 3px;
            }
        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
    
    /* -- Pager with Auto-Controls Hybrid Layout -- */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
        }
    
        .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
            right: 0;
            width: 35px;
            }
    
    /* -- Image Caption -- */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
        }
    
        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
            }
            
            
/**
 * 10.2 Top Page
 * -------------------------------
 */
body.top .slideshow .bxslider {
    width: 480px;
    height: 240px;
    }

body.top #top_about .slideshow .bxslider {
    width: 500px !important;
    height: 300px !important;
    }
    
    body.top .slideshow .bxslider li a {
        display: block;
        width: 480px;
        height: 240px;
        position: relative;
        color: #fff;
        text-decoration: none;
        }
        
        body.top .slideshow .bxslider li a .img {
            width: 480px;
            height: 240px;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            }
            
            body.top .slideshow .bxslider li a .img img {
                position: absolute;
                top: 0;
                left: 0;
                }
            body.top .slideshow .bxslider li a:hover img {
               filter: alpha(opacity=30);
               -moz-opacity: 0.3;
               opacity: 0.3;
                }
    
        body.top .slideshow .bxslider li a .slidehover {
            background: url(images/top/slidehover.png) no-repeat right 50%;
            display: none;
            width: 380px;
            height: 240px;
            padding: 0 50px;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            }
        body.top .slideshow .bxslider li a:hover .slidehover { display: block; }
            
            body.top .slideshow .bxslider li a .slidehover .title {
                display: block;
                font-size: 18px;
                font-weight: bold;
                }   

            body.top .slideshow .bxslider li a .slidehover .txt {
                display: block;
                height: 20px;
                line-height: 20px;
                }
            
            /* -- Location -- */
            body.top #top_location .slideshow .bxslider li a .slidehover .title { margin: 110px 0 20px 0; }
            body.top #top_location .slideshow .bxslider li a .slidehover .txt {
                font-size: 18px;
                font-weight: bold;
                }
                body.top #top_location .slideshow .bxslider li a .slidehover .txt .icon {
                    background-image: url(images/top/location_icon.png);
                    background-repeat: no-repeat;
                    display: inline-block;
                    height: 20px;
                    padding-left: 50px;
                    margin-left: 20px;
                    border-left: 1px solid #fff;
                    line-height: 20px;
                    font-size: 13px;
                    font-weight: normal;
                    }
                body.top #top_location .slideshow .bxslider li a .slidehover .txt .type01 { background-position: 20px 0; }
                body.top #top_location .slideshow .bxslider li a .slidehover .txt .type02 { background-position: 20px -40px; }
                body.top #top_location .slideshow .bxslider li a .slidehover .txt .type03 { background-position: 20px -80px; }
                body.top #top_location .slideshow .bxslider li a .slidehover .txt .type04 { background-position: 20px -120px; }
                body.top #top_location .slideshow .bxslider li a .slidehover .txt .type05 { background-position: 20px -160px; }
                body.top #top_location .slideshow .bxslider li a .slidehover .txt .type06 { background-position: 20px -200px; }
                
            /* -- Types -- */
            body.top #top_types .slideshow .bxslider li a .slidehover .icon {
                background-image: url(images/top/types_icon.png);
                background-repeat: no-repeat;
                display: block;
                height: 50px;
                margin: 80px 0 20px 0;
                }
            body.top #top_types .slideshow .bxslider li a .slidehover .ground { background-position: center 0; }
            body.top #top_types .slideshow .bxslider li a .slidehover .underground { background-position: center -100px; }
            body.top #top_types .slideshow .bxslider li a .slidehover .buildin { background-position: center -200px; }
            
            /* -- Features, Technology -- */
            body.top #top_features .slideshow .bxslider li a .slidehover .title,
            body.top #top_technology .slideshow .bxslider li a .slidehover .title { margin: 110px 0 20px 0; }        
            
            
/**
 * 5.3 Page
 * -------------------------------
 */
#mv .bxslider {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    }
     
     
        
/**
 * --------------------------------------------------------------------------------
 * 11.0 Fancybox Settings
 * --------------------------------------------------------------------------------
 * fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license
 * --------------------------------------------------------------------------------
 */ 

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
    }

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
    }

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
    /*
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
     */
    }

.fancybox-opened { z-index: 8030; }

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner { position: relative; }

.fancybox-inner { overflow: hidden; }

.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
    }

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
    }

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
    }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('images/common/fancybox_sprite.png'); }

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
    }

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/common/loader.gif') center center no-repeat;
    }

.fancybox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 8040;
    }

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/common/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
    }

.fancybox-prev {
	left: 0;
    }

.fancybox-next {
	right: 0;
    }

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
    }

.fancybox-prev span {
	left: 0;
	background-position: 0 -46px;
    }

.fancybox-next span {
	right: 0;
	background-position: 0 -74px;
    }

.fancybox-nav:hover span { visibility: visible; }

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
    }

/* -- Overlay Helper -- */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
    }

.fancybox-lock body { overflow: hidden !important; }

.fancybox-lock-test { overflow-y: hidden !important; }

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/common/fancybox_overlay.png');
    }

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
    }

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
    }

/* -- Title Helper -- */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
    }

.fancybox-opened .fancybox-title { visibility: visible; }

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
    }

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
    }

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
    }

.fancybox-title-inside-wrap {padding-top: 10px; }

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
    }

/* -- Retina Graphics! -- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/common/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
        }

	#fancybox-loading div {
		background-image: url('images/common/loader@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
    }
    


/**
 * --------------------------------------------------------------------------------
 * 12.0 Other Settings
 * --------------------------------------------------------------------------------
 */
 
#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    /* background: url(../images/common/loader.gif) no-repeat center center; */
    }
    
#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
    }
    
    #supersized img {
        width: auto;
        height: auto;
        position: relative;
        display: none;
        outline: none;
        border: none;
        }
        
    #supersized.speed img {
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        }
        
    #supersized.quality img {
        -ms-interpolation-mode: bicubic;
        image-rendering: optimizeQuality;
        }
    
    #supersized li {
        display: block;
        list-style: none;
        z-index: -30;
        position: fixed;
        overflow: hidden;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background: #111;
        }
        
    #supersized a {
        width: 100%;
        height: 100%;
        display: block;
        }
    #supersized li.prevslide { z-index: -20; }
    
    #supersized li.activeslide { z-index: -10; }
    
    #supersized li.image-loading {
        background: #000 url(images/common/loader.gif) no-repeat center center;
        width: 100%;
        height: 100%;
        }
        
    #supersized li.image-loading img{ visibility: hidden; }
    
    #supersized li.prevslide img, #supersized li.activeslide img{ display: inline; }
  
    


/**
 * --------------------------------------------------------------------------------
 * 12.0 Other Settings
 * --------------------------------------------------------------------------------
 */
 
/* -- Clearfix -- */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
.clearfix { zoom:1; }

/* -- Text Align -- */
.ta_left { text-align: left; }
.ta_center { text-align: center; }
.ta_right { text-align: right; }

/* -- Float -- */
.fleft { float: left; }
.fright { float: right; }

/* -- Padding -- */
.pd5 { padding: 5px; }
.pdt5 { padding-top: 5px; }
.pdr5 { padding-right: 5px; }
.pdb5 { padding-bottom: 5px; }
.pdl5 { padding-left: 5px; }

.pd10 { padding: 10px; }
.pdt10 { padding-top: 10px; }
.pdr10 { padding-right: 10px; }
.pdb10 { padding-bottom: 10px; }
.pdl10 { padding-left: 10px; }

.pd15 { padding: 15px; }
.pdt15 { padding-top: 15px; }
.pdr15 { padding-right: 15px; }
.pdb15 { padding-bottom: 15px; }
.pdl15 { padding-left: 15px; }

.pd20 { padding: 20px; }
.pdt20 { padding-top: 20px; }
.pdr20 { padding-right: 20px; }
.pdb20 { padding-bottom: 20px; }
.pdl20 { padding-left: 20px; }

.pd25 { padding: 25px; }
.pdt25 { padding-top: 25px; }
.pdr25 { padding-right: 25px; }
.pdb25 { padding-bottom: 25px; }
.pdl25 { padding-left: 25px; }

.pd30 { padding: 30px; }
.pdt30 { padding-top: 30px; }
.pdr30 { padding-right: 30px; }
.pdb30 { padding-bottom: 30px; }
.pdl30 { padding-left: 30px; }

.pd35 { padding: 35px; }
.pdt35 { padding-top: 35px; }
.pdr35 { padding-right: 35px; }
.pdb35 { padding-bottom: 35px; }
.pdl35 { padding-left: 35px; }

.pd40 { padding: 40px; }
.pdt40 { padding-top: 40px; }
.pdr40 { padding-right: 40px; }
.pdb40 { padding-bottom: 40px; }
.pdl40 { padding-left: 40px; }

.pd45 { padding: 45px; }
.pdt45 { padding-top: 45px; }
.pdr45 { padding-right: 45px; }
.pdb45 { padding-bottom: 45px; }
.pdl45 { padding-left: 45px; }

.pd50 { padding: 50px; }
.pdt50 { padding-top: 50px; }
.pdr50 { padding-right: 50px; }
.pdb50 { padding-bottom: 50px; }
.pdl50 { padding-left: 50px; }

.pd55 { padding: 55px; }
.pdt55 { padding-top: 55px; }
.pdr55 { padding-right: 55px; }
.pdb55 { padding-bottom: 55px; }
.pdl55 { padding-left: 55px; }

.pd60 { padding: 60px; }
.pdt60 { padding-top: 60px; }
.pdr60 { padding-right: 60px; }
.pdb60 { padding-bottom: 60px; }
.pdl60 { padding-left: 60px; }

/* -- Margin -- */
.mg5 { margin: 5px; }
.mgt5 { margin-top: 5px; }
.mgr5 { margin-right: 5px; }
.mgb5 { margin-bottom: 5px; }
.mgl5 { margin-left: 5px; }

.mg10 { margin: 10px; }
.mgt10 { margin-top: 10px; }
.mgr10 { margin-right: 10px; }
.mgb10 { margin-bottom: 10px; }
.mgl10 { margin-left: 10px; }

.mg15 { margin: 15px; }
.mgt15 { margin-top: 15px; }
.mgr15 { margin-right: 15px; }
.mgb15 { margin-bottom: 15px; }
.mgl15 { margin-left: 15px; }

.mg20 { margin: 20px; }
.mgt20 { margin-top: 20px; }
.mgr20 { margin-right: 20px; }
.mgb20 { margin-bottom: 20px; }
.mgl20 { margin-left: 20px; }

.mg25 { margin: 25px; }
.mgt25 { margin-top: 25px; }
.mgr25 { margin-right: 25px; }
.mgb25 { margin-bottom: 25px; }
.mgl25 { margin-left: 25px; }

.mg30 { margin: 30px; }
.mgt30 { margin-top: 30px; }
.mgr30 { margin-right: 30px; }
.mgb30 { margin-bottom: 30px; }
.mgl30 { margin-left: 30px; }

.mg35 { margin: 35px; }
.mgt35 { margin-top: 35px; }
.mgr35 { margin-right: 35px; }
.mgb35 { margin-bottom: 35px; }
.mgl35 { margin-left: 35px; }

.mg40 { margin: 40px; }
.mgt40 { margin-top: 40px; }
.mgr40 { margin-right: 40px; }
.mgb40 { margin-bottom: 40px; }
.mgl40 { margin-left: 40px; }

.mg45 { margin: 45px; }
.mgt45 { margin-top: 45px; }
.mgr45 { margin-right: 45px; }
.mgb45 { margin-bottom: 45px; }
.mgl45 { margin-left: 45px; }

.mg50 { margin: 50px; }
.mgt50 { margin-top: 50px; }
.mgr50 { margin-right: 50px; }
.mgb50 { margin-bottom: 50px; }
.mgl50 { margin-left: 50px; }

.mg55 { margin: 55px; }
.mgt55 { margin-top: 55px; }
.mgr55 { margin-right: 55px; }
.mgb55 { margin-bottom: 55px; }
.mgl55 { margin-left: 55px; }

.mg60 { margin: 60px; }
.mgt60 { margin-top: 60px; }
.mgr60 { margin-right: 60px; }
.mgb60 { margin-bottom: 60px; }
.mgl60 { margin-left: 60px; }