﻿@charset "utf-8";
/*
Theme Name: mrp06
Theme URI: http://hp-morph.com/
Description: mrp06
Version: 2.03
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template v2.03
	 http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* Patterns from Subtle Patterns: subtlepatterns.com */

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ｓ ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
/*
caption, th, td {font-weight: normal;text-align: left;}
*/
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	backface-visibility: hidden; /*Choromeで画像ホバー時のちらつきを防ぐ*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 90%/1.5 "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	background: #fff;
}
/*------------------------------------------------------------
 初期：リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #313131;
}
a:hover, a:active {
	outline: none;
	color: #6f6f6f;
}
/*------------------------------------------------------------
 初期：画像
------------------------------------------------------------*/
a img {
	/*transition使用*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, ul.post li:after, nav#mainNav .inner:after {
	content: "";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post, ul.post li, nav#mainNav .inner {
	zoom: 1;
}
/*------------------------------------------------------------
 初期：フォーム設定
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #555;
	background: #fcfcfc;
	font-family: MS UI Gothic;
}
textarea {
	height: auto;
	line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px 10px;
	background: #878787;
	background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #878787), color-stop(100%, #6f6f6f));
	background: -webkit-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: -o-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: linear-gradient(to bottom, #878787 0%, #6f6f6f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f', GradientType=0 );
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 100%;
	color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #878787;
	background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f6f6f), color-stop(100%, #878787));
	background: -webkit-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: -o-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: linear-gradient(to bottom, #6f6f6f 0%, #878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787', GradientType=0 );
	cursor: pointer;
}
*:first-child+html input[type="submit"] {
	padding: 3px;
}
/*------------------------------------------------------------
 初期：レイアウト設定
------------------------------------------------------------*/
#wrapper, .inner {
	margin: 0 auto;
	width: 1240px;
}
#header {
	overflow: hidden;
}
#content {
	float: right;
	width: 927px;
	margin: 0px 0 4% 0;
	line-height: 1.6em;
}
#content.wide {
	width: 100%;
	margin-top: 14px;
}
#content.widetop {
	margin-top: -2%;
}
#sidebar {
	font-size: 93%;
	float: left;
	width: 293px;
	padding: 0 0 4% 0;
}
#footer {
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
	clear: both;
}
body.right-sidebar #wrapper #sidebar {
	float: right;
}
body.right-sidebar #wrapper #content {
	float: left;
}
/* IE7ドキュメントモードhuck
----------------------------------*/
.gallery {
*zoom: 97%;
}
.png {
*zoom: 1;
}
/*------------------------------------------------------------
 ヘッダー
------------------------------------------------------------*/

/* headerレイアウト
----------------------------------*/
#header-layout {
	padding: 20px 0;
}
/* ロゴ
----------------------------------*/
#header .logo {
	clear: both;
	display: table-cell;
	vertical-align: middle;
}
#header .logo img {
	max-height: 70px;
}
body.headlogo-nonfix #header .logo img {
	max-height: inherit;
}
#header h2 {
	clear: both;
	float: left;
	padding: 20px 5px 15px;
	color: #515151;
	font-size: 160%;
	font-weight: bold;
}
/* サイト説明文
----------------------------------*/
#header h1 {
	padding: 5px 0;
	font-size: 90%;
	font-weight: normal;
}
.description {
	padding: 5px 0;
	font-size: 90%;
	font-weight: normal;
}
/* コンタクト
----------------------------------*/
.contact {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 100%;
	color: #000;
}
.contact .float {
	float: right;
}
.contact .tel {
	display: inline-block;
	vertical-align: top;
	margin-bottom: -3px;
	font-size: 230%;
	font-family: 'Oswald', Helvetica, sans-serif;
}
.contact .tel img {
	padding-right: 5px;
}
.contact .mail {
	display: inline-block;
	margin-left: 20px;
}
.contact .address {
	clear: both;
}
/*------------------------------------------------------------
 タイポグラフィー
------------------------------------------------------------*/

#mainImg {
	clear: both;
	margin: 20px 0 0 0;
	line-height: 0;
	text-align: center;
	z-index: 0;
padding-top: 15px !important;
padding-bottom:4px !important; 
}
#mainImg img {
	-webkit-box-shadow: 0 10px 3px -8px #cccccc;
	-moz-box-shadow: 0 10px 3px -8px #cccccc;
	box-shadow: 0 10px 3px -8px #cccccc;
}
h1.title {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	color: #000;
	border: 1px solid #d5d5d5;
	text-shadow: 1px 1px 1px #fff;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(222,223,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dedfe0', GradientType=0 ); /* IE6-9 */
}
h2.title {
	clear: both;
	margin: 0 0 20px 0;
	padding: 7px 10px 7px 10px;
	color: #000;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
}
.dateLabel {
	text-align: right;

	/*font-weight:bold;
		color:#858585;*/
}
p.dateLabel {
	padding-bottom:0px !important;
	}

