@charset "UTF-8";


.logo {
    display: block;
}
#logo_top,
#logo_under {
    display: none;
}
.fb {
    position: static;
    padding: 3em 3em 3em 0;
    margin: 0 0 0 auto;
    text-align: right;
}
.main {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.innerMain {
    padding: 124px 0 0;
}
.ps-container>.ps-scrollbar-y-rail {
    display: block;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    right: 0;
    width: 19px;
    background: url(../img/bg-scroll.png) repeat-y center 0;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    right: 0;
    width: 19px;
    height: 19px;
    background: url(../img/icon-scroll.png) no-repeat;
    cursor: pointer;
}
.ps-container>.ps-scrollbar-y-rail.in-scrolling,
.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,
.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling,
.ps-container:hover>.ps-scrollbar-y-rail,
.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: transparent;
    opacity: 1;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100)
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: transparent;
    opacity: .8;
}

h2 {
    margin: 1em 0 1.2em;
}
h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 18px;
}
.sections {
    margin-bottom: 125px;
}


/*
about
*/
.about address {
    font-style: normal;
    line-height: 1.9;
    margin-bottom: 38px;
}
.udlTable {
    width: 440px;
}
.udlTable th,
.udlTable td {
    line-height: 1.8;
    padding: 12px 0 2px;
    border-bottom: dotted 1px #b7b7b7;
}
.udlTable th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 12px 0 2px 12px;
}


/*
profile
*/
.profile .udlTable td {
    padding-left: 1em;
}


/*
works
*/
.works {
    overflow: hidden;
    position: relative;
}
.smbtn {
    display: none;
}
.worksyears {
    width: 60px;
    margin: 0;
    padding: 0;
    float: left;
}
.worksyears li {
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    padding: 0 0 5px;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.worksyears li:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ddd;
}
.worksyears li:hover:after {
    opacity: 0;
}
.worksyears li.on:after {
    display: none;
}
.worksyears a {
    text-decoration: none;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 2px 0;
}
.worksyears a:hover {
    background: #ddd;
    opacity: .6;
}
.worksyears .on a {
    background: #ddd;
}
.worsArea {
    width: 340px;
    float: left;
    margin: -0.4em 0 0 40px;
    font-size: 12px;
    line-height: 2.5;
}
.worsArea ul{
    margin: 0;
    padding: 0 0 0 1.4em;
}
.worsArea li {
    line-height: 1.6;
    margin: 10px 0;
	list-style-image: url(../img/list_icon.png);
	list-style-position: inside;
	list-style-position: outside;

-->
}
.worsArea li:first-child {
    margin-top: 4px;
}

@media screen and (max-width:1000px) {
    .udlTable {
        width: 88%;
    }
    .udlTable th {
        width: 22%;
    }
    
    .worsArea {
        width: 70%;
        margin: -0.4em 0 0 5%
    }
}
@media screen and (max-width:680px) {
    .logos {
        width: 100%;
        float: none;
        height: inherit;
        position: fixed;
    }
    #logo_top {
        position: relative;
        z-index: 0;
        left: 3px;
        top: 0;
        margin: 0 auto;
    }
    .logoArea {
        width: 30%;
        height: 65px;
        position: static;
        margin: 2em auto;
    }
    .logo {
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
    }
    .btnEnter {
        width: 52px;
        height: 52px;
        position: absolute;
        margin: auto;
        line-height: 5;
        background: #fff;
        border-radius: 50%;
    }
    .content {
        padding: 9.4em 0 0;
        width: 100%;
    }
    .innerMain {
        padding: 0 3.125%;
    }
    .udlTable {
        width: 96%;
    }
    .works {
        overflow: visible;
    }
    .worsArea {
        width: 96%;
        margin: 0 1.5625%;
        float: none;
    }
    .worksyears {
        width: 96%;
        margin: 0 1.5625% 1.5625%;
        padding: 0;
        float: none;
    }
    .worksyears li {
        list-style-type: none;
        text-align: center;
        width: 2;
        font-size: 12px;
        padding: 0 0 5px;
        margin-bottom: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: none;
    }
    .worksyears li.on {
        display: block;
    }
    .worksyears li:after {
        content: '';
        display: block;
        width: 96%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #ddd;
    }
    .smbtn {
        display: block;
        position: absolute;
        right: 3.15%;
        top: -4em;
        width: 4em;
        height: 2em;
        border: solid 1px #ddd;
    }
    .smbtn a {
        display: block;
        position: relative;
        height: 2em;
    }
    .smbtn a:before {
        content: '';
        display: block;
        width: 50%;
        height: 0.4em;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        margin: 0.45em auto 0;
    }
    .smbtn a:after {
        content: '';
        display: block;
        width: 50%;
        height: 1px;
        border-bottom: solid 1px #ddd;
        margin: 0.3em auto 0;
    }
}