  @charset "shift_jis";

/*
   引越し受付システム構築にてスタイルシート追加
  （プロトタイプで、仮格納）
*/

/*---- アイコン定義 --------*/
/*---- 沖電アイコン --------*/
    .ui-icon-okilogo:after {
      background-image: url("/service/uketsuke/common/images/okilogo.png");
      background-color: transparent;
      background-size: contain;
      }
/*---- 点灯アイコン --------*/
    .ui-icon-21_tentou:after {
      background-image: url("/service/uketsuke/common/images/21_tentou.png");
      background-color: transparent;
      background-size: contain;
      }
/*---- 消灯アイコン --------*/
    .ui-icon-22_shoutou:after {
      background-image: url("/service/uketsuke/common/images/22_shoutou.png");
      background-color: transparent;
      background-size: contain;
      }
/*---- フッターバー --------*/
    div.footer_title {
      position: relative;
      text-align: right;
      float:right;
      }
    div.footer_gamenid {
      text-align: left;
      float:left;
      position: relative;
      }
    div.footer_bar {
      height: 35px;
      }
/*---- 画面ID設定 --------*/
    div.page_title {
      text-align: left;
      float:left;
      position: relative;
      }
    div.page_id {
      text-align: right;
   //   float:right;
      position: relative;
      }

/*---- base幅設定 --------*/
    div#base {
    	width:100%;
    	max-width:50em;
    	min-width:20em;
    	left:0;
    	right:0;
    	margin-left:auto;
    	margin-right:auto;
    }

/*---- PC版CSSから移動 --------*/
/*---- エラーメッセージ設定 --------*/
	.error_st{
		background-color:#FFFbf0;
		border:dashed 2px #ffbfb1;
		border-collapse:collapse;
		width:auto;
		height:auto;
		margin:10px 0px;
	}

	.error_title{
		margin:10px 0 10px 10px;
		color:#ff1414;
		font-weight:bold;
	}

	.error_st li{
		margin:0 5px 5px 5px;
		list-style:none;
		color:#ff1414;
		height:auto;
		line-height:20px;
		vertical-align:top;
	}
/*---- 契約メニューポップアップ ----*/
.menu_comment{
	overflow-x:hidden;
	overflow-y:scroll;
	width:90%;
	max-height:400px;
	margin-left:5%;
	background-color: #fafafa;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.alert_comment{
	color:red;
	font-weight:bold;
}

#mishu_table td {
	vertical-align: middle;
}

/*---- jQueryMobile アコーディオン内のメッセージを自動改行する ----*/
.ui-collapsible-heading, .ui-collapsible-heading>.ui-btn {
	white-space:normal;
}
/*---- jQueryMobile ヘッダーの表示領域を調整 ----*/
.ui-header .ui-title, .ui-footer .ui-title {
	margin: 0 0 !important;
}
/*---- jQueryMobile iframeのsafari対応 ----*/
.iframe-container {
	height:200px;
	overflow:auto;
	oberflow-x:hidden;
	-webkit-overflow-scrolling:touch;
}
.iframe-container iframe {
	width:99%;
	height:98%;
}
.moshikomi_insert{
	display: none;
}
/* ポップアップのスタイル */
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}