/*
* 山形県通行規制情報
* スマ－フォン版ページCSS
*/

/*
 * jQuery Mobile 定義の上書き
 */
/* ヘッダ等のタイトルを改行されるようにする */
.ui-li, .ui-btn-text, a.ui-link-inherit
.ui-header .ui-title,
.ui-footer .ui-title
{
  overflow: visible;
  white-space: normal;
}

.wordbreak{
overflow: visible;
white-space: normal;
}
div.info-window-frame {
	text-align: left;
}
div.info-window {
	font-size: 70%;
	margin: 3px;
}

/*
 *Map用
 */
 
 @media all and (max-height: 599px) {
 	#map_canvas {
	    width:97%;
	    height:380px;
	    border:4px solid #fff;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    

	}
 }
 @media all and (min-height: 600px) {
	#map_canvas {
	    width:100%;
	    height:450px;
	    border:4px solid #fff;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    

	}
}



	.imgicon{
		 width: 24px;
		 height: 24px;
	}
	.rselbtn{
		height: 36px;
	}
	.rselbtn2{
		height: 44px;
	}
	
	table.def {
		cellspacing:0px,0px;
		cellpadding:0px,0px;
		border-spacing:0px;
	}


/*
 * テーマ変更(行数変わると使えない)
 */
.ui-grid-a .ui-block-a { width: 30% }
.ui-grid-a .ui-block-b { width: 70%; }

/*
 * テーマ追加
 */
.ui-bar-e-box {
	border: 1px solid 		#f7c942 /*{e-bar-border}*/;
	color: 					#333 /*{e-bar-color}*/;
}

