﻿@charset "UTF-8";

/* 共通部分 */
html {
    font-size: 100%;
}

/*文字フォント*/
.fontdefolt {
    font-family: "Meiryo UI",BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/*太字*/
.bold {
    font-weight: bold;
    font-size: 1.05em;
}

/*下線*/
.underInfoToolLine{
    border-bottom: solid 1.2px rgb(212, 212, 212);
}

.rightLine {
    border-right: solid 1.2px rgb(212, 212, 212);
}

/*囲み線*/
.box {
    border: 1.2px solid rgb(212, 212, 212);
}

.backColer {
    background-color: aqua;
}

/*背景色*/
.bodyDetaole {
    background-color: rgb(247, 247, 247);
}

/*サブヘッダー*/
.heder-button-position {
    margin-bottom: -10px;
    margin-top: -15px;
    vertical-align: middle
}


/*ヘッダー部分*/
.header-fixed {
    position: fixed; /* ヘッダーの固定 */
    z-index: 2;
    top: 0px; /* 位置(上0px) */
    left: 0px; /* 位置(左0px) */
    width: 100%; /* 横幅100%　*/
}

/*フッター部分*/
div#footer-fixed {
    position: fixed; /* フッターの固定 */
    z-index: 2;
    bottom: 0px; /* 位置(下0px) */
    left: 0px; /* 位置(左0px) */
    width: 100%; /* 横幅100%　*/
    height: 48px; /* 縦幅48px */
}

.footer-background {
    background-color: whitesmoke;
}

div#footer {
    background-color: whitesmoke; /* 背景色(黒) */
    padding: 10px 0 20px; /* 上10px、下20pxをあける */
    height: 60px; /* 縦の高さ60px */
    width: 100%; /* 横の幅を100% */
    border-top: 1px solid #c2c2c2; /*ヘッダー上線*/
}

/*フッターボタンデザイン*/
.footer-button a {
    margin: 0 auto;
    padding: 6px 30px;
    color: #fff;
    background-color: #3273dc;
    /*box-shadow: 0 0 10px #ffd75e;*/
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.5em;
}

    .footer-button a:hover {
        text-decoration: none;
        background-color: #6b9adb;
        /*box-shadow: 0 0 10px #FFCB00;*/
    }

.footer-button {
    text-align: right;
    padding-top: 1.5px;
    padding-right: 20px;
}

.footer-button-position {
    margin-bottom: -6px;
}

/*ツールチップレイアウト*/
/*========= レイアウトのためのCSS ===============*/
p.caption {
    text-align: center;
    margin: 100px 0;
    font-size: 1.2rem;
}

.inner-cap p {
    font-size: 0.8rem;
}

a:hover {
    text-decoration: none;
}

li:hover {
    cursor: pointer;
}

/*========= オーバーレイレイアウト ===============*/
/*オーバレイヘッダ*/
.overlayHeader {
    z-index: 1;
}

/*オーバレイボディ*/
.overlayBody {
    z-index: 0;
}

/*オーバレイの外枠削除*/
div#cboxLoadedContent {
    border: none;
    width: auto;
}

/************************************/
/*ヘッダー部分*/
/*新デザイン適応のため削除*/

/*縦*/
.heightSiz {
    height: 50px;
    padding-top: 5px;
}

/*横*/
.widthSiz {
    width: 100%;
}
/*横*/
.widthSiz200 {
    width: 200px;
}
/*横*/
.widthSiz145 {
    width: 145px;
}

