/*!
 * adm.css v1.0.0
 * Copyright 2016, repros, Inc. All Right Reserved.
 * https://www.repros.co.jp
 */

body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

a, button, i {
    transition: all 0.3s ease;
}


#loading{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
#loading i{
	font-size: 5em;
	position: absolute;
	top: 40%;
	left: 45%;
	/*margin-top: -100px;
	margin-left: -150px;*/
	color: #ffffff;
}


/*
* Bootstrap dl-horizontal
*/

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 130px;
        text-align: left;
        padding: .5em;
    }
    .dl-horizontal dd {
        margin-left: 130px !important;
        padding: .5em;
    }
    .container {
        width: 100%;
    }
}


/*
header
=========================== */

header {
    display: block;
    padding: 1em 0;
}

header h1 {
    color: #0075C1;
    font-size: 26px;
    margin: 10px 0 0;
    font-weight: bold;
    float: left;
}

header .logo {
    height: 28px;
    float: left;
    margin-right: 1em;
}


/*
header console
=========================== */

.head_console {
    float: right;
    box-sizing: border-box;
}

.head_console .head_console_btn {
    margin: .5em 0 0 0;
    list-style: none;
    float: left;
    padding: 0;
}

.head_console .head_console_btn li {
    float: left;
    font-size: 28px;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    line-height: 1em;
}

.head_console .head_console_btn li .badge {
    position: absolute;
    right: -10px;
    bottom: 3px;
    background: #E30003;
}

.head_console .user-block {
    float: right;
    margin-left: 1em;
}

.head_console .user-block .user-icon img {
    width: 28px;
    height: auto;
}

.head_console .user-block>a {
    font-weight: bold;
    color: #333333;
    margin-left: 10px;
}

.head_console .user-block .dropdown-menu {
    right: 0 !important;
    left: auto;
    width: auto;
    padding: 0;
    background-color: #f4f4f4;
}

.head_console .user-block .user_detail {
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.head_console .user-block .user_detail dl{
	margin-bottom: 0;
}

.head_console .user-block .user_detail dt {
    float: left;
    padding: .5em;
}

.head_console .user-block .user_detail dt img {
    width: 70px;
    height: auto;
}

.head_console .user-block .user_detail dd {
    padding: 1em;
    margin-left: 75px;
}

.head_console .user-block .user_detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.head_console .user-block .user_detail li {
    white-space: nowrap;
}

.user_auth {
    padding: 1em;
}

.user_auth .corp_block {
    overflow: hidden;
    width: 100%;
    padding: 0;
    border-bottom: #ffffff solid 1px;
    box-shadow: 0 1px 0 0 #CCC;
    -webkit-box-shadow: 0 1px 0 0 #CCC;
}

.user_auth .corp_block>dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.5em
}

.user_auth .office_block {
    margin-bottom: 10px;
}

.user_auth .office_block>dt {
    display: block;
    float: left;
    width: 100px;
    line-height: 50px;
    text-align: center;
}

.user_auth .office_block>dt a {
    text-decoration: underline;
}

.user_auth .office_block>dd {
    display: table;
    table-layout: fixed;
    overflow: hidden;
    margin-left: 100px;
    border-collapse: separate;
    border-spacing: 5px 0;
}

.user_auth .office_block>dd>ul {
    list-style: none;
    margin: 0 .5em;
    padding: .2em .5em;
    display: table-cell;
}

.user_auth .office_block>dd>ul>li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.user_auth .office_block .fa-name {
    font-size: 9px !important;
    display: block;
}

.property_auth_list, .user_auth_list {
    border: #cccccc solid 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.property_auth_list, .user_auth_list, .other_auth_list {
    color: #aeaeae;
}

.other_auth_list .limit {
    background: #e80000;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-weight: bold;
    color: #ffffff;
    padding: .2em;
    margin-bottom: 3px;
    display: block;
}

.user_auth .office_block .limit-fa-name {
    font-size: 9px !important;
    display: block;
    color: #e80000;
}

.property_auth_list li:first-child {
    color: #1c8a02 !important;
}

/*.user_auth_list li:first-child {
    color: #ed5400 !important;
}
*/
.user_auth .office_block dt.actve {
    color: #e80000 !important;
    text-decoration: none !important;
}

.property_auth_list .actve {
    color: #1c8a02 !important;
}

.user_auth_list .actve {
    color: #ed5400 !important;
}

.other_auth_list .actve {
    color: #af3ac4 !important;
}

.head_console .h_logout_btn {
    display: block;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: #cccccc solid 1px;
    padding: .7em 1em;
    margin: 0 10px 0 20px;
    font-weight: bold;
    text-decoration: none;
    background: #0075C1;
    color: #FFFFFF;
}

