@import url('extend.css');
/*
Theme Name:Theme-Child
Author:更新システム
Description:更新システム専用子テーマ
Template:cloudtpl_473
Version: 1.6.3
*/
/* 拡張CSS。親テーマのCSSを上書きするのに使ってください */
/* ------------------------------------

	このCSSの構成
	※オーバーライドするために、最初に「#main」がついていますが、テーマによって#mainが使われていなければ適時変更の必要があるかもしれません
	※同様に「#container」が「#wrapper」などになっている場合もあります。
	※IE8などで、横幅の値によってはheightが機能しない場合がありますので注意が必要
	
	1.お知らせ
	2.店舗・会社案内 (サイトに合わせて幅を変更)
	3.メニュー1行表示 (サイトに合わせて幅を変更)
	4.メニュー一覧表示 (サイトに合わせて幅を変更)
	5.メニュー1行表示 (詳細なし)
	6.詳細スワップイメージ表示 (サイトに合わせて幅を変更)
	7.お問合せ
	8.よくある質問
	9.コース案内
	10.ブログ
	11.Facebookページ
	12.ギャラリーページ

--------------------------------------- */
p {
  color: #666666;
}
a {
  color: #ffad5c;
}
ol,
ul {
  /*margin-left:2em;*/
}
input,
textarea,
img {
  max-width: 100%;
  height: auto;
  width: expression(document.body.clientWidth > 100% '100%' : 'auto');
}
#galleria img {
  max-width: none;
}
#container h2 {
  margin-bottom: 20px;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#container ul.default li {
  list-style: disc;
}
#container ol.default li {
  list-style: decimal;
}
#container ul.default,
#container ol.default {
  padding: 10px 0 10px 20px;
}
/* サイドバーにSNSアイコンつけるならこれを利用
#sidebar{
	padding-top:30px;
	position:relative;
}
#sidebar .fb-like{
	position:absolute;
	top:0px;
	left:0px;
}
#sidebar .tw-button{
	position:absolute;
	top:0px;
	left:120px;
}
*/
/* Editor Style 
エディター用スタイルがない場合はこれを使う 
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin: 0;
}

#main .post-content h1{font-size:48px; font-weight:bold}
#main .post-content h2{font-size:36px; font-weight:bold}
#main .post-content h3{font-size:24px; font-weight:bold}
#main .post-content h4{font-size:18px; font-weight:bold}
#main .post-content h5{font-size:14px; font-weight:bold}
#main .post-content h6{font-size:12px; font-weight:bold}
#main .post-content h7{font-size:10px; font-weight:bold}
#main .post-content ul,
#main .post-content ol{
	padding:10px 0 10px 20px;
}
#main .post-content ul li{
	list-style:disc;
}
#main .post-content ol li{
	list-style:decimal;
}
#main .post-content blockquote{
	margin:10px 20px;
	font-style:italic;
	color:#999;
}

*/
/* 営業カレンダー
------------------------------------------ */
/* CLEAR-FIX
------------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* 共通 - ページタイトル下のthe_content() */
.common-content {
  padding: 0;
}
#breadcrumb {
  /* パンくずリスト */
  margin-bottom: 20px;
  font-size: 10px;
}
/* --------------------------
	1.お知らせ
----------------------------- */
.page-news {
  margin-bottom: 50px;
}
#main .pr-content {
  margin: 20px 0px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 3px #aaa;
}
.news-article {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ccc;
}
.news-article h3 {
  /* NEWSタイトル */
}
.news-comment {
  /* NEWS本文 */
}
/* お知らせ詳細 */
.news-single-article {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #ccc;
}

/*臨時休業のお知らせ*/
.oshirase {
	border: 1px dashed #a86b61;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 1rem;
}
.oshirase h3 {
	border-bottom: 1px solid #a86b61;
	color: #D02A2A;
	text-align: center;
	font-size: large;
	margin-bottom: 5px;
	padding: 5px;
}
.oshirase strong {
	color: #FF345A;
}
.oshirase p {
	margin: 1rem 230px;
}
.oshirase p:nth-last-of-type(1) {
	margin-bottom: 0;
}
/*臨時休業のお知らせ ここまで*/

