@charset "UTF-8";

/* ===============================================
   印刷用CSS - Print Styles
   =============================================== */

/* ===============================================
   リセットCSS
   =============================================== */
* {
  padding: 0;
  margin-top: 12px;
}

/* ===============================================
   印刷用基本設定
   =============================================== */
body {
  zoom: 0.60;
}

/* 改ページ制御 */
.break {
  page-break-before: always;
}

/* 印刷時非表示要素 */
#right-sidebar,
#right-sidebar p,
#fb-like-box {
  display: none;
}

/* ===============================================
   基本要素スタイル
   =============================================== */
p {
  border-style: none;
}

img {
  border: none;
  vertical-align: top;
  margin: 2px 0px 2px 0px;
}

iframe {
  margin: 5px 10px 10px 0px;
  border-style: none;
}

/* ===============================================
   リンクスタイル
   =============================================== */
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ===============================================
   レイアウト構造
   =============================================== */
#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 1000px;
}

#header {
  padding: 10px 20px 20px;
}

#top #header {
  background: url(../img/bg.jpg) no-repeat right top;
  height: 140px;
}

#containertop {
  padding: 20px 10px 0px 10px;
}

#container {
  float: left;
  padding: 10px;
  width: 780px;
}

#contents {
  float: left;
  width: 750px;
  font-size: 0.9em;
}

/* ===============================================
   グローバルナビゲーション
   =============================================== */
#global_navi {
  list-style: none;
  width: 90px;
  clear: both;
  font-size: 1em;
  padding: 13px 0px 10px;
}

#global_navi ul {
  list-style: none;
  width: 1000px;
  margin-bottom: 3px;
}

#global_navi ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#global_navi ul li {
  list-style: none;
  width: 139px;
  margin: 0;
  float: left;
  border-right: 1px solid #999999;
  background: #302522 url(../monzen/img/navi_top.jpg) repeat-x left bottom;
  font-weight: bold;
  font-size: 1em;
}

#global_navi ul li.gnavi_last {
  border-right: none !important;
}

#global_navi ul li a {
  padding: 7px 5px 7px 15px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background: url(../images/pnt_gnavi.gif) no-repeat 5px 9px;
}

#global_navi ul li a:hover {
  color: #FFCC00;
  display: block;
}

/* ===============================================
   コンテンツアイテム（アイコン付きリスト）
   =============================================== */
.contents_item ul li {
  list-style: none;
  border-bottom: 1px dotted #CCCCCC;
}