/*------------------------------------------------------------
 コンテンツ
------------------------------------------------------------*/
.post {
	margin: 0 0 20px 0;
	
	border: 1px solid #d5d5d5;
	box-shadow: 0 10px 3px -8px #cccccc;
}
.post p {
	padding-bottom: 15px;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul#sitemap_list li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: none;
	border-bottom: none;
}
#sitemap_list {
	background: none!important;
}
.post ol {
	margin: 0 0 10px 30px;
}
.post ol li {
	list-style: decimal;
}
.post h1 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	margin: 0 0 10px 0;
	padding: 7px 10px 7px 10px;
	color: #000;
	border: 1px solid #d5d5d5;
	text-shadow: 1px 1px 1px #fff;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(222,223,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dedfe0', GradientType=0 ); /* IE6-9 */
}
.post h2 {
	clear: both;
	border-top: 2px solid #878787;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.post h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post h2:before {
	background: none repeat scroll 0 0 #878787;
	content: "";
	display: block;
	height: 22px;
	left: 7px;
	position: absolute;
	top: 6px;
	width: 4px;
}
.post h3 {
	clear: both;
	margin: 10px 0;
	font-weight: normal;
	padding: 4px 2px 4px 2px;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
}
.post h4 {
	clear: both;
	margin: 10px 0;
	font-size: 12px;
	font-weight: normal;
	color: #2e2c2c;
	padding: 4px 2px 4px 2px;
	border-top: 1px dotted #515151;
	border-bottom: 1px dotted #515151;
}
.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}
.post blockquote p {
	padding: 5px 0;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
.post img {
	max-width: 100%;
	height: auto;
	padding: 4px;
	border: 1px solid #cccccc !important;
}
/* IE8以下画像対応
------------------------------------------------------------*/
.post img {
	width: inherit\9;
	max-width: 100%\9;
	height: auto\9;
}
.post img.aligncenter {
	display: block;
	margin: 5px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
}
.post img.alignright {
	padding: 4px;
	margin: 0 0 15px 8px;
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
}
.post img.alignleft {
	padding: 4px;
	margin: 0 8px 15px 0;
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
}
/* imgにborder除外。

<div class="noborder">で括る
------------------------------------------------------------*/
.post .noborder img {
	border: none !important;
}
.toppage h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.toppage {
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#hatena img{
	padding:0;
	}
/* パンくずリスト
----------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
#breadcrumb {
	clear: both;
	padding: 5px 3px 5px 0;
}
#breadcrumb ul {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
#breadcrumb ul li {
	float: left;
	margin: 0 5px;
	font-size: 11px;
}
#breadcrumb ul li:first-child {
	margin: 0;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
/* 記事ループ
*****************************************************/
.list {
	padding: 10px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.list:last-child {
	border: 0;
}
.post .list p {
	padding: 0;
}
.list span {
	padding-left: 10px;
}
/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	box-shadow: 0 10px 3px -8px #cccccc;
}
section.widget ul ul {
	box-shadow: none!important
}
/*サイドバーにiframeを展開させたい場合----------------------*/
.textwidget iframe {
	width: 100%!important;
}
.widget_search {
	clear: both;
}
.widget_text {
	clear: both;
}
.widget widget_calendar {
	clear: both;
}
section.widget ul ul {
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
}
p.banner {
	padding-bottom: 15px;
	clear: both;
}
p.banner img {
	max-width: 293px;
	height: auto;
	-webkit-box-shadow: 0 10px 3px -8px #cccccc;
	-moz-box-shadow: 0 10px 3px -8px #cccccc;
	box-shadow: 0 10px 3px -8px #cccccc;
}
p.banner img:hover {
	cursor: pointer;
	opacity: .8;
}
section.widget h2 {
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(222,223,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dedfe0', GradientType=0 ); /* IE6-9 */
}
section.widget h3 {
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 110%;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	color: #000;
	background: #fff url(../img/headingbg.png) repeat-x 0 100%;
}
section.widget li a {
	display: block;
	padding: 7px 0 7px 12px;
	background: url(../img/arrow.gif) no-repeat 0 12px;
	border-bottom: 1px dashed #dcdcdc;
}
section.widget li:last-child a {
	border: 0;
}
#searchform input[type="text"] {
	line-height: 1.7;
	height: 30px;
	width: 90px;
}
/* カレンダー */
#calendar_wrap table {
	margin: 0 auto;
	width: 90%;
}
#calendar_wrap table caption {
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}
#calendar_wrap table th, #calendar_wrap table td {
	padding: 3px;
	text-align: center;
}
#calendar_wrap table th:nth-child(6), #calendar_wrap table td:nth-child(6) {
	color: #0034af;
}
#calendar_wrap table th:nth-child(7), #calendar_wrap table td:nth-child(7) {
	color: #950000;
}
#calendar_wrap table td#prev {
	text-align: left;
}
#calendar_wrap table td#next {
	text-align: right;
}
#calendar_wrap a {
	font-weight: bold;
}
/* お知らせ　
-------------*/
.newsTitle {
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 16px;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	text-shadow: 1px 1px 1px #fff;
	color: #000;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(222,223,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dedfe0', GradientType=0 ); /* IE6-9 */
}
.newsTitle h2 {
	float: left;
	font-weight: bold;
	font-size:16px;
}
.newsTitle h3 {
	float: left;
	font-weight: normal;
}
.newsTitle p {
	float: right;
	padding: 0 0 0 10px;
	font-size: 93%;
	background: url(../img/arrow.gif) no-repeat 0 43%;
}
.news p {
	clear: both;
	padding-bottom: 2px;
	border-bottom: 1px dashed #dcdcdc;
}
.news p:last-child {
	border: 0;
}
.news p a {
	display: block;
	padding: 5px 0;
	color: #333;
	font-size: 93%;
}
.news a span {
	color: #515151;
	font: normal 93% Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.news span {
	padding-left: 10px;
}
.news a:hover span {
	color: #6f6f6f;
}
.widget_sp_image img {
	clear: both;
	height: auto;
	margin-bottom: 15px;
	box-shadow: 0 10px 3px -8px #cccccc;
	-webkit-box-shadow: 0 10px 3px -8px #cccccc;
	-moz-box-shadow: 0 10px 3px -8px #cccccc;
}
.widget_search {
	clear: both;
}
.widget_text {
	clear: both;
}
/* 
ウィジェットカレンダー
---------------------------------------------------- */
.widget_calendar {
	clear: both;
}
#wp-calendar {
	border-left: 1px solid #fff;
	background-color: #ffffff;
	empty-cells: show;
	width: 90%;
	margin: 0 auto;
}
#wp-calendar caption {
	text-align: center;
	width: 90%;
	font-weight: normal;
}
#wp-calendar th {
	border-left: #EDEDED 1px solid;
	border-bottom: #dcdddd 1px solid;
	border-right: #dcdddd 1px solid;
	background-color: #efefef;
	color: #330000;
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
}
#wp-calendar td {
	border-left: #EDEDED 1px solid;
	border-right: #dcdddd 1px solid;
	border-bottom: #dcdddd 1px solid;
	text-align: center;
	vertical-align: middle;
	height: 2em;
}
#wp-calendar tfoot td {
	border: none;
}
#wp-calendar td a {
	font-weight: bold;
	background-color: #ffeeee;
	height: 100%;
	padding-top: 0.2em;
}
/*------------------------------------------------------------
 フッター
------------------------------------------------------------*/
#footer ul {
	font-size: 93%;
	padding: 15px 0 25px;
	text-align: center;
}
#footer li {
	display: inline-block;
	padding: 5px 16px;/*	border-left: 1px dotted #d5d5d5;*/
}
*:first-child+html #footer li {
	display: inline;
}
#footer li:first-child {
	border: 0;
}
#footer li a {
	text-decoration: none;
	color: #000;
}
#footer li a:hover {
	color: #999;
}
#footer ul ul {
	display: none;
}
#copyright {
	clear: both;
	padding: 10px 0 37px;
	text-align: center;
	color: #000;
	font-size: 10px;
}
/* 基本テーブル
------------------------------------------------------------*/
/* borderすべて有テーブル
------------------------------------------------------------*/
.post table {
	font-size: 93%;
	background-color: #ffffff;
	border: #dcdddd 1px solid;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
}
.post table th {
	border: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
}
.post table td {
	background-color: #f7f8f8;
	border: #dcdddd 1px solid;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
/* 透明テーブル
------------------------------------------------------------*/
.post table.clear {
	font-size: 93%;
	background: none;
	border-top: none;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
}
.post table.clear th {
	border-bottom: none;
	border-right: none;
	background: none;
	text-align: left;
	padding: 10px;
}
.post table.clear td {
	border-bottom: none;
	border-right: none;
	background: none;
	text-align: left;
	padding: 10px;
}
.post table.orig {
	font-size: 93%;
	background-color: #ffffff;
	border-top: #ffffff 3px double;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
}
.post table.orig th {
	border-bottom: #dcdddd 1px solid;
	border-right: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
}
.post table.orig td {
	background-color: #f7f8f8;
	border-right: #dcdddd 1px solid;
	border-bottom: #dcdddd 1px solid;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
/* ページナビ
----------------------------------*/
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}
.prev {
	float: left
}
.next {
	float: right;
}
#pageLinks {
	clear: both;
	color: #4f4d4d;
	text-align: center;
}
/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post {
	padding: 0;
}
ul.post li {
}
ul.post li:last-child {
	border: 0;
}
ul.post img {
	float: left;
	margin: 0 15px 5px 10px;
}
ul.post h3 {
	margin: 0 0 10px 10px;
	font-size: 14px;
	font-weight: normal;
	border: 0;
}
/*------------------------------------------------------------
 TOPフロントページバナー指定（ex:c1＝1カラム）
------------------------------------------------------------*/

