﻿@charset "utf-8";

/* header */
#header {
  text-align: center;
}

#header h1 {
  margin: 100px auto;
}

/* navTitle */
#navTitle,
#navTitle a {
  background: #f00;
  color: #fff;
}

#navTitle .navTitleInner {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: 960px;
}

#navTitle .navTitleInner .guide {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#navTitle .navTitleInner .more {
  font-size: 14px;
  right: 0;
  position: absolute;
  top: 25px;
}

#navTitle .navTitleInner .more a {
  background: url(../imgs/four04/icon.png) 80px 6px no-repeat;
  padding-right: 20px;
}

/* linkList */
#linkList {
  background: #ededed;
  padding: 20px 0 40px;
}

/* popCity */
.popCity h1 {
  color: #8e8e8e;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 0 20px;
  width: 960px;
}

.popCityInner {
  margin: 0 auto;
  width: 960px;
}

.popCityInner ul {
  overflow: hidden;
}

.popCityInner li {
  float: left;
  margin: 0 20px 0 0;
}

.popCityInner li dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.popCityInner li dd img {
  border: 2px solid #ffe6b7;
}

/* allCity */
.allCity h1 {
  color: #8e8e8e;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 40px 0 20px;
  width: 960px;
}

.allCityInner {
  margin: 0 auto;
  width: 960px;
}

.allCityInner ul {
  overflow: hidden;
}

.allCityInner li {
  float: left;
  font-size: 16px;
  margin-right: 20px;
  padding-bottom: 10px;
  width: 140px;
  line-height: 1.1;
}

/* aboutGurunavi */
/*#aboutGurunavi {
  border-bottom: 5px solid #ff1f54;
}*/

#aboutGurunavi h1 {
  background: url(../imgs/four04/bg_gurunavi.png) 0 0 no-repeat;
  color: #555;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 90px;
}

#aboutGurunavi h1 span {
  color: #e60113;
  font-weight: bold;
}

.aboutGurunaviInner {
  background: url(../imgs/four04/bg_footer.jpg) right bottom no-repeat;
  margin: 0 auto;
  padding: 60px 0;
  width: 960px;
}

#aboutGurunavi p {
  color: #606060;
  font-size: 16px;
  padding-left: 90px;
  width: 600px;
  line-height: 1.5;
}

/* footer */
#footer {
  border-top: 5px solid #ff1f54;
  padding: 20px 0;
  text-align: center;
}

.footer-social-widget {
  visibility: hidden;
}