/* 情報アイコン */
.contents_item ul li.ico_info {
  font-size: 0.9em;
  background: url(../img/ico_info.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* NEWアイコン */
.contents_item ul li.ico_new {
  font-size: 0.9em;
  background: url(../img/ico_new.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* HOTアイコン */
.contents_item ul li.ico_hot {
  font-size: 0.9em;
  background: url(../img/ico_hot.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* 食事アイコン */
.contents_item ul li.ico_eat {
  background: url(../img/ico_eat.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* 遊びアイコン */
.contents_item ul li.ico_play {
  background: url(../img/ico_play.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* ショップアイコン */
.contents_item ul li.ico_shop {
  background: url(../img/ico_shop.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* ライブアイコン */
.contents_item ul li.ico_live {
  background: url(../img/ico_live.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* 美容アイコン */
.contents_item ul li.ico_beauty {
  background: url(../img/ico_beauty.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* 企業アイコン */
.contents_item ul li.ico_kigyou {
  background: url(../img/ico_kigyou.gif) no-repeat 0 3px;
  padding: 3px 0px 3px 58px;
}

/* ===============================================
   ランキングアイコン（1位〜5位）
   =============================================== */
.contents_item ul li.ico_1st {
  background: url(../img/listicon/number1.png) no-repeat 0 3px;
  padding: 3px 0px 3px 20px;
}

.contents_item ul li.ico_2st {
  background: url(../img/listicon/number2.png) no-repeat 0 3px;
  padding: 3px 0px 3px 20px;
}

.contents_item ul li.ico_3st {
  background: url(../img/listicon/number3.png) no-repeat 0 3px;
  padding: 3px 0px 3px 20px;
}

.contents_item ul li.ico_4st {
  background: url(../img/listicon/number4.png) no-repeat 0 3px;
  padding: 3px 0px 3px 20px;
}

.contents_item ul li.ico_5st {
  background: url(../img/listicon/number5.png) no-repeat 0 3px;
  padding: 3px 0px 3px 20px;
}

/* ===============================================
   コンテンツ表示（3列レイアウト）
   =============================================== */
.contents_thr {
  font-size: 0.9em;
  margin-bottom: 5px;
}

.contents_thr ul {
  list-style: none;
  clear: both;
}

.contents_thr ul:after {
  content: ".";
  display: block;
  height: 5px;
  clear: both;
  visibility: hidden;
}

.contents_thr ul li {
  float: left;
  margin: 0 5px 10px 0 !important;
  padding: 0 !important;
  width: 130px !important;
  background: none !important;
  border: none !important;
}

.contents_thr ul li img {
  padding: 2px;
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
}

.contents_thr ul li a:hover img {
  border: 1px solid #CC9999;
}

.contents_thr ul li.last {
  margin: 0 0 10px 0 !important;
}

/* ===============================================
   旅行コンテンツ表示
   =============================================== */
.contents_trip {
  font-size: 0.9em;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.contents_trip ul {
  list-style: none;
  clear: both;
  height: 1%;
}

.contents_trip ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.contents_trip ul li {
  float: left;
  margin: 0 5px 2px 0 !important;
  padding: 0 !important;
  width: 175px !important;
  background: none !important;
  border: none !important;
}

.contents_trip ul li img {
  padding: 2px;
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
}

.contents_trip ul li.big {
  width: 230px !important;
}

.contents_trip ul li.small {
  width: 150px !important;
}

.contents_trip ul li img.small {
  padding: 2px;
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
  width: 150px !important;
}

.contents_trip ul li a:hover img {
  border: 1px solid #CC9999;
}

.contents_trip ul li.last {
  margin: 0 0 2px 0 !important;
}

/* ===============================================
   大きなコンテンツ表示
   =============================================== */
.contents_big {
  margin-bottom: 5px;
  font-size: 0.9em;
  line-height: 1.3em;
}

.contents_big ul {
  list-style: none;
  clear: both;
}

.contents_big ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.contents_big ul li {
  font-size: 1em;
  float: left;
  margin: 0 10px 10px 0 !important;
  padding: 0 !important;
  width: 135px !important;
  background: none !important;
  border: none !important;
}

.contents_big ul li img {
  padding: 2px;
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
}

.contents_big ul li a:hover img {
  border: 1px solid #CC9999;
}

.contents_big ul li.last {
  margin: 0 0 10px 0 !important;
}

/* ===============================================
   見出し要素
   =============================================== */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

h2,
h3,
h5,
h6 {
  font-size: 1.1em;
  margin-bottom: 1em;
  padding: 5px 0px 5px 20px;
  background: url(../monzenimg/ippin/ribon.gif) 0 3px;
  color: #ffffff;
}

h4 {
  font-size: 1em;
  margin-bottom: 1em;
  padding: 2px 0px 0px 18px;
  background: url(../monzenimg/ippin/ribon2.gif) 0 3px;
  color: #660000;
}

h3,
h4,
h5,
h6 {
  margin-top: 1.2em;
}

/* ===============================================
   ロゴ・ブランディング
   =============================================== */
.logo {
  font-size: 1em;
  margin-bottom: 8px;
}

.logo a {
  font-size: 1em;
  margin-bottom: 0.5em;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

.description {
  font-size: 0.9em;
  margin-bottom: 10px 0px 0px 0px;
}

/* ===============================================
   コンテンツ内の要素
   =============================================== */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

#contents dl {
  margin: 1em 0;
}

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd {
  margin-bottom: 2em;
}

#contents ul {
  margin: 1em 0 1em 20px;
}

#contents ol {
  margin: 1em 0 1em 30px;
}

#contents li {
  margin-bottom: 0.5em;
}

/* ===============================================
   サイドバー要素
   =============================================== */
.sidetitle {
  padding: 5px 0;
  border-bottom: 1px solid #666666;
}

.localnavi {
  list-style-type: none;
  margin-bottom: 2px;
}

.localnavi li {
  display: inline;
}

.localnavi a {
  text-decoration: none;
  display: block;
  width: 190px;
  padding: 3px 0px;
  color: #0000ff;
}

.localnavi a:hover {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #6b8e23;
}

/* ===============================================
   フッター
   =============================================== */
#footer {
  font-size: 0.7em;
  clear: both;
  padding: 0.5em 0 1em;
}

#footer p {
  text-align: center;
}