@charset "UTF-8";

/* =======================================
     ブラウザスタイルの初期化
   ======================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size: 100%;
    vertical-align:baseline;
    background:transparent;
}

body {
  line-height: 1.0;
  -webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colors to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colors to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted inherit;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells: show;
}

/* change border color to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ---------------------------------------
         共通項目
   --------------------------------------- */
body {
  width: 100%;
  background: #f2f3ee;
  color: #333;       /* 文字色 ★ */
  font-size: 1.2em;  /* ベースフォントサイズ ★ */
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height:1.4;
}

a {
  color: #556fb5;
  text-decoration: underline;
}

/* ---------------------------------------
         基本コンテンツ要素
   --------------------------------------- */
/* ヘッダー */
header.header {
  position: relative;
  height: 47px;
  background-image: -webkit-gradient(linear, left top, left bottom,
    from(#f3a893), to(#ec6b44));
  line-height: 47px;
  -webkit-box-shadow: 0 0 5px 0 #333;
  box-shadow: 0 0 5px 0 #333;
}

header.header h1 {
  position: absolute;
  top: 6px;
  left: 10px;
}

header.header .btn-back {
  position: absolute;
  top: 0;
  right: 0;
}

/* フッター */
div.gnavi {
  width: 100%;
  background-color: #000;
}

div.gnavi ul {
  width: 228px;
  margin: 0 auto;
}

div.gnavi ul.gps {
  width: 285px;
}

div.gnavi li {
  float: left;
  width: 57px;
}

div.gnavi li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0 !important;
  height /**/: 56px;  /* for IE */
  padding-top: 56px;
  background: url(../images/btn_gnavi.png);
}

div.gnavi li.btn1 a { background-position:    0px  0px; }
div.gnavi li.btn2 a { background-position:  -57px  0px; }
div.gnavi li.btn3 a { background-position: -114px  0px; }
div.gnavi li.btn4 a { background-position: -171px  0px; }
div.gnavi li.btn5 a { background-position: -228px  0px; }

div.gnavi li.btn1 a:hover { background-position:    0px   -56px; }
div.gnavi li.btn2 a:hover { background-position:  -57px  -56px; }
div.gnavi li.btn3 a:hover { background-position: -114px  -56px; }
div.gnavi li.btn4 a:hover { background-position: -171px  -56px; }
div.gnavi li.btn5 a:hover { background-position: -228px  -56px; }

ul.footer-navi {
  margin: 15px 0;
}

ul.footer-navi li {
  display: inline;
  padding: 0 15px;
  font-size: 0.8em;
}

ul.footer-navi li:first-child {
  border-right: 1px solid #000;
}

footer p {
  margin-bottom: 15px;
  font-size: 0.7em;
}

div.wrapper {
  padding-top: 10px;
}

/* 横スクロール */
.panel {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.active {
  display: block;
}

ul#gnavi-btn li   { overflow: hidden; }
ul#gnavi-btn li a { display: block; }


/* フリーワード検索 */
article.keyword form {
  margin: 10px 0;
}

article.keyword input[type="search"] {
  width: 240px;
  font-size: 1.0em;
}

/* ツィッター */
div.twitter{
  position: relative;
  width: 300px;
  height: 45px;
  margin: 10px auto 20px;
}

div.twitter h3 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
}

div#twit-ticker {
  position: absolute;
  top: 10px;
  left: 0;
  width: 75%;
  padding: 10px 10px 10px 50px;
  border: 1px solid #7dc5d5;
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 1;
}

/* ---------------------------------------
        　トップ
   --------------------------------------- */
article.keyword {
  margin: 0 10px;
}

h2#top-copy {
  font-size: 0.9em;
  font-weight: bold;
}

ul#top-list01 li {
  display: inline;
  padding: 0 5px;
  border-left: 1px solid #556fb5;
  font-size: 0.8em;
}

ul#top-list01 li:last-child {
  border-right: 1px solid #556fb5;
}

section#top-feat {
  margin: 10px auto;
  padding-top: 15px;
  border-top: 1px solid #b5b5b5;
}

nav#top-subnavi {
  width: 300px;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #b5b5b5;
}

nav#top-subnavi li {
  float: left;
}

nav#top-subnavi li.btn1,nav#top-subnavi li.btn3 { 
  width: 90px;
}

nav#top-subnavi li.btn2 {
  width: 90px;
  margin: 0 15px;
}

nav#top-subnavi li a {
  display: block;
  overflow: hidden;
  width:100%;
  height : 105px;
  background-image: url(../images/btn_subnavi.png);
  text-indent: -9999px;
}

nav#top-subnavi li.btn1 a  { background-position:    0px  0px; }
nav#top-subnavi li.btn2 a  { background-position: -105px  0px; }
nav#top-subnavi li.btn3 a  { background-position: -209px  0px; }


/* ---------------------------------------
        　特集
   --------------------------------------- */
section#feat {
  margin: 10px auto;
  padding-top: 15px;
  border-top: 1px solid #b5b5b5;
}

section#feat p {
  margin: 10px 10px 0;
  text-align: left;
}


/* ---------------------------------------
        　GPS
   --------------------------------------- */
div#gps-map {
  margin: 10px auto;
}

