#head{
    position: fixed;
    left:0px;
    top:0px;
    height: 10px;
    width: 100%;
    background-color: #005cbf;
    margin-bottom: 40px;
}

body{
    padding-top: 0;
    margin-top: 20px;
}

#box_table{
    width: 250px;
    background-color: #f5f5f5;
    margin: 0 auto;
}

#box_table tr{
    height: 55px;
}
#box_table td{
    padding-bottom: 5px;
    text-align: left;
    padding-right: 10px;
}
#ope_table{
    width: 300px;
}
#ope_table tr{
    height: 55px;
}

#rireki_table{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#rireki_table td ,#rireki_table th{
    border: 1px solid #888888;
    padding: 2px;
    font-size: 70%;
}
#rireki_table th{
    background: #888888;
    color: white;
}

.rireki{
    box-sizing: border-box;
    padding: 3%;
    width: 100%;
}


.mypage h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mypage .time{
    border-bottom: 1px solid black;
    display: block;
    font-size: 20px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 1px 5px;
}
.mypage .l_title{
    font-weight: bold;
    display: block;
    font-size: 18px;
    text-align: left;
    width: 250px;
    margin: 0 auto;
}
.mypage .btn_history{

    display: block;
    margin: 10px auto 10px;
}

.mypage table image{
    display: block;
}


button#open{
    width: 120px;
    height: 65px;
    background-size:contain;
    background-image: url("../images/btn_open.jpg");
}
button.none#open{
    width: 120px;
    height: 65px;
    background-size:contain;
    background-image: url("../images/btn_open2.jpg");
}

button#close{
    width: 120px;
    height: 65px;
    background-size:contain;
    background-image: url("../images/btn_close.jpg");
}
button.none#close{
    width: 120px;
    height: 65px;
    background-size:contain;
    background-image: url("../images/btn_close2.jpg");
}

.mypage table#ope_table img{
    margin: 0 auto;
    width: 80px;
}

.row {
    margin-left: 0;
}
.lbl_title img{
    width: 60%;
    margin: 15px auto 0;

}

.mypage .form-signin {
    padding-top: 0;
}

#btn-rireki{
    width: 140px;
    height: 50px;
    background-size: cover;
    background-image: url("../images/btn_history.jpg");
}
#btn-rireki:hover{
    background-image: url("../images/btn_history_hover.jpg");
}


.wp80{
    width: 80%;
}
.wp90{
    width: 90%;
}
.btn_main{
    height: 80px;
    padding-top: 15px;
    font-size: 30px;
    color: white;
    background: #005cbf;
}
a.btn_main:hover{
    color: white;
    background:#003c9f;
}

#box_btn_main #msg_open span{
    font-size: 150%;
    color: blue;
    padding: 0 5px;
    font-weight: bold;
}
#box_btn_main #msg_close span{
    font-size: 150%;
    color: red;
    padding: 0 5px;
    font-weight: bold;
}

#box_btn_main{
    font-weight: bold;
}
#msg_state {
    font-weight: bold;
}

#door span{
    padding: 0 20px;
    color: blue;
    font-size: 130%;
}
#door span.door_open{
    color: red;
}
#door span.door_close{
    color: blue;
}

#battery span{
    padding: 0 20px;
    color: blue;
    font-size: 130%;
}
#battery span.red{
    color: red;
}
#battery span.blue{
    color: blue;
}
.msmall{
    font-size: 60%;
}