@charset "utf-8";

/* ベース
 * ----------------------------------------------- */
body {
    background: #fff;
    color: #000000;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
}
a:link {
    color: #003AF6;
}
a:visited {
    color: #800080;
}
a:hover {
    color: #ED4B03;
}
a:active {
    color: #ED4B03;
}
input[type="text"],
textarea {
    border: 1px solid #7F9DB9;
}
input[type="text"] {
    height: 25px;
}

/* --------------------------------------------
 *  * 共通アイテム
 *  ----------------------------------------------- */

/* 文言設定
 * ----------------------------------------------- */
/* 説明 */
.note {
    font-weight: normal;
    font-size: 90%;
    color: #666;
}
/* エラーメッセージ */
.errorTxt {
    color: #f00;
    font-size: 90%;
    padding: 3px;
    margin: 4px 0;
    line-height: 1.4;
}

/* table設定
 * ----------------------------------------------- */
table {
    border: 1px solid #bdc8ca;
}
table th{
    background-color: #FBF3DC;
    font-weight: bold;
}
table td{
    background-color: #fff;
}

.tbl-horizon,
.tbl-vertical {
    width: 100%;
}

/* 水平 */
.tbl-horizon th {
    font-size: 90%;
    border-bottom: 1px solid #bdc8ca;
}
.tbl-horizon td {
    border-bottom: 1px solid #bdc8ca;
}
.tbl-horizon th,
.tbl-horizon td {
    border-right: 1px dotted #bdc8ca;
    text-align: center;
    vertical-align: middle;
    padding: 6px;
}
/* 垂直 */
.tbl-vertical th,
.tbl-vertical td {
    padding: 10px;
    border-bottom: 1px solid #bdc8ca;
    line-height: 1.3;
    text-align: left;
    vertical-align: top;
}
.tbl-vertical th {
    border-right: 1px dotted #bdc8ca;
    width: 20%;
}
/* 必須アイコン */
table th .required {
    font-weight: normal;
    font-size: 90%;
    color: #fff;
    background: #ed6103;
    padding: 2px 5px;
    margin-left: 3px;
    border-radius: 2px 2px 2px 2px;
    float: right;
    display: inline-block;
}
table th:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
}
.ie table th {
    zoom : 1;
}

/* 物件種別アイコン
 * ----------------------------------------------- */
.outside,
.inside {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    width: 100px;
    padding: 3px 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.ie7 .outside,
.ie7 .inside {
    display: inline;
}
.outside {
    background: #397DB2;
    border: 1px solid #2C70A4;
}
.inside {
    background: #ed6103;
    border: 1px solid #C95303;
}

/* 課金関連アイコン設定
 * ----------------------------------------------- */
.icon-status-examine,
.icon-status-reject,
.icon-status-exclude,
.icon-status-decision,
.icon-status-carryOverExclude {
    display: inline-block;
    border: 1px solid #000;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    width: 80px;
    background-color: #fff;
}
.ie7 .icon-status-examine,
.ie7 .icon-status-reject,
.ie7 .icon-status-exclude,
.ie7 .icon-status-decision,
.ie7 .icon-status-carryOverExclude {
    display: inline;
}
/*審査中*/
.icon-status-examine {
    border-color: #f00;
    color: #f00;
}
/*除外却下*/
.icon-status-reject {
    font-weight: bold;
}
/*除外*/
.icon-status-exclude,
.icon-status-carryOverExclude {
    border-color: #888;
    color: #888;
    font-weight: bold;
    background-color: #f5f5f5;
}
/*課金確定*/
.icon-status-decision {
    font-weight: bold;
}
/*同一ユーザー*/
.icon-sameUser {
    background: url(../../img/icon/icon_same_user.png) no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.ie7 .icon-sameUser {
    display: block;
}
/*メール反響*/
.icon-inq-mail {
    background: url(../../img/icon/icon_inq_mail.png) no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 13px;
    height: 10px;
    margin-right: 5px;
}
.ie7 .icon-inq-mail {
    display: block;
}

/*電話反響*/
.icon-inq-tell {
    background: url(../../img/icon/icon_inq_tell.png) no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 15px;
    height: 11px;
    margin-right: 5px;
}
.ie7 .icon-inq-tell {
    display: block;
}

/* clearfix
 * ----------------------------------------------- */
.clearfix:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
}
.ie .clearfix {
    zoom : 1;
}

/* --------------------------------------------
 *  * 共通パーツ
 *  ----------------------------------------------- */
/* 共通ヘッダ = sec-headerArea
 * ----------------------------------------------- */
.sec-headerArea {
    background: #fff;
    border-bottom: 1px solid #F3F1ED;
}
.mod-loginInfo .wrap,
.mod-header .wrap,
.mod-globalNav ul {
    width: 940px;
    margin: 0 auto;
}
/* ログイン情報 */
.mod-loginInfo {
    background: #f5f5f5;
    border-bottom: 1px solid #ebebf3;
    padding: 3px 0;
    font-size: 90%;
}
.mod-loginInfo .wrap {
    text-align: right;
}
.mod-loginInfo .wrap p {
    display: inline;
}
.mod-loginInfo .wrap span {
    margin-right:10px;
}

/* ロゴと当月課金状況 */
.mod-header {
    font-size: 90%;
    border-bottom: 5px solid #ed6103;
}
.mod-header .logo {
    float: left;
    margin-top: 5px;
}
.mod-header .logo a {
    text-decoration: none;
}
.mod-header .logo .title {
    height: 71px;
    line-height: 71px;
    color: gray;
    padding: 0 20px;
    font-size: 1.6rem;
}
.mod-header .logo .title.top {
    height: 71px;
    line-height: 71px;
    color: gray;
    padding: 0 20px;
    font-size: 2.6rem;
}
.mod-header .monthInfo {
    margin: 10px 0 0 10px;
    float: right;
}
.mod-header .monthInfo th {
    font-weight: normal;
    background-color: #F7FAFA;
    border-bottom: 1px solid #bdc8ca;
}
.mod-header .monthInfo th,
.mod-header .monthInfo td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.mod-header .monthInfo a {
    font-weight: bold;
    margin-left: 5px;
}

.mod-header .monthInfo a.publishOpen {
    margin-left: 0px;
    color: #00B050;
}

.mod-header .monthInfo a.publishClose {
    margin-left: 0px;
    color: #f00;
}

.mod-header .monthInfo a.publishOpen:hover,
.mod-header .monthInfo a.publishClose:hover {
    color: #ED4B03;
}

.mod-header .wrap:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
}
.ie .mod-header .wrap {
    zoom : 1;
}

