﻿@charset "utf-8";
/* CSS Document */

/** html要素およびbody要素の大きさをウィンドウサイズに設定*/
html,body{
	font-family: "メイリオ";
	font-size: 14px;
	font-weight: normal;
	color: rgba(244,244,244,1.00);
	width: 100%;
	margin: 0;
	display: block;
}

/** 背景画像の設定*/
body{
	background: url("../images/bg01.svg") ;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-attachment: fixed;/*スクロールしない*/
}

/** セクションの共通設定*/
.flexbox>section {
	height: 100%;
	margin-bottom: 6px;
}

.dialog-flexbox>section {
	height: 100%;
	margin-bottom: 6px;
}

/** 入力欄の共通設定*/
input,select{
	font-family: "メイリオ";
	font-size: 14px;
	border: none;
	border-radius: 0.2rem;
	/*padding: 0.1rem;*/
}

/** 入力欄の共通設定*/
input[type="text"]{
	vertical-align: text-bottom;
	padding:1px 1px 1px 1px;
	height: 18px;
}

/** 入力欄の共通設定*/
input[type="tel"]{
	vertical-align: text-bottom;
	padding:1px 1px 1px 1px;
	height: 18px;
}

/** 入力欄の共通設定*/
input[type="radio"]{
	margin-top: 1px;
	margin-bottom: 2px;
}

/** 入力欄の共通設定*/
input[type="checkbox"]{
	margin-top: 1px;
	margin-bottom: 2px;
}

/** 入力欄の共通設定*/
select{
	vertical-align: text-bottom;
	padding: 1px;
	height: 20px;
}

.btn, .disbtn {
	font-family: "メイリオ" !important;
}

/* バリデーションエラー時のハイライト表示 */
.error {
	background-color: pink !important;
}

/** 広域エリアメニュー全体を覆うdiv */
.largeArea_contents{
	width: 1150px;
	margin: auto;
}

/** 一覧テーブルのhoverスタイル    ※ラベルや固定のテーブルは適用しない */
table.b44_hovertable tr:hover td {
  background: rgba(192,192,192,0.28);/* マウスオーバーで背景色を変更する*/
}

/** 広域エリアのヘッダーの高さ*/
.largeArea_header{
	position: relative;
	width: 100%;
	height: 48px;
	margin-top: 0.5rem;
}

