.body_padding {padding: 5px;}
.display_width { min-width: 1912px; }
.display_minwidth { min-width: 1340px; }
.w100per {width: 100%;}
.w99per {width: 99%;}
.wInputMax {width:99%;}

.font_default {font-size: 13px;}
.font_middle {font-size: 15px;}

/* 必須 */
.box_required{
    margin-left: 4px;
    padding: 0px 4px;
    background-color: #CC563E;
    color: #FFFFFF;    
    border:1px solid #FFFFFF;
/*    border-radius: 3px;*/
/*    font-weight: bold; */
}

.comfirmed_img_required{
    background-image: url("../../images/required.png");
    width:20px;
    height:20px; 
    float:right;
}
.comfirmed_img_none{
    width:20px;
    height:20px; 
    float:right; 
}

/****************************************
* 共通画面入力エリア幅
****************************************/
.com_w_Time{width:130px;}   /* 日時入力 */

/****************************************
* ボタン
****************************************/
button:disabled {color: gray;}

.btn{
    min-width: 100px;
    line-height: 25px;
    margin-bottom: 2px;
    padding: 0em 0.8em;	
    border: 1px solid gray; 
    border-radius: 3px;
    font-size: 13px;
}

.btn_margin{margin: 2px;}
.btn_normal{
	width:100px;
	margin: 0px 5px 0px 5px; 
}

/* ボタン間の隙間 */
.btn_space{margin-left: 20px;}
/* ボップアップの「設定」「キャンセル」間の隙間 */
.btn_spaceSet1{margin-right: 50px;}/* ポップアップ大 */
.btn_spaceSet2{margin-right: 30px;}/* ポップアップ小 */
/* ボップアップの「はい」「いいえ」間の隙間 */
.btn_spaceYN{margin-left: 30px;}
.btn_spaceYN_min{margin-left: 15px;}

/* 最小ボタンサイズ（検索などの２文字タイプに使用） */
.btn_min{min-width: 50px;}

/**************************************************************************　
※bootstrapでのボタン設定（参考）
【btn-primary】
    background-color:#265a88;
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    background-repeat: repeat-x;
    color: white; 

【btn-info】
    background-color: #2aabd2;
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    background-repeat: repeat-x;
    color: white;

【btn-success】
   background-color: #419641; 
   background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
   background-repeat: repeat-x;
   color: white; 

【btn-default】
   background-color: #e0e0e0; 
   background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
   background-repeat: repeat-x;
**************************************************************************/

/* 既定ボタン */
.btn_default{
   background-color: #e0e0e0; 
   background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
   background-repeat: repeat-x;
}

/* ヘッダ部標準ボタン */
.btn_standard{
    background-color: #5bc0de;
    color: white;  
    border: solid 1px #3ba0be;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 1px rgba(0, 0, 0, 0.19);   
}

.btn_standard:active {
  border: solid 1px #3ba0be;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.30);
}

/* メイン機能ボタン */
.btn_main{
    background-color:#ff7f7f;
    color: white;  
    border: solid 1px #df5f5f;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 1px rgba(0, 0, 0, 0.19)
 }

 .btn_main:active {
  border: solid 1px #df5f5f;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.30);
}

/* ファイル操作ボタン */
.btn_file{
    background-color: #5cb85c; 
    color: white; 
    border: solid 1px #2c965c;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 1px rgba(0, 0, 0, 0.19);
}
.btn_file:active {
  border: solid 1px #cd9535;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.30);
}

/* フィルタボタン */
.btn_filter{
   background-color: #e0e0e0; 
   background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
   background-repeat: repeat-x;
}

.btn_register{
    background-color:#ff7f7f;
    color: white;  
    border: solid 1px #df5f5f;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 1px rgba(0, 0, 0, 0.19)
 }

 .btn_register:active {
  border: solid 1px #df5f5f;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.30);
}
 .btn_register:disabled {
  color: #808080;
}

/* キャンセルボタン */
.btn_cancel{
    background-color: #5bc0de;
    color: white;  
    border: solid 1px #3ba0be;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 1px rgba(0, 0, 0, 0.19);   
}

.btn_cancel:active {
  border: solid 1px #3ba0be;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.30);
}

/* 登録/キャンセル以外のボタン */
.btn_other {
   min-width: 100px;
   background-color: #e0e0e0; 
   background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
   background-repeat: repeat-x;
}

