/**
 * 追加用CSS
 * 個別に追加したいスタイルがある場合、こちらに記入してください
 */

.sightseen {
  background: #ffffff;
  width: 600px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  margin: 30px auto;
}


.sightseen_td_left{
  background: #ffffff;
  text-align: left;
}

.sightseen_td_center{
  background: #ffffff;
  text-align: center;
  color: #FFFFFF;
}

.sightseen_img{
  width:auto;
  height:auto;
}

.sightseen_th_center{
  background: #00825d;
  text-align: center;
  color: #FFFFFF;
}