@charset "UTF-8";
/**
 * スマホサイト 現況表系CSS
 */
/* 局名 */
.pointName {
  text-align: left !important;
  min-width: 80px;
}

/* 時刻表示(経過表では局名) */
#mainContents h3 {
  text-align: left !important;
}

#mainContents h3 span {
  margin-left: 8px;
}

/* 市町選択UI */
li.select-town {
  /*	width:16rem !important;	*/
  width: 14rem !important;
}

li.select-town select {
  width: 100%;
  height: 4rem;
}
