/* システム共通CSS */
/* TODO 暫定 警告アイコン用フォント */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../packages/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../packages/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../packages/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../packages/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../packages/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

html,body{
    height:100%;
}

#container {
    width: 100%;
    min-height: 100%;
    min-width: 1340px;
    margin: 0 auto -30px;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
}

img, a {
    margin: 0;
    padding: 0;
    border: 0;
}

.bhd_display_none {
    display: none;
}

.bhd_display_none_important {
    display: none !important;
}

.clearfix, #header_middle, #header_bottom, #content, #footer, #popup_header_bottom, #popup_content{
    clear: both;
}

#header {
}

#header * {
    margin: 0;
    padding: 0;
    border: 0;
}

#header_headline {
    white-space: nowrap;
}
#header_headline, #header_middle {
    background-color: #FE8752;
    height: 30px;
}

#header_logo {
    background-color: #FFFFFF;
    width: 136px;
    height: 41px;
    float: left;
    font-size: 16px;
    padding: 9px 14px 10px 60px;
}

#header_headline > div {
    float: left;
    padding: 5px 5px 0 0;
}

#header_headline div.text {
    margin-top: 2px;
    font-size: 16px;
}

#header_news_title {
    padding-right: 10px;
}

#header_news_content {
    color: #000000;
    width: 730px;
    margin-left: 5px;
}

#header_news_content > div {
    float: right;
}

#bhd_header_auth_term_status {
    width: 6em;
}

#bhd_header_auth_assumed_status {
    width: 7em;
}

#bhd_header_not_auth_term_status:before, #bhd_header_notacceptedreserve_alert_title_message:before, #bhd_header_auth_assumed_status_alert:before, #header_manual_title:before, #header_logout_title:before, #bhd_header_notvisitreceiptreserve_alert_title_message:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bhd_header_not_auth_term_status:before, #bhd_header_notacceptedreserve_alert_title_message:before, #bhd_header_auth_assumed_status_alert:before {
    padding-right: 5px;
    content: "\e107";
    margin-left: 5px;
}

#header_manual_title:before {
    padding-right: 5px;
    content: "\e043";
    font-size: 13px;
}

#header_logout_title:before {
    padding-right: 5px;
    content: "\e017";
    font-size: 13px;
}

#bhd_header_not_auth_term_status, #bhd_header_auth_assumed_status_alert {
    color: #8a6d3b;
}

#header_manual_link, #header_logout_link, #bhd_header_chat_last_post_timestamp_link, #bhd_header_notacceptedreserve_alert_title_message, #bhd_header_notvisitreceiptreserve_alert_title_message {
    background-color: #FFFFFF;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #F95E21;
    font-weight: bold;
    border: none;
    border-radius: 7px;
}

#bhd_header_chat_last_post_timestamp_link.bhd_header_chat_last_post_timestamp_new_post, #bhd_header_notacceptedreserve_alert_title_message, #bhd_header_notvisitreceiptreserve_alert_title_message.bhd_header_notvisitreceiptreserve_message_yellow {
    background-color: yellow;
}

#header_manual_link:hover, #header_logout_link:hover, #bhd_header_chat_last_post_timestamp_link:hover, #bhd_header_notacceptedreserve_alert_title_message:hover, #bhd_header_notvisitreceiptreserve_alert_title_message:hover {
    background-color: #F95E21;
    color: #FFFFFF;
}

#header_manual_link {
    height: 16px;
    padding: 2px 10px;
}

#header_logout_link {
    height: 16px;
    padding: 2px 10px;
}

#bhd_header_notacceptedreserve_alert_title > a
{
    text-decoration: none;
}

#bhd_header_chat_last_post_timestamp_link, #bhd_header_notacceptedreserve_alert_title_message, #bhd_header_notvisitreceiptreserve_alert_title_message {
    height: 16px;
    padding: 2px 10px;
    margin-left: 5px;
}

#bhd_header_chat_last_post_timestamp_link, #bhd_header_notvisitreceiptreserve_alert_title > span
{
    vertical-align: middle;
}

#header_manual {
    margin-left: 10px;
    margin-right: 5px;
}

#bhd_header_chat_last_post_timestamp_area {
}

#bhd_header_visit_receipt_area {
    cursor: pointer;
}



