/*
英訳版　検索システムDB用css
*/

/* ↓↓↓ 全体表示設定 ↓↓↓ */
body {
	width:100%;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","sans-serif";
	font-size: 14px;
	/*mdf 20240712	>>>*/
	background-color:#F7F7FA;
    /*background-color: #f9fbfc;*/
	/*mdf 20240712  <<<*/
}


/* ↓↓↓ header ↓↓↓ */
header {
	width: 100%;
	height: 134px;
	/*mdf 20240712	>>>*/
	background-color:white;
	/*
	background-size :cover;
	background-image: url(../img-en/header-bg.png);
	background-repeat: no-repeat;
	*/
	/*mdf 20240712  <<<*/
}
#lang-btn-ja{
    width:100%;
    height: 17px;
    text-align:right;
    overflow: hidden;
    margin:5px 0;
}
#lang-btn-ja:hover img{
    margin-top:-17px;
    cursor:pointer;
}


#header-wrap {
	width: 1024px;
	margin: auto;
}

.header-logo {
	width: 137px;
	height: 84px;
	/*mdf 20240712*/
	margin: 37px 0 0 0;
	/*margin: 17px 20px 0 4px;*/
	/*mdf 20240712*/
	float: left;
}

.header-title {
	width: 460px;
	height: 51px;
	margin: 42px 0 0 0;
	float: left;
	overflow: hidden;
}

.header-info-group {
	/*mdf 20240712	>>>*/
	width: 400px;
	/*width: 385px;*/
	height: 134px;
	float: right;
}

.header-user {
	padding: 15px 0 0 0;
	font-size: 1.2em;
}

.header-user a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

/* ↓↓↓ ログインボタン ↓↓↓ */
#login-meidai {
	width: 208px;
	height: 22px;
	margin: 0 0 0 0;
	float: left;
}

#login-gakugai {
	width: 147px;
	height: 22px;
	margin: 0 0 0 15px;
	float: left;
}

#login-meidai:hover img,
#login-gakugai:hover img {
	margin-top: -22px;
}

#login-inside-THERS,
#login-inside-THERS2, 
#login-outside-THERS {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #888888;
    font-size: 12px;
    height: 20px;
    font-weight: bold;
    border: 1px solid #888888;
    background-color: #FFFFFF;
	float:right;
	/*mdf 20240717
    float: left;
	*/
}
/*add20240717>>>*/
#jpeng:hover{
	opacity:0.7;
}
/*add20240717<<<*/

#login-inside-THERS,
#login-inside-THERS2,
#login-outside-THERS{
    width:auto;
    padding:5px 5px;
    height:auto;
    margin:0;
}
#login-outside-THERS {
   margin: 0 0 0 10px;
}

.header-info-group #login-inside-THERS ,
.header-info-group #login-inside-THERS2{
    margin-left:85px;
}
#login-inside-THERS2{
    margin-top:10px;
}
::-webkit-full-page-media, :future, :root #login-inside-THERS,
::-webkit-full-page-media, :future, :root #login-inside-THERS2{
    margin-left:0;

}

#login-inside-THERS:hover,
#login-inside-THERS2:hover,
#login-outside-THERS:hover {
    color: #bbbbbb;
    border: 1px solid #bbbbbb;
}

/* ↓↓↓ ログアウトボタン ↓↓↓ */
.header-user p {
	width: 100%;
	height: 17px;
	font-size: 15px;
	text-align: right;
	float: left;
	display: block;
}

.logout {
	width: 100%;
	height: 27px;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: left;
}

.logout .btn-logout {
	width: 76px;
	height: 22px;
	margin: 3px 0 0 0;
	display: block;
	float: right;
}

.logout .btn-logout:hover img {
	margin-top: -22px;
}

/* ↓↓↓ テキストサイズ変更 ↓↓↓ */
.textsizer {
	width: 85px;
	height: 27px;
	margin: 0 0 0 120px;
	padding: 0 0 0 90px;
	background-image: url(../img-en/header-img-textchange.png);
	background-repeat: no-repeat;
	float: left;
}

.textsizer li {
	width: 20px;
	height: 20px;
	margin: 3px 0 0 8px;
/*	padding: 4px 0;*/
	text-align: center;
	font-size: 13px;
	float: left;
	background-image: url("../img-en/textsizer-bg.png");
	background-repeat: no-repeat;
	list-style: none;
}

.textsizer li a {
	width: 20px;
	height: 16px;
	padding: 4px 0 0 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #808080;
}

/* ↓↓↓ 権限変更ボタン ↓↓↓ */
.header-authority-gruop {
	width: 100%;
    margin: 15px 0 0 0;
	float: left;
	text-align: right;
}

.header-authority-gruop li {
	width: 93px;
	height: 33px;
	margin: 0 4px 0 0;
	list-style: none;
	display: inline-block;
}

.header-authority-gruop li:last-child {
	margin: 0;
}

.authority-user {
	background-image: url(../img-en/btn-authority1.png);
	background-repeat: no-repeat;
}

.authority-user-admin {
	background-image: url(../img-en/btn-authority2.png);
	background-repeat: no-repeat;
}

.authority-user-responsible {
	background-image: url(../img-en/btn-authority3.png);
	background-repeat: no-repeat;
}

.authority-office-staff {
	width:109px!important;/*add 20240712*/
	background-image: url(../img-en/btn-authority4.png);
	background-repeat: no-repeat;
}

.authority-user:hover ,
.authority-user-admin:hover,
.authority-user-responsible:hover,
.authority-office-staff:hover {
	background-position: bottom;
}

.no-authority {
	margin: 15px 0 0 0;
	float: right;
}


/* ↓↓↓ メニュー ↓↓↓ */
nav {
	height: 40px;
}

.menu-user,
.menu-login-user,
.menu-kiki-admin,
.menu-budget,
.menu-admin{
	width: 100%;
}
.menu-user,
.menu-login-user {
	background-image: url(../img-en/menu-login-user-bg0.png);
	background-repeat: repeat-x;
}

.menu-kiki-admin {
	background-image: url(../img-en/menu-kiki-admin-bg0.png);
	background-repeat: repeat-x;
}

.menu-budget {
	background-image: url(../img-en/menu-menu-budget-bg0.png);
	background-repeat: repeat-x;
}

.menu-admin {
	background-image: url(../img-en/menu-admin-bg0.png);
	background-repeat: repeat-x;
}

.nav-wrap {
	height: 40px;
	margin: auto;
	display: table;
}

.menu-user .nav-rap {
	width: 1024px;
}
.menu-login-user .nav-wrap{
	width: 1024px;
}
.menu-kiki-admin .nav-wrap,
.menu-budget .nav-wrap{
	width: 1024px;
}
.menu-admin .nav-wrap {
	width: 1024px;
}

.menu-user li,
.menu-user .nav-rap li{
	/*mdf 20240717	>>>*/
	width: 204.8px !important;
	/*mdf 20240717	---
	width: 204.8px;
	  mdf 20240717	<<<*/
}
.menu-login-user .nav-wrap li{
	width: 204.8px;
}
.menu-kiki-admin .nav-wrap li{
	width: 170.6px;
}
.menu-budget .nav-wrap li{
	width: 170.6px;
}

.nav-wrap li {
	width:102px;/*add 20240712*/
	height: 40px;
	font-size: 12px;
	margin: 0 10px 0 0;
	text-align: center;
	display: table-cell;
	box-sizing: border-box;
}

.nav-wrap li a {
	width: 100%;
	height: 40px;
	text-decoration: none;
	display: block;
	line-height: 3.5em;
}


/* ↓↓↓ メニュー(未ログイン) ↓↓↓ */
/* ↓↓↓ メニュー(利用者) ↓↓↓ */
.menu-login-user li,
.menu-user li{
	overflow: hidden;
	background-image: url(../img-en/menu-login-user-bg.png);
	background-repeat: no-repeat;
}

