﻿/*ルートページスタイル*/
body {
    background: url("/Images/1.jpg") no-repeat top left;
    font-family:"メイリオ", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    color: black;
}

#body {
    height: auto;
    height: 100%;
}

fieldset {
    border: none;
}


form {
    height: 100%;
}

.left-side {
    /*左側*/
    padding-left: 20px;
    vertical-align: top;
    height: 100%;
    float: left;
}

.right-side {
    /*⇒側*/
    width: 470px;
    padding-left: 30px;

    position: relative;
    height: auto !important;    
    height: 100%;
    background-color: white;
    float: right;
    min-height: 100%;
}

.main-content{
    padding-bottom:50px;
}
.description { /*左側*/
    vertical-align: top;
}

.logotitle {
    margin-top: 10px;
    margin-bottom: 16px;
}


.logotitle .site-title { /*上のタイトル*/
        font-size: x-large;
        font-weight: bold;
        text-align: center;
        display:block!important;
        float:none;
        color:black;
}
.site-title {
    background:#60CDF2 url("/Images/toplogo.png") no-repeat center center;
    display:block;
    text-indent:-9999px;
    height:100px;
    width:320px;
}

#inputarea{
    width:100%;
    margin-left:-14px;
}

.appselection {
    height:30px;
    display:block;
}

.col-title { /*サインイン*/
    font-size: x-large;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: -20px;
}

.row-content { /*各行*/
    padding: 10px 50px 10px 20px;
}

.row-content > div { /*チェックボックス部分*/
        padding: 4px 2px 2px 4px;
}

.row-title { /*ログイン、パスワード*/
    font-weight:bold;
    font-size: medium;
}

/*サインインボタン*/
.loginbutton{
    background-color:#60CDF2;
    border:0;
    padding:10px 15px;
    color:white;
    margin-top: 30px;

    font-size: 18px;
}

#authenticationType{
    padding-bottom: 25px;
}

#LoginErrorMessage1 {
    font-size:15px;
    padding-bottom: 15px;

}

#LoginErrorMessage2 {
    font-size:13px;
    color:red;
}

#UserNameRange {
    padding-bottom: 25px;
}

#PasswordRange {
    padding-bottom: 25px;
}

#UserName,#Password{
    line-height:120%;
    
    height:28px;
    width:91%;
}
.copyright {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

#UserName[type="text"],
input[type="email"],input[type="password"]{
    padding:5px;
}

input[type="text"],
input[type="password"],textarea,select {
    border:1px solid #cccccc;
}
input[type="text"]:focus,
input[type="password"]:focus {
    border:1px solid black;
}


@media only screen and (max-width:550px)
{
    .left-side {
        display:none;
    }
    .right-side{
        width:100%;
        padding:0;
    }

}

@media only screen and (min-width:1850px) {
    .right-side{width:25%;}
}