.bhd_header_notacceptedreserve_alert_tooltip {
    background: none repeat scroll 0 0 #DBDBDB;
    color: #000000;
    font-size: 11px;
    padding: 0.5em;
    text-decoration: none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    border: 1px solid #DBDBDB;
    min-width: 100px;
    max-width: 500px;
}

.bhd_header_notacceptedreserve_alert_tooltip li {
    font-size: 15px;
}

.bhd_header_notvisitreceiptreserve_alert_tooltip {
    background: none repeat scroll 0 0 #DBDBDB;
    color: #000000;
    font-size: 11px;
    padding: 0.5em;
    text-decoration: none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    border: 1px solid #DBDBDB;
    min-width: 100px;
    max-width: 500px;
}

.bhd_header_notvisitreceiptreserve_alert_tooltip li {
    font-size: 15px;
}

#header_headline_spacer {
    width: 10px;
    background-color: #FFFFFF;
    height: 100%;
    padding: 0 !important;
}

#header_logout {
    margin-right: 20px;
}

#header_headline_username {
    margin-left: 10px;
}

#header_1st_navi {
    height: 30px;
}

#header_1st_menu {
    float: left;
    display: table;
    list-style: none outside none;
    margin-bottom: -3px;
}

#header_1st_menu > li {
    float: left;
    min-width: 113px;
    text-align: center;
    margin-top: 7px;
}

#header_1st_menu > li > a {
    color: #FE8752;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

#header_1st_menu > li:first-child {
    min-width: 120px;
}

#header_1st_menu > li:first-child > a {
}


#header_1st_menu > li > a:after {
    content: url("../../images/dec_bar01.png");
    margin-top: -7px;
    float: right;
    cursor: default;
}

#header_1st_menu > li:first-child > a:before {
    content: url("../../images/dec_bar01.png");
    margin-top: -7px;
    float: left;
    cursor: default;
}

#header_attendance {
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}

#header_2nd_navi {
    height: 100%;
}

#header_2nd_navi_start_spacer {
    float: left;
    width: 50px;
    height: 100%;
    border-right: 10px #FFFFFF solid;
}

#header_2nd_menu {
    float: left;
    background-color: #FFFFFF;
    display: table;
    list-style: none outside none;
}

#header_2nd_menu > li {
    float: left;
    min-width: 140px;
    text-align: center;
    height: 20px;
    border: solid 2px #F95E21;
    background-color: #F95E21;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 10px;
    padding-top: 6px;
    font-size: 15px;
}

#header_2nd_menu > li > a {
    color: #FFFFFF;
    text-decoration: none;
}

#header_2nd_menu > li:hover {
    background-color: #FFFFFF;
    color: #F95E21;
    border-top: solid 2px #F95E21;
    border-bottom: 0;
    border-left: solid 2px #F95E21;
    border-right: solid 2px #F95E21;
    height: 22px;
    cursor: pointer;
}

#header_2nd_menu > li:hover > a {
    color: #F95E21;
}

#header_2nd_menu > li.active {
    background-color: #FFFFFF;
    color: #F95E21;
    border-top: solid 2px #F95E21;
    border-bottom: 0;
    border-left: solid 2px #F95E21;
    border-right: solid 2px #F95E21;
    height: 22px;
}

#header_2nd_menu > li.active:hover {
    cursor: default;
}

#header_2nd_menu > li.disable {
    background-color: #acacac;
    color: white;
    border: solid 2px #acacac;
}

#header_2nd_menu > li.disable:hover {
    background-color: #acacac;
    color: white;
    border: solid 2px #acacac;
    height: 20px;
    cursor: default;
}

#header_bottom {
    margin: 25px 0 20px 0;
    height: 35px;
}

#header_bottom > div {
    float: left;
}

#header_title {
    padding-left: 20px;
    font-size: 30px;
    min-width: 435px;
}

#header_functionname {
    padding-right: 10px;
    border-right: solid 3px #F95E21;
}

#header_3rd_menu {
    float: left;
    background-color: #FFFFFF;
    display: table;
    list-style: none outside none;
}

#header_3rd_menu > li {
    float: left;
    min-width: 50px;
    text-align: center;
    height: 24px;

    background-color: #F95E21;

    border: solid 2px #F95E21;
    border-radius: 13px 13px;

    padding: 7px 13px 0 13px;
    margin-right: 10px;
    font-size: 15px;
}

