@charset "utf-8";
/* CSS Document */

/* 全体 */
html{ color:#252525;background-color:#f0eee6;}
legend{ color:#252525; } 

a{
	color:#41721e;
}
a:hover{
	text-decoration:none;
	color:#50812d;
}


/* テキストボタン */
.button a{
	background-color:#4a5d3d;
	color:#fff;
}
.button a:hover{
	background-color:#687b5b;
}

/* メイン画像 */
#main-image{
	text-align:center;
	padding:20px 0 0;
	background-color:#f0eee6;
}


/* タイトルパターン */
#main h2,
.sidebar .widget h3{
	background-color:#173800;
	border-bottom:3px solid #000;
	color:#fff;
	padding:10px;
}

#main h3{
	border-bottom:double #000;
	margin-bottom:10px;
	padding-bottom:7px;
}

/* -------------------------------------------
	WordPress Editor
---------------------------------------------- */
.wp-caption {
	background: #f1f1f1;
	color: #888;
}

#main .post-content blockquote{
	color:#999;
}



@media all and (min-width:641px){
/* ------------------------------------------
	PC用のスタイル記述
--------------------------------------------- */
#header{
	background-color:#fff;
}


/* Navigation 
------------------------------------ */

#header nav{
	background:url(/wp-content/themes/tpl-theme/images/common/bg-navi.jpg) repeat-x;
}


#globalnavi li{
}
#globalnavi li a{
	border-left:1px solid #375425;
	color:#fff;
}

#globalnavi li:last-child a{
	border-right:1px solid #375425; 
}
#globalnavi a:hover{
	background:url(/wp-content/themes/tpl-theme/images/common/bg-navi-on.jpg) repeat-x;
	color:#fff;
}


/* Sidebar
------------------------------------ */
.sidebar .widget li a{
	border-bottom:1px dotted #8b8679;
	color:#252525;
}
.sidebar .widget a:hover{
	background-color:#cfd9c8;
}

/* Footer
------------------------------------ */
#pagetop a{
	background-color:#173800;
	color:#fff;
}
#pagetop a:hover{
	background-color:#28520b;
}
#footer{
	background-color:#173800;
	color:#fff;
}
#footer a{
	color:#fff;
}

#footer .inner li{
	border-right:1px solid #fff;
}




/* ------------------------------------------
	PC用の下層ページスタイル記述
--------------------------------------------- */

/* ブログ
----------------------------- */

.article{ /* 記事ボックス */
	border:1px solid #ccc;
	background-color:#fff;
	box-shadow:0 0 3px #ccc;
}

.article .post-content{ /* 記事本文 */
	border-bottom:1px dotted #ccc;
}

/* コメント部分 
----------------------------- */
#com h3{/* コメントタイトル */
	border-bottom:1px solid #999;
	background-color:#eee;
}
#com .compost{ /* コメント本文 */
	border-bottom:1px dotted #ddd;
}

/* よくある質問
----------------------------- */

#main .faq-article{
	background-color:#fff;
}

#main .faq-article h3{/* Qの背景はここで指定 */
}

#main .faq-comment{/* Aの背景はここで指定 */
}


/* 店舗・会社案内
----------------------------- */
#table_information th,
#table_information td{
	border-bottom:1px dotted #ccc;
}

#table_information td{
}


/* 問い合わせ
----------------------------- */

.form_box .mailform-tbl th,
.form_box .mailform-tbl td{
	border:1px solid #ccc;
}
.form_box .mailform-tbl th{
	background-color:#f0f0f0;
}

.form_box .mailform-tbl td{
	background-color:#fff;
}

/* コース案内
----------------------------- */
.page-course{}

.course-cf dl{/* 各ブロック */
	border:1px solid #ccc;
	background-color:#fff;
}
.course-cf dt{
	border-bottom:1px solid #ccc;
	padding-bottom:7px;
}
.course-cf dd .course-price{
}
.course-cf .course-content02{/* 下部コメント */
}



/* メニュー一覧表示
----------------------------- */
#main #item-list li{
	box-shadow:0 0 3px #ccc;
	border:1px solid #ccc;
	background-color:#fff;
}




/* 商品メニュー詳細
----------------------------- */