.c1thumbWrap {
	width: 950px;
	margin: 0px 0px 20px 0;
	overflow: hidden;
}
.c1thumbWrap li {
	float: left;
	width: 927px;
	margin: 0 0 14px 0;
	background: none;
}
.c1thumbWrap li img {
	width: 100%;
	-webkit-box-shadow: 0 10px 3px -8px #cccccc;
	-moz-box-shadow: 0 10px 3px -8px #cccccc;
	box-shadow: 0 10px 3px -8px #cccccc;
}
.c2thumbWrap {
	width: 950px;
	margin: 0px 0px 20px 0;
	overflow: hidden;
}
.c2thumbWrap li {
	float: left;
	width: 453px;
	margin: 0 21px 14px 0;
	background: none;
}
.c2thumbWrap li img {
	width: 100%;
	-webkit-box-shadow: 0 10px 3px -8px #cccccc;
	-moz-box-shadow: 0 10px 3px -8px #cccccc;
	box-shadow: 0 10px 3px -8px #cccccc;
}
.c3thumbWrap {
	width: 950px;
	margin: 0px 0px 20px 0;
	overflow: hidden;
}
.c3thumbWrap li {
	float: left;
	width: 295px;
	margin: 0 21px 14px 0;
	background: none;
}
.c3thumbWrap li img {
	width: 100%;
	-webkit-box-shadow: 0 10px 3px -8px #cccccc;
	-moz-box-shadow: 0 10px 3px -8px #cccccc;
	box-shadow: 0 10px 3px -8px #cccccc;
}
/*------------------------------------------------------------
 TOPフロントページバナー指定/sidebar無の場合
------------------------------------------------------------*/

