@charset "utf-8";
/* =================================== */


/* ベースパネル */
#cent {
    width: 100%;
}
.div_main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

#mystyle {
    margin-left: 20px;
    margin-bottom: 20px;
}

#myForm {
    padding: 0 30px;
}

/* ログインパネルレイアウト */
.login {
    width: 358px;
    height:630px;
    background-color: #F0F0F0;
    text-align: center;

    float: right;
}
.login .input_control {
    margin-bottom: 40px;
}

.left_set {
    margin-right: 390px;
}


/* ロゴ */
.login h1 {
    margin: 0 0 50px;
}

/* 入力テキスト */
.login input {
    /*width: 294px;*/
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    /*margin-bottom: 40px;*/
}

/* 言語選択 */
.login select{
    width: 294px;
    height: 40px;
    background-color: #ffffff;
    margin-bottom: 40px;
}

/* ログインボタン */
.btn_login {
    width: 245px;
    padding: 0px 80px;
    background-color: #0d773a;
    border: solid 1px #0d773a !important;
}

/* ボックススライダー */
.bxslider_div {
}
.bxslider {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bxslider li{
    width: 810px;
    height: 450px;
}
.bxslider li img{
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.bx-viewport  {
}

/* What's New */
#whats_new {
    font-size: 12px;
    max-width: 810px;
    display: table;
}
#whats_new > div {
    height: 90px;
    border-bottom: solid 1px #CCCCCC;
}
#whats_new h2 {
    font-size: 12px;
    color: #739C73;
    height: 64px;
    vertical-align: middle;
    width: 130px;
    box-sizing: border-box;
    padding-left: 20px;
    display: table-cell;
}
#whats_new h2 img {
    vertical-align: middle;
    margin-right: 10px;
}
#whats_new dl {
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    overflow: hidden;
    padding: 0 2em;
    width: 593px;
    display: table-cell;
}
#whats_new dl dt {
    display: block;
    float: left;
    width: 6em;
    clear: both;
}
#whats_new dl dd {
    display: block;
    margin-left: 7em;
    margin-bottom: 0.6em;
    width: 100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:500px;
}
#whats_new p {
    display: block;
    height: 64px;
    text-align: center;
    vertical-align: middle;
    width: 86px;
    display: table-cell;
}
#whats_new p a {
    color: #EB7E2A;
    text-decoration: none;
}
#whats_new p a:hover {
    color: #F1A76E;
    text-decoration: underline;
}
/* #8735 */
select:not([multiple])  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    content: '';
    background: url(../img/icon/select_arrow.png) no-repeat;
    background-color: #fff;
    background-size: 6px 7px;
    background-position: right 8px center;
    padding: 0 20px 0 5px;
}
select:not([multiple])::-ms-expand {
    display: none;
}
select:not([multiple]).retina {
    content: '';
    background: url(../img/icon/select_arrow_2x.png) no-repeat;
    background-color: #fff;
    background-size: 6px 7px;
    background-position: right 8px center;
    padding: 0 20px 0 5px;
}