/* --------------------------
	2.店舗・会社案内 (サイトに合わせて幅を変更)
----------------------------- */
#table_information {
  /* テーブル部分 */
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 60%;
}
#container .img-no {
  /* 横に画像が無い場合 */
  width: 100%;
}
#table_information th,
#table_information td {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
  vertical-align: top;
}
#table_information th {
  width: 25%;
  text-align: left;
}
.image-information {
  float: left;
  width: 37%;
}
.image-information img {
  margin-bottom: 10px;
}
#container .info-image-list {
  overflow: hidden;
}
#container .info-image-list li {
  list-style: none;
  background: none;
  float: left;
  width: 30%;
}
#container .pr-limit {
  clear: both;
  text-align: right;
  font-size: 0.85em;
  color: #f00;
}
#container .info-gallery-txt {
  margin: 0 20px 30px;
  clear: both;
  overflow: hidden;
}
/* ギャラリースワップイメージ */
#swapUD,
#swapLR {
  margin: 20px 0 50px;
}
/*上下*/
#swapUD #swapimage-l {
  text-align: center;
  max-width: 100%;
  height: auto;
}
#container .info-swapimage-list {
  text-align: center;
}
#container .info-swapimage-list li {
  list-style: none;
  margin: 8px;
  /* サイトごとに調整ください */
  padding: 0;
  width: 90px;
  /* サイトごとに調整ください */
  float: left;
}
/*左右*/
#swapLR #swapimage-l {
  max-width: 60%;
  height: auto;
  float: left;
}
#container #swapLR .info-swapimage-list {
  max-width: 38%;
  float: right;
}
#container #swapLR .info-swapimage-list li {
  margin: 5px;
  /* サイトごとに調整ください */
  width: 70px;
  /* サイトごとに調整ください */
  float: left;
}
/* --------------------------
	3.メニュー1行表示 (サイトに合わせて幅を変更)
----------------------------- */
#main #cat-taxo-info {
  /* カテゴリの説明文のエリア */
  padding: 10px;
}
.page-menu .post_box {
  margin-bottom: 20px;
}
.page-menu .post_box .image_box_l {
  /* CFイメージ画像左配置 */
  float: left;
  width: 35%;
}
.page-menu .post_box .image_box_r {
  /* CFイメージ画像右配置 */
  float: right;
  width: 35%;
}
.page-menu .post_box .content_box_l {
  /* 左配置の本文 */
  width: 62%;
  float: left;
}
.page-menu .post_box .content_box_r {
  /* 右配置の本文 */
  width: 62%;
  float: right;
}
.page-menu .post_box .content_box_none {
  /* CFイメージ画像がない場合の本文 */
  width: 100%;
}
/* --------------------------
	4.メニュー一覧表示 (サイトに合わせて幅を変更)
----------------------------- */
#main #item-list li {
  margin: 10px 5px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 3px #ccc;
  list-style: none;
  background: none;
  width: 28%;
  float: left;
  border: 1px solid #ccc;
}
#main #item-list li h3 {
  /* 1行を超える前に[・・・]で省略 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main #item-list .list-image {
  margin-bottom: 10px;
  text-align: center;
}
/* --------------------------
	5.メニュー1行表示 (詳細なし)
----------------------------- */
.page-menu02 .post_box {
  margin-bottom: 20px;
}
.page-menu02 .post_box .image_box_l {
  /* CFイメージ画像左配置 */
  float: left;
  width: 35%;
}
.page-menu02 .post_box .image_box_r {
  /* CFイメージ画像右配置 */
  float: right;
  width: 35%;
}
.page-menu02 .post_box .content_box_l {
  /* 左配置の本文 */
  width: 62%;
  float: left;
}
.page-menu02 .post_box .content_box_r {
  /* 右配置の本文 */
  width: 62%;
  float: right;
}
.page-menu02 .post_box .content_box_none {
  /* CFイメージ画像がない場合の本文 */
  width: 100%;
}
#container .page-menu02 .ba-image ul {
  margin-left: 0;
  list-style: none;
}
/* --------------------------
	6.詳細スワップイメージ表示 (サイトに合わせて幅を変更)
----------------------------- */
.swap-comment {
  /*コメント部分*/
  margin-bottom: 30px;
}
#imagewrap img {
  box-shadow: 0 0 3px #aaa;
}
#imagewrap {
  margin-bottom: 60px;
}
#imagewrap ul li {
  background: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* 下にサムネイル＆スワップイメージなし */