.wide .thumbWrap {
	width: 100%;
}
.wide .c1thumbWrap, .wide .c2thumbWrap, .wide .c3thumbWrap {
	clear: both;
	width: 100%;
}
.wide ul.thumb {
	margin: 0 0 2% 0;
}
.wide ul.thumb li {
	float: left;
	width: 300px;
	margin: 0 0 10px;
	background: none;
}
.wide ul.thumb li img.wp-post-image {
	float: left;
	display: inline;
	padding: 0 5px 3px 0;
}
.wide .c1thumbWrap ul.thumb li {
	width: 100%;
	display: inline;
	margin: 0 0 14px 0;
}
.wide .c1thumbWrap ul.thumb li img {
	max-width: 100%;
	height: auto;
}
.wide .c2thumbWrap ul.thumb li {
	width: 48.5%;
	display: inline;
	margin: 0 3% 14px 0;
}
.wide .c2thumbWrap ul.thumb li:last-child {
	width: 48.5%;
	display: inline;
	margin: 0 0 14px 0;
}
.wide .c2thumbWrap ul.thumb li img {
	max-width: 100%;
	height: auto;
}
.wide .c3thumbWrap ul.thumb li {
	width: 31.7%;
	display: inline;
	margin: 0 2.5% 14px 0;
}
.wide .c3thumbWrap ul.thumb li:last-child {
	width: 31.6%;
	display: inline;
	margin: 0 0 14px 0;
}
.wide .c3thumbWrap ul.thumb li img {
	max-width: 100%;
	height: auto;
}
.wide .clm {
	padding: 0!important;
}
/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .column2_50 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	width: 49.5%;
	vertical-align: top;
}
.post .column2_50 img {
	max-width: 95.5%;
}
.post .column2_30 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	width: 30%;
	vertical-align: top;
}
.post .column2_30 img {
	max-width: 95.5%;
}
.post .column2_70 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	width: 69%;
	vertical-align: top;
}
.post .column3_33 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	width: 32.7%;
	vertical-align: top;
}
.post .column3_33 img {
	max-width: 95.0%;
}
/* post子ページ内レスポンシブブロック指定
------------------------------------------------------------*/
.childpost .column2_50 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	padding: 1%;
	width: 47.6%;
	vertical-align: top;
	box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	-webkit-box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	-moz-box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	background-color: #FFFFFF;
}
.childpost .column2_50 img {
	max-width: 100%;
	height: auto;
}
.childpost1b {
	box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	-webkit-box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	-moz-box-shadow: rgb(184, 184, 184) 0px 0px 3px 1px;
	background-color: #FFFFFF;
}
.childpost1b .column1 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 10px 2%;
	vertical-align: top;
	width: 96%;
}
.childpost1b .column2_30 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 10px 0 10px 6px;
	width: 29%;
	vertical-align: top;
}
.childpost1b .column2_30 img {
	max-width: 95.5%;
	height: auto;
}
.childpost1b .column2_70 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 10px 2px 5px 0;
	width: 67.8%;
	vertical-align: top;
}
.childText {
	font-size: 90%;
}
.thumbImageInner {
	text-align: center;
}
.morelink {
	margin: 0 0 0 0;
	height: auto;
	display: block;
	text-align: right;
}
.morelink a {
	margin-top: 15px;
	color: #333;
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	padding: 5px 15px 5px 15px;
	font-size: 11px;
	border: 1px solid #000000;
}
.morelink a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 8px solid #515151;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.morelink a:hover {
	color: #fff;
	text-decoration: none !important;
	background: #111111;
	transition: all 0.3s ease 0s
}
/* 見出しデザイン
------------------------------------------------------------*/
.ctitle {
	position: relative;
	line-height: 1;
	/*margin: 0px 0 10px -17px;*/
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	color: #ffffff;
	zoom: 1;
	background: #878787;
	background: -moz-linear-gradient(top, #878787 0%, #6F6F6F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #878787), color-stop(100%, #6F6F6F));
	background: -webkit-linear-gradient(top, #878787 0%, #6F6F6F 100%);
	background: -o-linear-gradient(top, #878787 0%, #6F6F6F 100%);
	background: -ms-linear-gradient(top, #878787 0%, #6F6F6F 100%);
	background: linear-gradient(to bottom, #878787 0%, #6F6F6F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6F6F6F', GradientType=0 );
	box-shadow: 0 1px 2px #2A2A2A;
	behavior: url(../img/pie.htc);
}

.ctitle a {
	color: #FFFFFF!important;
}
.ctitle2 {
	clear: both;
	background: none repeat scroll 0 0 #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 5px 17px;
	position: relative;
}
.ctitle2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle2:before {
	background: none repeat scroll 0 0 #878787;
	content: "";
	display: block;
	height: 17px;
	left: 7px;
	position: absolute;
	top: 8px;
	width: 5px;
}
.ctitle2 a {
	color: #333;
}
.ctitle3 {
	clear: both;
	border-top: 2px solid #878787;
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.ctitle3:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle3:before {
	background: none repeat scroll 0 0 #878787;
	content: "";
	display: block;
	height: 22px;
	left: 7px;
	position: absolute;
	top: 6px;
	width: 4px;
}
.ctitle3 a {
	color: #333;
}
.ctitle4 {
	clear: both;
	border-bottom: 2px dotted #6F6F6F;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.ctitle4:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle4:before {
	background: none repeat scroll 0 0 #6F6F6F;
	background: -moz-linear-gradient(top, #878787 0%, #6F6F6F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #878787), color-stop(100%, #6F6F6F));
	background: -webkit-linear-gradient(top, #878787 0%, #6F6F6F 100%);
	background: -o-linear-gradient(top, #878787 0%, #6F6F6F 100%);
	background: -ms-linear-gradient(top, #878787 0%, #6F6F6F 100%);
	background: linear-gradient(to bottom, #878787 0%, #6F6F6F 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6F6F6F', GradientType=0 );
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	top: 10px;
	left: 1px;
	position: absolute;
}
.ctitle4 a {
	color: #333;
}
.ctitle5 {
	position: relative;
	padding: 1px 15px 3px 30px;
	font-weight: bold;
}
.ctitle5::before {
	left: 11px;
	top: -6px;
	position: absolute;
	content: "";
	height: 27px;
	border-bottom: 0.7em solid transparent;
	border-right: 1em solid #B90004;
}
.ctitle5::after {
	left: -2px;
	top: -6px;
	position: absolute;
	content: "";
	height: 27px;
	border-bottom: 0.7em solid transparent;
	border-left: 1em solid #A90004;
}
.ctitle5 a {
	color: #111;
}
.ctitle6 {
	position: relative;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	zoom: 1;
	background: url(../img/patterns_bl.png) repeat;
	border: 1px solid #cccccc;
}
.ctitle6 a {
	color: #111;
}
.ctitle7 {
	border-radius: 6px;
	position: relative;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	color: #ffffff;
	zoom: 1;
	background: url(../img/patterns_wh.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #878787), color-stop(0.00, #6F6F6F));
	background: url(../img/patterns_wh.png) repeat, -webkit-linear-gradient(#878787, #6F6F6F);
	background: url(../img/patterns_wh.png) repeat, -moz-linear-gradient(#878787, #6F6F6F);
	background: url(../img/patterns_wh.png) repeat, -o-linear-gradient(#878787, #6F6F6F);
	background: url(../img/patterns_wh.png) repeat, -ms-linear-gradient(#878787, #6F6F6F);
	background: url(../img/patterns_wh.png) repeat, linear-gradient(#878787, #6F6F6F);
}
.ctitle7 a {
	color: #FFFFFF!important;
}
/*------------------------------------------------------------
 Huck（プラグイン・コア）用CSS
------------------------------------------------------------*/

/* Biz calender用css
------------------------------------------------------------*/
#biz_calendar table.bizcal .holiday {
	background-color: #FFACDD!important;
}
#biz_calendar p span.boxholiday {
	background-color: #FFACDD!important;
}
#biz_calendar table.bizcal .eventday {
	background-color: #FFCD92!important;
}
#biz_calendar p span.boxeventday {
	background-color: #FFCD92!important;
}
/* Contact form 7用
------------------------------------------------------------*/
.rad-text {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 80%;
	height: 25px;
}
.rad-area {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 80%;
	height: 90%;
}
.rad-sub {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 25%;
	height: 35px;
	background-color: #eee;
}
.wpcf7-form .wpcf7-textarea {
	max-width: 96%
}
#wpcf7-f11-p16-o1 .fmbg {
	color: #ccc;
	font-size: 18px;
}
/* MTS用css
------------------------------------------------------------*/
.calendar-mark {
	font-size: 14px!important;
}
.mix-calendar th, .timetable-calendar th, .multiple-calendar th, .monthly-calendar th {
	text-align: center!important;
}
.day-number, .calendar-mark, .schedule-note, .day-left, .day-right {
	text-align: center!important;
}
/* MapPress用
------------------------------------------------------------*/
.mapp-canvas img {
	border: none!important;
} /* MapPress枠内線を入れない */

/* jQuery Colorbox用
------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 600px;
	height: auto;
}/* 画像サイズが大きくても閲覧しやすいように */
/* WP-Canvas用
------------------------------------------------------------*/
.wc-shortcodes-column img {
	border: none!important;/* 画像枠線無 */
	padding: 0!important;
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li {
	border-bottom: none;
}
/* Scroll Top用
------------------------------------------------------------*/
#scrollUp {
	visibility: visible!important;
}
/*galleryのサイズ合わせ
------------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
	width: 95%;
}
.gallery-columns-1 .gallery-item img {
	max-width: 98.5%;
}
.gallery-columns-2 .gallery-item {
	width: 45%;
}
.gallery-columns-2 .gallery-item img {
	max-width: 95.5%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3%!important;
}
.gallery-columns-3 .gallery-item img {
	max-width: 92%;
}
.gallery-columns-4 .gallery-item {
	width: 22.5%;
}
.gallery-columns-4 .gallery-item img {
	max-width: 88%;
}
.gallery-columns-5 .gallery-item {
	width: 18%;
}
.gallery-columns-5 .gallery-item img {
	max-width: 85%;
}
.gallery-caption {
	margin: 0 auto !important;
	max-width: 85%;
}
/* 検索バーの左に表示されるテキストの検索を消す
------------------------------------------------------------*/
.screen-reader-text {
	display: none;
}
/* QR Code Tag用css
------------------------------------------------------------*/
.QrctWp_widget h2 {
	font-size: 113% !important;
}
/*------------------------------------------------------------
 投稿記事
------------------------------------------------------------*/

p.post_img img {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #E2D4A9;
	padding: 5px;
	margin: 0;
}
.post .post_img {
	width: 31%;
	margin: 0 0 0 2%;
	padding: 0;
	float: left;
}
.post_text {
	width: 94%;
	margin: 0 auto;
}
.post_text70 {
	width: 62%;
	float: right;
	margin-right: 2%;
}
.post li {
	line-height: 1.6em;
	margin: 15px 0;
	padding: 0;
}
.post .time {
	font-size: 90%;
	clear: both;
	color: #FFFFFF;
	background-color: #909090;
	border-radius: 3px;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.post .time a {
	color: #fff;
}
.post .post_text h3 {
	background: none;
	margin: 0.2em;
}

.postlist {
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
	clear: both;
}
.postlist li {
	border-bottom: 1px dotted #DDDDDD;
	line-height: 1.6em;
	margin: 15px;
	padding: 0;
}
.postlist .post_text {
	width: 100%;
	margin: 0 auto 15px auto;
}
.postlist .time {
	font-size: 90%;
	clear: both;
	color: #FFFFFF;
	background-color: #A00000;
	border-radius: 3px;
	display: inline;
	padding: 1px 7.5px;
	margin: 0 7.5px 5px 0;
}
.postlist .time a {
	color: #fff;
}
.postlist .date {
	font-size: 90%;
	clear: both;
	display: inline;
	margin: 0 7.5px;
	margin-bottom: 5px;
}
.postlist .date a {
}
.postlist .ttls {
	font-size: 90%;
	clear: both;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .ttls a {
}
.postlist .post_text h3 {
	background: none;
	margin: 0.2em;
}

.post_link {
	float: right;
	clear: both;
	margin: 10px 0;
}
li .post_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 5px 0 0 0;
}
/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
#twitter, #hatena, .fb-like {
	display: block;
	float: left;
}
.share-btn {
	border: 1px dashed #ccc;
	height: 21px;
	padding: 10px 0 10px 10px;
	width: 250px;
	margin-bottom: 6px;
}
.share-btn4b {
	padding: 1% 0;
}
.twitter-share-button {
	margin-left: 4px;
	width: 81px !important;
}
.fb_ltr {
	max-width: none !important;
}
.fb_iframe_widget {
	width: auto !important;
	display: inline-block !important;
	margin: -3px 0 0 3px !important;
}
.share-btn4b .fb_iframe_widget {
	margin: -1px 0 0 3px !important;
}
/*------------------------------------------------------------
 投稿記事/sidebar有/投稿2ブロック
------------------------------------------------------------*/
.post2b {
	margin:0 0 15px 0;
}
.post2b img {
	max-width: 100%;
	height: auto;
	/*border: 1px solid #CCCCCC !important;*/
}
.post2b li {
	margin: 0 1% 14px 0;
	padding: 14px;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
 /display:inline;
 /zoom:1;
	width: 46.1%;	
	vertical-align: top;
}

.wide .post2b li{
	width: 47.0%;
	}
	
.post2b li:nth-child(2n){
	margin: 0 0 14px 0;
}
.post2b_img img {
}
.post2b .post2b_img {
}
.post2b_text {
	width: 100%;
	margin: 0 auto;
}
.post2b_text70 {
}
.post2b h2 {
	clear: both;
	border-top: 2px solid #878787;
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.post2b h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post2b h2:before {
	background: none repeat scroll 0 0 #878787;
	content: "";
	display: block;
	height: 22px;
	left: 7px;
	position: absolute;
	top: 6px;
	width: 4px;
}
.post2b .time {
	font-size: 11px;
	clear: both;
	color: #FFFFFF;
	background-color: #3A3A3A;
	border-radius: 3px;
	padding: 2px 6px 0px 6px;
	margin-bottom: 5px;
}
.post2b .time a {
	color: #fff;
}
.post2b .post2b_text h3 {
	background: none;
	margin: 0.2em;
}
.post2b_link {
	float: right;
	clear: both;
	margin: 10px 0;
	font-size: 93%;
}
li .post2b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b {
	margin:0 0 15px 0;
}
.post4b img {
	max-width: 100%;
	height: auto;
	/*border: 1px solid #CCCCCC !important;*/
}
.post4b li {
	margin: 0 1% 14px 0;
	padding: 14px;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
 /display:inline;
 /zoom:1;
	width: 20.8%;
	vertical-align: top;
}

.wide .post4b li {
	width: 21.65%;
	}

.post4b li:nth-child(4n) {
	margin: 0 0 14px 0;
	}
	
.post4b_img img {
}
.post4b .post4b_img {
}
.post4b_text {
	width: 99%;
	margin: 0 auto;
}
.post4b_text70 {
}
.post4b h2 {
	clear: both;
	border-top: 2px solid #878787;
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.post4b h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post4b h2:before {
	background: none repeat scroll 0 0 #878787;
	content: "";
	display: block;
	height: 22px;
	left: 7px;
	position: absolute;
	top: 6px;
	width: 4px;
}
.post4b .time {
	font-size: 11px;
	clear: both;
	color: #FFFFFF;
	background-color: #3A3A3A;
	border-radius: 3px;
	padding: 2px 6px 0px 6px;
	margin-bottom: 5px;
}
.post4b .time a {
	color: #fff;
}
.post4b .post4b_text h3 {
	background: none;
	margin: 0.2em;
}
.post4b_link {
	float: right;
	clear: both;
	margin: 10px 0;
	font-size: 93%;
}
li .post4b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}

/*----------------------------------------------------------------------------------------------------
 PC用：HDディスプレイメインイメージ制御
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1367px) {
.metaslider {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px!important;
}
}

/*----------------------------------------------------------------------------------------------------
 PC用：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1240px){
nav#mainNav {
	clear: both;
	position: relative;
	z-index: 200;
	width: 100%;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 10px 3px -8px #cccccc;
	border-bottom:10px solid transparent;
}
nav#mainNav .inner {
	border-left: 1px solid #ccc;
}
nav#mainNav ul li {
	float: left;
	position: relative;
	border-right: 1px solid #ccc;
	height:40px;
}
nav#mainNav ul.sub-menu li {
	border-right: none;
}
nav#mainNav ul li a {
	display: block;
	text-align: center;
	_float: left;
	color: #000;
	height: 40px;
	line-height: 45px;
	font-weight: bold;
	/*	margin-right: 1px;*/
	padding: 0px 32px 0 32px;
}
nav#mainNav ul li a span, nav#mainNav ul li a b {
	display: block;
	line-height: 1.2;
	padding-top:4px;
}
nav#mainNav ul li a span {
	font-size: 70%;
	color: #888;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
nav div.panel {
	display: block !important;
	float: left;
}
a#menu {
	display: none;
}
/*------------------------------------------------------------------------*/
nav#mainNav ul li.current-menu-item.current_page_item a {
	/*	color:#4c4c4c;*/
	height: 40px;
	background: #eee;
}
nav#mainNav ul li a:hover span {
	/*	color:#4c4c4c;*/
	height: 0px;
	background: #eee;
}
nav#mainNav ul li a:hover {
	/*	color:#4c4c4c;*/
	background: #eee;
}
nav#mainNav ul li.current-menu-item.current_page_item li.menu-item.menu-item-type-post_type.menu-item-object-page a {
/*background:#fff;*/
}
nav#mainNav ul li.menu-item.menu-item-type-post_type.menu-item-object-page a {
	border-right: 0px;
}
nav#mainNav ul li.current-menu-item.current_page_item li.menu-item.menu-item-type-post_type.menu-item-object-page a:hover {
/*background:#aaa;*/
}
nav#mainNav ul li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children {
	background: #eee;
}
nav#mainNav ul.sub-menu {
	margin-top: -2px;
}


/*------------------------------------------------------------------------*/

nav#mainNav ul ul {
	width: 160px;
	/*	border:1px solid #e0e0e0;*/
	border-top: 0;
}
nav#mainNav ul li ul {
	display: none;
}
nav#mainNav ul li:hover ul {
	display: block;
	position: absolute;
	top: 42px;
	left: -1px;
	z-index: 500;
}
nav#mainNav ul li li {
	margin: 0;
	float: none;
	height: 40px;
	line-height: 40px;
	width: 160px;
	background: #fff;
	border-bottom: 1px dotted #e0e0e0;
}
nav#mainNav ul li li:last-child {
	border-bottom: 0;
}
nav#mainNav ul li li a {
	/*  width:100%;*/
