@charset "UTF-8";

/***********************
 * 観測局選択
 * ＊ページグループごと
 ***********************/

/**
 * モーダル
 */
div#modal-obsp
{
  background-color: #ffffff;
  border: solid 2px #c0c0c0;
  border-radius: 5px;
  margin: 0px auto;
  width: 750px;
  text-align: center;
}
/** 表題 */
div#modal-obsp > div:first-child
{
  background-color: #ddffdd;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}
/** 選択部 */
div#modal-obsp > div:nth-child(2)
{
  width: 100%;
}
div#modal-obsp > div:nth-child(2) > table
{
  margin: 10px;
  border-spacing: 0px;
  border: solid 1px #a3c7e8;
  width: calc( 100% - 20px );
}
div#modal-obsp > div:nth-child(2) > table td
{
  border-bottom: solid 1px #a3c7e8;
  background-color: #ffffff;
  padding: 5px;
  word-break: auto-phrase;
}
div#modal-obsp > div:nth-child(2) > table tr:last-child > td
{
  border-bottom: none;
}
div#modal-obsp > div:nth-child(2) > table tr > td:last-child
{
  text-align: left;
}

/** ボタン */
div#modal-obsp > div:last-child
{
  display: table;
  width: 100%;
  padding-bottom: 10px;
}
div#modal-obsp > div:last-child > div
{
  display: table-cell;
  width: auto;
}
div#modal-obsp > div:last-child > div:nth-child(2)
{
  width: 125px;
}