.menu-user li:hover,
.menu-login-user li:hover {
	/*mdf 20240712*/
	background: linear-gradient(#c5ccf6, #eff2fe);
	/*background-position: bottom;*/
}

.menu-user li:last-child,
.menu-login-user li:last-child {
	box-sizing: border-box;
	/*mdf20240712	>>>*/
	border-right:1px solid #504c6f;
    /*border-right: 1px solid #002c76;*/
}

.menu-user li a,
.menu-login-user li a {
	color: #ffffff;
}

.menu-user li .active,
.menu-login-user li .active,
.menu-user li a:hover,
.menu-login-user li a:hover {
	color: #534741;
	font-weight: bold;
}
/*add 20240712*/
.menu-user li .active,
.menu-login-user li .active{
	background: linear-gradient(#c5ccf6, #eff2fe);
}
/*add 20240712*/
/* ↓↓↓ メニュー(設備・機器管理者) ↓↓↓ */
.menu-kiki-admin li {
	overflow: hidden;
	background-image: url(../img-en/menu-kiki-admin-bg.png);
	background-repeat: no-repeat;
}
.menu-kiki-admin li:hover {
	/*mdf 20240712	>>>*/
	background: linear-gradient(#ff7c21, #fffcfa);
	/*background-position: bottom;*/
}

.menu-kiki-admin li:last-child {
	box-sizing: border-box;
	border-right: 1px solid #fbb03b;
}

.menu-kiki-admin li a {
	color: #ffffff;
}

.menu-kiki-admin li .active,
.menu-kiki-admin li a:hover {
	color: #7c7600;
	font-weight: bold;
}
/*add 20240712*/
.menu-kiki-admin li .active {
	background: linear-gradient(#ff7c21, #fffcfa);
}

/* ↓↓↓ メニュー(利用責任者) ↓↓↓ */
.menu-budget li {
	overflow: hidden;
	background-image: url(../img-en/menu-menu-budget-bg.png);
	background-repeat: no-repeat;
}
.menu-budget li:hover {
	/*mdf 20240712*/
	background: linear-gradient(#65bbea, #f9fdfe);
	/*background-position: bottom;*/
}

.menu-budget li:last-child {
	box-sizing: border-box;
	border-right: 1px solid #1278d1;
}

.menu-budget li a {
	color: #ffffff;
}

.menu-budget li .active,
.menu-budget li a:hover {
	color: #447dc1;
	font-weight: bold;
}
/*add 20240712	*/
.menu-budget li .active{
	background: linear-gradient(#65bbea, #f9fdfe);
}
/*add 20240712  */
/* ↓↓↓ メニュー(推進室権限) ↓↓↓ */
.menu-admin li {
	overflow: hidden;
	background-image: url(../img-en/menu-admin-bg.png);
	background-repeat: no-repeat;
}
.menu-admin li:hover {
	/*mdf 20240712*/
	background: linear-gradient(#dceec5, #fefefd);
	/*background-position: bottom;*/
}

.menu-admin li:last-child {
	box-sizing: border-box;
	border-right: 1px solid #005e27;
}

.menu-admin li a {
	color: #ffffff;
}

.menu-admin li .active,
.menu-admin li a:hover {
	color: #006d4e;
	font-weight: bold;
}
/*add 20240719	>>>*/
.menu-admin li .active{
	background: linear-gradient(#dceec5, #fefefd);
}
/*add 20240719	<<<*/
.nav-wrap #delta_menu #delta_sub{
    position:absolute;
    margin:0px;
    padding:0px;
    display:none;
    z-index:100;
}
.nav-wrap #delta_menu #delta_sub li{
    display: list-item;
    width:130px !important;
    /*height:40px;*/
}
.nav-wrap #delta_menu #delta_sub li{
    background-image:none;
    background-color: #006d4e;
}

#delta_menu #delta_sub li:hover{
    background-color:#e2efda;
}

/* ↓↓↓ 権限未選択の時のテーブル ↓↓↓ */
.unselected-table {
	width: 600px;
	margin: auto;
}

.unselected-table tr:first-child {
	text-align: center;
	letter-spacing: .1em;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
}

.unselected-table th,
.unselected-table td {
	padding: 10px;
	border: 1px solid #999999;
	vertical-align: middle;
}

.unselected-table a {
	width: 93px;
	height: 33px;
	margin: auto;
	display: block;
}

.unselected-table .us-user {
	background-image: url(../img-en/btn-unselected-user.png);
	background-repeat: no-repeat;
}
.unselected-table .us-user:hover {
	background-position: bottom;
}

.unselected-table .us-kikiadmin {
	background-image: url(../img-en/btn-unselected-kikiadmin.png);
	background-repeat: no-repeat;
}
.unselected-table .us-kikiadmin:hover {
	background-position: bottom;
}

.unselected-table .us-budget {
	background-image: url(../img-en/btn-unselected-budget.png);
	background-repeat: no-repeat;
}
.unselected-table .us-budget:hover {
	background-position: bottom;
}

.unselected-table .us-admin {
	background-image: url(../img-en/btn-unselected-admin.png);
	background-repeat: no-repeat;
}
.unselected-table .us-admin:hover {
	background-position: bottom;
}



/* ↓↓↓ 全体を包み中央表示 ↓↓↓ */
#contents-wrap {
	width: 1024px;
	margin: 0 auto 100px auto;
}

.nav-after-text {
	width: 1024px;
	margin: 15px auto 15px auto;
	text-align: center;
	line-height: 1.2em;
	display: block;
}

.nav-after-text td {
	text-align: center;
	vertical-align: middle;
}

.nav-after-text span {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #dd0000;
}

.env-style{
    text-align: center;
    background: #f9f9bd;
    display: flex;
    margin : 5px 5px;
    padding: 10px 10px;
    position: fixed;
    border: 4px solid #e31111;
    border-radius: 15px 15px 15px 15px;
    z-index: 1000;
}
.env-style span {
    font-size: 0.9em;
}
.env-style #dir_name {
    font-size: 1.1em;
    font-weight: bold;
    color: #e31111;
}


/* ↓↓↓ 設備・機器検索ページ ↓↓↓ */
.eq-page-search,
.rp-page-search{
	width: 1024px;
	margin: auto;
	font-size: 0.8em;
	background-color: #ffffff;
	border-collapse: separate;
	border-spacing: 3px;
	table-layout: fixed;
}
.rp-page-search2{
    table-layout:unset;
    
}
.rp-page-search2 th {
    width: 84px!important;
}
.rp-page-search2 td {
    padding: 0 10px;
    vertical-align: middle;
}

.eq-page-search th,
.rp-page-search th {
	height: 20px;
	font-size: 1.1em;
	padding: 10px 3px;
	vertical-align: middle;
	letter-spacing: .1em;
	line-height: 1.2em;
	color: #ffffff;
	/*mdf 20240712 >>>*/
    background-color: #4D438E;
    /*mdf 20240712 ---*/
    /*background-color: #002c76;*/
    /*mdf 20240712 <<<*/
}

.rp-page-search th {
	width: 84px;
}
.eq-page-search td,
.rp-page-search td {
	height: 40px;
	/*mdf 20240712 >>>*/
    border-bottom: 1px solid #E8E5F7;
    /*mdf 20240712 ---*/
    /*border-bottom: 1px solid #dae3f3;*/
    /*mdf 20240712 <<<*/
}
.eq-page-search td {
	padding: 0 10px;
}


.eq-page-search td{
	vertical-align: middle;	
}

.eq-page-search tr:last-child td{
	height: 60px;
	border-bottom: 0;
}

.rp-page-search tr:last-child td {
	border-bottom: 0;
}

.eq-page-search td span,
.rp-page-search td span {
	margin-top: 5px;
	display: block;
}

.eq-page-search td select,
.rp-page-search td select,
.eq-page-search td input,
.rp-page-search td input{
	width: 100%;
}

.btn-group {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}

.btn-group input{
	width: 100px;
	height: 30px;
	overflow: hidden;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-image: url(../img-en/btn-submit-bg.png);
	background-repeat: no-repeat;
	background-size:100% 200%;
}
/*add 20240712	>>>*/
/*add 20240712	<<<*/
.btn-group input:hover {
	background-position: bottom;
}
.btn-group input:last-child{
	margin-left: 20px;
}

.import-btn-group {
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
 }
.import-btn-group input:last-child {
    margin-left: 20px;
}
.import-btn-group input:hover {
    background-position: bottom;
}
.import-btn-group input {
    background-image: url("../img/btn-submit-bg7.png");
    background-repeat: no-repeat;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    width: 130px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(22, 27, 96, 0.3);
    border-radius: 5px;
    vertical-align: middle;
}

.group-results-table{
    width: 1220px;
    margin: 15px 0 0 0;
    border: 1px solid #999999;
    font-size: 0.8em;

}

.group-results-table thead{
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
}

.group-results-table thead th{
    padding: 4px 3px;
    font-size: 1.1em;
    vertical-align: middle;
    border: 1px solid #999999;
}
.group-results-table td{
    padding: 3px;
    line-height: 1.1em;
    font_size:1.1em;
    border: 1px solid #999999;
    text-align: center;
    vertical-align: middle;
    max-width: 170px;
}

.group-results-table a{
    text-decoration: none;
}
/* #35/#43 okw <<< */

/* 予約・実績の検索 */
.rp-page-search .input-radio {
	width: 80px;
	margin: 0 0 0 10px;
	font-weight: bold;
	float: left;
}
.input-radio input {
	width: 10%!important;
	float: left;
}

.date-input {
	width: 30%!important;
}

.subhead {
	width: 50px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7f3d8;
}

.subhead-long {
	width: 100px;
}

.btn-rp-search {
	width: 120px!important;
	height: 40px;
	overflow: hidden;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 0;
	background-image: url(../img-en/btn-submit-bg2.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 100% 200%;/*add 20240712*/
}

.rp-page-search2{
    table-layout:unset;
}
.btn-rp-search2 {
    width: 70px!important;
    height: 40px;
    overflow: hidden;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border: 0;
    background-image: url(../img-en/btn-submit-bg2.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn-rp-search2:hover,
.btn-rp-search:hover {
	background-position: bottom;
}

.no-border {
	border: 0!important;
}








/* ↓↓↓ 設備・機器検索 ↓↓↓ */
/* ↓↓↓　-- 検索結果 -- ↓↓↓ */
.results-text {
	width: 80%;
	margin: 20px auto 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	display: block;
    border-top: 1px solid #0071c2;
    border-bottom: 1px solid #0071c2;
}

.results-text span {
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}

.results-table,
.adjustment{
	width: 100%;
	margin: 15px 0 0 0;
	border: 1px solid #999999;
	font-size: 0.8em;
/*	border-spacing: 3px;*/
}

.results-table thead,
.adjustment thead{
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
}

.results-table thead th,
.adjustment thead th{
	padding: 4px 3px;
	font-size: 1.1em;
	vertical-align: middle;
	border: 1px solid #999999;
}

.results-table td,
.adjustment td {
	padding: 3px;
	line-height: 1.1em;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
}

.results-table a,
.adjustment a {
	text-decoration: none;
}

.th-riyou,
.th-irai
{
	width: 4%;
}

.th-maker
{
	width: 25%;
}

.share-candidate {
	min-width: 55px;
}

.text-left {
	text-align: left!important;
}

#itemContainer .eq_fee,
#itemContainer .cost_reserve,
#itemContainer .fee_result,
#itemContainer .cost_result,
#itemContainer .cost_cancel,
#itemContainer .total
{
	text-align: right!important;
}

img.equipment:hover{
	transform: scale(6);
	-moz-transform: scale(6);
	-webkit-transform: scale(6);
}



/* ↓↓↓ 設備・機器検索 ↓↓↓ */
/* ↓↓↓　-- 設備詳細 -- ↓↓↓ */
.detail-header {
	width: 100%;
	margin: 20px 0 0 0;
}

.detail-info {
	width: 90%;
	float: left;
}

.detail-info li {
/*	width: 70px;*/
/*	height: 24px;*/
	margin: 0 10px 0 0;
	padding: 9px 15px 9px 15px;
	text-align: center;
/*	letter-spacing: .3em;*/
	list-style: none;
	float: left;
	display: table;
}

.detail-header-text {
	letter-spacing: 0!important;
}

.detail-info li a,
.addButton a {
	color:#666666;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

.addButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #a8a8a8;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
/*	padding:6px 24px;*/
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.addButton-input {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #a8a8a8;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding: 7px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.addButton-input:hover,
.addButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.addButton-input:active,
.addButton:active {
	position:relative;
	top:1px;
}
.notice {
	background-color:#ffffff;
	margin: 2px;
	border:2px solid #ff0000;
	display:inline-block;
	cursor:pointer;
	color:#ff0000;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding: 7px 15px;
	text-decoration:none;
}

.left-space {
	margin: 0 10px 0 30px!important;
	letter-spacing: 0!important;
	color: #ff0000;
}
.padding0 {
	padding: 0!important;
}



#btn-close {
/*
	width: 100px;
	height: 24px;
*/
	padding: 10px 15px 10px 15px;
	background-color: #999;
	float: right;
}
.close {
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #a8a8a8;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #ffffff;
}
.close:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.close:active {
	position:relative;
	top:1px;
}

.close a {
	text-decoration: none;
	color:#666666;
}

.section-reserve-fee-table {
}

.section-reserve-fee-table th,
.section-reserve-fee-table td {
	padding: 4px 10px;
	line-height: 1.2em;
	vertical-align: middle;
}

.section-reserve-fee-table th {
	font-size: 1.1em;
	text-align: right;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
}

.section-reserve-fee-table .kubun {
	width: 26px;
	text-align: center;
	padding: 4px 0 4px 10px;
}

.section-reserve-fee-table .kubun-cont {
	width: 195px;
	padding: 10px 10px!important;
}

#reserve_eq_select {
	width: 100%;
}

.text-center {
	text-align: center!important;
}

.fee-total span {
	margin: 0 0 0 3px;
}

.section-reserve-fee-table td {
	width: 739px;
}

.breakdown {
	border-left: 1px solid #999;
}

.breakdown span {
	float: left;
	text-align: right;
	display: block;
}

.breakdown .span1 {
	width: 50%;
	display: table;
}
.breakdown .span1 p {
	display: block;
	display: table-cell;
	vertical-align: middle;
}

.breakdown .span2 {
	width: 50%;
}

.breakdown .span3 {
	width: 50%;
}

.breakdown .span4 {
	width: 50%;
}

.special-min {
	/*mdf 20240717  単位切れる修正  >>>*/
    width: 40px!important;
    /*mdf 20240717  ---
    width: 27px!important;
      mdf 20240717  <<<*/
}

.fee-total input,
.breakdown input {
	width: 90px;
	text-align: right;
}

.detail-submit-group {
	width: 1024px;
	margin: 20px 0 0 0;
	text-align: center;
}

.detail-submit-group p {
	margin: 10px 0 0 0;
	text-align: center;
	display: block;
	color: #ff0000;
	font-weight: bold;
}

.new-reservation-button {
	-moz-box-shadow: 0px 0px 0px 2px #caefab;
	-webkit-box-shadow: 0px 0px 0px 2px #edf5fc;
	box-shadow: 0px 0px 0px 2px #edf5fc;
	/*mdf 20240717  >>>*/
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5466B0), color-stop(1, #4D438E));
    background:-moz-linear-gradient(top, #5466B0 5%, #4D438E 100%);
    background:-webkit-linear-gradient(top, #5466B0 5%, #4D438E 100%);
    background:-o-linear-gradient(top, #5466B0 5%, #4D438E 100%);
    background:-ms-linear-gradient(top, #5466B0 5%, #4D438E 100%);
    background:linear-gradient(to bottom, #5466B0 5%, #4D438E 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5466B0', endColorstr='#4D438E',GradientType=0);
    background-color:#5466B0;
	/*mdf 20240717  ---
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0071c2), color-stop(1, #002c76));
	background:-moz-linear-gradient(top, #0071c2 5%, #002c76 100%);
	background:-webkit-linear-gradient(top, #0071c2 5%, #002c76 100%);
	background:-o-linear-gradient(top, #0071c2 5%, #002c76 100%);
	background:-ms-linear-gradient(top, #0071c2 5%, #002c76 100%);
	background:linear-gradient(to bottom, #0071c2 5%, #002c76 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071c2', endColorstr='#002c76',GradientType=0);
	background-color:#0071c2;
	  mdf 20240717  ---*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*mdf 20240712 >>>*/
    border:1px solid #5466B0;
    /*mdf 20240712 ---*/
    /*border:1px solid #1e73be*/
    /*mdf 20240712 <<<*/
	margin-top: 15px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:19px;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #002c76;
}
.new-reservation-button:hover {
	/*mdf 20240710  >>>*/
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4D438E), color-stop(1, #5466B0));
    background:-moz-linear-gradient(top, #4D438E 5%, #5466B0 100%);
    background:-webkit-linear-gradient(top, #4D438E 5%, #5466B0 100%);
    background:-o-linear-gradient(top, #4D438E 5%, #5466B0 100%);
    background:-ms-linear-gradient(top, #4D438E 5%, #5466B0 100%);
    background:linear-gradient(to bottom, #4D438E 5%, #5466B0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D438E', endColorstr='#5466B0',GradientType=0);
    background-color:#4D438E;
    /*mdf 20240710  ---
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #002c76), color-stop(1, #0071c2));
	background:-moz-linear-gradient(top, #002c76 5%, #0071c2 100%);
	background:-webkit-linear-gradient(top, #002c76 5%, #0071c2 100%);
	background:-o-linear-gradient(top, #002c76 5%, #0071c2 100%);
	background:-ms-linear-gradient(top, #002c76 5%, #0071c2 100%);
	background:linear-gradient(to bottom, #002c76 5%, #0071c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c76', endColorstr='#0071c2',GradientType=0);
	background-color:#002c76;
	  mdf 20240717  ---*/
}
.new-reservation-button:active {
	position:relative;
	top:1px;
}

.new-reservation-button:nth-child(n+2) {
	margin-left: 15px;
}















.under-double {
	border-bottom: 4px double #999999;
}


.section-result-table,
.section-result-table th,
.section-result-table td,
#thumbnail
.section-note-table,
.section-note-table th,
.section-note-table td,
.section-system-table,
.section-system-table th,
.section-system-table td,
.section-fee-table,
.section-fee-table th,
.section-fee-table td,
.section-option-table,
.section-option-table th,
.section-option-table td,
.section-eqname-table,
.section-eqname-table th,
.section-eqname-table td,
.section-reserve-table,
.section-reserve-table td,
.section-reserve-table th,
.section-reserve-fee-table,
.total-border th,
.total-border td
{
	border: 1px solid #999999;
}

.addborder th,
.addborder td {
	border: 1px solid #999999;
	border-bottom: none;
}

.border-title th,
.border-title td {
	border-top: 1px solid #999999;
}

.border-title td {
	border-left: 1px solid #999999;
}

.section-group,
.section-group-reserve{
	width: 1024px;
	margin: 20px 0 0 0;
}

.pricelistinline{
	text-align: left!important;
	background: #fce4d6!important;
}

#add_name_tr th {
	border-right: 1px solid #999;
}

#add_fee_tr th,
#add_add_tr th
{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999;
}

#add_fee_tr td,
#add_add_tr td
{
	border-bottom: 1px solid #999999;
}

.section-group-yoyaku {
	width: 1024px;
	margin: 30px 0 0 0;
	text-align: center;
}

.section-group-yoyaku input {
	margin-top: 30px;
	padding: 5px 10px;
}

.section-group h2,
.section-group-reserve .caption,
.section-reserve-fee-table .caption {
	width: 233px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	letter-spacing: .1em;
	/*mdf 20240712 >>>*/
    background-color: #4D438E;
    /*mdf 20240712 ---*/
    /*background-color: #002c76;*/
    /*mdf 20240712 <<<*/
	display: block;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.section-result-table,
.section-note-table,
.section-system-table,
.section-fee-table,
.section-option-table,
.section-eqname-table,
.section-reserve-table,
.section-reserve-fee-table,
.maintenance-mail-table,
.price-list-table
{
	width: 1024px;
	font-size: 0.8em;
}

.section-result-table th,
.section-note-table th,
.section-fee-table th,
.section-option-table th,
.section-eqname-table th
{
	/* thの最大は254pxで調整	*/
	width: 223px;
	padding: 4px 15px;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	font-size: 1.1em;
	text-align: right;
	line-height: 1.2em;
	vertical-align: middle;
}

.section-result-table .inth {
	width: 100px!important;
}

.section-result-table td {
	/* tdの最大は570pxで調整	*/
/*	width: 540px;*/
	padding: 4px 15px;
	vertical-align: middle;
}

.section-note-table td,
.section-system-table td,
.section-fee-table td,
.section-option-table td,
.section-eqname-table td
{
	/* tdの最大は770pxで調整	*/
	width: 740px;
	padding: 4px 15px;
	line-height: 1.2em;
	vertical-align: middle;
}

#thumbnail {
	width: 200px;
	padding: 0px;
	text-align: center;
}

#thumbnail img {
	width: 200px;
}

/* ↓↓↓　-- 利用設定 -- ↓↓↓ */
.section-system-table #cap-big {
	width: 214px;
	text-align: center;
	vertical-align: middle;
}

.section-system-table th {
	width: 130px;
	padding: 4px 10px;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	text-align: center;
	vertical-align: middle;
}

.section-system-table td {
	width: 150px;
	padding: 5px 10px;
}


/* ↓↓↓　-- オプション -- ↓↓↓ */
.section-option-table td{
	width: 355px;
}

.section-option-table .title {
	text-align: center;
}

.section-option-table .remarks{
	width: 70px;
	text-align: center;
}

.section-option-table .remarks-cont {
	width: 255px;
}








/* ↓↓↓ 予約・実績検索 ↓↓↓ */
/* ↓↓↓　-- 検索結果 -- ↓↓↓ */
.results-btn-group {
	width: 70%;
	margin: 15px auto;
	text-align: center;
	display: table;
}

.btn-down {
	width: 305px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	background-image: url(../img-en/btn-download.png);
	background-repeat: no-repeat;
	float: right;
}
.btn-down:hover {
	background-position: bottom;
}

.results-btn-group span {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
}

.results-btn-group input {
	width: 47px;
	height: 30px;
	margin: 4px 5px 0 0;
	font-weight: bold;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	background-repeat: no-repeat;
}

.results-btn-group .accept {
	background-image: url(../img-en/btn-submit-bg3.png);
}

.results-btn-group .deny {
	width: 57px;
	background-image: url(../img-en/btn-submit-bg4.png);
}

.results-btn-group .cancell {
	background-image: url(../img-en/btn-submit-bg3.png);
}

.results-btn-group .accept:hover,
.results-btn-group .deny:hover,
.results-btn-group .cancell:hover {
	background-position: bottom;
	color: #666666;
}

.confirmation {
	width: 100%;
	margin: auto;
	line-height: 1.2em;
	padding: 40px 0 20px 0;
	text-align: center;
	font-size: 18px;
	display: block;
}

.confirmation-btn-group {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}

.confirmation-btn-group input {
	width: 100px;
	height: 30px;
	font-weight: bold;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	background-image: url(../img-en/btn-submit-bg5.png);
	background-repeat: no-repeat;
}
.confirmation-btn-group input:hover,
.btn-ok:hover{
	background-position: bottom;
	color: #666666;
}

.btn-ok {
	width: 47px;
	height: 30px;
	margin: 15px auto 0 auto;
	font-weight: bold;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	background-image: url(../img-en/btn-submit-bg3.png);
	background-repeat: no-repeat;
}

.btn-adjustment {
	width: 100%;
	margin: 15px auto 0 auto;
}
#shosaiKensakuButton,
#dispPriceListButton,
#select-items-title {
	width: 200px;
	height: 30px;
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 14px;
	line-height: 2.3em;
	overflow: hidden;
	display: block;
	cursor: pointer;
/*	background-image: url(../img/btn-select-items-title.png);*/
	background-color: #eeeeee;
	background-repeat: no-repeat;
}
/*
#select-items-title:hover {
	background-position: bottom;
	color: #666666;
}
*/

#select-item-group {
	width: 99%;
	padding: 3px;
	display: block;
	border: 1px solid #999999;
	box-sizing: content-box;
	float: left;
	/*display: none;*/
}

.noshow {
	display: none;
}

.btn-adjustment li {
	margin: 2px 10px 2px 0;
	padding: 2px 6px 2px 2px;
	/*mdf 20240725  >>>*/
    background-color: #DFDDFF;
    /*background-color: #ddf0ff;*/
    /*mdf 20240725  <<<*/
	list-style: none;
	float: left;
}

.btn-adjustment li span {
	cursor: pointer;
}

.btn-padding {
	margin-top: -10px;
	padding: 9px 15px!important;
}


#reserve-mail {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}








/* ↓↓↓　-- 予約画面 -- ↓↓↓ */
#reserve_calendar {
	margin: 20px 0 0 0;
}

.section-reserve-table td {
	width: 255px;
	padding: 4px 15px;
	line-height: 1.2em;
	vertical-align: middle;
}

.section-reserve-table td #reserve_budget_name {
	width: 101%;
}

.section-reserve-table th
{
	width: 225px;
	padding: 4px 15px;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	font-size: 1.1em;
	text-align: right;
	line-height: 1.2em;
	vertical-align: middle;
}

.section-reserve-table .user-cont {
	width: 450px;
}

.section-reserve-table .id {
	width: 57px;
	text-align: center;
}

.section-reserve-table .id-cont {
	width: 170px;
}






/* ↓↓↓　-- 予約確認 -- ↓↓↓ */
/* メンテナンス時に予約取り消し、利用者にメール送信 */
.maintenance-mail-table {
	margin: 20px auto 0 auto;
}
.maintenance-mail-table th,
.price-list-table th
{
	padding: 4px 15px;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	font-size: 1.1em;
	text-align: center;
	line-height: 1.2em;
	vertical-align: middle;
	border: 1px solid #999999;
}
.maintenance-mail-table td,
.price-list-table td {
	padding: 4px 15px;
	text-align: center;
	line-height: 1.2em;
	vertical-align: middle;
	border: 1px solid #999999;
}

.price-list-table {
	margin: 30px auto 0 auto;
}

.reservation-text {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	display: block;
}

.reservation-submit-group {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}
.reservation-submit-group input {
	padding: 5px 10px;
}







/* ↓↓↓　-- 初期非表示項目 -- ↓↓↓ */
.ac_name, /* 予算名 */
.ac_subject_code, /* 予算科目コード */
.ac_detail_code, /* 予算詳細コード */
.reserve_type, /* 利用種別 */
/* 設備情報 */
.eq_section, /* 所属 */
.eq_administrator, /* 管理者名 */
.eq_place, /* 設置場所 */
/* 利用者情報 */
.user_telphone_number, /* 電話番号 */
.user_mail_address, /* メールアドレス */
.user_section, /* 所属 */
.budget_name, /* 利用者グループ名 */
/* 予約 */
.end_reserve, /* 終了日時 */
.eq_fee, /* 単価 */
.charge_time, /* 単位 */
.amount_reserve, /* 数量 */
.cost_reserve, /* 金額 */
 /* キャンセル */
.cancel_group_title, /* キャンセルタイトル */
.cancel_type, /* キャンセル種別 */
.cancel_free_period, /* 課金無し期限 */
.cancel_fee_rate, /* 料率（％） */
.amount_cancel, /* 数量 */
.cost_cancel, /* 金額 */
 /* 実績 */
.end_result, /* 終了日時 */
.fee_result, /* 単価 */
.tani_result, /* 単位 */
.amount_result, /* 数量 */
.cost_result, /* 金額 */

.total, /* 利用料金計 */
.budget_manager_section_name, /* 利用責任者所属名 */
.budget_manager_section_number, /* 利用責任者所属名コード */
.budget_id, /* 利用者グループID */
.user_id, /* 利用者ID */
.admin_id, /* 設備管理者ID */
.eq_id /* 設備オプションID */
{
	/*display: none;*/
}

/* ↓↓↓　-- テーブル初期表示 -- ↓↓↓ */
/*
.reserve_id,
.reserve_status{
	width: 5%;
}

.start_reserve,
.start_result{
	width: 8%;
}

.secret {
	6%;
}

.full_name_ja {
	width: 10%;
}
*/







/* ↓↓↓ 作業依頼メールフォーム ↓↓↓ */
#form-wrap {
	width: 800px;
	margin: auto;
	padding: 0 20px 20px 20px;
	border: 1px solid #666666;
	background-color: #fefffd;
}

#form-wrap p {
	margin: 0;
	line-height: 1.3em;
	display: block;
}

#form-wrap .iraisha {
	margin: 20px auto 0 auto;
}

#form-wrap #first-table {
	line-height: 1.3em;
	box-sizing: border-box;
}

#form-wrap #first-table tr,
#form-wrap #second-table tr,
#form-wrap #third-table tr {
	border: 1px solid #999999;
}

#form-wrap #first-table th,
#form-wrap #second-table th,
#form-wrap #third-table th {
	width: 170px;
	padding: 5px;
	text-align: right;
	border: 1px solid #999999;
	font-size: 1.1em;
	font-weight: normal;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
}

#form-wrap #first-table td,
#form-wrap #second-table td,
#form-wrap #third-table td {
	width: 605px;
	height: 100%;
	padding: 5px;
	margin-top: 5px;
	vertical-align: middle;
	display: block;
}

.mail-confirmation {
	background-color: #e5d6b1!important;
}

#third-table pre {
	width: 620px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#notlogin {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	display: block;
}