/* width:94%; */
	height: 40px;
	padding: 0 0 0 10px;
	line-height: 40px;
	font-size: 95%;
	text-align: left;
}
nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li a:hover {
	color: #6f6f6f
}
/* PC wrapper背景白＆余白 */
#wrapper {
	overflow: hidden;
	padding: 30px 10px 0px 10px;
}
}

/*----------------------------------------------------------------------------------------------------
iPadサイズ以下から：メインメニュー
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1239px){
#wrapper, .inner {
	width: 100%;
}
body.right-sidebar #wrapper #sidebar {
	float: none;
}
body.right-sidebar #wrapper #content {
	float: none;
}
#header {
	width: 95%;
	padding: 0 2%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -5px;
}
section {
	max-width: 100%;
	margin: 0 auto;
}

nav#mainNav {
	clear: both;
	width: 95%;
	margin: 15px auto 10px;
	border: 1px solid #E8E8E8;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	text-align: left;
	background: url(../img/menuopen.png) no-repeat 5px 8px;
}
nav#mainNav a#menu span {
	padding-left: 35px;
}
nav#mainNav a.menuOpen {
	background: url(../img/menuopen.png) no-repeat 5px -34px;
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
nav div.panel {
	float: none;
}
nav#mainNav ul {
	margin: 0;
	padding: 0;
}
nav#mainNav ul {
	margin: 0 auto;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
	padding: 0;
}
nav#mainNav ul li:first-child {
/*border-top: 1px solid #d5d5d5;*/
}
nav#mainNav ul li li:first-child {
	border-top: 0;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	background: #fff;
}
nav#mainNav ul li:last-child a {
	border: 0;
}
nav#mainNav ul li li:last-child a {
	border: 0;
}
nav#mainNav ul li li:last-child a {
	border-bottom: 1px dashed #ccc;
}
nav#mainNav ul li a span {
	display: none;
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active {
	background: #f6f6f6;
}
nav#mainNav ul li li {
	float: left;
	border: 0;
}
nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a {
	padding-left: 40px;
	background: #fff url(../img/sub1.png) no-repeat 20px 18px;
}
nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover {
	background: #f6f6f6 url(../img/sub1.png) no-repeat 20px -62px;
}
nav#mainNav ul li li:last-child a {
	background: #fff url(../img/sublast.png) no-repeat 20px 20px;
}
nav#mainNav ul li li:last-child.current-menu-item a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
	background: #f6f6f6 url(../img/sublast.png) no-repeat 20px -65px;
}
nav div.panel {
	float: none;
}
#content, #sidebar, #mainImg {
	clear: both;
	width: 95%;
	float: none;
	margin: 0 auto;
	padding: 10px 0;
}
#content.wide {
	clear: both;
	width: 95%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#mainImg {
	margin-bottom: 10px;
}
#mainImg img {
	width: 100%;
	height: auto;
}
.c1thumbWrap {
	margin: 0 auto;
}
.c2thumbWrap {
	margin: 0 auto;
}
.c3thumbWrap {
	margin: 0 auto;
	padding-bottom: 2%;
}
}

