@charset "UTF-8";
.use_pie {
  behavior: url("/lib/PIE.php");
  *behavior: none;
}
/*---------------------------------------------------------------------------------------------
  とやま観光ナビ
  [/css/style.css]
---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
  共通スタイル
---------------------------------------------------------------------------------------------*/
/* Container
---------------------------------------------------------------------------------------------*/
#container {
  clear: both;
  overflow: hidden;
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 40px;
}
/* ページ構成要素
---------------------------------------------------------------------------------------------*/
.pageTitle {
  clear: both;
  margin: 0 0 15px;
  padding: 15px 13px 15px 13px;
  font-size: 164%;
  font-weight: 600;
  line-height: 1.4;
  background-color: #d1edf2;
  border: 1px solid #d1edf2;
  border-left: 13px solid #18a6be;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-top-left: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottom-left: 3px;
  border-bottom-left-radius: 3px;
  behavior: url("/lib/PIE.php");
  *behavior: none;
}
.pageTitle span {
  display: block;
  float: right;
  padding-top: 7px;
  font-size: 80%;
}
.pageTitle.md {
  margin-left: 30px;
  font-size: 128%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pageTitle.sm {
  margin-left: 60px;
  font-size: 114%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.pageTitle.simple {
  background-color: transparent;
  border-left: 1px solid #d1edf2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pageContent .orderList {
  list-style: disc;
  margin-left: 25px;
}
.pageContent .arrowList ul {
  clear: both;
  overflow: hidden;
}
.pageContent .arrowList ul li {
  margin: 0 20px 0 0;
  padding: 0 0 5px 20px;
  background: url("/img/top/icoListNews.gif") no-repeat 3px 0;
}
.pageContent .arrowList ul li > ul.sub {
  padding: 5px 0 5px 20px;
}
.pageContent .arrowList ul li > ul.sub li {
  float: left;
  width: 225px;
  font-size: 92%;
  background-position: 0 50%;
}
.pageContent .arrowList ul li > ul.sub li:nth-child(4n) {
  margin-right: 0;
}
.pageContent .arrowList.iconList i {
  color: #18a6be;
}
.pageContent .arrowList.iconList ul li {
  padding-left: 0;
  background: none;
}
.pageContent a {
  color: #18a6be;
  text-decoration: none;
}
.pageContent a:hover {
  text-decoration: underline;
}
.pageContent .icon-caret-right,
.pageContent .icon-circle-arrow-right {
  color: #18a6be;
}
.pageContent .message {
  margin: 10px 0 20px;
  font-weight: 600;
}
.pageContent .content {
  margin: 0 0 20px;
  line-height: 1.9;
}
.pageContent.content-lg {
  margin: 0 0 40px 0;
  margin-left: 13px;
  margin-right: 10px;
}
.pageContent.content-md {
  margin: 0 0 40px 0;
  margin-left: 43px;
  margin-right: 10px;
}
.pageContent.content-sm {
  margin: 0 0 40px 0;
  margin-left: 73px;
  margin-right: 10px;
}
.pageContent table {
  width: 100%;
  border: 2px solid #18a6be;
}
.pageContent table tr th,
.pageContent table tr td {
  padding: 10px 10px;
  font-weight: normal;
}
.pageContent table tr th {
  width: 30%;
  color: #fff;
  text-align: left;
  background: #18a6be;
  border-right: 1px solid #18a6be;
  border-bottom: 1px solid #fff;
}
.pageContent table tr td {
  width: 70%;
  border-bottom: 1px solid #18a6be;
}
.pageContent table tr:last-child th {
  border-bottom: 1px solid #18a6be;
}
/* ボタン部分
---------------------------------------------------------------------------------------------*/
#ctrlBox,
.ctrlBox {
  width: 1024px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0 10px;
  text-align: center;
}
#ctrlBox a,
.ctrlBox a,
#ctrlBox input[type=button],
.ctrlBox input[type=button],
#ctrlBox input[type=submit],
.ctrlBox input[type=submit] {
  display: inline-block;
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6);
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(to top, #ffffff 0%, #e6e6e6);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 6px 15px 2px;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
  border: 2px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#ctrlBox a:hover,
.ctrlBox a:hover,
#ctrlBox input[type=button]:hover,
.ctrlBox input[type=button]:hover,
#ctrlBox input[type=submit]:hover,
.ctrlBox input[type=submit]:hover {
  cursor: pointer;
  text-decoration: none;
}