#header_3rd_menu > li > a {
    color: #FFFFFF;
    text-decoration: none;
}

#header_3rd_menu > li:hover {
    color: #F95E21;
    background-color: #FFFFFF;
    cursor: pointer;
}

#header_3rd_menu > li:hover > a {
    color: #F95E21;
}

#header_3rd_menu > li.active {
    color: #F95E21;
    background-color: #FFFFFF;
}

#header_3rd_menu > li.active > a {
    color: #F95E21;
    background-color: #FFFFFF;
}

#header_3rd_menu > li.active:hover {
    cursor: default;
}

#header_3rd_menu > li.active:hover > a {
    cursor: default;
}

#content {
    padding-bottom: 67px;
}

#footer {
    height: 22px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #FE8752;
}

#content > .bhd_content_area {
    margin: 0 20px 0 20px;
    font-size: 15px;
}

/* メッセージエリア */
#bhd_information {
    background-color: #fedcff;
    color: #ed0f44;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
}

#bhd_information_title {
    font-size: 18px;
    font-weight: bold;
}

#bhd_information > ul {
    margin: 5px 0 0 5px;
    list-style-type: disc;
    height: 65px;
    overflow: auto;
}

/* アコーディオン */
.bhd_accordion_icon {
    display: block;
    text-indent: -9999px;
    width: 19px;
    height: 20px;
    background: url("../../images/ico_CircleArrowUp_Wh.png");
    background-repeat: no-repeat;
}

.bhd_accordion_area {
    border-left: #F95E21 2px solid;
    border-bottom: #F95E21 2px solid;
    margin-left: 19px;
    margin-top: -20px;
    min-height: 20px;
}

.bhd_accordion_title {
    height: 23px;
    padding-left: 5px;
    color: #F95E21;
    font-size: 20px;
}

.bhd_search_cond_title {
    background: url("../../images/bhd_ico_searchcond.png");
    background-repeat: no-repeat;
    padding-left: 27px;
    height: 23px;
}

.bhd_accordion_content {
    margin-left: 19px;
    padding: 10px 0 5px 0;
}

.bhd_accordion_closed .bhd_accordion_icon{
    background: url("../../images/ico_CircleArrowDown_Wh.png");
}

.bhd_accordion_closed .bhd_accordion_content{
    display: none;
}

/* 内部アコーディオン */
.bhd_inner_accordion_header {

}

.bhd_inner_accordion_icon {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url("../../images/bhd_ico_accordion_inner_opened.png");
    background-repeat: no-repeat;
}

.bhd_inner_accordion_title {
    margin-left: 20px;
    margin-top: -20px;
    min-height: 20px;
    padding-top: 3px;
    padding-left: 5px;
    color: #F95E21;
}

.bhd_inner_accordion_content {
}

.bhd_inner_accordion_closed .bhd_inner_accordion_icon{
    background: url("../../images/bhd_ico_accordion_inner_closed.png");
}

.bhd_inner_accordion_closed .bhd_inner_accordion_content{
    display: none;
}



/* 検索条件テーブル */
.bhd_search_cond_table > tbody > tr > th {
    width: 150px;
    text-align: left;
    color: #F95E21;
    height: 30px;
    font-weight: normal;
}

.bhd_search_cond_table > tbody > tr > td {
    padding-right: 10px;
}

/* 検索条件エリア */
.bhd_search_cond_area {
    margin-bottom: 30px;
}

/* 検索条件ボタン */
.bhd_search_cond_button_area {
    margin-top: 25px;
}

/* 一覧 */
/* ページャー */
.bhd_list_header, .bhd_list_footer {
    height: 30px;
    text-align: center;
    margin-bottom: 7px;
    width: 100%;
}

.bhd_list_header {
    border-bottom: #F95E21 2px solid;
}

.bhd_list_pagination {
    width: 100%;
}

.bhd_list_pagination > thead > tr > th {
    font-size: 20px;
    color: #F95E21;
    text-align: left;
    width: 250px;
}

.bhd_list_pagination > thead > tr > th:first-child * {
    float: left;
}

.bhd_list_pagination > thead > tr > td {
    text-align: center;
    vertical-align: middle;
}

.bhd_list_page {
    height: 25px;
    margin: auto;
}