/*----------------------------------------------------------------------------------------------------
　959px以下から 1カラム表示
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

.banner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
p.banner img {
	width: 100%;
	height: auto;
}
section.widget_search {
	text-align: center;
	clear: both;
}
#calendar_wrap table {
	width: 260px;
}
#footer li {
	margin-bottom: 10px;
}
.wide .c1thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c1thumbWrap ul.thumb li {
	width: 100%;
	display: inline;
	margin: 0 0 14px 0;
}
.wide .c1thumbWrap img {
	width: 100%;
	height: auto;
}
.wide .c2thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c2thumbWrap ul.thumb li {
	width: 48.5%;
	display: inline;
	margin: 0 3% 14px 0;
}
.wide .c2thumbWrap ul.thumb li:last-child {
	width: 48.5%;
	display: inline;
	margin: 0 0 14px 0;
}

.wide .c2thumbWrap img {
	width: 100%;
	height: auto;
}
.wide .c3thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c3thumbWrap ul.thumb li {
	width: 31.7%;
	display: inline;
	margin: 0 2.5% 14px 0;
}
.wide .c3thumbWrap ul.thumb li:last-child {
	width: 31.6%;
	display: inline;
	margin: 0 0 14px 0;
}
.wide .c3thumbWrap img {
	width: 100%;
	height: auto;
}

.c1thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c1thumbWrap ul.thumb li {
	width: 100%;
	display: inline;
	margin: 0 0 14px 0;
}
.c1thumbWrap img {
	width: 100%;
	height: auto;
}
.c2thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c2thumbWrap ul.thumb li {
	width: 48.5%;
	display: inline;
	margin: 0 3% 14px 0;
}
.c2thumbWrap ul.thumb li:last-child {
	width: 48.5%;
	display: inline;
	margin: 0 0 14px 0;
}
.c2thumbWrap img {
	width: 100%;
	height: auto;
}
.c3thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c3thumbWrap ul.thumb li {
	width: 31.7%;
	display: inline;
	margin: 0 2.5% 14px 0;
}
.c3thumbWrap ul.thumb li:last-child {
	width: 31.6%;
	display: inline;
	margin: 0 0 14px 0;
}
.c3thumbWrap img {
	width: 100%;
	height: auto;
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿2ブロック
------------------------------------------------------------*/
.post2b li {
	width: 45.5%;
}
.wide .post2b li {
	width: 45.5%;
}
.post2b li:nth-child(2n) {
	margin:0 0 0 0;
}
.post2b .post2b_img {
	text-align: center;
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b li {
	width: 45.5%;
}
.wide .post4b li {
	width: 45.5%;
}
.post4b li:nth-child(2n) {
	margin:0 0 0 0;
}
.post4b .post4b_img {
	text-align: center;
}

/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 420px;
	height: auto;
} /* 画像サイズが大きくても閲覧しやすいように */
}