.head_console .user_detail .h_logout_btn {
    padding: .7em 1em!important;
    margin: 22px 15px 0 0!important;
}

.head_console .h_logout_btn:hover {
    background: #31B0D5;
}

@media (max-width: 767px) {
    header h1 {
        float: none !important;
        display: block;
        border-bottom: #cccccc solid 1px;
        margin: 0 -15px .5em;
        padding: 0 15px .5em;
    }
    .head_console {
        float: none;
        width: 100%;
    }
    .head_console .head_console_btn {
        margin: .5em 0 0 2em;
        padding: 0;
    }
    .head_console .user-block {
        float: none;
        margin-left: 0;
        margin: 0 -15px;
    }
    .head_console .user-block .user_detail {
        margin-top: 1em;
        border-top: #cccccc solid 1px;
    }
    .head_console .user-block .dropdown-menu {
        padding: 0 0 1em;
        background-color: #f4f4f4;
    }
    .head_console .dropdown-menu {
        position: static !important;
        top: 0;
        z-index: 0;
        float: none;
        min-width: 100%;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .user_auth .office_block>dt {
        float: none;
        display: block;
        line-height: 2em;
        text-align: left;
    }
    .user_auth .office_block>dd {
        float: none;
        display: block;
        margin-left: 0;
    }
    .user_auth .office_block>dd>ul {
        list-style: none;
        margin: 0;
        padding: .2em .5em;
        display: inline-table !important;
    }
}

/* ご利用ガイドボタン　*/
.guide-btn{
	line-height: 2em;
	font-weight: bold;
}
.guide-btn i{
	margin-right: .5em;
}
/*
Navbar
=========================== */

nav.navbar {
    background: #0075c1!important;
}

nav.navbar {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #e0e0e0;
    z-index: 9;
}

nav.navbar ul.nav>li>a {
    color: #FFFFFF;
    background-color: transparent;
    outline: none;
    font-weight: bold;
}

.attr-nav>ul>li>a:hover, .attr-nav>ul>li>a:focus, nav.navbar ul.nav li .dropdown.on>a, nav.navbar ul.nav>li>a:hover, nav.navbar li.dropdown ul.dropdown-menu>li a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #A8DAFF;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    nav.navbar ul.nav>li>a {
        padding: 1.5em 2em;
    }

	.dropdown-menu>li>a {
		padding: .8em 20px;
		border-bottom: #cccccc dotted 1px;
	}
	.dropdown-menu>li>a i{
		margin-right: .5em;
		color: #0075C1;
	}
	.dropdown-menu>li>a:hover i{
		color: #A8DAFF;
	}
	.dropdown-menu>li:last-child a {
		border-bottom: none;
	}

}

nav.navbar ul.nav>li>a i{
	margin-right: .5em;
}
.navbar-default .navbar-nav>.open>a i,
nav.navbar ul.nav>li>a:hover i{
	transform: rotate( 90deg )
}


nav.navbar .navbar-toggle {
    background-color: #fff;
    border: none;
    padding: .3em .5em;
    font-size: 22px;
    position: relative;
    color: #0075C1;
    float: left;
    margin-left: 20px;
}

nav.navbar ul.nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-transition-duration: 1s;
}


/*nav.navbar ul.nav ul.dropdown-menu > li > a{
    white-space:normal;
}*/

ul.menu-col {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.menu-col li a {
    color: #ffffff;
}

ul.menu-col li a:hover, ul.menu-col li a:focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a i {
		margin-right: .5em;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #A8DAFF !important;
    }
	.navbar-nav {
		margin: 0 -15px;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
		border-bottom: #ccc solid 1px;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
	.navbar-nav .open .dropdown-menu > li> a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
		border-bottom: #ccc solid 1px;
	}

}


/*
担当者
=========================== */

.navbar .user-block {
    float: right !important;
    display: inline-block;
}

.navbar .dropdown .user-button {
    margin: 10% 15px 0;
}

.navbar .user-block .dropdown-menu {
    right: 15px;
    left: initial;
}

nav.navbar {
    margin-bottom: 2em !important;
    background: #0075c1;
}


/*
ログイン
============================= */