#form-wrap #url {
	box-sizing: border-box;
	border: 1px solid #999999;
	padding: 5px;
}

#form-wrap #url span {
	width: 140px;
	margin: -6px 10px 0 -6px;
	padding: 5px;
	text-align: right;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	border: 1px solid #999999;
	display: block;
	float: left;
}

#form-wrap #second-table,
#form-wrap #third-table {
	width: 100%;
	margin: 20px 0 0 0;
	line-height: 1.3em;
}

#form-wrap #second-table caption p,
#form-wrap #third-table caption p {
	text-align: left;
}

#form-wrap #second-table caption span {
	width: 100%;
	margin: 10px auto 10px auto;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #999999;
	font-weight: bold;
	display: block;
}

#form-wrap #third-table caption span {
	display: block;
	margin-left: 10px;
}

#mail-textarea {
	width: 100%;
}

.mail-submit {
	width: 200px;
	margin: 30px auto 0 auto;
	padding: 5px 20px;
	display: block;
}

.mail-massage {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}

.mail-massage span {
	margin-top: 10px;
	font-size: 16px;
	display: block;
}

.mail-massage input {
	margin-top: 10px;
	padding: 3px 10px;
}

.mail-massage ul {
	width: 320px;
	margin: auto;
}
.mail-massage li {
	list-style: none;
	float: left;
}
.mail-massage li:last-child{
	margin-left: 26px;
}