/*左内幅*/
.inleftSiz {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/*右内幅*/
.inRightSiz {
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 0px;
}

/*右寄せ*/
.rightAdd {
    text-align: right;
}

/*下線*/
.underLine {
    background-color: #3273dc;
    /*background: linear-gradient(135deg, orange 60%, orange);*/
    position: relative;
}

/*ロゴサイズ*/
.rogoSize {
    height: 44px;
}

/* システムロゴサイズ*/
.rogo_sys {
    width: 60px;
    height: 20px;
}

.rogo_sys2 {
    width: 60px;
    height: 20px;
}

.rogo_sys3 {
    width: 60px;
    height: 20px;
}


/*ログアウトボタンサイズ*/
.logOutSize {
    height: 36px;
}

/*↓表示*/
.column {
    flex-direction: column;
}

/*ユーザー情報*/
.userFont {
    padding-right: 10px;
}

/************************************/


/*ファイル読込スクロールバー削除*/
.scrollbar::-webkit-scrollbar { /* Chrome, Safari 対応 */
    display: none;
}

.adScroll {
    overflow: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
}
/* Chrome, Safari 対応 */
.adScroll::-webkit-scrollbar {
    display: none;
}


input:checked + .tab_class + .content_class {
    display: block;
}

/************************************/
/*選択メニュータイトル*/
.containerMenu {
    display: flex;
}

/*背景色*/
.Menu_item {
    background-color: #3273dc;
    border-bottom: solid 1.2px rgb(212, 212, 212);
}

/*縦*/
.menu-heightSize {
    height: 35px;
}

/*横*/
.menu-widthSize {
    width: 100%;
}

/*左内幅*/
.menu-inLeftSize {
    padding-left: 10px;
}

/*タイトル*/
.menu-info-inLeftSize {
    padding-top: 1.2px;
    text-align: left;
}

/************************************/
/*ツールバー*/
.containerTool {
    display: flex;
}
/*背景色*/
.backClor {
    background-color: #fafafa;
}
/*ツールバーTop線*/
.backBorder {
    border-top: solid 1.2px rgb(212, 212, 212);
}

/*縦*/
.tool-heightSize {
    height: 45px;
}

.tool-heightSize2 {
    height: 45px;
}

.tool-heightSize3 {
    height: 45px;
}

.tool-heightSize4 {
    height: 45px;
}

.tool-heightSize5 {
    height: 45px;
}

/*幅調整*/
.Tool_item {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

/*幅調整*/
.Tool_item2 {
    padding-top: 5px;
}

/*幅調整*/
.Tool_item3 {
    padding-top: 2px;
}

/*横*/
.tool-widthSize {
    width: 100%;
}

/*左内幅*/
.tool-inLeftSize {
    padding-left: 10px;
}

/*右内幅*/
.tool-inRightSize {
    padding-right: 10px;
}

/*右寄せ*/
.Tool_right {
    text-align: right;
}

/*ボタンCSS*/

a.btn-radius-solid {
    color: #6b6b6b;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    position: relative;
    display: inline-block;
    padding: 0.25rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0em;/*文字の間隔を空ける*/
    border-radius: 0.3rem;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

.btnIcon {
    width: 16px;
    height: 16px;
}

.btnIconImg {
    margin-left: -14px;
    margin-top: -14px;
}

/*確認ボタン*/
.btn--kakunin {
    color: #fff;
    background-color: #f18475;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    position: relative;
    display: inline-block;
    padding: 0.35rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#f18475), to(#ba2721));
    background: -webkit-linear-gradient(top, #f18475 0%, #ba2721 100%);
    background: linear-gradient(to bottom, #f18475 0%, #ba2721 100%);
}

    .btn--kakunin:hover, a.btn--kakunin:hover {
        color: #fff;
        background-color: #6b9adb;
        background: -webkit-gradient(linear, left bottom, left top, from(#f18475), to(#ba2721));
        background: -webkit-linear-gradient(bottom, #f18475 0%, #ba2721 100%);
        background: linear-gradient(to top, #f18475 0%, #ba2721 100%);
    }

/*登録ボタン*/
.btn--Toroku {
    color: #fff;
    background-color: #3273dc;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    position: relative;
    display: inline-block;
    padding: 0.35rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9adb), to(#3273dc));
    background: -webkit-linear-gradient(top, #6b9adb 0%, #3273dc 100%);
    background: linear-gradient(to bottom, #6b9adb 0%, #3273dc 100%);
}

 .btn--Toroku:hover,a.btn--Toroku:hover {
    color: #fff;
    background-color: #6b9adb;
    background: -webkit-gradient(linear, left bottom, left top, from(#6b9adb), to(#3273dc));
    background: -webkit-linear-gradient(bottom, #6b9adb 0%, #3273dc 100%);
    background: linear-gradient(to top, #6b9adb 0%, #3273dc 100%);
  }

/*削除ボタン*/
.btn--trash {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    position: relative;
    display: inline-block;
    padding: 0.35rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.3rem;
    background:  rgb(140, 136, 167);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(164, 162, 177)), to(rgb(140, 136, 167)));
    background: -webkit-linear-gradient(top, rgb(164, 162, 177) 0%, rgb(140, 136, 167) 100%);
    background: linear-gradient(to bottom, rgb(164, 162, 177) 0%, rgb(140, 136, 167) 100%);  
}

 .btn--trash:hover,a.btn--trash:hover {
    color: #fff;
    background-color: rgb(155, 153, 161);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(140, 136, 167)), to(rgb(140, 136, 167)));
    background: -webkit-linear-gradient(bottom, rgb(140, 136, 167) 0%, rgb(140, 136, 167) 100%);
    background: linear-gradient(to top, rgb(140, 136, 167) 0%, rgb(140, 136, 167) 100%);
  }

.btn--irai {
    width: 120px;
    color: #fff;
    background-color: #3273dc;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    position: relative;
    display: inline-block;
    padding: 0.35rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#db7093), to(#bd295d));
    background: -webkit-linear-gradient(top, #db7093 0%, #bd295d 100%);
    background: linear-gradient(to bottom, #db7093 0%, #bd295d 100%);
}

.btn--irai:hover, a.btn--irai:hover {
    color: #fff;
    background-color: #6b9adb;
    background: -webkit-gradient(linear, left bottom, left top, from(#db7093), to(#bd295d));
    background: -webkit-linear-gradient(bottom, #db7093 0%, #bd295d 100%);
    background: linear-gradient(to top, #db7093 0%, #bd295d 100%);
}

/*適用、一時保存、追加ボタン*/
.btn--other {
    color: #fff;
    /*background-color: rgb(140, 136, 167);*/
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    position: relative;
    display: inline-block;
    padding: 0.35rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.3rem;
    background: rgb(140, 136, 167);
    background: -webkit-gradient(linear, left top, left bottom, from(#FB8C00), to(#FF9800));
    background: -webkit-linear-gradient(top, #FB8C00 0%, #FF9800 100%);
    background: linear-gradient(to bottom, #FB8C00 0%, #FF9800 100%);
}

    .btn--other:hover, a.btn--other:hover {
        color: #fff;
        background-color: rgb(155, 153, 161);
        background: -webkit-gradient(linear, left bottom, left top, from(#FF9800), to(#FF9800));
        background: -webkit-linear-gradient(bottom, #FF9800 0%, #FF9800 100%);
        background: linear-gradient(to top, #FF9800 0%, #FF9800 100%);
    }

/*検索欄*/
.search_box {
    display: inline-block; /* なくても大丈夫だけど、念の為 */
    position: relative; /* 基準値とする */
    border-radius: 0.3rem;
}

.search_box_top {
    display: inline-block; /* なくても大丈夫だけど、念の為 */
    position: relative; /* 基準値とする */
    border-radius: 0.3rem;
}

.search_box_top2 {
    display: inline-block; /* なくても大丈夫だけど、念の為 */
    position: relative; /* 基準値とする */
    border-radius: 0.3rem;
}

.search-content {
    padding-left: 5px;
}

.search_box::before {
    content: ""; /* 疑似要素に必須 */
    width: 16px; /* アイコンの横幅 */
    height: 16px; /* アイコンの高さ */
    background: url(../img/icon_search.svg) no-repeat center center / 100%; /* 背景にアイコン画像を配置 */
    display: inline-block; /* 高さを持たせるためにインラインブロック要素にする */
    position: absolute; /* 相対位置に指定 */
    top: 7px; /* アイコンの位置 */
    left: 7px; /* アイコンの位置 */
}

.search_box_top::before {
    content: ""; /* 疑似要素に必須 */
    width: 16px; /* アイコンの横幅 */
    height: 16px; /* アイコンの高さ */
    background: url(../img/icon_search.svg) no-repeat center center / 100%; /* 背景にアイコン画像を配置 */
    display: inline-block; /* 高さを持たせるためにインラインブロック要素にする */
    position: absolute; /* 相対位置に指定 */
    top: 7px; /* アイコンの位置 */
    left: 7px; /* アイコンの位置 */
}

.search_box_top2::before {
    content: ""; /* 疑似要素に必須 */
    width: 16px; /* アイコンの横幅 */
    height: 16px; /* アイコンの高さ */
    background: url(../img/icon_search.svg) no-repeat center center / 100%; /* 背景にアイコン画像を配置 */
    display: inline-block; /* 高さを持たせるためにインラインブロック要素にする */
    position: absolute; /* 相対位置に指定 */
    top: 7px; /* アイコンの位置 */
    left: 7px; /* アイコンの位置 */
}

.search_box input {
    padding: 3px 0 3px 2em; /* アイコンを設置するため左の余白を多めに指定*/
    background: #fff;
}

.search_box_top input {
    padding: 3px 0 3px 2em; /* アイコンを設置するため左の余白を多めに指定*/
    background: #DDEECC;
}

.search_box_top2 input {
    padding: 3px 0 3px 2em; /* アイコンを設置するため左の余白を多めに指定*/
    background: #DDEEFF;
}

input[type="text"] {
    border: 1px solid rgb(218, 218, 218);
}

textarea {
    border: 1px solid rgb(218, 218, 218);
}

input[type="time"] {
    border: 1px solid rgb(218, 218, 218);
    border-radius: 0.3rem;
}

input[type="month"] {
    border: 1px solid rgb(218, 218, 218);
    border-radius: 0.3rem;
}

input[type="text"]:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50,115,220,.25);
    outline: none;
}

.inputwaku {
    padding-left: 5px;
    border: 1.8px solid #e6e6e6;
    background-color: #fff;
    font-size: 1em;
}
.inputwaku:focus{
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50,115,220,.25);
    outline: none;
}

.inputbackc {
    background-color: rgb(255, 255, 255);
}


/************************************/
/*一覧・内容表示*/
.containerbody {
    display: flex;
    border-bottom: solid 1.2px rgb(212, 212, 212);
}

/*共用施設予約画面用*/
.containeryoyaku {
    display: flex;
    border-top: solid 1.2px rgb(212, 212, 212);
}

/*縦*/
.body-heightSize {
    min-height: 100px;
}

/*背景色*/
.body_item {
    background-color: #ffffff;
    cursor: pointer;
}

/*背景色カーソル*/
.body_item:hover {
    background-color: #eefafc;
}

/*横*/
.body-widthSize {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
/*タイトル*/
.titleFont {
    color: #3273dc;
}


/*リンク文字*/
.linkFont {
    color: blue;
    text-decoration: none;
    text-decoration: underline;
}

/*プルダウンレイアウト*/
  /*プルダウン*/
  select {
    height: 37px;
    padding-left: 10px;
    width: 100px;
  }

 .cp_ipselect {
	width: 250px;
    height: 26px;
    line-height:30px;
}
.cp_ipselect select {
	position: absolute;
	top: -0.5em;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
    border: 1.8px solid #e6e6e6;
    background-color: #f9f9f9;
	border-radius: 3px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.3em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
    width: 8px;
    height: 8px;
    border: 1.5px solid;
    border-color:  transparent transparent #565656 #565656;
    transform: rotate(-45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
    padding-left: 5px;
	color: #666666;
    font-size: 16px;
}

.cp_ipselect2 {
    width: 105px;
    height: 26px;
    line-height: 23px;
}

    .cp_ipselect2 select {
        top: -0.5em;
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }

        .cp_ipselect2 select::-ms-expand {
            display: none;
        }

    .cp_ipselect2.cp_sl01 {
        position: relative;
        border: 1.8px solid #e6e6e6;
        background-color: #f9f9f9;
        border-radius: 3px;
        background: #ffffff;
    }

        .cp_ipselect2.cp_sl01::before {
            position: absolute;
            top: 0.3em;
            right: 0.8em;
            width: 0;
            height: 0;
            padding: 0;
            content: '';
            width: 8px;
            height: 8px;
            border: 1.5px solid;
            border-color: transparent transparent #565656 #565656;
            transform: rotate(-45deg);
            pointer-events: none;
        }

        .cp_ipselect2.cp_sl01 select {
            margin-top: -7px;
            padding-left: 5px;
            color: #666666;
            font-size: 16px;
        }

/*テキスト入力欄*/
.textInput {
    background-color: white;
    border-radius: 1px;
    width: 100%;
    max-width: 80%;
    height: 40px;
}

/*テキストエリア*/
.textArea {
    width: 100%;
    max-width: 80%;
    background-color: white;
    border-radius: 5px;
    border: solid 1px rgb(221, 221, 221);
    resize: vertical;
    height: 165px;
    line-height: normal;
}

.textArea:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50,115,220,.25);
    outline: none;
}

/*必須項目*/
.hissinputwaku:focus{
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50,115,220,.25);
    outline: none;
}
.hissinputwaku{
    padding-left: 5px;
    border: 1.8px solid #ff3860 !important;
    font-size: 1em;
    background: transparent;

}
.hissbackground{
    background-color: #fef4ff;
}

/*先頭入力文字の間隔用*/
.fontInput {
    padding-left: 6px;
}

/*カレンダー用のレイアウト*/
.calendarInput {
    background-color: white;
}

/*カレンダー表示*/
img.ui-datepicker-trigger {
    cursor: pointer;
    margin-left: 7px !important;
    margin-bottom: -5px !important;
}

/*ラベル*/
/*未回答*/
.ribbon1 {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 30px; /*高さ*/
    width: 100px; /*横幅*/
    line-height: 32px; /*高さ*/
    text-align: center;
    font-size: 18px; /*文字サイズ*/
    background: rgb(252, 98, 98); /*背景色*/
    color: #FFF; /*文字色*/
    box-sizing: border-box;
    border-radius: 5px;
}

/*リボン三角部分カーソル*/
.body_item:hover .ribbon1:after {
    top: 0;
    right: 0;
    border-width: 15px 7.5px 15px 0px;
    border-color: transparent #eefafc transparent transparent;
    border-style: solid;
}

/*終了、対象外*/
.ribbon2 {
    display: inline-block;
    position: relative;
    height: 30px; /*高さ*/
    width: 100px; /*横幅*/
    line-height: 30px; /*高さ*/
    text-align: center;
    font-size: 18px; /*文字サイズ*/
    box-sizing: border-box;
    border-radius: 5px;
    background: transparent;
    border: 1px solid black;
}

/*集計中*/
.ribbon3 {
    display: inline-block;
    position: relative;
    height: 30px; /*高さ*/
    width: 100px; /*横幅*/
    line-height: 30px; /*高さ*/
    text-align: center;
    font-size: 18px; /*文字サイズ*/
    color: #FFF; /*文字色*/
    box-sizing: border-box;
    background: #7dcc5e;
    border-radius: 5px;
}

/*対応中*/
.ribbon4 {
    display: inline-block;
    position: relative;
    height: 30px; /*高さ*/
    width: 100px; /*横幅*/
    line-height: 30px; /*高さ*/
    text-align: center;
    font-size: 18px; /*文字サイズ*/
    color: #FFF; /*文字色*/
    box-sizing: border-box;
    background: rgb(22, 141, 237);
    border-radius: 5px;
}


.ribbon-posi {
    margin-top: -20px;
    padding-right: 20px;
}

.ribbon-posi2 {
    margin-top: -80px;
    padding-right: 20px;
}

.ribbon-posi3 {
    margin-top: -55px;
    padding-right: 20px;
}

.ribbon-posi4 {
    margin-top: -108px;
    padding-right: 20px;
}

/* 出欠アイコン選択 */
.btnIcon1 {
    background-color: #f1e767;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    cursor: pointer;
}

/* 出欠アイコン未選択 */
.btnIcon2 {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: solid 2px #dcdcdc;
    cursor: pointer;
}

/* toggleボタン */
.toggle-buttons {
    display: flex;
}

.toggle-buttons.vertical {
    flex-direction: column;
}

.toggle-buttons label {
    display: flex;
    position: relative;
}

.toggle-buttons [type=radio],
.toggle-buttons [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* appearance: none; for IE11 */
_:-ms-lang(x)::-ms-backdrop, .toggle-buttons [type=radio],
_:-ms-lang(x)::-ms-backdrop, .toggle-buttons [type=checkbox] {
    visibility: hidden;
}

.toggle-buttons .button {
    z-index: 1;
}

.toggle-buttons.vertical .button {
    width: 100%;
}

.toggle-buttons:not(.vertical) :not(:first-child) .button {
    border-left: solid 1.2px rgb(212, 212, 212);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.toggle-buttons:not(.vertical) :not(:last-child) .button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.toggle-buttons.vertical :not(:first-child) .button {
    border-top: solid 1.2px rgb(212, 212, 212);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.toggle-buttons.vertical :not(:last-child) .button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.toggle-buttons :checked + .button {
    background: #3273dc;
    color: #fff;
}

.toggle-buttons :checked + .button {
    background: #3273dc;
    color: #fff;
}

.toggle-buttons :disabled + .button {
    cursor: not-allowed;
    opacity: .6;
    color: #def;
}

.button {
    display: inline-block;
    width: 100px;
    border: solid 1.2px rgb(182, 179, 179);
    border-radius: 4px;
    text-align: center;
    color: #000000;
    background-color: rgb(212, 212, 212);
    cursor: pointer;
}

.button:disabled {
    cursor: not-allowed;
    opacity: .6;
    color: #def;
}

/*オーバーレイ表示サイズ*/
.overlaySize {
    width: 100%;
    height: 100%;
}

.widthTitle {
    width: 100%;
    padding-top: 14px;
    color: #4c4c4c;
}

/**HOME画面全体の構成**/
.main {
    float: left;
}

/*メイン*/
.mainside {
    position: absolute;
    width: calc(100% - 280px);
    margin-left: 270px;
    height: 94%;
}

.main-content {
    width: 80%;
    transition: .0s;
    height: 100%;
    background-color: #fafafa;

}

input[name="tab_name"] {
    display: none;
}

.content_class {
    display: none;
    height: 100%;
    background: #fafafa;
}

/*サイド*/
.side-content {
    padding-left: 5px;
    padding-right: 5px;
    width: 15%;
    height: 100%;
}
/*マンション画像表示*/
.mansion-content {
    text-align: center;
    padding: 15px;
}

.mansion-image {
    max-width: 100%;
    text-align: center;
}
/*広告表示*/
.advertising-content {
    padding-top: 5px;
}

.advertising-image {
    width: 233px;
    height: 365px;
    text-align: center;
}
/**マスタ設定のレイアウト**/
/*プルダウン位置*/
.master-purudaun {
    padding-top: 9px;
}

/*プルダウン枠の縦幅*/
.master-heightSize {
    height: 38px;
    margin-bottom: -6px;
}

/*一覧・内容表示（ユーザー一覧）*/
.user-list {
    display: flex;
    flex-direction: column;
}
.user-listBorder {
    border-top: solid 1.2px rgb(212, 212, 212);
}

/*必須項目のレイアウト ※タグ指定用のため廃止*/
.required {
    background-color: rgb(255, 86, 86);
    color: white;
    border-radius: 0.5rem;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 0.5px;
    padding-bottom: 0.5px;
    font-size: 0.85em;
}

/*必須項目レイアウト*/
.common-required::after {
    content: "必須";
    background-color: rgb(255, 86, 86);
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0.5rem;
    display: inline-block;
}

/*アイコン位置調整*/
.icon {
    position: relative;
    left: -2px;
}

.icon2 {
    position: relative;
    top: 1px;
    left: 3px;
    color: #000;
}

/*パスワード入力欄用*/
input[type="password"] {
    border: 1px solid rgb(218, 218, 218);
}

input[type="password"]:focus {
    border: 1px solid #ff9900;
    outline: 0;
}

/*Edgeデフォルトパスワードの目削除*/
::-ms-reveal {
    display: none;
}

/* 上部プルダウン設定*/
.boxSize {
    width: 70%;
}

/*一覧カード表示*/
.card-group{
  margin-left: 20px;
  max-width: 850px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card-group > :nth-child(2n){
  margin-left: 20px;
}

.card-group > :nth-child(1){
  margin-top: 20px;
}

.card-group > :nth-child(2){
  margin-top: 20px;
}

.card-group > :nth-child(2n+3){
  margin-top: 20px;
}

.card-group > :nth-child(2n+4){
  margin-top: 20px;
}

/*一覧カード表示(あなたの予約)*/
.mycard-group{
  max-width: 950px;
  width: 100%;
}

.mycard-group > :nth-child(n){
  margin-top: 20px;
}

.card{
  width: calc((100% - 20px * 1) / 2);
  height: 265px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  background-color: #fff;
}

.card:hover{
    cursor: pointer;
    background-color: #eefafc;
}

.card:hover .card__textbox{
    background-color: #eefafc;
}

.mycard{
  height: auto;
  width: 330px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  background-color: #fff;
}

.mycard:hover{
    cursor: pointer;
    background-color: #eefafc;
}

.mycard:hover .mycard__textbox{
    background-color: #eefafc;
}

.mycardtop{
  display: flex;
}

.card__imgframe{
  margin: 9px 9px 0px 9px; 
  width: 96%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
}

.mycard__imgframe{
  margin: 5px 0px 5px 5px;
  width:30%;
  height: 100px;
  background: #fff;
  box-sizing: border-box;
}

.card__textbox{
  width: 100%;
  height: auto;
  padding: 0px 18px;
  background: #fff;
  box-sizing: border-box;
}

.mycard__textbox{
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 10px;
  background: #fff;
  box-sizing: border-box;
}

.card__timebox{
  width: 100%;
  height: auto;
  padding: 5px 18px;
  background: #ebedee;
  box-sizing: border-box;
}

.card__titletext{
  font-size: 20px;
  line-height: 75%;
}

.mycard__titletext{
  font-size: 11px;
  font-weight: bold;
  line-height: 200%;
  padding-top: 18px;
}

.card__overviewtext{
  line-height: 200%;
}

.mycard__overviewtext{
  line-height: 200%;
  text-align: right;
  padding-right:10px;
}

.card__overviewtime{
  font-size: 16px;
  line-height: 150%;
  background: #ebedee;
}

.houhou {
    background: whitesmoke;
    width: 60px;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.gaiyou {
    display: flex;
    padding-bottom: 20px;
}

.myyoyaku {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.cardgyoukan {
    padding-top: 20px;
}



/*新画面デザイン用*/

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    /*font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
    font-family: "Meiryo UI",BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
    cursor: pointer;/*カーソルを指マークに変更*/
}

.logo {
    width: 210px;
    margin-top: 0px;
}
.logout{
    width: 20px;
    height: 20px;
}

.wrapper {
    width: 100%;
    padding: 0 4%;
}

.wrapperlist {
    width: 100%;
}

.container{
    display: flex;
    align-content: flex-start;
}

.container2{
    display: flex;
    align-content: space-between;
}
.containerSerch{
    display: flex;
    align-content: flex-start;
}

.item {
    background-color: #44B13F;
}

.item-p {
    background-color: #B09E87;
}

.item2{
    background-color: #55BE7F;
}

/*項目の角を丸くする*/
.kadowaku{
    border-radius:3px;
  }
.subkadowaku{
    border-radius:3px;
}

.logouthaba {
    padding-right: 15px;
    width: 90%;
}

/*レスポンシブ対応*/
.saidohaba{
    background-color: white; 
    width: 14%; 
    border-top: 5px solid #ffffff;
}

p {
    margin: 0px;
    font-size: 0.9rem;
}

.aside{
    background-color: rgb(241, 215, 255);
    float: left;
    width:40%
}

.menusize{
    padding-left: 2px;
    padding-bottom: 10px;
}

/*サイドメニュー文字サイズ*/
.fontsizem{
    font-size: 1.08em;
}
.fontsizem2{
    font-size: 1.05em;
}

.stylesubmenu{
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 0.90rem;
}
.styleli{
    background-color:
    #3273dc;list-style: 
    none; margin: 0;
    padding: 0;
    font-size: 1em;
}
.stylesubli{
    border-left: solid 2px #3273dc;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.stylesubli:hover{
    background-color: rgb(236, 236, 236);
}

.siz10px{
    padding-top: 10px;
}

.btn-flat-border {
    display: inline-block;
    color: #0000FF;
  }
  
  .btn-flat-border:hover {
    color: white;
  }

/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav{
	background:#333;
	color:#fff;
}
/*ナビゲーションを横並びに*/
nav ul{
	list-style: none;
	display: flex;
	justify-content: left;
	padding: 0;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	display: block;
	text-decoration: none;
	color: #999;
	padding:20px 40px;
	transition:all .3s;
}

nav ul li li a{
	padding:10px 35px;
}

nav ul li a:hover{
	color:#fff;	
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before{
	content:'';
	position: absolute;
	left:15px;
	top:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}

/*== 2階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:62px;
	z-index: 4;
    /*形状を指定*/
	background:#28BFE7;
	width:220px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	background:#3577CA;
}
/*==768px以下の形状*/

@media screen and (max-width:768px){
	nav{
		padding: 0;
	}
	
	nav ul{
		display: block;
	}
	
	nav li.has-child ul,
	nav li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
	
nav ul li a{
	border-bottom:1px solid #ccc;
}

/*矢印の位置と向き*/

nav ul li.has-child::before{
	left:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

}


/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:2rem;
	text-align: center;
	display: inline-block;
	padding-left: 30%;

}

small{
	background:#333;
	color:#fff;
	display: block;
	text-align: center;
	padding:0px;
}


section{
	padding:0px;
}

section:nth-child(2n){
	background:#f3f3f3;	
}

header{
	display: block;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    left: -120%;
	width:260px;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width:100px;
    height: 30vh;/*表示する高さ*/
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:20%;
    left:50%;
    transform: translate(-50px,-50px);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:-1px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*トップ画面メイン*/
.top-main {
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 50px;
    height: 100%;
    width: 100%;
    display: flex;
}

/*トップメニュー*/
.top-menu {
    z-index: 2;
    height: 100%;
    transition: .2s;
    width: 260px;
}

/*メニューヘッダーの文字部分*/
.menuheadmoji {
    color: #fff;
}

/*メニューヘッダーのアイコン部分*/
.menuheadicon {
    margin: 5px 3px 0px 0px;
}

/*編集画面のアイコン部分*/
.henshuicon {
    margin: 3px 3px 0px 0px;
}

/*参照画面タイトル*/
.titleGamenFont{
    font-size: 1.3em;
    color: #fff;
}

/*テーブルソート*/
.tablesorter th{
    position: relative;
    cursor: pointer;
    text-align: left;
}
.tablesorter th::before, .tablesorter th::after{
    content: '';
    position: absolute;
    z-index: 2;
    right: 7px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #fff transparent;
    pointer-events: none;
}
.tablesorter th::before{
    border-bottom-style: solid;
    border-top: none;
    top: 30%;
}
.tablesorter th::after{
    border-top-style: solid;
    border-bottom: none;
    bottom: 30%;
}
.tablesorter th.tablesorter-headerAsc:after{
    border: none;
}
.tablesorter th.tablesorter-headerAsc:before{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tablesorter th.tablesorter-headerDesc:before{
    border: none;
}
.tablesorter th.tablesorter-headerDesc:after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tablesorter th.sorter-false:before, .tablesorter th.sorter-false:after{
    border: none;
}

.search_button {
    background-color: rgb(152, 152, 255);
    height: 24px;
    display: inline-block;
}

.optioninp {
    text-align: left;
    font-size: 1.05rem;
    padding-right: 15px;
}

/*========= トップ画面新デザイン ===============*/
.menu_hed
{
    padding-left: 15px;
    padding-top: 10px;
}

.menu_icon
{
width: 30px;
height: 30px;
color: #333;
}

/*ロゴサイズ*/
.rogoSizeTop{
    height: 35px;
}

/**スクロールバー非表示 overflow: hidden*/
.scroll-lock {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom:0px;
}

.inputwaku_top:focus{
    border-color: #9f41fd;
    box-shadow: 0 0 0 0.125em rgba(138, 50, 220, 0.25);
    outline: none;
}
.inputwaku_top{
    padding-left: 5px;
    border: 1.8px solid #5ff270;
    font-size:1em;
    background: transparent;
}

.inputwaku_top2:focus{
    border-color: #9f41fd;
    box-shadow: 0 0 0 0.125em rgba(138, 50, 220, 0.25);
    outline: none;
}
.inputwaku_top2{
    padding-left: 5px;
    border: 1.8px solid #dc6efd;
    font-size:1em;
    background: transparent;
}

.rogout{
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.rogout:hover{
    color: rgb(252, 167, 167);
}

/*メニュー*/
.navigation
{
    position: fixed;
    inset: 52px 0 0px 0px;
    width: 75px;
    background: #f7f4f4;
    transition: 0;
    display: flex;
    justify-content: center;
    padding-top: 70px;
    /*
    align-items: center;
    */
}

.navigation.open
{
    width:260px;
}

.navigation .menuToggle
{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 49px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 23px;
}

.navigation .menuToggle::before
{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background:#333;
    transform: translateY(-8px);
    transition: 0.3s;
}

.navigation.open .menuToggle::before
{
    transform: translateY(0px) rotate(45deg);
}

.navigation .menuToggle::after
{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background:#333;
    transform: translateY(8px);
    transition: 0.3s;
    box-shadow: 0 -8px 0 #333;
}

.navigation.open .menuToggle::after
{
    transform: translateY(0px) rotate(-45deg);
    box-shadow: 0 0 0 #333;
}

.navigation ul
{
    display: flex;
    flex-direction: column;
    gap:10px;
    width:100%
}

.navigation ul li
{
    list-style: none;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    transition: 0.3;
}

/*アイコンが選択時に右に少しずれる
.navigation.open ul li.active
{
    transform: translateX(10px);
}*/

.navigation ul li a
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
}

.navigation ul li a .icon
{
    position: relative;
    display: block;
    min-width: 55px;
    height: 55px;
    line-height: 50px;
    transition: 0.3s;
    border-radius: 10px;
    font-size: 1.75em;
    color: #222;
    padding-top: 3px;
}

.navigation ul li.active a .icon
{
    color: #fff;
    background: var(--clr);
}

.navigation ul li a .icon::before
{
    content: '';
    position: absolute;
    top:10px;
    left:0px;
    width: 100%;
    height: 100%;
    background: var(--clr);
    filter: blur(8px);
    opacity: 0;
    transition: 0.3s;
}

.navigation ul li.active a .icon::before
{
    opacity: 0.5;
}

.navigation ul li a .text
{
    position: relative;
    padding: 0 15px;
    height: 60px;
    display: flex;
    align-items: center;
    color: #333;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
}

.navigation.open ul li a .text
{
    opacity: 1;
    visibility: visible;
}

.navigation ul li.active a .text
{
    color: var(--clr);
}

.navigation .menuToggle .text
{
    position: relative;
    padding: 0 60px;
    height: 60px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    font-size: 1.0em;
}

.navigation.open .menuToggle .text
{
    opacity: 1;
    visibility: visible;
    color: #333;
}


.navigation .text
{
    position: relative; 
    height: 60px;
    display: flex;
    align-items: center;
    color: #333;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: 0s;
}

.navigation.open .text
{
    opacity: 1;
    visibility: visible;
}

.navigation .text
{
    color: var(--clr);
}

/*サブメニュー調整*/
.menuSaid1{
    width: 100%;
    height: calc(100% - 105px);
}

.menuSaid1.open
{
    padding-left: 260px;
}

.menuSaid2 {
    width: 100%;
    height: calc(100% - 105px);
}

    .menuSaid2.open {
        padding-left: 260px;
    }

.sub_menu
{
    top:0;
    left: 0;
    width:100%;
    height: 54px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    display: flex;
    padding: 0 23px;
    background: #f7f4f4;
}

.sub_menu2
{
    top:0;
    left: 0;
    width:260px;
    height: 100%;
    cursor: pointer;
    display: flex;
    padding: 0 23px;
    background: #fff;
}

.sub_menu_haba {
    padding-left: 60px;
    border-right: solid 1px rgb(214, 214, 214);
    height: 70px;
}
.sub_menu_haba.open
{
    padding-left: 260px;
    height: 70px;
    align-items: center;
}

/*3階層目のメニュー*/
.menu3
{
    color: #333;
    padding-right: 20px;
    padding-left: 20px; 
    margin-bottom: 15px;
}

.menu3:hover
{
    background:  #e6e6e6;
    color: #2196f3;
}

.menu3a
{
    color: #333;
    text-decoration: none;
}
.menu3a:hover
{
    color: #2196f3;
}

/*アコーディオン（サブメニュー）*/
#acordion li{
    display: none;
}
p{
    margin: 0px;
    font-size: 1.0rem;
}

.stylesubmenu{
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 0.90rem;
}
.styleli{
    background-color:
    #3273dc;list-style: 
    none; margin: 0;
    padding: 0;
    font-size: 1em;
}
.stylesubli{
    border-left: solid 2px #e4e4e4;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.stylesubli:hover{
    background-color: rgb(236, 236, 236);
}

/*ダイアログ用CSS */

.dia_HeightSiz {
    height: 50px;
}

.dia_item {
    background-color: rgb(163, 163, 163);
    text-align: center;
    padding-top:10px;
    font-size: 20px;
    color: #fff;
    border-bottom: solid 1.2px rgb(212, 212, 212);
}

/*タブ用CSS */

/*タブ背景色・枠線*/
.tabbkcolor{
    background-color: #c9c9c9;
    border-radius:4px 4px 0px 0px;
    width: 100%;
    border-top: solid 1px #ececec;
    border-right: solid 1px #ececec;
    border-left: solid 1px #ececec;
    border-bottom: solid 1px rgb(247, 247, 247);
    box-shadow: 3px 0px 0px -4px #555,
    3px 3px 8px rgba(255,255,255,0.8) inset;
    padding-top: 6px;
    padding-bottom: 6px;
}
/*タブ内文字*/
.tabcolor{
    font-size: 1em;
    border-radius:5px;
    color: rgb(48, 48, 48);
    width: 150px;
}
/*タブ上幅拡張*/
.tabtop{
    padding-top: 6px;
    padding-bottom: 6px;
}

.tabContents {
    display: none;
  }

.tabContents.active {
    display: block;
  }

.tabreiaut{
    list-style: none;
    padding-left: 0px;
    padding-right: 1px;
    margin-bottom: -5px;
}

/*タブ選択時のデザイン*/
.selected{
   /* border-style: solid ; */
    background-color: rgb(247, 247, 247);
    font-size: 1em;
    border-radius:4px;
   /* border-bottom:1px #fff; */
}

/*タブの下線デザイン*/
.tablin{
    border-top: solid 6px rgb(247, 247, 247);
    box-shadow: 3px 0px 0px -4px #555,
    3px 0px 0px rgba(255,255,255,0.8) inset;
}

 .labelwirai{
    font-size: 1em; 
    width: 190px;
    padding-top: 3px;
 }

 .delete:hover{
     background-color: #ebedee;
 }


 /*画像デザイン*/
 .imgmain {
    height: 350px;
    width: 100%;
}

 .imgmain2 {
    height: 250px;
    width: 80%;
}
 
section
{
	width: 500px;
	margin-left: 20px;
}
 
section .imgsub dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

section .imgsub2 dl
{
	display: table;
	table-layout: fixed;
	width: 90%;
	margin: 0px;
	padding: 0px;
}
 
section .imgsub dl dt
{
	display: table-cell;
	width: 24%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 10px solid #FFF;
}

section .imgsub2 dl dt
{
	display: table-cell;
	width: 24%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 10px solid #FFF;
}
 
section .imgsub dl dt img
{
	cursor:pointer;
    width: 100%;
	height: auto;
	vertical-align: bottom;
}

section .imgsub2 dl dt img
{
	cursor:pointer;
    width: 100%;
	height: auto;
	vertical-align: bottom;
}
 
section .imgsub dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

section .imgsub2 dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

.border {
    border: 10px solid #ff9900 !important;
}

/*テーブルデザイン*/
table.body {
    text-align: center;
    border-collapse: collapse;
    border-color: rgb(212, 212, 212)
}

th {
    background-color: #bbbbbb;
    font-weight: normal;
}

.listLabel {
    border: #ffb6c1 solid 1px;
    border-left: #3273dc solid 10px;
    background: #fff;
    font-size: 88%;
}

.btnClearCondition {
    display: none;
    position: absolute;
    width: 20px;
    right: 44px;
    top: 2px;
    cursor: pointer;
}

    .btnClearCondition:hover {
        opacity: 0.6;
    }

.btnClearCondition--show {
    display: block;
}

.bodyLeft {
    text-align: left;
    padding-left: 7px;
}
.bodyRight {
    text-align: right;
    padding-right: 7px;
}
#spin-loading {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

/*ローディング*/
#cover-black-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#spin-loading::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #07569E;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#cover-black-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #FFFFFF;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.background-light-blue {
    background: rgb(224, 250, 255) !important;
}

.UnreadMsg {
    font-weight: bold !important;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    display: none !important;
}