/**
 * #11240 「TOP」画面
 *
 * @copyright (C) 2021 North Technology inc.
 * @author    kitat@north-t.co.jp
 * @version   $Revision: 27564 $ $Date: 2025-12-02 15:00:45 +0900 (火, 02 12 2025) $
 *
 * @see #22338 ＜TOP＞ ボタンの二列表示
 */

/*
 * 中央右
 */
#content {
    overflow: hidden;
    padding: 10px;
    float: none;
}

/*
 * 上部説明
 */
#pageEntry {
    padding: 10px;
}

#pageEntry {
    padding: 10px;
}

#pageEntry h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 12px;
}

#pageEntry h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#pageEntry h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#pageEntry h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 10px;
}

#pageEntry h6 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}

#pageEntry p {
    line-height: 1.5em;
    font-size: 14px;
}

#pageEntry ul {
    margin: 0px 0px 13px 20px;
    line-height: 1.5em;
    list-style-type: disc;
    font-size: 14px;
}

#pageEntry ol {
    margin: 0px 0px 13px 25px;
    line-height: 1.5em;
    list-style-type: decimal;
    font-size: 14px;
}

#pageEntry .txtInd {
    text-indent: 14px;
    padding-left: -14px;
}

#pageEntry .txtInd2 {
    text-indent: -14px;
    padding-left: 14px;
}

#pageEntry hr {
    background-color: #DEC2BA;
    height: 2px;
    border: none;
    margin: 5px 10px;
}

#pageEntry img.aligncenter {
    display: block;
    margin: 10px auto;
    clear: both;
}

#pageEntry img.alignright {
    padding: 0px;
    margin: 0px 0px 10px 10px;
    display: block;
    clear: both;
}

#pageEntry img.alignleft {
    padding: 0px;
    margin: 0px 10px 10px 0px;
    display: block;
    clear: both;
}

#pageEntry .alignright {
    float: right;
}

#pageEntry .alignleft {
    float: left
}

#pageEntry .centertxt {
    text-align: center;
}

#topArea {
    border: 2px dotted #CC9B83;
    margin: 0px 0px 30px;
    padding: 10px;
    background-color: #ffffff;
    margin: auto;
    width: 97%;
}

#topArea a:link {
    color: #CB1F4A;
}

#topArea a:visited {
    color: #CB1F4A;
}

#topArea a:hover {
    color: #F36;
}

#topArea a:active {
    color: #CB1F4A;
}

/*
 * 中央メニュー
 */

.centralBlockOuter {
    text-align: center;
}

.centralBlockInner {
    max-width: 97%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
}

.centralBlockInner>div {
    margin: 0 auto;
}

.centralLink {
    margin: 10px auto 10px;
}

.centralLink dt {
    float: left;
    clear: both;
    margin-right: 10px;
    margin-bottom: 10px;

    position: relative;
    width: 200px;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;

    display: flex;
    justify-content: center;

    z-index: 0;
}

.centralLink dd {
    height: 48px;
    line-height: 1.5em;
    font-size: 14px;
    color: #000;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.centralLink dt::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    /* → 背面へ */
}

.centralLink dt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 85%;
    /* 下半分 */
    z-index: -1;
    /* → before より前、テキストより後ろ */
}

.main_menu_int {
    background-color: #d98b89;
}

.main_menu_int::after {
    background-color: #c6534f;
}

.main_menu_ext {
    background-color: #95a4e1;
}

.main_menu_ext::after {
    background-color: #556dd0;
}

.main_menu_otr {
    background-color: #729981;
}

.main_menu_otr::after {
    background-color: #377845;
}

.centralLink a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding-top: 14px;
    width: 100%;
}

.centralLink dt:hover {
    opacity: 0.8;
}

/*
 * 中央
 */

#container {
    padding: 0px;
}

/* ****************************************************************************************************************
 *
 * トップ、機器一覧の左側
 */

#leftContents {
    float: left;
    width: 23%;
    position: relative;
    border-right: 1px solid #B1A289;
    background-image: url(../../../../css/images/bg_left_side.png);
    background-repeat: no-repeat;
    background-position: right top;
    box-sizing: border-box;
    padding-top: 10px;
    margin: 0 auto;
}