/* ↓↓↓ 利用者登録 ↓↓↓ */
#registration {
}

#not-login {
	margin: 60px auto 0 auto;
	text-align: center;
	display: block;
}

#registration #caption {
/*	width: 60%;*/
	margin: 30px auto 20px 0px;
	letter-spacing: .1em;
	line-height: 1.6em;
/*	text-align: center;*/
	display: block;
}

#registration #registration-table {
	width: 100%;
}

#registration #registration-table th {
	width: 230px;
	padding: 15px 10px;
	text-align: right;
	font-size: 1.1em;
	border: 1px solid #999999;
	vertical-align: middle;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
}

#registration #registration-table td {
	padding: 15px 10px;
	border: 1px solid #999999;
	vertical-align: middle;
}

#registration #registration-table .short-td {
	width: 111px;
}

#registration-table #mail input, #registration-table #tel input,
#registration-table #mail input, #registration-table #keyward input,
#registration-table #group select
{
	width: 100%;
}

#registration-table #mail span {
	margin: 5px 0 0 0;
	display: block;
}

#registration-table #group select
{
	background-color: pink;
}

#registration #kiyaku {
	width: 99%;
	margin: 30px auto 0 auto;
	padding: 1%;
}

#registration #shounin {
	width: 100%;
	margin: 10px auto 0 auto;
	text-align: center;
}