/* 吹き出し */
div#gps-fuki{
  text-align: left;
}

div#gps-fuki a{
  font-size:1.2em;
  font-weight: bold;
}


/* ---------------------------------------
        　50音検索
   --------------------------------------- */
ul.subnavi01 li.arrow {
  padding: 0 10px;
  border-top: 1px solid #d2d2d2;
  background-image: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%,#e5e6e3), color-stop(50%,#e5e6e3), 
    color-stop(50%,#f2f3ee), color-stop(100%,#f2f3ee));
  text-align :left;
}

ul.subnavi01 li:last-child {
  border-bottom: 1px solid #d2d2d2;
}

ul.subnavi01 li a{
  display:block;
  padding: 15px 0;
}

ul.subnavi01 li.arrow a {
  color: #333;
  font-weight: bold;
  text-decoration:none;
}

ul.subnavi01 li.arrow a {
  background : url(../images/ico_arrow_01.png) 98% 50% no-repeat;
}

li.subnavi01-in {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}

li.subnavi01-in a{
  float: left;
  width: 19%;
  height: 40px;
  border-right: 1px solid #d2d2d2;
  background-img : none;
  color: #556fb5;
  font-weight: normal;
  text-decoration: underline;
}

li.subnavi01-in a:last-child {
  border-right: none;
}

/* ---------------------------------------
        　エリア検索
   --------------------------------------- */
ul.subnavi02 li {
  padding: 0 10px;
  border-top: 1px solid #d2d2d2;
  background-image: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%,#e5e6e3), color-stop(50%,#e5e6e3), 
    color-stop(50%,#f2f3ee), color-stop(100%,#f2f3ee));
  font-weight: bold;
  text-align :left;
}

ul.subnavi02 li:last-child {
  border-bottom: 1px solid #d2d2d2;
}

ul.subnavi02 li a {
  display:block;
  padding: 15px 0;
  background : url(../images/ico_arrow_01.png) 98% 50% no-repeat;
  color: #333;
  text-decoration:none;
}


/* ---------------------------------------
        　写真付き検索リスト
   --------------------------------------- */
div#search-list01 li  {
  padding: 0 10px;
  border-top: 1px solid #b5b5b5;
  background-image: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%,#e5e6e3), color-stop(50%,#e5e6e3), 
    color-stop(50%,#f2f3ee), color-stop(100%,#f2f3ee));
  text-align :left;
}

div#search-list01 li:last-child {
  border-bottom: 1px solid #b5b5b5;
}

div#search-list01 li a{
  display: block;
  padding: 5px 0 20px;
  background : url(../images/ico_arrow_01.png) 98% 50% no-repeat;
  color: #333;
  font-weight: bold;
  text-decoration:none;
}

div#search-list01 li img {
  float: left;
  width: 72px;
  margin-right: 5px;
}

div#search-list01 h2,
div#search-list01 h3 {
  padding: 10px 0 0 5px;
}

.search-attn01 {
  margin: 60px 0;
  color: #cc0000;
}


/* ---------------------------------------
        　詳細ページ
   --------------------------------------- */
div.wrapper-in01 {
  width: 290px;
  margin: 0 auto;
}


/* Easy Slider */
#slider ul, #slider li {
  margin: 0;
  padding: 0;
}

#slider li {
  overflow: hidden;
  width: 289px;
  height: 189px;
}

/* ボタンめくりの場合 */
#prevBtn, #nextBtn {
  float: left;
  width: 40px;
  height: 40px;
  margin: 10px 20px 10px 0;
}

#prevBtn a, #nextBtn a{
  display:block;
  width: 40px;
  height: 40px;
  background:url(../images/btn_arrow_l.png) no-repeat 0 0;
  text-indent: -9999px;
}

#nextBtn a{
  background:url(../images/btn_arrow_r.png) no-repeat 0 0;
}

#prevBtn a:focus, #nextBtn a:focus {
  outline: none;
}


/* 数字めくりの場合 */
ol#controls {
  margin: 10px 0 15px;
  padding: 0;
  height: 28px;
}

ol#controls li {
  float: left;
  margin-right: 15px;
  padding: 0;
  height: 30px;
  line-height: 28px;
}

ol#controls li a {
  float: left;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #f3a893;
  background: #ec6b44;
  color: #fff;
  text-decoration: none;
}

ol#contorls li.current a {
  background: #5dc9e1;
  color: #fff;
}

ol#controls li a:focus {
  outline: none;
}

section#detail-box01 {
  margin-top: -20px;
  background: url(../images/fig_detail_01.png) top no-repeat;
}

div#detail-boxin01 {
  padding: 30px 10px 10px;
}

section#detail-box01 h2 {
  font-weight: bold;
  text-align: left;
}

p.detail-txt01 {
  font-size: 0.8em;
}

section#detail-box01 ul {
  margin-bottom: 15px;
  text-align: left;
}

section#detail-box01 li {
  padding-left: 20px;
  background: url(../images/ico_circle_01.png) 10px 7px no-repeat;
  font-size: 0.8em;
}

div#detail-txt01 {
  margin: 0 15px;
  font-size: 0.8em;
  text-align: left;
}

div#detail-txt01 p {
  margin: 10px 0;
}