.swap01,
.noswap {
  width: 100%;
}
.swap01 .large-image,
.noswap .large-image {
  text-align: center;
}
#main .swap01 #large,
#main .noswap #large {
  margin: 0 auto;
  text-align: center;
  max-height: 400px;
  /* 縦画像の設定：ここはカラムによって調整してください */
}
#main .swap01 ul,
#main .noswap ul {
  margin: 10px auto;
  width: 90%;
}
#main .swap01 li,
#main .noswap li {
  margin: 5px;
  width: 31%;
  float: left;
  text-align: center;
}
#main .swap01 li img,
#main .noswap li img {
  max-height: 135px;
  /* 縦画像の設定：ここはカラムによって調整してください */
}
/* 右にサムネイル */
.swap02 {
  width: 100%;
}
.swap02 .large-image {
  width: 57%;
  float: left;
  text-align: center;
}
.swap02 .large-image img {
  max-height: 400px;
  /* 縦画像の設定：ここはカラムによって調整してください */
}
#main .swap02 ul {
  width: 40%;
  float: left;
}
#main .swap02 li {
  margin: 0 5px 5px 5px;
  width: 45%;
  float: left;
  text-align: center;
}
#main .swap02 li img {
  max-height: 110px;
  /* 縦画像の設定：ここはカラムによって調整してください */
}
/* BeforeAfter */
#main .ba-image {
  margin-bottom: 30px;
}
#main .ba-image ul li {
  width: 47%;
  float: left;
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#main .ba-image ul li:first-child {
  padding-right: 5%;
  background: url(img/allow.png) no-repeat right center;
  /*矢印はここに*/
}
#main .no-use ul li:first-child {
  background: none;
}
#main .noarrow ul li:first-child {
  padding-right: 5%;
  background: none;
  /*矢印はここに*/
}
#main .ba-image li img {
  max-height: 240px;
  /* 縦画像の設定：ここはカラムによって調整してください */
}
/* --------------------------
	7.お問合せ
----------------------------- */
.page-contact .form_box {
  text-align: center;
}
.page-contact .iqfm-table {
  /* form テーブル */
  width: 100%;
}
.page-contact .iqfm-table th {
  text-align: left;
  width: 30%;
}
.page-contact .iqfm-table td {
  text-align: left;
}
.page-contact .iqfm-table th span,
.page-contact .iqfm-table td span {
  /*注意書き*/
  color: #f00;
}
.page-contact #privacy {
  /* プライバシーポリシー */
}
/*
.form_box dl,
.form_box dt,
.form_box dd {
	margin: 0;
	padding: 0;
}

.form_box dl {
	width:100%;
	border: 1px solid #333;
	border-top: none;
	background: #e7e7e7;
}

.form_box dt,
.form_box dd {
	padding: 10px;
	line-height:1.3em;
	text-align:left;
}

.form_box dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 180px;
}

.form_box dd {
	margin-left: 200px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background: #fff;
}
*/
/* 変更点：１行毎にdlを閉じて、それをheightParentでくくる。 */
.form_box dt,
.form_box dd {
  border: 1px solid #999;
  text-align: left;
  padding: 10px;
}
.form_box dl {
  overflow: hidden;
  width: 680px;
}
.form_box dt {
  width: 188px;
  float: left;
  background-color: #ccc;
  border-bottom: none;
  border-right: none;
}
.form_box dd {
  width: 449px;
  float: left;
  background-color: #FFF;
  border-bottom: none;
}
.form_box dl.last {
  border-bottom: 1px solid #999;
}
/* チェックボックスを整えたい場合は有効だが、IE8だけ崩れる。
その場合はhead内に<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />を書いて、IE7のレンダリングにすると解決する。

.form_box dd label{
	display:inline-block;
}
*/
#submit-button {
  text-align: center;
  margin: 20px !important;
}
#submit-button input {
  width: 80px;
  padding: 3px 0;
}
.attention {
  color: #f00;
  font-size: 11px;
}
.w10 {
  width: 10%;
}
.w90 {
  width: 90%;
}
/* --------------------------
	8.よくある質問
----------------------------- */
.page-voice {
  margin-bottom: 50px;
}
#main .voice-article {
  margin-bottom: 20px;
}
#container #main .voice-article h3 {
  /* Qの背景はここで指定 */
  padding: 5px 0 15px 10px;
  margin: 0;
  background: url(images/voice/ttl_02.jpg) no-repeat left 0px;
}
#main .faq-comment {
  /* Aの背景はここで指定 */
  padding-left: 40px;
  background: url(img/bg_a.png) no-repeat left 0px;
}
/* --------------------------
	9.コース案内
----------------------------- */
.course-cf dl {
  /* 各ブロック */
  margin: 10px 6px;
  padding: 10px;
  width: 43%;
  float: left;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.course-cf dt {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.course-cf dd .course-price {
  text-align: right;
}
.course-cf .course-content02 {
  /* 下部コメント */
}
/* --------------------------
	10.ブログ
----------------------------- */
/*
#page-main-image {  メイン画像 
	margin-bottom:20px;
}
*/
#blog-top {
  /* ブログトップページフリーエリア */
  margin-bottom: 20px;
}
.article {
  /* 記事ボックス */
  padding: 10px 18px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 5px;
}
.article .post-title {
  /* 記事タイトル */
  margin-bottom: 20px;
}
.article .post-content {
  /* 記事本文 */
  margin-bottom: 10px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  overflow: hidden;
}
.wp_social_bookmarking_light {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.article .post-meta {
  /* 記事メタ情報 */
  text-align: right;
  font-size: 0.85em;
}
.wp-pagenavi {
  /* ページ送り */
  margin: 50px 0 20px;
  text-align: center;
  font-size: 0.8em;
}
#single-paging {
  /* 詳細ページ送り */
}
#signature-block {
  /* ブログ署名欄 */
  clear: both;
  padding: 50px 0 0;
}
/* コメント部分 
-------------------------------------- */
.blog .comment-area {
  margin: 10px;
  text-align: left;
}
#com h3 {
  /* コメントタイトル */
  margin: 10px 0;
  padding: 5px;
  border-bottom: 1px solid #999;
  background-color: #eee;
}
#com .compost {
  /* コメント本文 */
  margin: 10px;
  padding: 10px;
  border-bottom: 1px dashed #ddd;
  line-height: 1.5em;
}
#comment {
  /* テキストエリア */
  width: 60%;
  height: 80px;
}
#commentform p {
  margin: 10px;
}
.cominfo {
  /* コメントメタ */
  text-align: right;
  margin-top: 30px;
  font-size: 0.85em;
}
/* --------------------------
	11.Facebookページ
----------------------------- */
#facebook {
  background: none;
}
.page-template-page-facebook-php #container {
  margin: 0;
  padding: 0;
}
#facebook #main,
#facebook #header,
#facebook #container,
#facebook .inner {
  width: 100%;
}
#facebook .g-map {
  text-align: center;
}
/* --------------------------
	12.ギャラリーページ
----------------------------- */
#galleria {
  margin-bottom: 20px;
}
.galleria-info {
  margin-bottom: 20px;
}
/* タクソノミーTAB風一覧 */
#container #gallery-taxonomy-list {
  margin: 0 0 20px;
  overflow: hidden;
  border-bottom: 2px solid #ECA409;
}
#container #gallery-taxonomy-list li {
  background: none;
  margin: 0;
  padding: 0;
  float: left;
}
#container #gallery-taxonomy-list li a {
  margin: 1px 2px 0 0;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
  background-color: #ECA409;
  color: #fff;
  text-decoration: none;
}
#container #gallery-taxonomy-list li a:hover {
  background-color: #ED0003;
}
/** ------------------- 140515 T.Kumagami added this stylesheet.
------------------------------------------------------------ **/
/** -------------------------------------- all -- **/
.fleft {
  float: left;
}
.fright {
  float: right;
}
.imgleft {
  float: left;
  margin-right: 15px;
}
.imgright {
  float: right;
  margin-left: 15px;
}
.imgcenter {
  display: block;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.m00 {
  margin: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.pad00 {
  padding: 0 !important;
}
.red {
  color: #CC0000;
}
.strong {
  color: #FF0000;
  font-weight: bold;
}
#signature-block {
  /* ブログ署名欄 */
  clear: both;
  padding: 20px 0 0;
}
#container ul li {
  background: none;
  padding: 0;
}
/** -------------------------------------- structure -- **/
body#top {
  background: #f3f0e5 url(images/common/bg.jpg) repeat-x;
}
body#sub {
  background: #f3f0e5 url(images/common/bg_sub.jpg) repeat-x;
}
#container {
  padding: 15px 0 0 0;
  position: relative;
}
#main {
  width: 680px;
  padding-bottom: 50px;
}
#sidebar {
  width: 230px;
}
#sub #sidebar {
  margin: 34px 0 0 0;
}
/** -------------------------------------- header -- **/
#header {
  height: auto;
  margin-bottom: 8px;
}
#header h1 {
  color: #FFFFFF;
  margin: 0 0 12px 15px;
  position: static;
}
#header #logo {
  float: left;
  margin: 0 0 15px 15px;
}
#header #info {
  float: right;
  position: relative;
  margin: 0 15px 0 0;
  width: 486px;
}
#header #info .tel {
  position: absolute;
  top: 6px;
  left: 0;
}
#header #info .toaccess {
  position: absolute;
  top: 0;
  right: 0;
}
#header #info .add {
  position: absolute;
  top: 47px;
  left: 0;
}
/** gnavi **/
ul#mainnav {
  background: url(images/common/gnavi_bg.jpg) repeat-x;
  width: 960px;
  display: block;
  margin: 0 auto 9px;
  list-style: none;
  height: 46px;
}
ul#mainnav li {
  float: left;
  /*margin: 0 1px 0 0 ;*/
  height: 46px;
}
ul#mainnav lilast {
  margin: 0;
}
ul#mainnav li:hover {
  position: relative;
}
ul#mainnav li:hover > ul {
  display: block;
}
ul#mainnav li li {
  clear: both;
  background: #F0E6CB;
  width: 137px;
  text-align: center;
  height: auto;
}
ul#mainnav li li a {
  display: block;
  text-decoration: none;
  color: #cd5317;
  padding: 10px 0;
}
ul#mainnav li li a:hover {
  background: #FFFFFF;
}
ul#mainnav ul {
  display: none;
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  z-index: 10;
}
#mainImage {
  margin: 0 0 10px 0;
}
#mainImage .inner {
  width: 930px;
}
/** -------------------------------------- contents -- **/
#container h2,
#container h3,
#container h4 {
  background: none;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}