#registration #button-group {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}
#registration #button-group input {
	padding: 5px 10px;
}

#registration .massage {
	width: 80%;
	margin: 40px auto 0 auto;
	padding: 15px;
	text-align: center;
	border: 1px solid #999999;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	display: block;
}
#registration .massage span {
	margin: 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #ed1c24;
}

#registration .massage .mail-send {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}

#login-err {
	width: 100%;
	margin: 25px auto 0 auto;
	text-align: center;
	color: #ff0000;
}

#mail-change {
	margin: 10px 0 0 0;
	font-size: 0.8em;
	display: block;
}






/* ↓↓↓ 利用資格申請 ↓↓↓ */
#eligibility {}

#eligibility #text-display {
	width: 100%;
	margin: 20px 0 20px 0;
	letter-spacing: .1em;
	line-height: 1.2em;
}

#eligibility #eligibility-caption {
	width: 50%;
	margin: 0 auto 10px auto;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #999999;
	display: block;
}

#eligibility #eligibility-btn-group {
	width: 100%;
	text-align: center;
}

#eligibility #eligibility-btn-group input {
	padding: 5px 10px;
}

#eligibility #eligibility-btn-group .conditions {
	margin: 15px auto 0 auto;
	font-size: 16px;
	display: block;
}

#eligibility #eligibility-btn-group .conditions span {
	margin-left: 15px;
	font-size: 20px;
	color: #ff0000;
}

