﻿/* CSS Document */
/* お悩み大家さん start---------------*/

body {
    background: #FFF!important;
}

.main_wrap {
    width: 1100px;
    margin: auto;
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: auto;
    padding-bottom: 15px;
}

.owner_touroku_form_contents{
    margin: auto;
    display: block;
    background: #fff;
}
.owner_touroku_form_contents h2{
    font-size: 22px;
    display: inline-block;
    margin: 12px 5px 5px 0px;
    line-height: 35px;
}
.owner_touroku_form_contents .login_btn{
    float: right;
    color: #FFF;
    text-align: left;
    background-color: #555555;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 10px 20px;
    border: none;
    position: relative;
    width: 110px;
    height: 20px;
}
.owner_touroku_form_contents .login_btn a{
    color: #FFF;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.owner_touroku_form_contents .login_btn a:hover{
    color: #FFF;
}
.owner_touroku_form_contents .login_btn a:visited{
    color: #FFF;
}
.owner_touroku_form_contents .tourokubtn {
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    color: #ffffff;
    background: #f78719;
    border-bottom: solid 2px #e77400;
    border-radius: 6px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    width: 250px;
    font-size: 24px;
    margin-bottom: 10px;
}

.owner_touroku_form_contents .login_btn a .login_btn_moji{
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
}

.tokutennaiyou_allbox{
    background: #eeeeee;
}

.member_tokuten_btn{
    text-align: center;
    color: #336600;
    font-size: 27px;
    margin: 30px;
}