/* グロナビ */
.mod-globalNav {
    background-color: #f8f6f2;
    border-bottom: 1px solid #bdc8ca;
}
.mod-globalNav ul {
    margin: 3px auto;
}
.mod-globalNav li {
    float:left;
}

.mod-globalNav li a {
    display: block;
    position: relative;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    margin: 2px;
    box-shadow: 0px 0px 0px 1px #fff inset;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.mod-globalNav li.home a, 
.mod-globalNav li.buildingList a,
.mod-globalNav li.buildingReg a, 
.mod-globalNav li.company a,
.mod-globalNav li.billing a,
.mod-globalNav li.buildingDisplayOrder a,
.mod-globalNav li.chargeCount a {
    background: linear-gradient(to bottom, #FFF, #FFEFD0);
    width: 135px;
    line-height: 32px;
    font-size: 16px;
}
.mod-globalNav li.home a {
    width: 80px;
}
.mod-globalNav li.buildingDisplayOrder a,
.mod-globalNav li.chargeCount a {
    width: 160px;
}
.mod-globalNav li.home a:before, 
.mod-globalNav li.buildingList a:before,
.mod-globalNav li.buildingReg a:before, 
.mod-globalNav li.company a:before,
.mod-globalNav li.billing a:before,
.mod-globalNav li.buildingDisplayOrder a:before,
.mod-globalNav li.chargeCount a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 5px;
    height: 5px;
    margin: -3px 0 0 0;
    border-top: solid 2px #ed6103;
    border-right: solid 2px #ed6103;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.mod-globalNav li.home a:hover:before, 
.mod-globalNav li.buildingList a:hover:before,
.mod-globalNav li.buildingReg a:hover:before, 
.mod-globalNav li.company a:hover:before,
.mod-globalNav li.billing a:hover:before,
.mod-globalNav li.buildingDisplayOrder a:hover:before,
.mod-globalNav li.chargeCount a:hover:before {
    left: 9px;
}
.mod-globalNav li.forbidden,
.mod-globalNav li.usersGuide {
    float:right;
    font-weight: bold;
    margin-top: 3px;
    margin-right: 0;
}
.mod-globalNav li.forbidden a,
.mod-globalNav li.usersGuide a {
    background: linear-gradient(to bottom, #FFF, #ededed);
    margin-top:0px;
    width: 130px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 3px;
}
.mod-globalNav li a:hover {
    background: #fffea4;
    border: 1px solid #ffe075;
    box-shadow: none;
}

.mod-globalNav ul:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
}
.ie .mod-globalNav ul {
    zoom : 1;
}


/* 共通コンテンツエリア = #contents .sec-main
 * ----------------------------------------------- */
#contents {
    width: 940px;
    margin: 0 auto;
    padding: 22px 0 50px;
}
.sec-main {
}
.sec-sub {
}
/* 2つ以上の要素を枠で囲むときはwrapをつかう */
.sec-main > .wrap {
    border: 1px solid #bdc8ca;
    background-color: #fff;
    padding: 0 21px 22px 21px;
}

.sec-main .extraMenuArea ul {
    display: flex;
}

.sec-main .extraMenuArea li {
    font-weight: bold;
    margin-right: 20px;
}

.sec-main .extraMenuArea li:last-child {
    margin-right: 0px;
}

.sec-main .extraMenuArea li a {
    display: block;
    width: 153px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    background: url(../../img/btn_building_list.png) no-repeat 0 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.sec-main .extraMenuArea li a:hover {
    background-position: 0 -32px;
}

.sec-main .extraMenuArea ul:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
}

/* 共通フッタ = sec-footerArea
 * ----------------------------------------------- */
.sec-footerArea {
    border-top: 1px solid #bdc8ca;
    background: #fff;
}
/* LIFULL SPACEロゴ */
.mod-companyIdentity {
    text-align:center;
    height: 130px;
    padding-top: 20px;
}


/* その他共通
 * ----------------------------------------------- */
/* ページタイトル */
.mod-headingTtl {
    border: 1px solid #bdc8ca;
    padding: 0 1px;
    background-color: #fff;
}
.mod-headingTtl .heading {
    padding: 18px 0 18px 21px;
    border-bottom: 2px solid #ed6103;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 32px;
    color: #ed6103;
}
.mod-headingTtl .explain {
    border: 1px solid #BDC8CA;
    background-color: #F7FAFA;
    padding: 10px;
    color: #425258;
    line-height: 1.4;
    margin-top: 15px;
    margin-right: 21px;
    margin-left: 21px;
}
.mod-headingTtl .explain .emphasis {
    font-weight: bold;
    color: #ed6103;
}

/* 枠をつけるwrapがついているとき */
.sec-main > .wrap .mod-headingTtl {
    border:none;
    margin: 0 -21px;
}

/* ページ説明 */
.mod-pageExplain {
    line-height: 1.4;
    margin-top: 18px;
}
.mod-pageExplain li {
    list-style-type: disc;
    margin-left: 14px;
    padding: 3px 0;
}

/* 大見出しと説明 */
.mod-headingSubTtl {
    margin-top: 22px;
}
.mod-headingSubTtl .heading {
    padding-left: 10px;
    font-size: 150%;
    border-left: 5px solid #ed6103;
}
.mod-headingSubTtl .explain {
    border: 1px solid #BDC8CA;
    background-color: #F7FAFA;
    padding: 10px;
    color: #425258;
    line-height: 1.4;
    margin-top: 15px;
}
.mod-headingSubTtl .explain .emphasis {
    font-weight: bold;
    color: #ed6103;
}

/* フォームの入力・確認・完了
 * ----------------------------------------------- */
/* エラーメッセージ */
.mod-errorArea {
    margin-top: 22px;
}
.mod-errorArea p {
    color: #f00;
    font-size: 90%;
    padding: 3px;
}
/* 確認メッセージ */
.mod-massageConf {
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
}
.mod-massageConf .lead {
    color: #f00;
    font-size: 110%;
}
.mod-massageConf .main {
    font-size: 120%;
}
.mod-massageConf .main span {
    color:#00f;
}

/* 完了メッセージ */
.mod-massageFin {
    margin-top: 22px;
    font-weight: bold;
    font-size: 120%;
}
.mod-massageFin .main {
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
}
.mod-massageFin .link {
    margin: 40px auto;
    text-align: center;
}

/* ボタンエリア
 * ----------------------------------------------- */
.mod-btnArea {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.mod-btnArea:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
}
.ie .mod-btnArea {
    zoom : 1;
}
.mod-btnArea p {
    display: inline-block;
}
.ie7 .mod-btnArea p {
    display: inline;
}
.mod-btnArea p + p {
    margin-left: 20px;
}
/* ボタン */
.mod-btnArea button.btn-confirm,
.mod-btnArea button.btn-revise,
.mod-btnArea button.btn-transmit {
    display: block;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

/* 確認ボタン */
.mod-btnArea button.btn-confirm {
    width: 484px;
    height: 73px;
    margin-left: 200px;
    background: url(../../img/btn_confirm.png) no-repeat 0 0;
}
.mod-btnArea button.btn-confirm:hover {
    background-position: 0 -73px;
}
/* 修正ボタン */
/* 登録ボタン */
.mod-btnArea button.btn-revise,
.mod-btnArea button.btn-transmit {
    width: 244px;
    height: 73px;
}
.mod-btnArea button.btn-revise {
    background: url(../../img/btn_finish.png) no-repeat 0 0;
    margin-left: 190px;
}
.mod-btnArea button.btn-revise:hover {
    background-position: 0 -73px;
}
.mod-btnArea button.btn-transmit {
    background: url(../../img/btn_finish.png) no-repeat -244px 0;
}
.mod-btnArea button.btn-transmit:hover {
    background-position: -244px -73px;
}

/* ページを閉じるテキストリンク */
.mod-closeLink {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.mod-closeLink a {
    font-size: 140%;
    font-weight: bold;
}
