@charset "UTF-8";
.use_pie {
  behavior: url("/lib/PIE.php");
  *behavior: none;
}
/*---------------------------------------------------------------------------------------------
  とやま観光ナビ common
  [/css/layout.css]
---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
  Contents
---------------------------------------------------------------------------------------------*/
/*--------------Head--------------*/
#contentHead {
  clear: both;
  overflow: hidden;
  width: 1024px;
  margin: 0 0 25px;
}
span.tooltip {
  display: inline-block;
  cursor: default;
  color: #5daf30;
  font-size: 18px;
}
/*--------------Side--------------*/
#side {
  float: left;
  overflow: hidden;
  margin: 0 10px 0 0;
  width: 246px;
  height: auto;
}
#side h2 {
  height: 38px;
  color: #fff;
  font-size: 117%;
  font-weight: bold;
  text-indent: -9999px;
  background: url("/img/spot/imgSideTitle.gif") no-repeat;
}
#side .sideBox {
  border: 1px solid #999999;
  border-top: none;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottom-right: 6px;
  -moz-border-radius-bottom-left: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px;
  behavior: url("/lib/PIE.php");
  *behavior: none;
}
#side .sideBox .sideInn {
  margin: 0 0 20px;
  width: 225px;
}
#side .sideBox .sideInn:last-child {
  margin-bottom: 10px;
}
#side .sideBox .sideInn .btnClear {
  display: block;
  width: 199px;
  height: 31px;
  margin: 0 auto;
}
#side .sideBox .sideInn .inn {
  clear: both;
  overflow: hidden;
  padding: 0 10px;
}
#side .sideBox .sideInn .inn.keyword {
  padding-top: 10px;
}
#side .sideBox .sideInn .inn.keyword input {
  float: left;
  margin: 0;
  padding: 5px;
  border: 1px solid #999;
}
#side .sideBox .sideInn .inn.keyword input[type=text] {
  width: 160px;
  padding-right: 10px;
}
#side .sideBox .sideInn .inn.keyword input[type=image] {
  width: 14px;
  padding: 6px 5px;
  border-left: none;
}
#side .sideBox .sideInn h3 {
  margin-bottom: 7px;
  padding-bottom: 7px;
  height: 17px;
  border-bottom: 1px solid #AADA99;
}
#side .sideBox .sideInn h3 img {
  vertical-align: top;
}
#side .sideBox .sideInn ul li a {
  display: inline-block;
  width: 190px;
  color: #18a6be;
  text-decoration: none !important;
  border: 4px solid transparent;
}
#side .sideBox .sideInn ul li a:hover,
#side .sideBox .sideInn ul li a.active {
  color: #666;
  background-color: #ffffcc;
  border: 4px solid #ffc90e;
}
#side .sideBox .sideInn ul li a:hover a,
#side .sideBox .sideInn ul li a.active a {
  color: #666;
}
#side .sideBox .sideInn ul li a.box {
  height: 44px;
}
#side .sideBox .sideInn ul.list {
  padding-left: 10px;
}
#side .sideBox .sideInn ul.list li {
  padding-left: 15px;
}
#side .sideBox .sideInn ul.list li a {
  width: 190px;
}
#side .sideBox .sideInn ul.list li > ul > li a {
  width: 175px;
}
#side .sideBox .sideInn ul.image li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #AADA99;
  clear: both;
  overflow: hidden;
}
#side .sideBox .sideInn ul.image li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#side .sideBox .sideInn ul.image li a {
  width: 215px;
}
#side .sideBox .sideInn ul.image li .imgBox {
  display: table-cell;
  *float: left;
  width: 66px;
}
#side .sideBox .sideInn ul.image li .imgBox img {
  max-width: 66px;
  width: auto;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#side .sideBox .sideInn ul.image li p {
  display: table-cell;
  *float: left;
  padding: 0 0 0 10px;
  width: 140px;
  *width: 135px;
  height: 44px;
  line-height: 1.3;
  vertical-align: middle;
}
#side .sideBox .sideInn ul.image li .sub_list {
  margin-left: 76px;
}
#side .sideBox .sideInn .sideMap {
  margin: 0 0 20px;
}
#side .sideBtmBnn {
  padding: 2em 0 0;
}
#side .sideBtmBnn ul {
  width: 246px;
}
#side .sideBtmBnn ul li {
  text-align: center;
}
/*--------------Main--------------*/
#main {
  width: 750px;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
  float: right;
  /*border: 2px solid #710014;*/
  /*--------------detail.cfm 詳細ページ--------------*/
}
#main.wide {
  width: 1024px;
}
#main .pickupList h3 {
  margin-bottom: 15px;
  font-size: 169%;
  border-bottom: 2px solid #999;
}
#main .pickupList ul li .inn {
  width: 204px;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fff;
}
#main .pickupList ul li .inn img {
  max-width: 100%;
  width: auto;
}
#main .pickupList ul li span {
  display: block;
  width: 220px;
  text-align: left;
}
#main .pickupList ul li span a {
  color: #18A6BE;
  text-decoration: none;
}
#main .pickupList ul li span a:hover {
  color: #18A6BE;
  text-decoration: underline;
}
#main .digestImage {
  clear: both;
  overflow: hidden;
  margin: 0 0 30px;
}
#main .digestImage .innL {
  float: left;
}
#main .digestImage .innR {
  float: right;
}
#main .digestImage .innR .caption {
  margin: 2px 0 0;
  padding: 5px 0;
  width: 236px;
  text-align: center;
  background: #55B534;
  color: #fff;
  font-size: 93%;
  border: 1px solid #999999;
  border-bottom: none;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-top-right: 6px;
  -moz-border-radius-top-left: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