#container p {
  line-height: 22px;
  padding: 0;
  margin-bottom: 15px;
}
#container .section {
  margin: 0 0 20px 0;
}
/** -------------------------------------- sidebar -- **/
#container #isp-calendar-frame p {
  padding: 5px 10px 5px 18px;
  line-height: 16px;
  color: #444c56;
}
p.holiday_all {
  background: transparent url('images/common/mark_holiday.gif') left 4px no-repeat !important;
}
#sidebar {
  position: relative;
}
#sidebar .box1 {
  background: transparent;
  width: 230px;
  padding: 0;
  margin: 0 0 20px 0;
}
#sidebar h3 {
  background: url(images/common/snavi_ttl_bg.png) no-repeat;
  color: #FFFFFF;
  font-size: 93%;
  padding: 10px 0 10px 15px;
  border-bottom: none;
}
#sidebar ul li {
  background: url(images/common/list_01.png) no-repeat left 3px;
  padding: 0 0 0 13px;
}
#sidebar .wp_social_bookmarking_light {
  top: 0;
  left: 0;
  height: 50px;
}
#sidebar .wp_social_bookmarking_light .wsbl_line {
  margin-top: 15px;
}
/** -------------------------------------- footer -- **/
#container .totop {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footerUpper {
  background: url(images/common/footer_bg.jpg) repeat-x bottom;
  padding: 10px 0 10px 0;
}
#footerUpper .inner .footer_main {
  float: left;
  width: 750px;
  margin: 25px 0 0 15px;
}
#footerUpper .inner .footer_main .footer_info {
  position: relative;
  height: 120px;
}
#footerUpper .inner .footer_main .footer_info img {
  position: absolute;
}
#footerUpper .inner .footer_main .footer_info img.logo {
  top: 0;
  left: 0;
}
#footerUpper .inner .footer_main .footer_info img.tel {
  top: 0;
  left: 260px;
}
#footerUpper .inner .footer_main .footer_info img.toaccess {
  top: 0;
  right: 0;
}
#footerUpper .inner .footer_main .footer_info img.add {
  top: 50px;
  left: 260px;
}
#footerUpper .inner .footer_main p {
  color: #FFFFFF;
}
#footerUpper .inner .footer_link {
  float: right;
  width: 130px;
}
#footerUpper .inner .footer_link li {
  background: none;
  list-style-image: url(images/common/list_02.png);
  margin-bottom: 0;
  padding: 0;
}
#footerUpper .inner .footer_link li a {
  color: #FFFFFF;
  font-size: 84%;
}
#footerLower {
  padding: 0;
  background: #62524a;
}
#footerLower p {
  color: #FFFFFF;
  text-align: center;
  padding: 4px 0;
  margin: 0;
}
/** -------------------------------------- index -- **/
.topranking {
  float: left;
  padding: 15px 15px 5px 15px;
  margin: 0 3px 15px 3px;
  background: #FFFFFF;
  border: 1px solid #c7c7c7;
  width: 188px;
  height: 285px;
}
.topranking dt {
  padding: 5px 0 0 35px;
  margin: 0 0 15px 0;
  font-weight: bold;
}
.topranking dt.no1 {
  background: url(images/index/list_no1.png) no-repeat;
}
.topranking dt.no2 {
  background: url(images/index/list_no2.png) no-repeat;
}
.topranking dt.no3 {
  background: url(images/index/list_no3.png) no-repeat;
}
.topranking dd {
  margin: 0 0 15px 0;
}
.topranking dd img {
  display: block;
  margin: 0 auto;
}
.newsarea {
  background: #FFFFFF;
  padding: 10px;
  width: 660px;
  height: 350px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.newsarea .news_inner {
  border-bottom: 1px dotted #c7c7c7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.newsarea .news_inner .postimg {
  float: left;
  width: 150px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}
.newsarea .news_inner .postimg img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  max-height: 150px;
}
.newsarea .news_inner dl {
  float: right;
  width: 470px;
}
.mediaarea {
  background: #FFFFFF;
  width: 660px;
  padding: 10px;
}
.mediaarea dl {
  background: #fbf6e2;
  width: 300px;
  padding: 10px;
}
.mediaarea dl dt {
  float: left;
  clear: both;
  margin-right: 15px;
}
.mediaarea dl dd {
  line-height: 22px;
}
/** -------------------------------------- introduction -- **/
#container .anchor li {
  background: none;
  padding: 0;
  float: left;
  margin: 0 15px 14px 0;
}
#container .anchor li.last {
  margin: 0 0 14px 0;
}
.sub-section {
  width: 650px;
  padding: 15px;
  background: #FFFFFF;
  margin: 0 0 20px 0;
}
.sub-section02 {
  width: 650px;
  padding: 15px;
  background: #FFFFFF;
  margin: 0 0 20px 0;
  background: #ffffff url(images/introduction/acc_01.png) no-repeat 590px 130px;
}
.sub-section03 {
  width: 650px;
  padding: 15px;
  background: #FFFFFF;
  margin: 0 0 20px 0;
  background: #ffffff url(images/introduction/acc_02.png) no-repeat 590px 100px;
}
.sub-section04 {
  width: 650px;
  padding: 0 15px;
  margin: 0 0 20px 0;
}
/** -------------------------------------- make -- **/
.sub-section05 {
  width: 645px;
  padding: 15px 15px 15px 20px;
  background: #FFFFFF;
  margin: 0 0 30px 0;
}
#container .sub-section06 {
  width: 645px;
  padding: 0 15px 15px 20px;
}
#container .sub-section06 p {
  margin: 0;
}
#container .sub-section07 {
  width: 680px;
  margin: 0 0 30px 0;
}
#container .sub-section07 p {
  padding: 0 0 0 20px;
}
/** -------------------------------------- point -- **/
.flow {
  background: url(images/point/flow.png) no-repeat;
  width: 680px;
  height: 97px;
  border: none;
  margin: 0 0 15px 0;
}
.flow th {
  width: 252px;
  vertical-align: middle;
}
.flow td {
  vertical-align: middle;
  padding-left: 30px;
}
.appbox01 {
  float: left;
  width: 140px;
}
.appbox01 p {
  text-align: center;
  margin: 10px 0 !important;
}
.appbox02 {
  float: left;
  width: 220px;
}
.appbox02 p {
  text-align: center;
  margin: 10px 0 !important;
}
.appbox03 {
  float: left;
}
/** -------------------------------------- information -- **/
.information {
  float: right;
  width: 418px;
  border: none;
  margin: 0 0 20px 0;
}
.information th {
  border-top: 1px solid #c7c7c7;
  text-align: left;
  font-weight: normal;
  padding: 4px 0 4px 15px;
  width: 150px;
}
.information th.last {
  border-bottom: 1px solid #c7c7c7;
}
.information td {
  border-top: 1px solid #c7c7c7;
}
.information td.last {
  border-bottom: 1px solid #c7c7c7;
}
.information td address {
  color: #6c6b6b;
}
.sub-section08 {
  width: 630px;
  padding: 15px 25px;
  background: #FFFFFF;
  margin: 0 0 20px 0;
}
/** -------------------------------------- blog -- **/
#container .blog h2 {
  background: url(images/blog/ttl_01.png) no-repeat;
  color: #FFFFFF;
  padding: 2px 0 2px 55px;
}
#container .blog h3 {
  background: url(images/blog/ttl_02.jpg) no-repeat;
  padding: 10px 0 10px 10px;
  color: #FFFFFF;
  border-bottom: none;
}
#container .blog h3 a {
  color: #FFFFFF;
}
#container .page-voice h3 {
  background: url(images/blog/ttl_02.jpg) no-repeat;
  padding: 10px 0 10px 10px;
  color: #FFFFFF;
  border-bottom: none;
}
#container .page-voice h3 a {
  color: #FFFFFF;
}
.post-content p {
  margin-left: 10px;
}
/** -------------------------------------- voice -- **/
.voice-content {
  width: 660px;
  padding: 0 10px;
}
.voice-content .shop_comment {
  width: 638px;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 10px;
}
.voice-content .ttl {
  border-bottom: 1px dashed #A1877A;
  color: #A1877A;
  font-weight: bold;
}
.voice-feature {
  float: right;
  width: 400px;
}
/** -------------------------------------- bread -- **/
.bread_list li {
  margin-right: 10px;
  float: left;
}
.bread_list li.last {
  margin-right: 0;
}
#container .eyecatch {
  margin-bottom: 15px;
}
#container .eyecatch .breadmenu {
  float: left;
  margin-right: 10px;
}
#container .eyecatch .breadmenu .bread_img {
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
  width: 208px;
  height: 178px;
  padding: 4px;
  border: 2px solid #c7c7c7;
  background: #FFFFFF;
}
#container .eyecatch .breadmenu .bread_img img {
  display: block;
  max-width: 206px;
  max-height: 176px;
  margin: 0 auto;
}
#container .eyecatch .last {
  margin-right: 0;
}
#container .rankingmenu {
  width: 628px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c7c7c7;
  background: #FFFFFF;
  padding: 15px 25px;
  position: relative;
}
#container .rankingmenu li {
  list-style: url(images/common/list_01.png) inside;
  margin: 0 20px 10px 0;
  width: 290px;
  float: left;
}
.foodimg {
  float: left;
  margin-right: 15px;
  position: relative;
}
.foodimg .crown {
  position: absolute;
  top: 10px;
  left: 10px;
}
.ranking_feature {
  width: 380px;
  float: left;
}
.ranking_feature dl {
  margin-bottom: 20px;
}
.ranking_feature dl dt {
  background: #cd5317;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 123%;
  padding: 5px 10px;
  width: 50px;
  float: left;
  clear: both;
  text-align: center;
}
.ranking_feature dl dd {
  color: #cd5317;
  font-weight: bold;
  font-size: 123%;
  float: left;
  padding: 5px 0 5px 20px;
  width: 290px;
}
.ranking_feature .price {
  font-size: 136%;
}
.Pricelist {
  float: left;
  width: 330px;
  border-bottom: 1px dotted #c7c7c7;
  margin: 0 5px 15px 5px;
}
.Pricelist th {
  font-weight: normal;
  padding-left: 15px;
  text-align: left;
  width: 230px;
}
.Pricelist td {
  text-align: right;
  padding-right: 15px;
}