/*----------------------------------------------------------------------------------------------------
　幅799px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 799px) {

/*sidebar有投稿2ブロック：投稿アーカイブ--------------------------------------------*/
.post2b li {
	width: 95.5%;
	margin: 0 0 14px 0;
	padding: 15px;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.wide .post2b li {
	width: 95.5%;
}
.post2b_text70 {
	width: 66%;
	float: right;
}
.post2b .post2b_img {
	width: 32%;
	margin: 0;
	padding: 0;
	float: left;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
.post4b li {
	width: 95.5%;
	margin: 0 0 14px 0;
	padding: 15px;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.wide .post4b li {
	width: 95.5%;
}
.post4b_text70 {
	width: 66%;
	float: right;
}
.post4b .post4b_img {
	width: 32%;
	margin: 0;
	padding: 0;
	float: left;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 350px;
	height: auto;
}
/* galleryサイズ調整　4～5カラムのギャラリーを3カラムに */
.gallery {
	width: 100%;
}
.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
	width: 33.3% !important;
	float: none !important;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}
.gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
	max-width: 92%;
}
}

/*----------------------------------------------------------------------------------------------------
　幅640px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
.contact .tel {
	display: inline;
}
.contact .mail {
	margin: 0 auto;
	display: inherit;
	text-align: center;
}
.contact .float {
	float: none;
	text-align: center;
}
nav#mainNav {
	width: 98%;
}
#header {
	text-align: center;
	background-image: none;
}
#header h2, .contact {
	float: none;
}
#header .logo {
	padding: 0px;
}
#header .logo img {
	max-width: 90%;
	height: auto;
}
#header-layout {
	padding: 0;
}
.contact {
	padding: 0 0 20px;
}
.contact p {
	text-align: center;
}
#headerInfo {
	width: 250px;
	margin: 0 auto;
}
body #header .logo, .contact {
	display: inherit;
}
.post img.alignright, .post img.alignleft {
	display: block;
	float: none;
	margin: 5px auto;
}
.alignright, .alignleft {
	float: none;
}
.c1thumbWrap ul.thumb li,
.c1thumbWrap ul.thumb li:last-child,
.c2thumbWrap ul.thumb li,
.c2thumbWrap ul.thumb li:last-child,
.c3thumbWrap ul.thumb li,
.c3thumbWrap ul.thumb li:last-child,
.wide .c1thumbWrap ul.thumb li,
.wide .c1thumbWrap ul.thumb li:last-child,
.wide .c2thumbWrap ul.thumb li,
.wide .c2thumbWrap ul.thumb li:last-child,
.wide .c3thumbWrap ul.thumb li,
.wide .c3thumbWrap ul.thumb li:last-child{
	padding: 0;
	margin-bottom:5px;
}
.gallery-item img {
	width: auto;
	max-width: 85%;
	height: auto;
}
.childpost .column2_50 {
	display: inline-block;
	width: 97.8%;
}
.childpost1b .column2_30 {
	display: inline-block;
	width: 100%;
	margin: 6px auto 0 auto;
}
.childpost1b .column2_70 {
	display: inline-block;
	width: 96%;
	margin: 0 2% 5px 2%;
}
#content {
	margin-top: -10px;
}
#content .post_img img {
	float: none;
	width: auto;
	max-width: 96%;
}
#content .post_img {
	max-width: 300px;
	width: 94%;
	margin: 0 auto;
	text-align: center;
	float: none;
}
#content .post_text70 {
	width: 94%;
	margin: 0 auto;
	float: none;
}
#content #social {
	float: none;
}
body #header .logo {
	float: none;
	padding: 0;
	text-align: center;
}
.post img {
	max-width: 100%;
}
.post .column2_50 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.post .column2_30 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.post .column2_70 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.post .column3_33 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
#content.wide {
	margin-top: -10px;
}
.wide ul.thumb {
	margin-bottom: 5%;
}

.postlist .ttls {
	display: table;
}

/*sidebar無投稿2ブロック：投稿アーカイブ--------------------------------------------*/
.post2b li {
	width: 89.5%;
}
.wide .post2b li {
	width: 89.5%;
}
	
