/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/02/16
    Author     : wakisaka
*/
body {
    font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

h1 {
    padding: 4px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 30px;
    border-bottom: double #6fb4e9;
}

h2 {
    padding: 15px 0px 15px;
    margin: 0px;
    border-top: double #ccc;
    border-bottom: double #ccc;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px dotted #333333;
    color: #333333;
    font-size: 23px;
    font-weight: 700;
    margin: 10px 0;
}

h4 {
    padding: 5px;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #6fb4e9;
    border-left: double 10px;
    margin-left: 10px;
}

h5 {
    border-bottom: 1px double;
}
/* タイトル ====================================================== */
#pageTitle span {
    margin: 0 10px;
}

/* nav ====================================================== */
/*上書き　navbarの下を狭く*/
.navbar {
    margin-bottom: 5px;
    border-radius: 0;
}
/* sideバー ====================================================== */
/*上書き　navbarの下を狭く*/
#sideBar .accordion-heading {
    margin-bottom: 15px;
}
/* パンくず ====================================================== */
/*上書き　パンくずの下を狭く*/
.breadcrumb {
    margin-bottom: 10px;
    padding: 4px 15px;
}

/*  ====================================================== */
/*- 画面上部メッセージ -*/
.pcss_msg {
    color: red;
}

.pcss_msg_notice {
    margin-top: 7px;
}

.pcss_msg_warning {
    color: #000000;
}
/*-バリデーション -*/
.pcss_validation {
    color: red;
    font-size: 12px;
}
/*-バリデーション ngの場合 -*/
.pcss_vali_on {
    border: 3px solid red;
}
/* フォーム ======================================================*/
.fs-form.well {
    background-color: #fff;
    border: 0;
    padding: 0;
}

.form-inline .pcss_date input {
    height: 34px;
}

.form-control.pcss_disabled_input {
    cursor: default;
}

.fs-form .fs-form-text {
    padding-top: 4px;
    margin-top: 5px;
}

/* テーブル ======================================================*/
.pcss_table_nowrap {
    white-space: nowrap;
}

.pcss_table_center {
    text-align: center;
}

.pcss_table_default tbody tr td {
    vertical-align: middle;
    font-size: 15px;
}
/* thead */
table.pcss_table_default thead tr th {
    font-size: 13px;
    height: 32px;
    vertical-align: middle;
    font-weight: bold;
}

.pcss_text_left {
    text-align: left;
}

.pcss_fl_right {
    float: right;
}

/* ボタン ======================================================*/

form.fs-form .btn {
    margin-left: 14px;
}

/* テーブルオプション ボタン */
.pcss_table_option_button {
    height: 30px;
    padding: 4px 26px;
    border: 1px solid #00a3af;
    background-color: #00a3af;
    color: #fafafa;
    margin: 0px 10px 10px 0px;
}
/* テーブルオプション ボタン */
.pcss_option_button {
    height: 30px;
    padding: 4px 26px;
    border: 1px solid #00a3af;
    background-color: #00a3af;
    color: #fafafa;
    margin: 0px 10px 10px 0px;
}

.pcss_option_button_red {
    height: 30px;
    padding: 4px 26px;
    border: 1px solid #FF968E;
    background-color: #FF968E;
    color: #fafafa;
    margin: 0px 10px 10px 0px;
}

.pcss_option_button_green {
    height: 30px;
    padding: 4px 26px;
    border: 1px solid #70C980;
    background-color: #70C980;
    color: #fafafa;
    margin: 0px 10px 10px 0px;
}

.pcss_option_button_backpage {
    height: 28px;
    padding: 4px 26px;
    float: right;
    color: #337ab7;
}
/* フッター ======================================================*/
.pages footer:before {
    content: ' ';
    /*background:url(../Image/common/land_bg.png) no-repeat center bottom;*/
    /*height:130px;*/
    display: block;
    background-color: none;
    margin-top: 50px;
}

.pages footer #addressWrap {
    border: none;
    padding: 15px 0;
}

.pages footer address span {
    font-size: 14px;
    text-align: center;
    display: block;
}

/* 記事 ======================================================*/
.article_body h3 {
    margin: 30px 0;
}