.login_bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #FFF));
    background: -webkit-linear-gradient(#FFF, #e5e5e5);
    background: -moz-linear-gradient(#FFF, #e5e5e5);
    background: -o-linear-gradient(#FFF, #e5e5e5);
    background: -ms-linear-gradient(#FFF, #e5e5e5);
    background: linear-gradient(#FFF, #e5e5e5);
}

.footer {
    background: #0073c4;
    color: #FFFFFF;
    text-align: center;
    padding-top: 1em;
}

.login_tit {
    float: none;
    display: block;
    text-align: center;
    font-size: 35px;
    margin-bottom: 1em;
}

.login_logo {
    display: block;
    margin: 3em auto 1em;
}

.login_block {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: #cccccc solid 1px;
    padding-top: 3em;
    padding-bottom: 2em;
    background: #ffffff;
    box-shadow: 3px 3px 6px 0px #959595;
    -moz-box-shadow: 3px 3px 6px 0px #959595;
    -webkit-box-shadow: 3px 3px 6px 0px #959595;
    margin-bottom: 2em;
}

.login_block .input-group-addon {
    background: #116CB2;
    color: #ffffff;
}

.login_block .login-btn {
    padding: 0px;
}

.login_block .login-btn.left{
    padding: 0px 10px 0px 0px;
}

.login_block .login-btn.right{
    padding: 0px 0px 0px 10px;
}

.login_block .login-btn.right .btn {
    padding-left: 0px;
    padding-right: 0px;
}

.login_block .remark {
    color: #a94442;
}

/*推薦環境*/

.rec_env_block {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: #cccccc solid 1px;
    margin-top: 2em;
}

.rec_env_block>dt {
    background: #e9e9e9;
    padding: .5em 1em;
    border-bottom: #cccccc solid 1px;
}

.rec_env_block>dd {
    padding: 1em;
}

.rec_env_block dd ul {
    list-style: none;
    padding: 0;
}

.rec_env_block dd ul li {
    display: inline-block;
    margin: .2em 1em .2em 0;
}

@media (max-width: 767px) {
    .login_tit {
        border-bottom: none;
        margin-bottom: 0;
    }
    .login_block {
		margin-left: 15px;
		margin-right: 15px;
    }
}


/*
コンテンツ
============================= */

/*査定テーブルレイアウト*/
.satei_tbl .table-cell {
    vertical-align: middle;
}
.satei_tbl .table-cell:nth-child(1),
.satei_tbl .table-cell:nth-child(2) {
    width: 15% !important;
    text-align: center;
}
.satei_tbl .table-cell:nth-child(3) {
    width: 45% !important;
}

/*バッジカラー*/
.badge-primary{
	background: #337ab7 !important;
}
.badge-success{
	background:  #5cb85c !important;
}
.badge-info{
	background: #5bc0de !important;
}
.badge-warning{
	background: #f0ad4e !important;
}
.badge-danger{
	background: #d9534f !important;
}

/*登録状況*/
.status_block dl{
	margin-bottom: 0px;
	display: inline-table;
	border: #cccccc solid 1px;
	width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 992px) {
	.status_block dl{
		margin-bottom: 20px;
	}
}

.status_block dl dt{
	display: table-cell;
	text-align: center;
	padding: .5em;
	width: 33.3%;
	background-color: #337AB7;
	color: #ffffff;
	white-space: nowrap;
}
.status_block dl dd{
	display: table-cell;
	padding: .5em;
	vertical-align: middle;
}
.status_block dl dt i{
	font-size: 30px;
	display: block;
	margin: .1em auto;

}



#filter{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:#000;
    filter:alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
    z-index:100;
}

/* property title's style */
.prop-title ruby{
    font-size: 0.7em;
    line-height:0.7em;
}
.prop-title rt{
    font-size: 0.3em;
    line-height:0.3em;
    margin: 0;
}
/* labelなしのinput */
.col-no-label{
    padding-top: 25px;
}
.col-no-label .checkbox{
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 34.44px;
    height: 35px;
}
.col-no-label .checkbox input{
    top: 5px;
}

.radio-part label{
  margin-right:5px;
}

.radio-part input{
  margin-right:5px;
}

.pic-tit {
    font-size: 12px;
    height: 25px;
}

.pic-edit-thumb {
    height: 120px;
    margin-bottom: 5px;
    line-height: 1.42857143;
    text-align: center;
    background-color: #f5f5f5;
}

.pic-set {
    padding: 4px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #fff;
}

.pic-edit-thumb img{
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 992px){
    #sortable .col-md-4 {
        width: 16.66666667% !important;
    }
}

/*画面を閉じるボタン*/
.close-tab-box{
    position: absolute;
    bottom: -25px;
    right: 1em;
}

.close-tab-box-fixed{
    position: fixed;
    height: 25px;
    top: 0;
}

.close-tab-box>a{
    display: block;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 0 0 5px 5px;/* width,heightの半分 */
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #0075c1;
    color: #fff;
}

.close-tab-box>a:hover{
    background-color: red;
}

.kakaku-caution {
    margin-top: -15px;
}