.bhd_list_page > tbody > tr > th{
    height: 20px;
    vertical-align: middle;
    width: 150px;
    padding: 0 10px;
    font-weight: normal;
}

.bhd_list_page > tbody > tr > th:first-child {
    text-align: right;
}

.bhd_list_page > tbody > tr > th:last-child {
    text-align: left;
}

.bhd_list_page > tbody > tr > td {
    font-size: 18px;
    min-width: 20px;
    text-align: center;
    vertical-align: middle;
}

.bhd_list_page > tbody > tr > td > a {
    color: #F95E21;
}


.bhd_select_per_page {
    width: auto;
    text-align: left;
    margin-top: -12px;
    font-size: 18px;
}

/* 一覧テーブル */
.bhd_list_table{
    border-collapse: collapse;
    min-width: 100%;
    margin-bottom: 7px;
}

.bhd_list_table th, .bhd_list_table td {
    border: #FE8752 1px solid;
    margin: 0;
    height: 23px;
}

.bhd_list_table thead {
    color: #F95E21;
}

.bhd_list_table th {
    background-color: #FEDCFF;
}

.bhd_list_table thead th a, .bhd_list_table thead th span {
    color: #F95E21;
    text-decoration: none;
    width: auto;
    padding: 2px 0 2px 15px;
    margin: auto;
}

.bhd_list_table thead th a:hover {
    color: #FE8752;
}

.bhd_list_table thead th a.sort, .bhd_list_table thead th span.sort {
    background-image: url('../../images/bhd_ico_list_sort.png');
    background-repeat: no-repeat;
}

.bhd_list_table thead th a.sort_asc, .bhd_list_table thead th span.sort_asc {
    background-image: url('../../images/bhd_ico_list_sort_asc.png');
    background-repeat: no-repeat;
}

.bhd_list_table thead th a.sort_desc, .bhd_list_table thead th span.sort_desc {
    background-image: url('../../images/bhd_ico_list_sort_desc.png');
    background-repeat: no-repeat;
}


.bhd_list_table td {
    padding: 0 5px;
}

.bhd_list_table tr:hover td {
    background-color: #FF9C52;
}

.bhd_list_td_left {
    text-align: left;
}


.bhd_list_td_center, .bhd_list_td_code {
    text-align: center;
}

.bhd_list_td_right, .bhd_list_td_numeric {
    text-align: right;
}

/* 編集画面 */
.bhd_edit_circle {
    display: block;
    text-indent: -9999px;
    width: 19px;
    height: 20px;
    background: url("../../images/bhd_ico_circle.png");
    background-repeat: no-repeat;
}

.bhd_edit_content {
    border-left: #F95E21 2px solid;
    border-bottom: #F95E21 2px solid;
    margin-left: 19px;
    margin-top: -20px;
    min-height: 20px;
    padding-left: 20px;
}

.bhd_edit_title {
    color: #F95E21;
    font-size: 20px;
    margin-bottom: 7px;
}

/* 編集情報テーブル */
.bhd_edit_table > tbody > tr {
}
.bhd_edit_table > tbody > tr > th {
    width: 200px;
    text-align: left;
    color: #F95E21;
    height: 30px;
    font-weight: normal;
    vertical-align: top;
}

tbody > tr.required > th:after {
    content: "※";
    margin-left: 5px;
    color: #ED0F44;
}

.bhd_edit_table > tbody > tr > td {
    padding-right: 10px;
    text-align: left;
    padding-bottom: 5px;
}

.bhd_edit_table > tbody > tr > td > label {
    margin-right: 10px;
}

.bhd_edit_table > tbody > tr > td > input[type="text"] {
    margin-right: 10px;
}

.bhd_edit_table > tbody > tr > td > input.bhd_calendar {
    margin-right: 3px;
}

.bhd_edit_table > tbody > tr > td > img.ui-datepicker-trigger {
    margin-right: 10px;
}

.bhd_edit_table span.notice {
    color: #939393;
    font-size: 10px;
}

.bhd_edit_table > tbody > tr > td > div:first-child {
    margin-top: 0px;
}

.bhd_edit_table > tbody > tr > td > div {
    margin-top: 5px;
}

.bhd_edit_table > tbody > tr > td label {
    margin-right: 10px;
}