#imagewrap img{
	box-shadow:0 0 3px #aaa;
}

/* タクソノミーTAB風一覧 */
#container #gallery-taxonomy-list{
	border-bottom:2px solid #4a5d3d;
}

#container #gallery-taxonomy-list li a{
	background-color:#4a5d3d;
	color:#fff;
}
#container #gallery-taxonomy-list li.current-cat a{
}
#container #gallery-taxonomy-list li a:hover{
	background-color:#687b5b;
}


}
@media screen and (max-width:768px)
 and (min-width:641px){
/* ------------------------------------------
	タブレット用のスタイル記述
--------------------------------------------- */

}
@media screen and (max-width:640px){
/* ------------------------------------------
	スマホ用のスタイル記述
--------------------------------------------- */
#header{
	background-color:#fff;
	padding:0 0 5px 0;
	border-bottom:2px solid #d7d7d5;
}

#breadcrumb{
	padding-top:10px;
}

#globalnavi li a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000000), color-stop(0.00, #333333));
	background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background: -o-linear-gradient(top, #333333 0%, #000000 100%);
	background: -ms-linear-gradient(top, #333333 0%, #000000 100%);
	background: linear-gradient(top, #333333 0%, #000000 100%);
	border-bottom:1px solid #333;
	text-decoration:none;
	color:#fff;
	display:block;
	padding:15px 10px;
}
#openmenu2{
	background-color:#000;
	color:#fff;
}
.open_menu #openmenu2{
	background:url(images/mobile/icon-list-up.gif) no-repeat 98% center #000;
}


#main-image{
	padding:0px;
}


#main h2,
.sidebar .widget h3{
/* サイトごとに変更 */
}
.sidebar .widget li a{
/* サイトごとに変更 */
	border-bottom:1px dotted #999;
	color:#252525;
}


/*footer*/
#pagetop a{
	background-color:#173800;
	color:#fff;
}

#footer{
	background-color:#173800;
	color:#fff;
}
#footer li a{
	background:url(images/mobile/icon-list.gif) no-repeat 97% center;
	border-bottom:1px solid #365a1d;
	color:#fff;
	text-decoration:none;
}
#footer #copy{
}
#footer-bottom{
	background-color:#000;
}
#footer-bottom a{
	color:#fff;
	border:1px solid #666;
}
#footer-bottom #f-map a{
}
/* ------------------------------------------
	スマホ用の下層ページスタイル記述
--------------------------------------------- */
/* INDEX
------------------------------------ */
.cont03 li{
	border-bottom:1px solid #ccc;
}

/* よくある質問
----------------------------- */

#main .faq-article h3{
	background-color:#333;
	color:#fff;
}
#main .faq-comment{
	border:1px solid #ccc;
	border-radius:0 0 5px 5px;
	background-color:#fff;
}

/* 店舗・会社案内
----------------------------- */

#table_information th,
#table_information td{
	border-bottom:1px dotted #ccc;
}


/* ブログ
----------------------------- */
.article{
	border:1px solid #ccc;
	background-color:#fff;
	box-shadow:0 0 3px #ccc;
}

/* 問い合わせ
----------------------------- */
.form_box .mailform-tbl{
}
.form_box .mailform-tbl th,
.form_box .mailform-tbl td{
	border:1px solid #ccc;
	background-color:#fff;
}
.form_box .mailform-tbl th{
	background-color:#f0f0f0;
}



/* コース案内
----------------------------- */
.page-course{}

.course-cf dl{/* 各ブロック */
	border:1px solid #ccc;
	border-radius:10px;
	background-color:#fff;
}
.course-cf dt{
	border-bottom:2px solid #ccc;
	padding-bottom:7px;
}
.course-cf .course-content02{/* 下部コメント */
}


/* メニュー1行表示
----------------------------- */


/* メニュー一覧表示
----------------------------- */
#item-list{
}
#main #item-list li{
	border:1px solid #ccc;
	background-color:#fff;
}
#main #item-list li h3{ /* 1行を超える前に[・・・]で省略 */
}




/* 商品詳細
------------------------------------ */


/* タクソノミータブ
------------------------------------ */

#gallery-taxonomy-list li a{
	color:#fff;
	background:#4a5d3d;
	border-radius:5px;
}

}

