@CHARSET "UTF-8";
html{
    position: relative;
    min-height: 100%;
}

body{
    width:1024px;
    margin: 0px auto 104px auto;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* header */
header form{
    width:234px;
    height:180px;
    position:absolute;
    top:40px;
    right:50px;
    z-index:300;
    padding:20px;
    text-align:center;
}
header form span{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:15px;
    display:inline-block;
    white-space: nowrap;
}

header form input[type="text"],
header form input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:200;
    position:relative;
}

header form input:nth-child(3){
    margin-bottom:0px;
}

header form input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#login{
    width:274px;
    height:220px;
    background-color:#ffffff;
    position:absolute;
    top:40px;
    right:50px;
    z-index:200;
    opacity:0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#login.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
}

label.caution {
    position: relative;
    height: 34px;
    width: 204px;
    border: none;
    font-size: 14px;
    font-weight:bold;
    padding: 0px 14px;
    background-color: transparent;
    color: #ff4500;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 34px;
    z-index: 10;
}

/* ------------------------------------------------------------ */
/* クライアント認証用heaer                                      */
/* ------------------------------------------------------------ */
header form.clientNinsho{
    width:234px;
    height:180px;
    position:absolute;
    top:20px;
    right:50px;
    z-index:300;
    padding:20px;
    text-align:center;
}
header form span.clientNinsho{
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    letter-spacing:0.03em;
    margin-bottom:15px;
    display:inline-block;
    white-space: nowrap;
}

header form.clientNinsho input[type="text"],
header form.clientNinsho input[type="password"]{
    height:34px;
    width:204px;
    font-size:14px;
    padding:0px 14px;
    margin:0px 0px 10px 0px;
    background-color:transparent;
    color:#ffffff;
    border:1px solid #ffffff;
    letter-spacing:0.1em;
    z-index:200;
    position:relative;
}

header form.clientNinsho input:nth-child(3){
    margin-bottom:0px;
}

header form.clientNinsho input[type=button]{
    width:110px;
    height:36px;
    background-color:transparent;
    border:1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}

.header form.clientNinsho.active input[type=button]{
    background-color:#1B1464;
    border:1px solid transparent;
    opacity:0.85;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

#clientlogin{
    width:274px;
    height:270px;
    background-color:#ffffff;
    position:absolute;
    top:20px;
    right:50px;
    z-index:200;
    opacity:0.3;
    -ms-filter: "alpha(opacity=30)";  /* ie 8 */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#clientlogin.active{
    background-color:#000000;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header form.clientNinsho label{
    position:absolute;
    height:34px;
    width:204px;
    border:none;
    font-size:14px;
    padding:0px 14px;
    background-color:transparent;
    color:#ffffff;
    letter-spacing:0.1em;
    text-align:left;
    line-height:34px;
    z-index:10;
}
/* ------------------------------------------------------------ */

#lblUser{
    top:61px;
    left:20px;
}

#lblPasswd{
    top:107px;
    left:20px;
}

/* footer */
footer{
    background-color:#000000;
    color:#808080;
    height:104px;
    width:1024px;
    text-align:center;
    position:absolute;
    bottom:0;
}
footer ul{
    height:14px;
    margin:20px auto;
}

footer ul li{
    list-style:none;
    display:inline-block;
    padding:0px 20px;
    border-left:1px solid #ffffff;
    height:14px;
}
footer ul li:first-child{
    border:none;
}

footer ul li a{
    text-decoration:none;
    color:#ffffff;
    font-size:14px;
    letter-spacing:0.1em;
    height:14px;
    line-height:14px;
    display:inline-block;
    vertical-align:top;
}

footer>small{
    font-size:11px;
    height:11px;
    display:inline-block;
    vertical-align:top;
}

#slider {
    position:relative;
}

#content{
    padding:30px 50px;
}

.logo{
    position:absolute;
    left:50px;
    z-index:100;
}


.flexslider{
    z-index:10;
    background:none;
    border:none;
    box-shadow:none;
    margin:0px;
    width:1024px;
    height:300px;
}

.left-pane {
    width:99px;
    height: 192px;
    padding-top:20px;
    background-color:#c0c0c0;
    float:left;
    border-right:1px solid #ffffff;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    color:#303030;
}
.scroll-pane {
    width: 824px;
    height: 212px;
    overflow: auto;
    background-color:#dadada;
    color:#303030;
    font-size:13px;
    line-height:21px;
}
.scroll-pane p{
    margin:0px 19px;
    padding:20px 0px;
    border-bottom:1px solid #c0c0c0;
    letter-spacing: -0.06em;
}

.scroll-pane p:last-child{
    border-bottom:none;
}

.jspDrag {
    background-color:#c0c0c0;
    background-image:url('../images/scroll_button.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    -webkit-border-radius: 1px;
    border-radius: 1px;

}
.jspVerticalBar {
    border-left:1px solid #ffffff;
    width:20px;
    background:#ffffff;
}
.jspTrack {
    background-color:#dadada;
    padding:2px;
}

.jspArrow, .jspArrow.jspDisabled{
    background-color:#dadada;
    height:20px;
}

.jspVerticalBar .jspArrow{
    height:20px;
}

.jspArrowUp,
.jspArrowUp.jspDisabled{
    border-bottom:1px solid #ffffff;
    background-image:url('../images/scroll_up.png');
}

.jspArrowDown,
.jspArrowDown.jspDisabled{
    border-top:1px solid #ffffff;
    background-image:url('../images/scroll_down.png');
}



.box-button{
    margin:20px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    overflow: hidden;

    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width:165px;
    height:36px;

}

.box-button::after{
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button:hover{
    border:1px solid transparent;
}

.box-button:hover::after{
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #1B1464;
    opacity: 0.85;
}

.box-button:hover{
    background: #1B1464;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

.box-button-etoken {
    margin: 10px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width: 200px;
    height: 36px;
}

.box-button-etoken::after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-etoken:hover {
    border: 1px solid transparent;
}

.box-button-etoken:hover::after {
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #1B1464;
    opacity: 0.85;
}

.box-button-etoken:hover{
    background: #1B1464;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}

.box-button-usbtoken {
    margin: 10px auto;
    text-align: center;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #bdb76b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    text-decoration: none;
    width: 200px;
    height: 36px;
}

.box-button-usbtoken::after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-button-usbtoken:hover {
    border: 1px solid transparent;
}

.box-button-usbtoken:hover::after {
    width: 108%;
    height: 108%;
    top: 50%;
    left: 50%;
    background: #006400;
    opacity: 0.85;
}

.box-button-usbtoken:hover{
    background: #006400;
    -ms-filter: "alpha(opacity=85)";  /* ie 8 */
}