.bhd_edit_button_area {
    margin-top: 40px;
    margin-bottom: 10px;
}

/* レコード情報表示 */
.bhd_edit_record_info {
    margin-left: 39px;
    margin-top: 15px;
    font-size: 10px;
    color: #F95E21;
}

.bhd_edit_record_info th {
    font-weight: normal;
    padding-right: 10px;
}

.bhd_error_field {
    background-color: #FEDCFF;
}

.bhd_error_field .select2-chosen {
    background-color: #FEDCFF;
}

/* ボタン */
.bhd_button_primary, .bhd_button {
    border-radius: 5px;
    border: solid 1px #F95E21;
    min-width: 80px;
    height: 21px;
    margin-right: 15px;
}

.bhd_button_primary:hover, .bhd_button:hover {
    cursor: pointer;
}

.bhd_button_primary {
    background-color: #F95E21;
    color: #FFFFFF;
}

.bhd_button {
    color: #F95E21;
    background-color: #FFFFFF;
}

.bhd_button_primary:hover {
    color: #F95E21;
    background-color: #FFFFFF;
}

.bhd_button:hover {
    background-color: #F95E21;
    color: #FFFFFF;
}

/* ポップアップ系画面 */
.bhd_modal_iframe_dialog {
    border: solid 2px #F95E21;
    padding: 0;
    margin: 0;
}

#popup_container {
    width: 100%;
    min-height: 100%;
    margin: 0 auto -30px;
}

#popup_header_top {
    background-color: #FEDCFF;
    height: 60px;
    width: 100%;
}
#popup_header_logo {
    width: 136px;
    height: 41px;
    float: left;
    font-size: 16px;
    padding: 9px 0 10px 20px;
}

#popup_header_close {
    float: right;
    margin-right: 12px;
    margin-top: 12px;
}

#popup_header_close_btn:hover {
    opacity: 0.65;
}

#popup_header_bottom {
    margin: 25px 0 20px 0;
    height: 35px;
    font-family: auto;
}

#popup_header_bottom > div {
    float: left;
}

#popup_header_title {
    padding-left: 20px;
    font-size: 30px;
    min-width: 435px;
}

#popup_header_functionname {
    padding-right: 10px;
    border-right: solid 3px #F95E21;
}

#popup_header_menu {
    float: left;
    background-color: #FFFFFF;
    display: table;
    list-style: none outside none;
}

#popup_header_menu > li {
    float: left;
    min-width: 50px;
    text-align: center;
    height: 24px;

    background-color: #F95E21;

    border: solid 2px #F95E21;
    border-radius: 13px 13px;

    padding: 7px 13px 0 13px;
    margin-right: 10px;
    font-size: 15px;
}

#popup_header_menu > li > a {
    color: #FFFFFF;
    text-decoration: none;
}

#popup_header_menu > li:hover {
    color: #F95E21;
    background-color: #FFFFFF;
    cursor: pointer;
}

#popup_header_menu > li:hover > a {
    color: #F95E21;
}

#popup_header_menu > li.active {
    color: #F95E21;
    background-color: #FFFFFF;
}

#popup_header_menu > li.active > a {
    color: #F95E21;
    background-color: #FFFFFF;
}

#popup_header_menu > li.active:hover {
    cursor: default;
}

#popup_header_menu > li.active:hover > a {
    cursor: default;
}

#popup_content {
    padding-bottom: 30px;
}

#popup_content > .bhd_content_area {
    margin: 0 20px 0 20px;
    font-size: 15px;
}

.bhd_popup_close_btn_area {
    margin: 10px 20px 10px 20px;
    border-top: 2px solid #F95E21;
    text-align: center;
    padding-top: 10px;
}

/* システム共通 横幅 */
.bhd_w50 {
    width: 50px;
}

.bhd_w80 {
    width: 80px;
}

.bhd_w100 {
    width: 100px;
}

.bhd_w150 {
    width: 150px;
}

.bhd_w200 {
    width: 200px;
}

.bhd_w250 {
    width: 250px;
}

.bhd_w300 {
    width: 300px;
}

.bhd_w350 {
    width: 350px;
}

.bhd_w400 {
    width: 400px;
}

.bhd_w450 {
    width: 450px;
}

.bhd_w500 {
    width: 500px;
}

.bhd_w_input_ymd {
    width: 80px;
}