/** 共通ヘッダーの背景色*/
.common_header{
	height: 48px;
	background-color: rgba(61,90,157,1.00);
	margin: 0;
	/*ヘッダ固定*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1300px;
	z-index: 1;
}


/** ヘッダー内のコンテンツ */
.header_contents{
	position: relative;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

/** ヘッダー内のコンテンツ */
.common_footer{
	height: 40px;
	background-color: rgba(61,90,157,1.00);
	margin: 0;
	/*ヘッダ固定*/
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 1300px;
	z-index: 1;
}

.footer_contents{
	position: relative;
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}


/** 広域エリアのヘッダーのロゴ*/
.header_img{
	position: absolute;
	width: 141px;
	height: 34px;
	background: url("../images/logo01.svg") no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-top: calc((48px - 34px)/2);
}

/*広域エリア以外のヘッダーのロゴ*/
.header_img2{
	width: 262px;
	height: 42px;
	background: url("../images/logo02.png") no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-top: calc((48px - 42px)/2);
}

/** ヘッダーのテキスト*/
.header_text{
	padding-left: 2em;
	margin: 0;
	color: rgba(255,255,255,1.00);
	font-size: 1.2rem;
	display: inline;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.header_btns{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header_login_user{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header_btns .btn, .header_btns .disbtn{
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.footer_btns{
	position: absolute;
	right: 0;
	margin-top:6px;
/*
	top: 45%;
	transform: translateY(-50%);
*/
}

.footer_btns .btn,.footer_btns .disbtn{
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.footer_btns .delete_btn{
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.ui-dialog-buttonset .btn {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.table_btns{
	width: 1300px;
	text-align: center;
	right: 0;
}

/** 広域エリアのお知らせ欄*/
.header_info_msg{
	position: absolute;
	width: 36rem;
	height: 100%;
	background-color: rgba(0,0,0,0.54);
	border-radius: 0.5rem;
	font-weight: bold;
	display: inline-block;
	right: 15rem;/* 新着事故情報分間をあけて右寄せ */
}

/** お知らせのテーブル */
.header_info_msg > table{
	width: 100%;
	height: 100%;
	border: none;
	border-collapse: collapse;
}

/** お知らせテーブルの見出し */
.header_info_msg th{
	border-right: solid 1px rgba(255,255,255,1.00);
}

/** お知らせテーブルのtd部 */
.header_info_msg td{
	padding: 0 1rem;
}

/** 新着事故情報 */
.header_incident_info{
	position: absolute;
	color: rgba(244,244,244,1.00);
	font-size: 1.3rem;
	font-weight: bold;
	width: 14rem;
	height: 80%;
	background-color: rgba(0,0,0,0.54);
	border-radius: 3rem;
	border: none;
	margin-right: 0;
	display: inline-block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/** エクスクラメーションアイコン*/
.icon_excla{
	width: 1.5rem;
	height: 1.5rem;
	background: url("../images/icon_excla.svg") no-repeat center;
	background-size: 1.3rem auto;
	background-position-y: 0%;
	display: inline-block;
}

/** 広域エリアのナビゲーションエリア*/
.largeArea_nav{
	width: 100%;
	height: 110px;
	margin: 0.8rem 0 0.4rem 0;
	z-index: 1;
}
/** ナビゲーションエリア */
nav{
	position: relative;
	height: 37px;
	width: 100%;
}

/*パンくず*/
.breadcrumb{
	position: absolute;
	padding-left: 0;
	width: 100%;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}

/** パンくずの配置*/
.breadcrumb  li{
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	list-style: none;
/*
	width: 7rem;
	padding-left: 2rem;
	padding-right: 2rem;
*/
}

/*
.breadcrumb  li:last-child{
	width: auto;
}
*/

/** 選択されているタブに下線を表示*/
.current_tab{
	border-bottom: solid 4px;
	border-image: linear-gradient(to right,rgba(225,121,67,1.00),rgba(234,224,79,1.00));
    border-image-slice: 1;
}

/** ナビゲーションの文字列の色 */
.breadcrumb a{
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-weight: bold;
}

/** 広域エリアのフレキシブルボックス*/
.largeArea_flexbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 0.2rem;
}

/** 広域エリアの全域地図を表示するエリア*/
.largeArea_map_field{
	/**width: 470px;*/
	width: 550px;
	height: 100%;
	margin-right: 1rem;
	z-index: 1;
}

/** マップの更新時間 */
.map_update_time_text{
	display: block;
	height: 2rem;
}

/** 全域地図画像用のセクション */
section.map{
	margin-top: 6px;
	/*height: 490px;*/
	height: 524px;
}

/** 広域エリアの表エリア*/
.largeArea_table_field{
	/*width: 700px;*/
	width: 400px;
	height: 100%;
}

/** 表エリアのボタンセクション */
.table_field_btns{
	height: 2rem;
	position: relative;
}

/** 表エリアの右寄せボタンのブロック */
.largeArea_table_field_right_btns{
	height: 100%;
	position: absolute;
	display: inline-block;
	right: 0;
}

/** 表エリアのプルダウン */
.table_field_btns .pulldown_date{
	padding-top: 0;
	padding-bottom: 0;
}

/** 表エリアのボタンの高さ */
.table_field_btns .btn, .table_field_btns .disbtn, .table_field_btns .pulldown_date{
	height: 100%;
	padding: 0 1.2rem;

}

/** セクションごとに背景を設定*/
.content_frame{
	border: solid 1px rgba(145,232,232,0.50);
	border-radius: 0.5em;
	background-color: rgba(0,0,0,0.35);
	align-self: stretch;
	text-align: center;
	padding: 0.5em;
	margin: 0;
}

/** paddingを広く取るcontent_frameの設定*/
.content_frame_padding{
	padding: 0.2rem 2rem;
}

/** marginを広く取るcontent_frameの設定*/
.content_frame_margin {
	margin-bottom: 1rem;
}

/** 広域エリアメニューの府県別テーブル用フレーム*/
.largeArea_fukenbetsu_frame{
	margin-top: 6px;
	width: auto;
	height: auto;
	line-height: 1.3rem;
}

/** 広域エリアメニューの支店別テーブル用フレーム*/
.largeArea_shitenbetsu_frame{
	margin-top: 6px;
	width: auto;
	height: auto;
	line-height: 1.3rem;
}

/** 広域エリアメニューの停電情報用フレーム*/
.largeArea_teiden_joho_frame{
	margin-top: 6px;
	width: auto;
	/*height: 28px;*/
	height: auto;
}

/** 停電情報の見出し*/
.largeArea_teiden_joho_frame h1{
	margin: 0;
}

/** 広域エリアの共通テーブル */
.largeArea_table_field table{
	/*width: 700px;*/
	width: 400px;
	text-align: right;
	margin-left: 1rem;
}

/** 広域エリアのテーブルのth */
.largeArea_table_field th{
	text-align: left;
}

/** 広域エリアのテーブルのtd */
.largeArea_table_field td{
	padding-right: 1rem;
}

/** 府県別テーブル */
.largeArea_fukenbetsu_frame table{
	width: 410px;
}

/** 府県別テーブル */
.largeArea_shitenbetsu_frame table{
	width: 570px;
}

/** セクションの見出しの設定*/
.section_title{
	color: rgba(208,244,243,1.00);
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/** 全域地図セクションの画像*/
.map_img{
	background: url("../images/map01.svg") no-repeat;
	display: block;
	/**width: 440px;**/
	/**height: 480px;**/
	width:100%;
	height:100%;
	background-size: cover;
}

/** テーブルの見出しを小さくする*/
.tableheader_row{
	font-size: 0.85rem;
}

/** テーブルの特定行を太字にする*/
.bold_row{
	font-weight: bold;
}

/** テーブルの1列目の設定 */
.largeArea_table_head{
	width: 90px;
}

/** テーブルの2列目以降の設定 */
.largeArea_table_data{
	width: 80px;
}

/** 最新アイコン*/
.icon_latest{
	width: 2rem;
	height: 2rem;
	background: url("../images/icon_latest.svg") no-repeat center;
	background-size: 1rem 1.3rem;
	background-position-y: 30%;
	display: inline-block;
}

/** 印刷アイコン*/
.icon_print{
	width: 2rem;
	height: 2rem;
	background: url("../images/icon_printer.svg") no-repeat center;
	background-size: 1rem 1.2rem;
	background-position-y: 30%;
	display: inline-block;
}

/** 履歴アイコン*/
.icon_log{
	width: 2rem;
	height: 2rem;
	background: url("../images/icon_log.svg") no-repeat center;
	background-size: 1rem 1rem;
	background-position-y: 40%;
	display: inline-block;
}

/** アラートアイコン*/
.icon_alert{
	width: 2rem;
	height: 2rem;
	background: url("../images/icon_alert.svg") no-repeat center;
	background-size: 1rem 1rem;
	background-position-y: 40%;
	display: inline-block;
}

/** すべてのボタン */
button[type="button"]{
	cursor: pointer;
}

/** ボタン装飾の共通設定 */
.btn{
	font-size: 14px !important;
	color: rgba(208,244,243,1.00) !important;
	font-weight: bold;
	border: solid 1px rgba(145,232,232,1.00) !important;
	border-radius: 2em;
	background: none !important;
	background-color: rgba(0,0,0,0.28) !important;
	cursor: pointer;
	padding: 0.3rem 2rem;
	margin: 0 0.5rem;
}

.disbtn{
	font-size: 14px !important;
	color: rgba(189,200,216,1.00) !important;
	font-weight: bold;
	border: solid 1px rgba(189,200,216,1.00) !important;
	border-radius: 2em;
	background: none !important;
	background-color: rgba(80,86,94,1.00) !important;
	padding: 0.3rem 2rem;
	margin: 0 0.5rem;
}

.delete_btn{
	font-size: 14px !important;
	color: rgba(234,108,108,1.00) !important;
	font-weight: bold;
	border: solid 1px rgba(234,108,108,1.00) !important;
	border-radius: 2em;
	background-color: rgba(94,16,16,0.28) !important;
	cursor: pointer;
	padding: 0.3rem 2rem;
	margin: 0 0.5rem;
}

/** マウスオーバー時のボタン装飾の共通設定 */
.btn:hover {
	background-color: rgba(77,5,232,1.00) !important;
}

/** マウスオーバー時のフッターボタン装飾の共通設定 */
.footer_btn:hover {
	background-color: rgba(77,5,232,1.00) !important;
}


/** ボタンの枠と背景を透明に*/
.clearframe{
	border: none;
	background-color: rgba(0,0,0,0.00);
}

.searchResult_dataTable_btn
{
	width: 1300px;
	position: absolute;
	bottom: 45px;
}

.searchResult_dataTable_btn .btn, .searchResult_dataTable_btn .disbtn{
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}


/** フッターの更新ボタン*/
/*
.footer_btn{
	font-size: 1.14rem !important;
	color: rgba(145,229,190,1.00) !important;
	border: solid 1px rgba(145,229,190,1.00) !important;
	border-radius: 2em;
	background: none !important;
	background-color: rgba(23,58,40,0.28) !important;
	padding: 0.3rem 2rem;
}
*/
/** ヘッダーの削除ボタン*/
/*
.footer_delete_btn{
	font-size: 1.14rem !important;
	color: rgba(234,108,108,1.00) !important;
	border: solid 1px rgba(234,108,108,1.00) !important;
	border-radius: 2em;
	background-color: rgba(94,16,16,0.28) !important;
	padding: 0.3rem 2rem;
}
*/
/** ヘッダーの戻るボタンの矢印*/
.icon_back{
	width: 2rem;
	height: 2rem;
	background: url("../images/icon_back.svg") no-repeat center;
	background-size: 1.2rem auto;
	background-position-y: 30%;
	display: inline-block;
}

/** ヘッダーの戻るボタン*/
.back_btn{
	font-size: 1.14rem;
	color: rgba(221,221,221,1.00);
}

/** 配電線事故・不点更新のテーブル */
.incidentUpdate_table{
	width: 1242px;
}

/** 更新・復旧画面の検索条件見出しおよび更新画面のテーブル見出し*/
.search_condition th,.incidentUpdate_table th{
	font-size: 1.14rem;
	font-weight: bold;
	text-align: left;
}

/** 更新・復旧画面の入力欄および更新画面のテーブルデータ*/
.search_condition td,.incidentUpdate_table td{
	text-align: left;
}

/** 必須欄の項目名の後ろに"*"をつける*/
.required_item:after{
	color: rgba(255,141,141,1.00);
	content: "*";
}

/** yyyymmdd形式の入力欄*/
.input_yyyymmdd{
	width: 7.5rem;
}

/** カレンダーアイコン*/
.icon_calender{
	width: 2rem;
	height: 2rem;
	background: url("../images/icon_calender.svg") no-repeat center;
	display: inline-block;
}

/** hh形式,dd形式,pulldown形式,text形式の入力欄*/
.input_hh,.input_mm,.pulldown_common,.input_text{
	width: 2rem;
	font-family: "メイリオ" !important;
	font-size: 14px !important;
}

/** hh形式,dd形式の入力欄*/
.input_hh,.input_mm{
	padding: 0px;
	vertical-align: text-bottom;
}

/** 一覧に、jqueryUI年月日、時、分入力欄設定*/
.b44_datatable .input_yyyymmdd,.b44_datatable .input_hh,.b44_datatable .input_mm{
	margin-left: 2.8px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/** スピナーボタンアイコンの位置調整 */
.ui-spinner-button .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

/** プルダウンの共通設定*/
.pulldown_common{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

/** プルダウンの共通設定（IE対応）*/
.pulldown_common::-ms-expand {
	display: none;
}

/** 日付のプルダウン*/
.pulldown_date{
	width: 7rem;
	color: rgba(208,244,243,1.00);
	font-weight: bold;
	border: solid 1px rgba(145,232,232,1.00);
	background-color: rgba(0,0,0,0.28);
	padding-left: 1em;
	padding-right: 1em;
}

/** 日付セレクトボックスのボタン設定用*/
.pulldown_date_wrap{
	position: relative;
}

/** 日付セレクトボックスのボタン*/
.pulldown_date_wrap:after{
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url("../images/btn_selectbox02.svg") 0 0 no-repeat;
	pointer-events: none;
}

/** 共通セレクトボックスのボタン設定用*/
.pulldown_wrap{
	position: relative;
}

/** 共通セレクトボックスのボタン*/
.pulldown_wrap:after{
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url("../images/btn_selectbox01.svg") 0 0 no-repeat;
	pointer-events: none;
}

/** 配電線事故・不点更新のRY動作行の入力欄*/
.incidentUpdate_detail_RY_input{
	width: 8.3rem;
}

/** 配電線事故・不点更新の場所（地名・目標）の入力欄*/
.incidentUpdate_detail_place_input{
	width: 21rem;
}

/** 事故原因のセレクトボックス*/
.pulldown_jikogenin{
	width: 6.5rem;
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
}

/** 検索欄のボタン配置欄 */
.search_btns{
	text-align: right;
	margin-top: 6px;
}

/** 検索欄のボタン */
.search_btns .btn, .search_btns .disbtn{
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}


/** コンテンツを乗せるエリア  */
.flexbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1300px;
	margin: 0 auto;
	margin-top: calc(48px + 6px);/*ヘッダーと余白分下げる*/
	margin-bottom: calc(28px + 6px);/*ヘッダーと余白分下げる*/
}



.flexbox_bottom{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1300px;
	margin: 0 auto;
	margin-bottom: calc(28px + 7px);/*ヘッダーと余白分下げる*/
}

/** flexboxによるテーブルレイアウトの枠設定 */
.flexbox_table_frame{
	width: auto;
	margin: 0;
	padding-left: 1rem;
	justify-content: flex-start;
}

/** flexboxによるテーブルレイアウトの行設定 */
.flexbox_table_row{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

/** flexboxによるテーブルレイアウトの見出し設定 */
.flexbox_table_head{
	display: inline-block;
	font-size: 1.14rem;
	font-weight: bold;
	text-align: left;
	width: 9rem;
}

/** flexboxによるテーブルレイアウトの見出し設定 */
.flexbox_table_head_longer{
	width: 11rem;
}

/** 入力欄の右の余白 */
.flexbox_table_row .input_text,.flexbox_table_row .checkbox_label,.flexbox_table_row .pulldown_wrap{
	margin-right: 2rem;
}

/** 配電線事故・不点（更新・復旧確定）の検索結果エリア*/
.incidentRestration_searchResult_table{
	margin-top: 0;
}

/** 配電線事故・不点（更新・復旧確定）の検索結果テーブル*/
.incidentRestration_searchResult_table table{
	width: 1300px;
	text-align: center;
	border: none;
	border-collapse: separate;
}

/** 配電線事故 登録の住所結果テーブル*/
.searchJushoResult_table{
	background-color: rgba(170,170,170,0.20);
	width:830px;
	height:210px;
	margin-top:10px;
	padding-top: 10px;
	padding-left:10px;
	text-align: left;
}

.teiden_jusho_title {
	padding: 0px;
	margin:0px;
}

/** 配電線事故・不点（更新・復旧確定）の検索結果テーブル*/
.searchJushoResult_table table{
	width: 800px;
	text-align: center;
	border: none;
	border-collapse: separate;
}

/** 配電線事故・不点（更新・復旧確定）の検索結果テーブル見出し*/
.searchJushoResult_table thead{
	width: 782px;
	display: block;
}

.searchJushoResult_table tbody{
	display: block;
	overflow-x:hidden;
	overflow-y:scroll;
	-ms-overflow-x:hidden;
	-ms-overflow-y:scroll;
	height:100px;
	width: 800px;
}

.searchJushoResult_table thead th{
	background: rgba(0,0,0,0.40);
}

/** 配電線事故・不点（更新・復旧確定）の検索結果テーブルデータ*/
.searchJushoResult_table tbody td{
	background: rgba(0,0,0,0.20);
}


/** ペンアイコン*/
.icon_pen{
	width: 1.5rem;
	height: 1.5rem;
	background: url("../images/icon_pen.svg") no-repeat center;
	display: inline-block;
}

/** メールアイコン*/
.icon_mail{
	width: 1.5rem;
	height: 1.5rem;
	background: url("../images/icon_mail.svg") no-repeat center;
	display: inline-block;
}

/** 時計アイコン*/
.icon_clock{
	width: 1.5rem;
	height: 1.5rem;
	background: url("../images/icon_clock.svg") no-repeat center;
	display: inline-block;
}

/** 詳細アイコン*/
.icon_paper{
	width: 1.5rem;
	height: 1.5rem;
	background: url("../images/icon_paper.svg") no-repeat center;
	display: inline-block;
}

/** ドキュメントアイコン */
.icon_document{
	width: 2rem;
	height: 2rem;
	background: url("../images/icon_document.svg") no-repeat center;
	display: inline-block;
}

/** 最初ページへ戻るアイコン*/
.icon_top_pagejump{
	width: 1rem;
	height: 1rem;
	background: url("../images/icon_top_pagejump.svg") no-repeat center;
	display: inline-block;
}

/** 前ページへ戻るアイコン*/
.icon_prev_pagejump{
	width: 0.5rem;
	height: 1rem;
	background: url("../images/icon_prev_pagejump.svg") no-repeat center;
	display: inline-block;
}

/** 次ページへ進むアイコン*/
.icon_next_pagejump{
	width: 0.5rem;
	height: 1rem;
	background: url("../images/icon_next_pagejump.svg") no-repeat center;
	display: inline-block;
}

/** 最終ページへ進むアイコン*/
.icon_last_pagejump{
	width: 1rem;
	height: 1rem;
	background: url("../images/icon_last_pagejump.svg") no-repeat center;
	display: inline-block;
}

/** 停電口数セクション*/
.teiden_kuchisu_section{
	text-align: left;
	line-height: 1rem;
	padding-left:24px;
	padding-right: 24px;
}

/** detail_frameの入力項目の背景*/
.detail_frame{
	width: 100%;
	border: none;
	background-color: rgba(170,170,170,0.20);
	height: 2.4rem;
	vertical-align: middle;
}

/** detail_frameのth */
table.detail_frame th{
	font-size: 1.14rem;
	font-weight: bold;
}

/**input_detail_frameのテキスト入力欄 */
.input_detail_frame{
	width: 6rem;
	text-align: right;
}

/** placeholderの色*/
input::placeholder {
	color: #777777;
}

/** placeholderの色 IE */
input:-ms-input-placeholder {
	color: #777777;
}

/** テキストフィールドの非活性色*/
input[readonly="true"]{
	background-color: rgba(151,162,177,1.00);
	color: #4A5563;
}

/** テキストフィールドの非活性色*/
.input_text_readonly{
	background-color: rgba(151,162,177,1.00);
	color: #4A5563;
}

/** チェックボックスの非活性色*/
input[disabled="true"], input[disabled="disabled"], input[disabled=""]{
	background-color: rgba(168,168,168,1.00);
	opacity: 0.5;
}

/** コンボックスの非活性色*/
select[disabled="disabled"]{
	background-color: rgba(151,162,177,1.00);
	color: #4A5563;
}

/** チェックボックス、ラジオボタンの非活性色*/
.input_checkbox_disabled{
	background-color: rgba(168,168,168,1.00);
}

/** jquery-ui.cssで指定されるui-spinnerの枠線を消す*/
.ui-spinner{
	border: none !important;
	background: none;
	height: 20px;
}

/** jqueryUI数値入力欄css上書き*/
.ui-spinner-input{
	text-align: right;
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1.00);
	/*padding: 0.1rem 0.2rem;*/
	padding: 1px 0.2rem;
	margin-top: 0;
	margin-bottom: 0;
}

/** スピナーの色指定*/
.ui-spinner-button{
	border-top-right-radius: 0;
	background: none !important;
	border: none !important;
	cursor: pointer;
}

/** ボタンにカーソルを当てた時*/
.ui-spinner-button:hover{
	background: none;
	border: none;
}

/** カレンダーボタン*/
button.ui-datepicker-trigger{
	width: 1.5rem;
	/*height: 1.5rem;*/
	height: 18px;
	background-color: rgba(0,0,0,0.00);
	border: none;
	background: url(../images/icon_calender.svg) no-repeat center;
	margin-left: 0rem;
	vertical-align: middle;
}

/** ボタンの中のアイコン */
button > span{
	vertical-align: middle;
}

/** テキストの中央寄せ */
.align-center{
	text-align: center;
}

/** テキストの左寄せ */
.align-left{
	text-align: left;
}

/** テキストの右寄せ */
.align-right{
	text-align: right;
}

/** テーブルの行間設定 */
.table_line_height th,.table_line_height td{
	/*line-height: 1.2rem;*/
	line-height: 21px;
}

/** メニュー */
li.main_menu {
	position: relative;

}

/** サブメニュー */
ul.sub_menu {
	visibility: hidden;
	position: absolute;
	top:25px;
	width:100%;
	left: 0px;
	padding-left:0px;
	opacity:1;
	box-shadow: 2px 2px 4px black;
	background: rgba(77,77,77,0.9);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/** メインメニューマウスオーバー時のサブメニュー */
li.main_menu:hover ul.sub_menu {
	top:25px;
	visibility: visible;
	opacity:1;
}

/** メインメニューマウスオーバー時 */
li.main_menu:hover {
	border-bottom: solid 4px;
	border-image: linear-gradient(to right,rgba(225,121,67,1.00),rgba(234,224,79,1.00));
    border-image-slice: 1;
}

/** サブメニューメンバー */
.sub_menu li {
	text-align: left;
	width:100%;
	padding-left:2px;
}

.sub_menu li.valid:hover {
  background: rgba(192,192,192,0.28);/* マウスオーバーで背景色を変更する*/
}

.sub_menu li.invalid {
	color: rgba(192,192,192,0.28);

}

/** サブメニューリンク */
.sub_menu li a {
	font-weight: normal;
}


/** カレンダーアイコン*/
.teiden-jikan_flexbox .icon_calender{
	width: 1.5rem;
	height: 1.5rem;
}

/*****************************************************
 *
 * ダイアログ画面スタイル
 *
 *****************************************************/
/** オーバーレイの背景色設定 */
.ui-widget-overlay {
	background: #000000;
}

/** ダイアログ画面の背景画像設定 */
.b44-dialog {
	font-family: "メイリオ";
	font-size: 14px;
	background: url("../images/bg01.svg") ;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-attachment: fixed;/*スクロールしない*/
	padding: 0px;
}

.b44-dialog .ui-widget-content {
	color: rgba(244,244,244,1.00) !important;
}


/** ダイアログ画面ヘッダーエリアスタイル上書き */
.b44-dialog .ui-widget-header {
	border: none;
	background: none;
	background-color: rgba(61,90,157,1.00);
}

/** ダイアログ画面フッターエリアスタイル上書き */
.ui-dialog-buttonpane {
	border: none !important;
	background-color: rgba(61,90,157,1.00);
	padding: 0em 1em 0em .4em !important;
}

/** ダイアログ画面フッターエリアスタイル上書き */
.b44-dialog .ui-dialog-buttonpane {
	border: none !important;
	background-color: rgba(61,90,157,1.00);
	padding: 0em 1em 0em .4em !important;
	margin-top: 6px !important;
}

/** ダイアログ画面コンテンツを乗せるエリア  */
.dialog-flexbox{
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1100px;
	margin: 6px auto 0 auto;
}
/** システムエラー画面コンテンツを乗せるエリア  */
.systemError-flexbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 98%;
	margin: 0 auto;
	margin-top: calc(48px + 6px);/*ヘッダーと余白分下げる*/
	margin-bottom: calc(28px + 6px);/*ヘッダーと余白分下げる*/
}
/** システムエラー画面（子画面）コンテンツを乗せるエリア  */
.b44-dialog .systemError-flexbox{
	font-size: 14px;
	display: block;
	flex-direction: column;
	justify-content: center;
	width: 98%;
	height: 80%;
	overflow-y: auto;
	margin: 6px auto 0 auto;
}

/** ダイアログ画面の標準ヘッダーを非表示 */
.b44-dialog .ui-dialog-titlebar {
	display: none;
}

/** ダイアログ画面のコンテンツ */
.b44-dialog .ui-dialog-content {
	padding: 0px;
}

/** 共通ヘッダーの背景色*/
.b44-dialog .common_header{
	height: 48px;
	background-color: rgba(61,90,157,1.00);
	margin: 0;
	/*ヘッダ固定*/
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	z-index: 1;
}

/** フッター内のコンテンツ */
.b44-dialog .common_footer{
	height: 40px;
	background-color: rgba(61,90,157,1.00);
	margin: 0;
	/*フッター固定*/
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 100%;
	z-index: 1;
}

.b44-dialog .footer_contents{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/** ヘッダー内のコンテンツ */
.b44-dialog .header_contents{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.text-right {
	text-align: right;
}

/** 赤色*/
.red{
	color: rgba(234,108,108,1.00) !important;
}


/** 長文本の折り返し表示設定 */
.long-text {
	word-wrap: break-word;
	word-break: break-all;
}

/** 橙の背景色*/
.orange{
	background-color: rgba(255,165,0,1.00) !important;
}

/** 数値項目の表示設定 */
.input_number {
	text-align: right;
}

/** 数値項目の表示設定 */
.input_float {
	text-align: right;
}

/** 広域エリアの地震情報フレキシブルボックス*/
.largeArea_jisin_joho_flexbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 0rem;
}

/** 広域エリアの全域地図を表示するエリア*/
.largeArea_map_tiiki{
	width: 190px;
	height: 100%;
	margin-right: 1rem;
}

/** 広域エリアメニューの地震情報用フレーム*/
.largeArea_jisin_joho_frame{
	margin-top: 3px;
	width: auto;
	height: 45px;
}

/** 地震情報の見出し*/
.largeArea_jisin_joho_frame h1{
	margin: 0;
}

/** 広域ボタンアイコン*/
.icon_Area_btn_img{
	width: 52px;
	height: 52px;
	background: url("../images/area/iconL00.png") no-repeat center;
	background-position-y: 100%;
	background-size: cover;
	display: inline-block;
	margin-right: 1rem;
}
.icon_Area_btn01{
	background-position: 0px 0px;
}
.icon_Area_btn02{
	background-position: -56px 0px;
}
.icon_Area_btn03{
	background-position: -112px 0px;
}
.icon_Area_btn04{
	background-position: -168px 0px;
}
.icon_Area_btn05{
	background-position: -224px 0px;
}
.icon_Area_btn06{
	background-position: -280px 0px;
}
.icon_Area_btn07{
	background-position: -336px 0px;
}
.icon_Area_btn08{
	background-position: -392px 0px;
}
.icon_Area_btn09{
	background-position: -448px 0px;
}

/** ボタン装飾の共通設定 */
.icon_Area_btn{
	font-size: 25px !important;
	color: rgba(208,244,243,1.00) !important;
	font-weight: bold;
	border: solid 0.5px rgba(145,232,232,1.00) !important;
	background: none !important;
	background-color: rgba(0,0,0,0.28) !important;
	cursor: pointer;
	padding: 0rem 1rem 0rem 0rem;
}

/** マウスオーバー時のボタン装飾の共通設定 */
.icon_Area_btn:hover {
	background-color: rgba(77,5,232,1.00) !important;
	text-decoration: underline;
}

/*
 * dataTable明細行のtrスタイル
 */
table.b44_datatable tbody td {
	line-height: 1.2rem !important;
}

table.dataTable thead th,
table.dataTable thead td {
  line-height: 1.2rem !important;
}

.contents {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.login_flexbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.logo_layout {
	position: relative;
	order: 2;
	flex: 1;
}

.logo_img {
	position: absolute;
	width: 350px;
	height: 50px;
	background: url("../images/logo01.png") no-repeat center;
	background-size: cover;
	display: block;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform:  translateY(-50%)  translateX(-50%);;
}

.version {
	width: 135px;
	position: absolute;
	top: 95%;
	left: 80%;
}

.form_layout {
	position: relative;
	order: 1;
	width: 400px;
	height: 674px;
	background: rgba(0,0,0,0.28);
}

table.login_form {
	position: relative;
	width: 325px;
	height: auto;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
}

table.login_form th{
	text-align: left;
}

.b44_datatable a{
	color: white;
}

/** ボタンの枠と背景を透明に*/
.clearframe{
	border: none;
	background-color: rgba(0,0,0,0.00);
}

div.b44_dataTables_empty{
	margin-top:-4px;
}

.b44-dialog .header_img2 {
	margin-left: 1.9rem;
}

.b44-dialog .header_login_user {
	right: 1.8rem;
}

.b44-dialog .footer_contents {
	right: 1.8rem;
}

textarea {
	font-family:"メイリオ";
	resize: none;
}