#content .post2b_img img {
	float: none;
	width: auto;
	max-width: 100%;
}
#content .post2b_img {
	/*max-width: 300px;*/
	width: auto;
	margin: 0 auto;
	float: none;
	padding-top: 2%
}
#content .post2b_text70 {
	width: 100%;
	margin: 0 auto;
	float: none;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
.post4b li {
	width: 89.5%;
}
.wide .post4b li {
	width: 89.5%;
}
#content .post4b_img img {
	float: none;
	width: auto;
	max-width: 100%;
}
#content .post4b_img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	float: none;
	padding-top: 2%
}
#content .post4b_text70 {
	width: 100%;
	margin: 0 auto;
	float: none;
}
#breadcrumb ul {
	width: auto;
	max-width: 98%;
}
#social {
	margin: 0 auto;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 280px;
	height: auto;
}
/*galleryのサイズ合わせ------------------------------------------------------------*/
/* 1～5カラムのギャラリーをすべて1カラムに */
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
	width: 98% !important;
	margin: 0 auto;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
	max-width: 98%;
}
/*Contact form 7用-----------------------------------------------------------------*/
.wpcf7-form .wpcf7-list-item {
	display: block;
	list-style-type: none!important;
}
.wpcf7-form .wpcf7-date {
	width: 96% !important;
	display: block;
}
.wpcf7-form .wpcf7-text {
	width: 96% !important;
}
.wpcf7-form .wpcf7-submit {
	width: 100% !important;
}
.wpcf7-form .wpcf7-textarea {
	width: 96% !important;
}
.wpcf7-form .wpcf7-captchar {
	width: 96% !important;
}
}