#eligibility .spacer-hold {
	margin: 30px 0 0 0;
}

#eligibility .eligibility-table {
	margin: 15px 0 0 0;
	line-height: 1.3em;
	box-sizing: border-box;
}

#eligibility .eligibility-table tr {
	width: 1024px;
	font-size: 0.8em;
	border: 1px solid #999999;
}

#eligibility .eligibility-table th {
	padding: 3px;
	font-size: 1.1em;
	vertical-align: middle;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	border: 1px solid #999999;
}

#eligibility .eligibility-table th span {
	width: 90%;
	margin: 5px auto 0 auto;
	font-size: 11px;
	display: block;
}

#eligibility .eligibility-table td {
	padding: 3px;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
}

#eligibility .eligibility-table  .th-base  {
	width: 54px;
}

#eligibility .eligibility-table  .th-shinsei  {
	width: 62px;
}

#eligibility .eligibility-table  .th-kiki  {
	width: 84px;
}

#eligibility .eligibility-table  .th-id0 {
	width: 26px;
}

#eligibility .eligibility-table  .th-id  {
	width: 40px;
	font-size: 10px;
}

#eligibility .eligibility-table  .th-riyuu  {
	width: 194px;
}

#eligibility .eligibility-table  #riyuu select,
#eligibility .eligibility-table  #riyuu textarea {
	width: 90%;
}

.eligibility-err-text {
	width: 80%;
	margin: 20px auto 0 auto;
	padding-bottom: 15px;
	text-align: center;
	line-height: 1.3em;
}
.eligibility-err-text span {
	font-weight: 18px;
	color: #ff0000;
}













/* ↓↓↓ 利用者管理 ↓↓↓ */
#management {
}

.management-login-err {
	width: 80%;
	margin: 20px auto 0 auto;
	padding-bottom: 15px;
	text-align: center;
	line-height: 1.3em;
}

#text-display {
	width: 100%;
	margin: 20px auto 20px auto;
	text-align: center;
	line-height: 1.2em;
}

#management #text-display span {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}

#management .management-table {
	width: 100%;
	margin: 20px auto 0 auto;
	font-size: 0.8em;
	line-height: 1.3em;
	box-sizing: border-box;
}

#management .management-table th {
	width: 218px;
	padding: 10px;
	font-size: 1.1em;
	text-align: right;
	vertical-align: middle;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	border: 1px solid #999999;
}

#management .management-table td {
	width: 704px;
	padding: 10px;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
}

#management .management-table td select {
	width: 101%;
}

#management .management-table td #selBox {
	width: 300px;
}

#management .management-table .textleft {
	text-align: left;
}

#management .management-table .div1 {
	width: 80px;
}
#management .management-table .div2 {
	width: 138px;
}

#management .table-under-text {
	width: 100%;
	margin: 15px auto 0 auto;
	text-align: center;
	line-height: 1.3em;
}

#management .btn-ok {
	margin: auto;
	padding: 5px;
	display: block;
}

#management .management-table2,
#management .management-table3 {
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 0.8em;
	line-height: 1.3em;
	box-sizing: border-box;
}

#management .management-table2 th,
#management .management-table3 th {
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	vertical-align: middle;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	border: 1px solid #999999;
}

#management .management-table2 td ,
#management .management-table3 td {
	padding: 10px;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
}

#management #kaisan {
	width: 100%;
	margin: 20px 0 0 0;
	line-height: 1.3em;
}
#management #kaisan label {
	padding: 3px;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	border: 1px solid #999999;
}
#management #kaisan #kaisan-text {
	margin: 10px 0 0 0;
	display: block;
}

#management .management-submit {
	margin: 20px auto 0 auto;
	padding: 5px 10px;
}

#management .management-submit-group {
	width: 100%;
	text-align: center;
}







/* ↓↓↓ 設備全件表示 ↓↓↓ */
.eq-all-table {
	width: 100%;
	margin: 0 10px;
	border: 1px solid #999999;
}

.eq-all-table th {
	padding: 5px;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	border: 1px solid #999999;
}

.eq-all-table td {
	padding: 5px;
	border: 1px solid #999999;
}

.upinput {
	margin: 20px auto;
	padding: 5px 10px;
}

/* 英語版検索ステータスの体裁 */
.statusEnTd{ width: 100% }
.rp-page-search .statusEnTd input{
	width: auto;
}
.statusEn{ 
	width: 25%;
	float: left;
}
.search_menu{
	margin-left: 4px;
	display: inline;
}

.DateEnTh{
	width: 84px;
	height: 94%;
	font-size: 1.1em;
	padding: 10px 3px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.9em;
	color: #ffffff;
	/*mdf 20240712 >>>*/
    background-color: #4D438E;
    /*mdf 20240712 ---*/
    /*background-color: #002c76;*/
    /*mdf 20240712 <<<*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.DateEn{
	margin-left: 5px;
}
.rp-page-search .DateEn select{
	width: 70%;
	margin-left: 5px;
}
.DateEn label{
	width: 140px;
	float: left;
	margin-top: 5px;
}

.DateEnTd{
	width: 450px;
	display: flex;
}

.DateEn2{
	margin-top: 10px;
	margin-left: 5px;
	width: 75%;
	float: left;
}
.rp-page-search .DateEn2 select{
	margin-left: 5px;
}

.DateEn2 label{
	width: 140px;
	float: left;
	margin-top: 5px;
}




/* ↓↓↓ テーブル登録 ↓↓↓ */
#signup-caption {
	width: 60%;
	margin: 20px auto 20px auto;
	display: block;
	line-height: 1.3em;
}

#signup-table {
	width: 300px;
	margin: 0 30px 0 0;
	border-collapse:separate;
	border: 1px solid #999999;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float: left;
}

#signup-table td {
	padding: 0 5px;
	line-height: 1.7em;
	/*mdf 20240712  >>>*/
    background-color:#F7F7FA;
    /*background-color: #f9fbfc;*/
    /*mdf 20240712  <<<*/
}

#table-name-caption,
#upload-file-caption {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#signup-table {
	line-height: 1.7em;
	background-color: #fcfff8;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#upload-group,
#mojicode-group {
	width: 684px;
	margin: 30px 0 0 0;
	line-height: 1.7em;
	float: left;
	border: 1px solid #999999;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#upload-group {
	margin: 0;
}
#upload-group p,
#mojicode-group p {
	text-align: center;
}
#upload-group input,
#mojicode-group input {
	margin: 20px;
}

#btn-upload {
	width: 684px;
	margin: 30px auto 0 auto;
	text-align: center;
	float: left;
}
#btn-upload input {
	padding: 5px 10px;
}

#table-err-wrap {
	width: 100%;
	margin: 30px auto 0 auto;
}
#table-err-wrap #err {
	padding-bottom: 15px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	border-bottom: 1px dashed #999999;
}
#table-err-wrap .err-text {
	width: 26%;
	margin: 20px auto 0 auto;
}
#table-err-wrap .text {
	margin: 15px 0 0 0;
	text-align: center;
}
#table-err-wrap .text span,
#table-err-wrap .err-text span {
	font-weight: bold;
	color: #ff0000;
}
#table-err-wrap a {
	padding: 5px 10px;
}

.signup-button {
	margin: 30px auto 0 auto;
	padding: 5px 10px;
}













/* ↓↓↓ 学外者ログイン ↓↓↓ */
#off-campus {
}

#off-campus-table {
	width: 50%;
	margin: 20px auto 0 auto;
}

#off-campus-table th {
	padding: 10px;
	font-size: 1.1em;
	text-align: right
}

#off-campus-table td {
	padding: 10px;
}

#off-campus-table td input {
	width: 150px;
}

#off-campus #login-group {
	margin: 15px auto 0 auto;
	text-align: center;
}
#off-campus #login-group input {
	padding: 5px 10px;
}










/* 予算名表示 */
.accountname {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 40px;
	white-space: nowrap;
}

a.tooltip:hover {
     background: #ffffff;     /* IE6以下で必要 */
     text-decoration: none;
}
a.tooltip span {
     display: none;
     padding: 8px;
     font-size: 12px;
     margin-left: 8px;
     line-height: 1.6;
}
a.tooltip:hover span{
     display: inline;
     position: absolute;
     background-color: #FFF7EE;
     border: 1px solid #cccccc;
     text-align: left;
     color: #000000;
     width: 200px;     /* a.tooltip spanに指定すると、IE6以下でspanの領域でマウスが反応してしまう */
}

