
        body,
        h1, h2, h3, h4, h5, h6 {
            font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
        }
        #bs-example-navbar-collapse-1 {
            box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
        }
        ul.navbar-nav {
            padding-bottom: 15px;
        }
        .nivo-main-image
        {
            /*height:550px!important;*/
        }
        .nivo-directionNav
        {
            display:none;
        }
        .fixed {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
        }
        .portfolio_single_content:hover {
            /*border: 3px solid #B9DBA7 !important;*/
            border: 2px solid #000 !important;
/*            transition: 0.4s ease all;*/
        }
        .portfolio_single_content img {
/*            -moz-transition: -moz-transform 0.2s linear;
            -webkit-transition: -webkit-transform 0.2s linear;
            -o-transition: -o-transform 0.2s linear;
            -ms-transition: -ms-transform 0.2s linear;
            transition: transform 0.2s linear;*/
        }
        .portfolio_single_content img:hover {
/*            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);*/
            filter: alpha(opacity=60);        /* ie lt 8 */
            -ms-filter: "alpha(opacity=60)";  /* ie 8 */
            -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
            -khtml-opacity: 0.6;              /* Safari 1.x */
            opacity:0.6;
        }
        .bg-image:hover,
        .intro-group img:hover,
        .bottom-menu .icon:hover {
            cursor:pointer;
            filter: alpha(opacity=60);        /* ie lt 8 */
            -ms-filter: "alpha(opacity=60)";  /* ie 8 */
            -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
            -khtml-opacity: 0.6;              /* Safari 1.x */
            opacity:0.6;
            zoom:1;
        }
        @media screen and (max-width: 480px) {
            #main-navbar {
                display: none;
            }
        }
   