﻿@charset "UTF-8";

body {
    background-color: #d2d6de;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%
}

.boxInnerLabel {
    height: 50px;
    background-color: #ffffff;
    font-size: 15px;
}


.btnLogin {
    width: 200px;
    height: 35px;
    border: 0px;
    background-color: #2b5b8d;
    color: #ffffff;
    text-align: center;
    line-height: normal;
}
.content {
    overflow: hidden;
}
.content-item{
    float:left;
    margin-left:6px;
    line-height:10px;
    height:70px;
    
}

    .content-item p {
        margin-top: 10px;
        margin-bottom: 3px;
    }


.sigmonilogo {
    max-width: 80%;
    height: auto
}

.Login-area {
    margin: 7% auto; /* 中央 */
}
.Login-title {
    font-size: 35px;
    font-weight: 300; /* 100～900;*/
    margin-bottom: 25px;
    text-align: center;
}

.Login-box {
    width: 360px;
    margin: auto; /* 中央 */
    background-color: pink;
}