/* IE6以下にのみ適用 */
a.tooltip:hover span{
     width: 216px;
}











/* ↓↓↓ ページTOPへ ↓↓↓ */
#page-top {
	bottom: 40px;
	font-size: 1em;
	font-weight: bold;
	position: fixed;
	right: 20px;
	z-index: 20;
}
#page-top a {
    background: none repeat scroll 0 0 #4D438E;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}




/* ↓↓↓ 角丸5px ↓↓↓ */
#login-inside-THERS,
#login-inside-THERS2,
#login-outside-THERS,
#login-meidai,
#login-gakugai,
.textsizer li,
.logout a,
.eq-page-search,
.rp-page-search,
.eq-page-search th,
.rp-page-search th,
.btn-group input,
.btn-rp-search,.btn-rp-search2,
.btn-down,
.results-btn-group .accept,
.results-btn-group .deny,
.results-btn-group .cancell,
.confirmation-btn-group input,
.btn-ok,
#shosaiKensakuButton,
#dispPriceListButton,
#select-items-title,
#select-item-group,
.btn-adjustment li{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* ↓↓↓ ドロップシャドウ ↓↓↓ */
#login-inside-THERS,
#login-inside-THERS2,
#login-outside-THERS,
#login-meidai,
#login-gakugai,
.textsizer li,
.logout a,
nav,
.eq-page-search,
.rp-page-search,
.btn-group input,
.btn-rp-search,.btn-rp-search2,
.btn-down,
.results-btn-group .accept,
.results-btn-group .deny,
.results-btn-group .cancell,
.confirmation-btn-group input,
.btn-ok,
#shosaiKensakuButton,
#dispPriceListButton,
#select-items-title{
	-moz-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-o-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-ms-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	box-shadow: 2px 2px 2px rgba(22,27,96,0.3);

	/* IE6-8	*/
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2)";
	zoom: 1;
}

/* ↓↓↓ clearfix ↓↓↓ */
header:after,
.header-user:after,
nav:after,
.results-btn-group:after,
.btn-adjustment:after,
.detail-header:after,
.mail-massage:after
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* add 簡易検索メニュー用 */
.kani-menu-user,.kani-menu-login-user {
    display: block;
    clear: both;
    text-align: center;
    font-size: 11pt;
	padding: 5px 0px 0px 0px;
}
.kani-menu-kiki-admin {
    display: block;
    clear: both;
    text-align: center;
    font-size: 11pt;
	padding: 5px 0px 0px 0px;
}
.kani-menu-budget {
    display: block;
    clear: both;
    text-align: center;
    font-size: 11pt;
	padding: 5px 0px 0px 0px;
}
.kani-menu-admin {
    display: block;
    clear: both;
    text-align: center;
    font-size: 11pt;
	padding: 5px 0px 0px 0px;
}
.kani-menu-selected-user,.kani-menu-selected-login-user {
    background-color:#7bafd4;
	padding: 1px;
}
.kani-menu-selected-kiki-admin {
    background-color:#fba334;
	padding: 1px;
}
.kani-menu-selected-budget {
    background-color:#5ab4e7;
	padding: 1px;
}
.kani-menu-selected-admin {
    background-color:#83b8a9;
	padding: 1px;
}


/* ↓↓↓ お気に入り ↓↓↓ */
.current { background:#ffff00;}
.calendar-head {
	/*mdf 20240712 >>>*/
    background-color: #4D438E;
    /*mdf 20240712 ---*/
    /*background-color: #002c76;*/
    /*mdf 20240712 <<<*/
    color: #ffffff;
}
.calendar-head-allow { background-color:#002c76; width:18px;}

#menu-box {
	float: top;
}
#calendar-box {
	float: left;
}
#group-box {
	float: left;
}
#list-box {
	float: right;
}
img.unusable{
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
}

.btn-group-favorite {
	width: 1024px;
	height: 50px;
	margin: 20px auto 0 auto;
	text-align: center;
	position: relative;
}

.btn-group-favorite input{
	width: 150px;
	height: 30px;
	overflow: hidden;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-image: url(../img-en/btn-submit-bg6.png);
	background-repeat: no-repeat;
	border: 0;
}
.btn-group-favorite a{
	text-decoration:none;
}
.btn-group-favorite input:hover {
	background-position: bottom;
}
.btn-group-favorite input:last-child{
	margin-left: 20px;
}

div.favorite {
	position:absolute;
    font-size: 18px;
    left: 500px;
}

div.favorite-modify {
	position:absolute;
	right: 0px;
}

#favorite-day-table{
	word-break: break-all;
	width: 884px;
	margin: 0 0 0 0;
	border: 1px solid #999999;
	font-size: 0.9em;
}
#favorite-day-table th{
	padding: 0px 0px;
	line-height: 1.1em;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	font-weight:normal;
	/*mdf 20240712 >>>*/
    background-color: #4D438E;
    /*mdf 20240712 ---*/
    /*background-color: #002c76;*/
    /*mdf 20240712 <<<*/
    color: #fff;
}
#favorite-day-table td{
	padding: 0px 0px;
	line-height: 1.1em;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: middle;
}
#favorite-day-table a{
	text-decoration: none;
}
#favorite-day-table img{
	vertical-align: bottom;
}
#favorite-day-table .err-msg{
	background-color:yellow;
	text-align: center;
}
#favorite-day-table .group-name{
	width: 306px;
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	2px;
/*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*/
}
#favorite-day-table .muko-name{
	width: 304px;
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;

/*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*/
}
#favorite-day-table .kata-name{
	width: 96px;
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	border-right-style: hidden;
/*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*/
}
#favorite-day-table .eq-name{
	width: 204px;
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	border-left-style: hidden;
/*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*/
}

#favorite-day-table .yoyaku-bar{
	background-image: url("../../htm/img-en/24hour-back.png");
}
#favorite-day-table .hour-bar{
	width:	576px;
	background-image: url("../../htm/img-en/24hour2.png");
}

/*
#favorite-day-table .eq-name:hover{background:#ff4500;color:#ffffff;text-decoration:none}
*/
#favorite-day-table div.favorite-day-title {
	width: 885px;
	height: 60px;
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
	position: relative;
	text-align: left;
}
#favorite-day-table div.favorite-day-title img:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#favorite-day-table div.favorite-day-title1 {
    font-size: 18px;
	width: 883px;
	height: 38px;
	line-height: 20px;
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
    color: #ffffff;
	padding-top:	2px;
	padding-left:	2px;
	vertical-align: top;
	position:absolute;
	display: inline;
	text-align: left;

	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#favorite-day-table div.favorite-day-title2 {
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
	vertical-align: top;
	position:absolute;
	display: inline;
	right: 0px;
	text-align: left;
}
#favorite-day-table div.favorite-day-title3 {
    font-size: 14px;
	/*width: 885px;*/
	height: 35px;
	right: 0px;
	/*top: 0px;*/
	bottom: 0px;
	line-height: 20px;
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
    color: #ffffff;
	vertical-align: bottom;
	position:absolute;
	display: inline;
	text-align: right;

	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


#favorite-month-eq-table{
	word-break: break-all;
	width: 308px;
	margin: 0 0 0 0;
	border: 1px solid #999999;
	font-size: 0.9em;
}
#favorite-month-eq-table th{
	padding: 0px 0px;
	line-height: 1.1em;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	font-weight:normal;
	/*mdf 20240712 >>>*/
    background-color: #4D438E;
    /*mdf 20240712 ---*/
    /*background-color: #002c76;*/
    /*mdf 20240712 <<<*/
    color: #fff;
}
#favorite-month-eq-table td{
	padding: 0px 0px;
	line-height: 1.1em;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: middle;
}
#favorite-month-eq-table a{
	text-decoration: none;
}
#favorite-month-eq-table .favorite-name{
    font-size: 1.4em;
	line-height: 1.1em;
	width: 306px;
	padding-top:	4px;
	padding-left:	2px;
	padding-right:	2px;
	padding-bottm:	4px;
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
    color: #ffffff;
/*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*/
}
#favorite-month-eq-table .group-name{
	width: 308px;
	padding-top:	4px;
	padding-left:	2px;
	padding-bottom:	4px;
/*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*/
}
#favorite-month-eq-table #kata-name{
	width: 96px;
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	border-right-style: hidden;
/*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*/
}
#favorite-month-eq-table .eq-name{
	width: 204px;
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	2px;
	border-left-style: hidden;