.article_body .exposition p {
    margin-bottom: 20px;
}

.article_body p {
    margin: 10px 0;
}

.article_body img {
    margin-bottom: 25px;
}

.str_color_red {
    color: red;
}

#fw_expantion p {
    margin-left: 30px;
    line-height: 35px;
}

#fw_expantion h5 {
    margin: 10px 0;
    margin-left: 20px;
    font-size: 18px;
    padding: 5px;
    width: 50%;
}

#fw_debug_expantion p {
    line-height: 35px;
}

#fw_expantion .pcss_file_name {
    font-size: 15px;
    margin-left: 30px;
}


/* ログイン */
body#login {
}

.pcss_login_input {
    margin: 10px 0;
}

.pcss_login_card {
    margin: -240px 0 0 -180px; /*縦横の半分をネガティブマージンでずらす*/
    position: absolute; /*body要素に対して絶対配置*/
    top: 50%; /*上端を中央に*/
    left: 50%; /*左端を中央に*/
    width: 360px; /*横幅*/
    height: 300px; /*縦幅*/
    background-color: rgba(240,240,240,0.5);
    border: 1px solid #dfdfdf;
}

.pcss_login_error {
    color: red;
    margin-top: 30px;
}

.pcss_login_title {
    text-align: center;
}

/* ユーザーマスター ======================================================*/
.pcss_user_pass_info {
    font-size: small;
}
/* 文字 ======================================================*/
.pcss_apply_upload_msg {
    color: red;
    margin-top: 10px;
}

.pcss_ckbox_str {
    margin-top: 10px;
}

    .pcss_ckbox_str .pcss_ckbox_str_inline {
        margin-top: -7px;
    }

#blankRadio1,
#blankRadio2 {
    margin-top: -7px;
}
/* 審判追加======================================================*/
#judge_add #pjs_text {
    color: red;
}

/* 申請承認======================================================*/
#shinsei_syonin .pcss_table_input {
    width: 105px;
}

    #shinsei_syonin .pcss_table_input input {
        height: 34px;
        font-size: 15px;
        padding: 3px;
    }

#shinsei_syonin .pcss_table_date_time {
    font-size: small;
}

#shinsei_syonin table tbody tr td {
    vertical-align: middle;
}

#shinsei_syonin #pjs_ckbx_all {
    cursor: pointer;
    color: #337ab7;
}
/*ローディング画面======================================================*/
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-top: -100px;
    margin-left: -250px;
    text-align: center;
    color: #fff;
    z-index: 2;
}
/*******************************
* 左からの吹き出し
********************************/
.left_balloon {
    position: relative;
    background: #fff;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20%;
    clear: both;
    max-width: 500px;
    float: left;
}

    .left_balloon:after,
    .left_balloon:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .left_balloon:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 7px;
        margin-top: -7px;
    }

    .left_balloon:before {
        border-color: rgba(0, 0, 0, 0);
        border-right-color: #000;
        border-width: 8px;
        margin-top: -8px;
    }

/*******************************
* 右からの吹き出し
********************************/
.right_balloon {
    position: relative;
    background: rgba(100, 255, 255, 1);
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
    clear: both;
    max-width: 500px;
    float: right;
}

    .right_balloon:after,
    .right_balloon:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .right_balloon:after {
        border-color: rgba(133, 226, 73, 0);
        border-left-color: rgba(100, 255, 255, 1);
        border-width: 7px;
        margin-top: -7px;
    }

    .right_balloon:before {
        border-color: rgba(119, 119, 119, 0);
        border-left-color: #777;
        border-width: 8px;
        margin-top: -8px;
    }

/*******************************
* 割り込みを解除
********************************/
.clear_balloon {
    clear: both;
}

.left_info {
    position: relative;
    /*margin: 10px;
    padding: 10px;*/
    margin-right: 20%;
    clear: both;
    max-width: 500px;
    float: left;
    font-size: 12px;
}

.right_info {
    position: relative;
    /*margin: 10px;
    padding: 10px;*/
    margin-left: 20%;
    clear: both;
    max-width: 500px;
    float: right;
    font-size: 12px;
}