#main .digestImage .innR .caption a {
  color: #fff;
}
#main .digestImage .innR table {
  width: 238px;
  border: 1px solid #999;
  border-collapse: separate;
  border-spacing: 0;
}
#main .digestImage .innR table tr td {
  position: relative;
  width: 30px;
  padding: 2px;
  vertical-align: top;
  line-height: 1.5;
  font-size: 61%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
#main .digestImage .innR table tr td p {
  color: #999999;
  text-align: center;
}
#main .digestImage .innR table tr td:first-child {
  background-color: #F8D1D5;
}
#main .digestImage .innR table tr td:last-child {
  border-right: 0;
  background-color: #C6E7F9;
}
#main .digestImage .innR table tr td.active {
  font-weight: bold;
  color: #fff;
  background-color: #1C4B91;
}
#main .digestImage .innR table tr td.active p {
  font-weight: bold;
  color: #fff;
}
#main .digestImage .innR table tr:last-child td {
  border-bottom: 0;
}
#main .toolArea .up {
  clear: both;
  overflow: hidden;
  padding: 10px 0 10px 10px;
}
#main .toolArea .up .count {
  float: left;
  padding: 12px 0 0;
}
#main .toolArea .up .count span {
  font-size: 180%;
  font-weight: bold;
}
#main .toolArea .up .mapLink {
  float: right;
}
#main .toolArea .sort {
  clear: both;
  overflow: hidden;
  padding: 10px;
  background: #eee;
}
#main .toolArea .sort dl {
  clear: both;
  overflow: hidden;
}
#main .toolArea .sort dl dt {
  float: left;
  padding: 0 10px;
  width: 100px;
  text-align: center;
}
#main .toolArea .sort dl dd {
  float: left;
  width: 550px;
}
#main .toolArea .sort dl dd ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 0 25px;
  background: url(/img/spot/icoSortOff.gif) no-repeat 0 50%;
}
#main .toolArea .sort dl dd ul li.active {
  background: url(/img/spot/icoSortOn.gif) no-repeat 0 50%;
}
#main .toolArea .sort dl dd ul li a {
  color: #18a6be;
}
#main .toolArea .btm {
  clear: both;
  overflow: hidden;
  padding: 10px;
  background: #dcdcdc;
  text-align: center;
}
#main .toolArea .btm span {
  font-size: 123%;
}
#main .mapArea {
  border-top: 1px solid #666;
  padding: 10px;
}
#main .mapArea .map {
  width: 730px;
  height: 600px;
  background: #ccc;
}
#main .listArea {
  padding-top: 20px;
}
#main .listArea .listBox {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 3px dotted #74CAD8;
}
#main .listArea .listBox:last-child {
  border-bottom: none;
}
#main .listArea .listBox .blocklink {
  display: block;
  width: 750px;
  height: auto;
  color: #000;
  text-decoration: none;
}
#main .listArea .listBox table {
  width: 100%;
}
#main .listArea .listBox table tr td {
  vertical-align: top;
}
#main .listArea .listBox table tr td.rank {
  width: 50px;
  text-align: center;
  vertical-align: middle;
}
#main .listArea .listBox table tr td.photo {
  width: 195px;
  text-align: center;
}
#main .listArea .listBox table tr td.photo img {
  max-width: 100%;
  width: auto;
}
#main .listArea .listBox table tr td.text {
  padding: 10px 0 0 10px;
}
#main .listArea .listBox table tr td.area {
  padding: 10px 0 10px 10px;
  width: 145px;
  text-align: right;
}
#main .listArea .listBox .name {
  margin: 0 0 10px;
}
#main .listArea .listBox .name a {
  color: #18a6be;
}
#main .listArea .listBox .copy {
  font-size: 83%;
}
#main .detail .headding {
  margin: 0 0 15px;
  padding: 10px 0 5px;
  color: #1B4B94;
}
#main .detail .headding .mainTitle {
  border-bottom: 4px solid #D1EDF2;
}
#main .detail .headding .mainTitle h2 {
  font-weight: 700;
  font-size: 184%;
  line-height: 30px;
}
#main .detail .headding .mainTitle .kana {
  margin: 0 0 .5em;
}
#main .detail .headding .copy {
  padding: .5em 0 0;
  font-size: 107%;
}
#main .detail .pdfLink {
  float: right;
  padding: 3px 0 0;
}
#main .detail .pdfLink a {
  padding: 0 0 0 22px;
  background: url(/img/common/ico_pdf.gif) no-repeat;
}
#main .detail .detailMain {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 30px 0;
  clear: both;
}
#main .detail .detailMain .detailImg {
  width: 366px;
  height: auto;
  margin: 0 15px 0 0;
  float: left;
}
#main .detail .detailMain .detailImg img {
  width: auto;
  max-width: 100%;
}
#main .detail .detailMain .detailImg .caption {
  margin: 0px 0 0 0;
  padding: 0 5px 5px;
  color: #333;
  font-size: 92%;
}
#main .detail .detailMain .detailText {
  float: left;
  margin: 0;
  width: 365px;
  font-size: 92%;
  line-height: 1.8em;
}
#main .detail .detailPh {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px 0 0 0;
  clear: both;
}
#main .detail .detailPh table {
  width: 10px;
}
#main .detail .detailPh table tr td {
  padding: 0 10px 0 0;
  vertical-align: top;
}
#main .detail .detailPh table tr td .caption {
  margin: 0px 0 0 0;
  padding: 0 0px;
  font-size: 92%;
  /*
							font-weight: bold;
							color: #3E851B;
							*/
  color: #333;
}
#main .detail .detailPh table tr td:last-child {
  padding: 0;
}
#main .detail .youtube {
  clear: both;
  overflow: hidden;
  margin: 30px 0 0;
  padding: 30px 55px;
  background-color: #dcdcdc;
}
#main .detail .freehtml {
  width: 100%;
}
#main .detail .dataBox {
  margin: 60px 0 30px;
  padding: 20px;
  border: 2px solid #d1edf2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-top-width: 14px;
  behavior: url("/lib/PIE.php");
  *behavior: none;
}
#main .detail .dataBox h4 {
  margin: 0 0 20px;
  color: #18A6BE;
  font-size: 114%;
  font-weight: bold;
}
#main .detail .data {
  clear: both;
  overflow: hidden;
}
#main .detail .data .dataTable {
  float: left;
  width: 360px;
}
#main .detail .data .dataTable table {
  border: 2px solid #18a6be;
}
#main .detail .data .dataTable table tr th,
#main .detail .data .dataTable table tr td {
  padding: 2px 6px;
  font-size: 78%;
  font-weight: normal;
}
#main .detail .data .dataTable table tr th {
  width: 77px;
  color: #fff;
  text-align: left;
  background: #18a6be;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#main .detail .data .dataTable table tr td {
  width: 283px;
  border-bottom: 1px solid #18a6be;
}
#main .detail .data .dataTable table tr td a {
  color: #18a6be;
}
#main .detail .data .mapBox {
  float: right;
  width: 320px;
}
#main .detail .data .mapBox .map {
  width: 100%;
  height: 500px;
}
#main .detail .data .mapBox .largeMap {
  text-align: right;
}
#main .detail .coupon {
  margin: 40px auto 20px;
  width: 638px;
}
#main .detail .coupon .coupon_frame {
  position: relative;
  margin: 10px 0 20px;
}
#main .detail .coupon .coupon_frame .cut {
  position: absolute;
  top: -6px;
  right: 40px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  background: #fff;
}
#main .detail .coupon .coupon_frame .inn_frame {
  clear: both;
  overflow: hidden;
  padding: 3px;
  border: 1px dotted #000;
}
#main .detail .coupon .coupon_frame .inn_frame .inn {
  clear: both;
  overflow: hidden;
  border-top: 4px solid #F0AF1B;
  border-bottom: 4px solid #F0AF1B;
}
#main .detail .coupon .coupon_frame .inn_frame .inn .innL {
  float: left;
  padding: 10px 20px;
  width: 398px;
}
#main .detail .coupon .coupon_frame .inn_frame .inn .innL .cl {
  color: #18A6BE;
}
#main .detail .coupon .coupon_frame .inn_frame .inn .innL .title {
  color: #18A6BE;
  font-size: 139%;
}
#main .detail .coupon .coupon_frame .inn_frame .inn .innL .content {
  margin-top: 15px;
  font-size: 77%;
  line-height: 1.3em;
}
#main .detail .coupon .coupon_frame .inn_frame .inn .innL .content span {
  display: block;
  margin: 3px 0;
}
#main .detail .coupon .coupon_frame .inn_frame .inn .innR {
  float: right;
  padding: 48px 0 20px;
  width: 192px;
  background: #FBE7BB;
}
#main .detail .coupon .coupon_frame .inn_frame .inn .innR_joyful {
  padding: 5px 0;
  background: #f5a101;
}
#main .detail .coupon .coupon_help_joyful {
  text-align: right;
  font-weight: bold;
  font-size: 71%;
}
#main .detail .coupon .coupon_help_joyful a {
  text-decoration: underline;
}
#main .detail .coupon .coupon_help_joyful a:hover {
  text-decoration: none;
}
#main .detail .coupon .coupon_help_joyful a span.tooltip {
  cursor: pointer;
  font-size: 140%;
}
#main .detail .couponMap {
  margin: 30px 0 0;
}
#main .detail .reserve {
  margin: 0 0 50px;
  width: 750px;
  height: 40px;
  text-indent: -9999px;
  background: url(/img/spot/btn_detailreserve.gif) no-repeat;
}
#main .detail .reserve a {
  display: block;
  width: 750px;
  height: 40px;
}
#main .detail .googleCalendar {
  margin: 30px auto;
}
#main .detail .googleCalendar iframe {
  width: 100%;
}
#main .detail .kuchikomi {
  margin-bottom: 30px;
  width: 750px;
}
#main .detail .kuchikomi h3 {
  margin: 20px 0 15px;
  padding: 0 0 7px;
  font-size: 142%;
  font-weight: 600;
  border-bottom: 1px solid #999;
}
#main .detail .kuchikomi .inn {
  clear: both;
  overflow: hidden;
}
#main .detail .kuchikomi .inn .innL {
  float: left;
}
#main .detail .kuchikomi .inn .innL h4 {
  margin-bottom: 10px;
  color: #55B534;
  font-size: 116%;
  font-weight: 600;
}
#main .detail .kuchikomi .inn .innL .cont {
  clear: both;
  overflow: hidden;
}
#main .detail .kuchikomi .inn .innL .cont .user {
  float: left;
  margin: 0 0 0 20px;
}
#main .detail .kuchikomi .inn .innL .cont .user li i {
  color: #FE5437;
}
#main .detail .kuchikomi .inn .innL .cont .user li a {
  color: #18a6be;
}
#main .detail .kuchikomi .inn .innL .cont .linkList {
  float: left;
  margin: 0 0 0 25px;
  padding: 0 0 0 10px;
  width: 270px;
  list-style: disc;
  color: #18a6be;
}
#main .detail .kuchikomi .inn .innL .cont .linkList li a {
  color: #18a6be;
}
#main .detail .kuchikomi .inn .innR {
  float: right;
}
#main .detail .kuchikomi .inn .innR ul li {
  text-indent: -9999px;
}
#main .detail .kuchikomi .inn .innR ul li.trip {
  margin: 0 0 8px 0;
  padding: 0 0 0 20px;
  width: 166px;
  height: 30px;
}
#main .detail .kuchikomi .inn .innR ul li.trip a {
  display: block;
  width: 146px;
  height: 30px;
  background: url(/img/spot/ban_trip.gif) no-repeat;
}
#main .detail .kuchikomi .inn .innR ul li.btnReview {
  width: 180px;
  height: 28px;
  margin: 0 0 4px 0;
}
#main .detail .kuchikomi .inn .innR ul li.btnReview a {
  display: block;
  width: 180px;
  height: 28px;
  background: url(/img/spot/btn_review.gif) no-repeat;
}
#main .detail .kuchikomi .inn .innR ul li.btnPhoto {
  width: 180px;
  height: 28px;
}
#main .detail .kuchikomi .inn .innR ul li.btnPhoto a {
  display: block;
  width: 180px;
  height: 28px;
  background: url(/img/spot/btn_photo.gif) no-repeat;
}
#main .detail .tripadvisorLink {
  clear: both;
  font-size: 87%;
  padding: 10px 0 0;
  text-align: center;
}
#main .detail .tripadvisorLink a {
  color: #18a6be;
}
#main.coupon_map {
  float: none !important;
  width: 640px !important;
  margin: 40px 0 0 10px;
}
#main.coupon_map .detail .data .dataTable {
  float: none !important;
  width: 640px !important;
  margin-bottom: 30px;
}
#main.coupon_map .detail .data .dataTable table tr th,
#main.coupon_map .detail .data .dataTable table tr td {
  width: 640px !important;
}
#main.coupon_map .mapBox {
  float: none !important;
  margin-bottom: 30px;
  width: 640px !important;
}
#main.coupon_map .mapBox .map {
  width: 640px !important;
  height: 300px !important;
}
#main.coupon_map .coupon {
  margin: 0;
}
.recommendBox {
  margin: 0;
}
.recommendBox .inn {
  padding: 15px 35px;
}
.recommendBox .inn ul li:last-child {
  margin-right: 0;
}
.recommendBox .inn ul li.last {
  margin-right: 0;
}
/*----------------- sns ---------------------*/
#main .detail .headding .copyArea {
  clear: both;
  overflow: hidden;
}
#main .detail .headding .copyArea .copyBox {
  float: left;
  width: 440px;
}
#main .detail .headding .copyArea .snsBox {
  float: right;
  padding-top: .5em;
  width: 300px;
  height: 25px;
}
#main .detail .headding .copyArea .snsBox ul {
  clear: both;
  overflow: hidden;
  list-style: none;
}
#main .detail .headding .copyArea .snsBox ul li {
  margin: 0 3px 0 0;
  float: right;
}
#main .detail .headding .copyArea .snsBox ul li.twitter {
  width: 100px;
}
#main .detail .headding .copyArea .snsBox ul li.twitter .twitter-share-button {
  width: 100px !important;
}
#main .detail .headding .copyArea .snsBox ul li.googleplus {
  width: 80px;
}
#main .detail .headding .copyArea .snsBox ul li.ot iframe {
  margin: 2px 0 0;
}
.googleCredit {
  font-size: 78%;
  margin: 0 0 1em;
}
