﻿@charset "utf-8";

body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    margin: 0;
    padding: 0;
    min-width: 1024px;
    font-size: 2em;
    font-size: 100%;
    color: #333;
    background-color: #29AABE;
    position: relative;
    min-height: 820px;
}

select, input {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

    select::-ms-expand {
        display: none;
    }

img {
    border-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #2692FF;
    text-decoration: none;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    font-size: 11px;
}

    a:hover {
        color: #F37800;
    }

.clear {
    clear: both;
}

.hover_img {
    transition: all 0.2s ease; /*0.5秒かけて要素を変化させる*/
}

a:hover .hover_img {
    opacity: 0.7; /*要素の透明度を指定*/
    filter: alpha(opacity=70); /*ie6、7の透明度指定*/
    -ms-filter: "alpha(opacity=70)"; /*ie8の透明度指定*/
}

#wrap {
    width: 100%;
    position: relative;
    height: auto !important; /*IE6対策*/
    height: 80%; /*IE6対策*/
    min-height: 100%;
}

.contents {
    width: 80%;
    min-width: 960px;
    margin: 0 auto;
    padding-bottom: 140px;
    position: relative;
}

.img_center {
    margin: 0 auto;
    display: block;
}

.box_area {
    width: 710px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-top: 11%;
}

.loginbox {
    width: 710px;
    height: 310px;
    background-color: #F5F5F5;
    border-radius: 6px;
    border-style: solid;
    border-color: #BBBBBB #1588A1 #1588A1;
    border-width: 1px 2px 5px;
}

.logobox {
    background: url(../../images/logo_login.png) no-repeat center center;
    width: 314px;
    margin: 20px auto;
    height: 270px;
    float: left;
    border-right: 1px solid #29AABE;
}

.login_formbox {
    width: 334px;
    float: right;
    margin: 15px 30px;
    color: #777777;
}

.tx_ver {
    float: right;
    font-size: 80%;
    padding-bottom: 20px;
}

.login_formbox #LoginId, #LoginPass {
    width: 98%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 1%;
    outline: none;
}

.login_formbox storingID {
    width: 98%;
    border-radius: 4px;
    outline: none;
}

.login_formbox .user, .pass {
    margin-top: 15px;
    width: 95%;
    float: left;
    font-size: 90%;
    padding-left: 25px;
}

.login_formbox .checklab {
    float: left;
    width: 50% !important;
    padding-left: 0% !important;
    margin: 0 !important;
    font-size: 70%;
}

label.user {
    background: url(../../images/icon_login_user.png) no-repeat;
}

label.pass {
    background: url(../../images/icon_login_pass.png) no-repeat;
}

.btnlogin {
    background: url(../../images/login_btnbg.png) repeat-x;
    color: #fff;
    width: 100% !important;
    padding: 0;
    margin: 20px auto;
    height: 35px;
    border-radius: 6px;
    border: 1px #2393A3 solid;
}

    .btnlogin:hover {
        cursor: pointer;
        background-position: 0 -35px;
    }

.login_infobox {
    width: 710px;
    height: auto;
    background-color: #F5F5F5;
    margin-top: 20px;
    border-radius: 6px;
    border-style: none solid solid;
    border-bottom-width: 5px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-color: #1588A1;
    border-right-color: #1588A1;
    border-left-color: #1588A1;
}

.info_title_area {
    width: 94%;
    margin: 5px auto;
    height: 50px;
    border-bottom: 1px solid #29AABE;
}

    .info_title_area p {
        float: right;
        color: #00A3D8;
        margin-top: 18px;
        font-size: 86%;
        font-weight: bold;
    }

ul.newinfo_area {
    width: 94%;
    margin: 5px auto;
    font-size: 90%;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    color: #777777;
}

    ul.newinfo_area li {
        padding: 3px 0px 3px 15px;
        background: url(../../images/icon_info_li.png) no-repeat left 8px;
        border-bottom: 1px dotted #727272;
    }

.footer {
    height: 140px;
    width: 100%;
    background: #07718E url(../../images/footer_logo.png) center 50px no-repeat;
    position: absolute;
    bottom: 0;
    margin-top: 50px;
    margin-bottom: 0px !important;
}

.hidden {
    display: none;
}

.checkbox {
    float: left;
    width: 8% !important;
    margin: 2px 0 0 0;
    padding: 0;
}

#forgetPass {
    font-family: sans-serif;
    font-size: 13px;
    float: right;
    margin-top: 1px;
}

.head_title_box {
    height: 25px;
    background-color: #5A5859;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 20px;
    line-height: 25px;
    width: 80px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border: 1px solid #5A5859;
}

.head_tx_box {
    height: 25px;
    font-size: 13px;
    color: #555555;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    font-weight: bold;
    display: block;
    border: 1px solid #757575;
    border-radius: 25px;
}

.mw330px {
    max-width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#CopMasDialog .gBlock {
    top: 28px !important;
}

.flexigrid div.bDiv tr.trSelected:hover td, 
.flexigrid div.bDiv tr.trSelected:hover td.sorted, 
.flexigrid div.bDiv tr.trOver.trSelected td.sorted, 
.flexigrid div.bDiv tr.trOver.trSelected td, 
.flexigrid tr.trSelected td.sorted, 
.flexigrid tr.trSelected td {
    background: #FFE300 url(../../Content/FlexiGrid/images/hl2.png) repeat-x top;
    border-right: 1px solid #FFEF00;
    border-left: 1px solid #FFFD00;
    border-bottom: 1px solid #FFE300;
}