/* 防災情報システム画面－画面選択ボタン */
.btn_dspSelect {
    width: 250px;
    padding:       10px 0px; 
    margin: 4px;
    background-color: #e0e0e0; 
    background-image: linear-gradient(to bottom, #ffffff 0%, #C1D3EB 100%);
    background-repeat: repeat-x;
/*   
    font-weight: bold;
    font-size: 16px;
*/
}

/* aタグボタン */
.a_btn{
    padding: 0.2em 0.8em;	
    border: 1px solid gray; 
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none;
    background-color: #e0e0e0; 
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    background-repeat: repeat-x; 
    color:#000000;
}

/* tdタグボタン */
.td_btn {
    padding: 0.2em 0.8em;	
    border: 1px solid gray; 
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none;
    background-color: #e0e0e0; 
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    background-repeat: repeat-x; 
    color:#000000;
    text-align: center;
    cursor:     pointer;
}
/****************************************
* コントロール（チェック、ラジオボタン）
****************************************/
.ctrl{
	width:	18px;
	height:	18px;	
	vertical-align:middle;
}
.ctrl_mg{
	margin-right: 10px;
}

.ctrl_tbl{
/*	width:100%;*/
}
.ctrl_tbl th{
	border-style: none;	
	padding: 5px;
}
.ctrl_tbl td{
	border-style: none;	
	padding: 5px;
}

.ctrl_w{
	width: 150px;
}

/****************************************
* 表示調整
****************************************/
/* テキスト表示 */
.align_L{text-align:left;}
.align_R{text-align:right;}
.align_C{text-align:center;}
.align_C2{text-align:center !important}
.align_T{vertical-align: top;}
.align_B{vertical-align: bottom;}
.align_M{vertical-align: middle;}

/* ボーダー指定 */
.bd_none{border-style: none !important; background-color:#ECF0F5}
.bd_noneR{border-right: none !important;}
.bd_noneL{border-left: none !important;}
.bd_noneT{border-top: none !important;}
.bd_noneB{border-bottom: none !important;}
.bd_doubleT{border-top:  double !important;}
.bd_doubleB{border-bottom:  double !important;}
.bd_noneAll{border-style: none !important;}
.bd_noneAll_tbl{}
.bd_noneAll_tbl th{border-style: none !important;}
.bd_noneAll_tbl td{border-style: none !important;}

/* 線 */
.bd_dotted{border-style: dotted !important;}/* 破線 */

/* 縦線なし */
.bd_noneSide{
    border-left: none !important;
    border-right: none !important;    
}
.bd_noneSide_tbl{}
.bd_noneSide_tbl th{
    border-left: none !important;
    border-right: none !important;      
}
.bd_noneSide_tbl td{
    border-left: none !important;
    border-right: none !important;      
}

/* 隙間調整 */
.pd_inputType{padding: 5px;}
.pd_inputText{padding: 5px;}
.pd_0{padding: 0px !important;}
.pd_str{padding: 0px 20px;}
.pd_filter{padding: 0px 2px 0px 15px;}
.pd_btnDsp{padding: 4px 0;}       /* ボタンエリア */
.pd_btnPrint{padding: 4px 10px;}       /* 印刷ボタンエリア */

.mg_0{margin: 0px !important;}
.mg_T{margin-top: 5px;}
.mg_B{margin-bottom: 10px;}
.mg_Table{margin: 10px;}
.lh_2{line-height: 2px;}
.lh_14{line-height: 14px;}

/* ヘッダー選択 */
.select_header{
	text-decoration: underline;
	cursor: pointer;	
}

/* パンくずリスト選択 */
.select_title{
/*    text-decoration: underline;*/
    cursor: pointer;	
    color:#FFFFFF;
}

/* 文字省略 */
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

/* 配置 */
.float_L{float:left;}
.float_R{float:right;}

.position_A{position: absolute;}

/* 縦文字 */
.str_vertical{
  white-space: normal !important;
  max-width:   20px !important;
  line-height: 1.3;
}

/* box-sizing */
.border_box{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;    
}

/* 影 */
.box_shadow{box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.22);}

/* 折り返し */
.ws_nowrap{white-space: nowrap !important;}
.ws_normal{white-space: normal !important;}
.ws_prewrap{white-space: pre-wrap !important;}

/****************************************
* 防災情報システム画面－背景
****************************************/
/* データ表示エリア */
.area_data{    
    width: 99%;
    margin: 0 auto;
}

/* スクロールエリア */
.area_scroll{
    overflow: auto; 
    margin: 8px auto 0 0;
   
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;  
}

/* データ表示エリア（左メニューボタンあり） */
.area_LMenu_data{    
    width: 99%;
    margin: 0 auto;
}
/* スクロールエリア（左メニューボタンあり） */
.area_LMenu_scroll{
    overflow: auto; 

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;  
}

/* 表示枠 */
.frame{
    padding: 8px;
    background-color: white;
    border: solid 1px #717375;
}

/* 表示枠（表示画面） */
.frame_dsp{
/*
    padding: 8px;
    background-color: white;
    border: solid 1px #717375;
*/
}
/* 表示枠（登録画面） */
.frame_reg{
/*    
    padding: 8px;
    background-color: white;
    border: solid 1px #717375;
*/
}
/* 表示枠（地図画面） */
.frame_map{
    padding: 8px;
    background-color: white;
    border: solid 1px #717375;
}

/* データ表示エリア(右にマップあり)*/
.area_mapLeft{    
  padding: 0 5px 0 3px;
  margin: 0 auto;
}

/* 画面選択表示エリア */
.area_dspSelect{      
   margin-left: auto !important;
   margin-right: auto !important;
   text-align: center;
}
.space_dspSelectH{height: 50px;}
.space_dspSelectW{width: 50px;}

/* 表示エリアサイズ */
.areasize_S{width: 45%;}/* 小 */
.areasize_M{width: 60%;}/* 標準 */
.areasize_L{/* 大 */
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 画面選択ボタン配置枠 */
.box_dspSelect{
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 5px;
}