#leftContents .leftItemTitle {
    font-size: 12px;
    font-weight: bold;
    color: #988363;
    border-top: 1px solid #E6E0D9;
    border-bottom: 1px solid #E6E0D9;
    padding: 8px;
    width: 80%;
    margin: 10px;
    text-align: center;
}

#leftContents ul {
    clear: both;
}

#leftContents ul li {
    margin-bottom: 12px;
}

#leftContents .leftItem {
    font-size: 13px;
    color: #333;
    margin-left: 18px;
    margin-right: 15px;
}

#leftContents .leftItem li {
    line-height: 1.2em;
}

#leftContents .leftItem li a {
    color: #333;
    text-decoration: none;
}

#leftContents .leftItem li a:visited {
    color: #333;
}

#leftContents .leftItem li a:hover {
    color: #C33;
}

#leftContents .leftItem li a:active {
    color: #333;
}

#leftContents .leftItem li a:before {
    content: "・";
}

#leftContents .leftItem li .keyword {
    margin-bottom: 7px;
    width: 120px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #C7C7C7;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
}

#leftContents .narrowing {
    margin: 10px 30px 10px;
    width: 82px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    background-color: #65B1B8;
    color: #FFF;
    padding: 8px 10px;
    cursor: pointer;
}

#banner_title {
    text-align: center;
    margin: 0 auto;
}

#banner_title h3 {
    display: inline-block;
}

/*
 * お知らせ
 */

#newsArea {
    clear: both;
    margin: 20px auto 10px;
    /* width: 860px; */
    width: 97%;
}

#newsArea #newsTitSet {
    display: block;
    height: 30px;
    overflow: hidden;
    background-color: #5779A4;
}

#newsArea #newsTitSet #titLe {
    width: 0px;
    /* width: 2%; */
    height: 21px;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-right: 13px solid #5779A4;
    float: left;
    background-color: #FBF8F2;
}

#newsArea #newsTitSet #titRi {
    background-color: #5779A4;
    display: block;
    height: 29px;
    float: left;
    /* width: 847px; */
    width: 98%;
}

#newsArea #newsTitSet h3 {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    float: left;
    margin: 4px 0px 0px 2px;
    line-height: 1.5em;
}

#newsArea #newsTitSet p {
    float: right;
    background-color: #829EBD;
    text-align: center;
    margin: 4px 4px 0px 0px;
}

#newsArea #newsTitSet p:hover {
    background-color: #446282;
}

#newsArea #newsTitSet p a {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    height: 16px;
    width: 100px;
    line-height: 1em;
    display: block;
    padding-top: 5px;
}

#newsArea article {
    clear: both;
    background-color: #FFF;
    margin-bottom: 2px;
    padding: 5px 10px 7px;
    border-left: 6px solid #EEDDC1;
}

#newsArea .time {
    font-size: 13px;
    color: #999;
    float: left;
    margin-right: 12px;
    line-height: 1em;
    margin-top: 2px;
}

#newsArea h2 {
    clear: both;
    font-size: 15px;
    color: #3A3A3A;
    margin: 28px 0px 0px 20px;
    line-height: 1.3em;
    font-weight: normal;
}

#newsArea h2 a {
    color: #3A3A3A;
    text-decoration: none;
}

#newsArea h2 a:hover {
    color: #C94B6B;
}

#newsArea .cat01 {
    font-size: 11px;
    line-height: 1em;
    color: #FFF;
    background-color: #79CCCC;
    padding: 3px 5px;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    min-width: 70px;
    text-align: center;
    margin-right: 10px;
}

#newsArea .cat02 {
    font-size: 11px;
    line-height: 1em;
    color: #FFF;
    background-color: #D5517E;
    padding: 3px 5px;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    min-width: 70px;
    text-align: center;
    margin-right: 10px;
}

.home_news {
    display: block;
    height: 310px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 4px 0;
    background-color: white;
    border: #5779A4 1px solid;
}