/*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*/
}

#favorite-month-table .yoyaku-bar{
	background-image: url("../../htm/img-en/24hour-back.png");
}

/*
#favorite-month-eq-table .eq-name:hover{background:#ff4500;color:#ffffff;text-decoration:none}
*/

#favorite-month-table{
	width: 706px;
	margin: 0 0 0 0;
	border: 1px solid #999999;
	font-size: 0.9em;
}
#favorite-month-table th{
	padding: 0px 0px;
	line-height: 1.1em;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	font-weight:normal;
	/*mdf 20240712 >>>*/
    background-color: #4D438E;
    /*mdf 20240712 ---*/
    /*background-color: #002c76;*/
    /*mdf 20240712 <<<*/
    color: #fff;
}
#favorite-month-table td{
	padding: 0px 0px;
	line-height: 1.1em;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: middle;
}
#favorite-month-table a{
	text-decoration: none;
}
#favorite-month-table img{
	vertical-align: bottom;
}
#favorite-month-table .err-msg{
	background-color:yellow;
	text-align: center;
	height: 20px;
	padding-top:	2px;
	padding-bottom:	2px;

}
#favorite-month-table .day-name{
	width: 130px;
}

#favorite-month-table #day-cell{
	padding-top:	2px;
	padding-left:	2px;
	padding-bottom:	2px;
}

#favorite-month-table div.favorite-month-title {
	width: 707px;
	height: 60px;
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
	position: relative;
	text-align: left;
}
#favorite-month-table div.favorite-month-title img:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#favorite-month-table div.favorite-month-title1 {
    font-size: 18px;
	width: 705px;
	height: 38px;
	line-height: 20px;
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
    color: #ffffff;
	padding-top:	2px;
	padding-left:	2px;
	vertical-align: top;
	position:absolute;
	display: inline;
	text-align: left;

	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#favorite-month-table div.favorite-month-title2 {
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
	vertical-align: top;
	position:absolute;
	display: inline;
	right: 0px;
	text-align: left;
}
#favorite-month-table div.favorite-month-title3 {
    font-size: 14px;
	/*width: 707px;*/
	height: 35px;
	right:	0px;
	/*top: 20px;*/
	bottom:	0px;
	line-height: 20px;
	/*mdf 20240712 >>>*/
    background-color: #5466B0;
    /*mdf 20240712 ---*/
    /*background-color: #1e73be*/
    /*mdf 20240712 <<<*/
    color: #ffffff;
	vertical-align: bottom;
	position:absolute;
	display: inline;
	text-align: right;

	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.calendar{border-collapse:collapse;width:100%}
.calendar caption{padding-bottom:6px;font-size:15px}

.calendar th,.calendar td{font-size:14px;border:1px solid #bbbbbb;text-align:center;line-height:20px}
/*mdf 20240712	>>>*/
.calendar th{background:#E8E5F7;}
/*.calendar th{background:#ddedf8;}*/
/*mdf 20240712  <<<*/
.calendar th:first-child{color:#ff3300;}
.calendar th:last-child{color:#0033cc;}
.calendar td div{text-align:center}

.sun { background: #ffa07a; }
.sat { background: #ccffff; }
.sday { background:#ffcccc; }
.today { background:#ffff00;}

.calendar td a{color:#0071c2;text-decoration:none; display:block;width:100%;}
.calendar td a:hover{background:#ff4500;color:#ffffff;text-decoration:none}
.calendar td a:active{background:#ff3300;}

#favorite-login-msg {
	width: 1024px;
	margin: 20px 0 20px 0;
	font-size: 1.2em;
	text-align: center;
}
#favorite-login-button {
	width: 100%;
	height: 100%;
	display: block;
}
#favorite-login-meidai {
	width: 109px;
	height: 22px;
	margin: 0 0 0 400px;
	float: left;
}
#favorite-login-gakugai {
	width: 109px;
	height: 22px;
	margin: 0 0 0 15px;
	float: left;
}
#favorite-login-meidai:hover img,
#favorite-login-gakugai:hover img {
	margin-top: -22px;
}

#favorite-login-button #login-inside-THERS,
#favorite-login-button #login-inside-THERS2,
#favorite-login-button #login-outside-THERS{
    font-size:13px;
}
#favorite-login-button #login-inside-THERS {
    margin: 0 0 0 250px;
}
#favorite-login-button #login-inside-THERS2{
    margin: 0 0 0 10px;;
}

/*#favorite-login-button #login-inside-THERS {
    font-size: 13px;
    width: 160px;
    margin: 0 0 0 370px;
    float: left;
}

#favorite-login-button #login-outside-THERS {
    font-size: 13px;
    width: 104px;
    margin: 0 0 0 15px;
    float: left;
}*/

#mailsetting .mailsetting-header-table {
	margin: 0 auto 0 0;
	font-size: 0.8em;
	line-height: 1.3em;
	box-sizing: border-box;
}

#mailsetting .mailsetting-header-table th {
	width: 100px;
	padding: 10px;
	text-align: right;
	font-size: 1.1em;
	vertical-align: middle;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	border: 1px solid #999999;
}

#mailsetting .mailsetting-header-table td {
	width: 150px;
	padding: 10px;
	margin-top: 5px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #999999;
	white-space: nowrap;
}

#mailsetting .mailsetting-table {
	word-break: break-all;
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 0.8em;
	line-height: 1.3em;
	box-sizing: border-box;
}

#mailsetting .mailsetting-table th {
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	vertical-align: middle;
	/*mdf 20240712 >>>*/
    background-color: #E8E5F7;
    /*mdf 20240712 ---*/
    /*background-color: #dae3f3;*/
    /*mdf 20240712 <<<*/
	border: 1px solid #999999;
}

#mailsetting .mailsetting-table td {
	padding: 10px;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
}
#mailsetting .mailsetting-table .name{
	text-align: left;
}

#mailsetting .mailsetting-table .mailtype{
	width: 100px;
}

#mailsetting #text-display {
	width: 100%;
	font-size: 0.9em;
	margin: 20px auto 20px auto;
	text-align: left;
	line-height: 1.2em;
}
#mailsetting .management-submit-group {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
#mailsetting .owner { background:#ffffff;}

/* add ohara 連絡書77　設備一覧に料金表を追加 */
/* 検討中 */
thead.scrollHead,tbody.scrollBody{
	display:block;
}
tbody.scrollBody{
    overflow-y:auto;
	height:700px;
}

/*  ナビゲーションを一定値で固定する */

header.navFixed,
.menu-user.navFixed,
.menu-login-user.navFixed,
.menu-kiki-admin.navFixed,
.menu-budget.navFixed,
.menu-admin.navFixed,
nav.navFixed{
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-user.navFixed,
.menu-login-user.navFixed,
.menu-kiki-admin.navFixed,
.menu-budget.navFixed,
.menu-admin.navFixed{
	transition-delay: 0.5s;
}

header.navFixed{
	margin-top: -100px;
	position: fixed;
	z-index: 999;
}

.menu-user.navFixed,
.menu-login-user.navFixed,
.menu-kiki-admin.navFixed,
.menu-budget.navFixed,
.menu-admin.navFixed{
	background-position: 34px 34px;
}
nav.navFixed{
	padding: 34px 0 0 0;
	position: fixed;
	z-index: 998;
}

#contents-wrap.navFixed{
	padding: 134px 0 0 0;
}
.btn-admin-regist {
    font-size:1.3em;
    -moz-box-shadow: 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color:#f9f9f9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #a8a8a8;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:arial;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px -1px 0px #ffffff;
    margin:0 10px;
}
.btn-admin-regist:hover{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
    background-color:#e9e9e9;
}
.btn-admin-regist:active {
    position:relative;
    top:1px;
}
.btn-bar{
    display: table;
    margin: 10px auto;
}
#btn-preview, #btn-draft{
    background-color: #999;
    padding: 10px 15px;
    margin: 0 0 10px 10px;
}
.tooltip2{
    position: relative;
    cursor: pointer;
}
.description2 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 100px;
}
.description2:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 95%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(90deg);
}
.tooltip2:hover .description2{
    display: inline-block;
    top: 0px;
    left: 40px;
}
div#eligibility-btn-group form table.eq-page-search input[type="number"]{
    width:65px !important;
}

.section-group input[type="radio"]{
    margin-bottom:4px;
}
#result-table-form input[type="radio"]{
    margin-bottom:5px;
}
}
