@charset "utf-8";
/*
Theme Name: mrp07
Theme URI: http://hp-morph.com/
Description: mrp07
Version: 2.11
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template v2.11
	 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;
}
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;
	border-top: 5px solid #3A3A3A;
	background: #ffffff;
}
/*------------------------------------------------------------
 初期：リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #3A3A3A;
}
a:hover, a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #0649A5;
}
/*------------------------------------------------------------
 初期：画像
------------------------------------------------------------*/
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:before, nav .panel:after, nav#mainNav:before, nav#mainNav:after, .newsTitle:before, .newsTitle:after, #footerInfo:before, #footerInfo:after {
	content: "";
	display: table;
}
nav .panel:after, nav#mainNav:after, .newsTitle:after, #footerInfo:after {
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, #footerInfo {
	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;
//font-size:100%;
	color: #555;
	background: #fcfcfc;
	font-family: MS UI Gothic;
}
#sidebar input[type="text"] {
/margin-top:-18px;
}/*IE8以下css-hack*/
textarea {
	height: auto;
	line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px 10px;
	background: #3A3A3A;
	background: -moz-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3A3A3A), color-stop(100%, #050505));
	background: -webkit-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -o-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -ms-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: linear-gradient(to bottom, #3A3A3A 0%, #050505 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A3A3A', endColorstr='#050505', 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: #3A3A3A;
	background: -moz-linear-gradient(top, #050505 0%, #3A3A3A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #050505), color-stop(100%, #3A3A3A));
	background: -webkit-linear-gradient(top, #050505 0%, #3A3A3A 100%);
	background: -o-linear-gradient(top, #050505 0%, #3A3A3A 100%);
	background: -ms-linear-gradient(top, #050505 0%, #3A3A3A 100%);
	background: linear-gradient(to bottom, #050505 0%, #3A3A3A 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#3A3A3A', GradientType=0 );
}
/*------------------------------------------------------------
 初期：レイアウト設定
------------------------------------------------------------*/
#wrapper, #header, .inner {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 960px;
}
.inner {
	padding: 0;
}
#content {
	float: right;
	width: 625px;
	line-height: 1.5em;
}
#content.wide {
	width: 100%;
	margin-top: 15px;
}
#content p {
	font-size: 93%;
}
#sidebar {
	float: left;
	width: 300px;
	padding-top: 15px;
	font-size: 93%;
}
#sidebar ul {
	margin: 0 5px 0 5px;
}

/*-- arrow --*/
#sidebar ul li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#sidebar ul li a::before,
#sidebar ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#sidebar ul li a::before{
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #3A3A3A;
	border-right: 2px solid #3A3A3A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
/*-- end/arrow --*/

#sidebar ul li a {
	display: block;
	border-bottom: 1px dotted #6a6a6a;
	line-height: 1.6em;
	padding: 10px 10px 10px 20px;
	/*background: url(images/arrow-m.png) left no-repeat;*/
}
#sidebar ul li a:hover {
	background-color: #e7f1ff;
}
#sidebar ul li ul {
	margin: 0 0 0 15px;
}
#footer {
	clear: both;
	color: #000000;
	background: #3A3A3A;
}
body.right-sidebar #wrapper #sidebar {
	float: right;
}
body.right-sidebar #wrapper #content {
	float: left;
}
/* IE7ドキュメントモードhuck
----------------------------------*/
.gallery {
*zoom: 97%;
}
.png {
*zoom: 1;
}
/*------------------------------------------------------------
 ヘッダー
------------------------------------------------------------*/

/* ロゴ
----------------------------------*/
#header .logo {
	clear: both;
	font-size: 160%;
	padding: 8px;
}
#header .logo img {
	max-height: 80px;
}
body.headlogo-nonfix #header .logo img {
	max-height: inherit;
}
/* サイト説明文
----------------------------------*/
#header h1 {
	padding: 6px 0 0 3px;
	font-size: 90%;
	font-weight: normal;
}
.description {
	padding: 6px 0 0 3px;
	font-size: 90%;
	font-weight: normal;
}
/* headerレイアウト
----------------------------------*/
#header-layout {
	padding: 0;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo {
	clear: both;
	display: table-cell;
	vertical-align: middle;
}
#header h2 {
	clear: both;
	float: left;
	padding: 20px 0;
	font-size: 160%;
	font-weight: bold;
}
/* コンタクトインフォメーション
----------------------------------*/
#headerInfo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
}
#headerInfo .float {
	float: right;
}
.tel {
	font: 40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.0em;
}
.tel img {
	margin-right: 5px;
}
.tellayout {
	vertical-align: -8px;
}
.tel a {
	color: #333
}
/*------------------------------------------------------------
 グローバルメニュー
------------------------------------------------------------*/
body nav#mainNav {
	margin-bottom: 0;
	height: 65px;
}
#searchHead input {
	line-height: 30px;
	margin-left:-5px;
}
#searchHead input.searchBox[type="text"] {
	vertical-align: top;
	width: 140px;
	height: 26px;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-right: 0;
}
/*------------------------------------------------------------
 タイポグラフィー
------------------------------------------------------------*/
#mainImg {
	margin: 30px 0 10px 0;
	text-align: center;
	clear: both;
}
h1.title {
	clear: both;
	margin: 25px 0 15px 0;
	padding: 0px 10px 17px 15px;
	font-size: 16px;
	font-weight: normal;
	background: url(images/h_bg.png) bottom repeat-x;
	color: #000000;
	font-weight: bold;
}
.wide h1.title {
	clear: both;
	margin: 10px 0 15px 0;
	padding: 0px 10px 17px 15px;
	font-size: 16px;
	font-weight: normal;
	background: url(images/h_bg.png) bottom repeat-x;
	color: #000000;
	font-weight: bold;
}
h2.title {
	clear: both;
	margin: 30px 0 20px;
	padding: 5px 10px;
	line-height: 33px;
	font-size: 120%;
	font-weight: normal;
	background: #3A3A3A;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
h2.title span, .newsTitle h3 span, section.widget h3 span {
	color: #fff;
}
.dateLabel {
	margin: -10px 0 10px;
	text-align: right;
	font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/*------------------------------------------------------------
 コンテンツ
------------------------------------------------------------*/

.post p {
	padding-bottom: 15px;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul#sitemap_list li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}
.post ol {
	margin: 0 0 10px 30px;
}
.post ol li {
	list-style: decimal;
}
.post ol li ol li {
}
.post ol li ol li ol li {
	border-bottom: 1px dotted #ddd;
}
.post blockquote {
	background-color: #ddd;
	padding: 1em 1em 1em 3em;
	position: relative;
	margin-bottom: 15px;
}
.post blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}
.post blockquote p {
	padding: 5px 0;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
.post img {
	max-width: 100%;
	height: auto;
	border: 1px solid #CCCCCC !important;
	padding: 4px;
}
/* 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;
	max-width: 98%;
}
.post img.alignright {
	padding: 4px;
	margin: 0 0 15px 8px;
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
	max-width: 98%;
}
.post img.alignleft {
	padding: 4px;
	margin: 0 8px 15px 0;
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
	max-width: 98%;
}
/* imgにborder除外。<div class="noborder">で括る
------------------------------------------------------------*/
.post .noborder img {
	border: none !important;
}
.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;
}
/* パンくずリスト
----------------------------------*/
#breadcrumb {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	padding: 3px;
}
#breadcrumb ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-left: 1em;
}
#breadcrumb ul li {
	float: left;
	color: #999999;
	margin: 0 5px;
	font-size: 11px;
}
#breadcrumb ul li a {
	color: #999999;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
/* コンテンツ内見出し
----------------------------------*/
.post h1 {
	clear: both;
	background: url("images/h_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
	clear: both;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 10px 17px 15px;
}
.post h2 {
	clear: both;
	background: url("images/sec-h_bg2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	margin: 0 0 10px 0;
	padding: 0px 10px 0px 15px;
}
.post h3 {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 10px 4px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	border-left: 7px solid #3A3A3A;
	border-bottom: 1px dotted #000000;
}
.post h4 {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 10px 4px 19px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px dotted #000000;
}
/* 基本テーブル
------------------------------------------------------------*/
.post table {
	font-size: 93%;
	background-color: #ffffff;
	border-top: #ffffff 3px double;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
}
.post table th {
	border-bottom: #dcdddd 1px solid;
	border-right: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
}
.post table td {
	background-color: #f7f8f8;
	border-right: #dcdddd 1px solid;
	border-bottom: #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;
	vertical-align: top; 
}
/* borderすべて有テーブル
------------------------------------------------------------*/
.post table.border {
	font-size: 93%;
	background-color: #ffffff;
	border: #dcdddd 1px solid;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
}
.post table.border th {
	border: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
}
.post table.border td {
	background-color: #f7f8f8;
	border: #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;
	background: #3A3A3A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
}
.prev a {
	color: #FFFFFF;
	padding: 15px;
}
.next {
	float: right;
	background: #3A3A3A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
}
.next a {
	color: #FFFFFF;
	padding: 15px;
}
#pageLinks {
	clear: both;
	color: #3A3A3A;
	text-align: center;
}
/* ページ上部へ戻る
----------------------------------*/
#pagetop {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: -1px;
}
#pagetop a {
	float: right;
	display: block;
	position: relative;
	padding: 5px 15px 2px 25px;
/margin-bottom:8px;/*IE8以下css-hack*/
	font-size: 90%;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	color: #fff;
	background: #3A3A3A url(images/toTop.png) no-repeat 8px 60%;
}
#pagetop a:hover {
	background-position: 8px 40%;
}
*:first-child+html #pagetop {
	margin-bottom: -10px;
}
*:first-child+html #pagetop a {
	position: static;
	padding: 5px 15px 5px 25px;
}
/*------------------------------------------------------------
 サイドバー
------------------------------------------------------------*/
section.widget {
	margin: 0 0 20px 0;
}
section.widget h2 {
	color: #000000;
	margin: 0 0 10px;
	padding: 5px 10px 5px 30px;
	line-height: 33px;
	font-size: 16px;
	font-weight: bold;
	background: url(images/sec-h_bg.png) left no-repeat;
	border-bottom: 1px solid #000000;
}
section.widget h3 {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 5px 10px;
	line-height: 33px;
	font-size: 120%;
	font-weight: normal;
	background: #3A3A3A url(images/noiseBg.png);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
#banners img {
	max-width: 300px;/*--バナーサイズに合わせて--*/
	height: auto;
}
.widget_sp_image img {
	clear: both;
	margin-bottom: 15px;
	height: auto;
}
.widget_search {
	clear: both;
}
.widget_text {
	clear: both;
}
.widget_calendar {
	clear: both;
}
/*サイドバーにiframeを展開させたい場合----------------------*/
.textwidget iframe {
	width: 100%!important;
}
/* 投稿記事表示時に利用
----------------------------------*/
.newsTitle {
	color: #000000;
	margin: 0 0 10px;
	padding: 5px 10px 5px 28px;
	line-height: 30px;
	font-size: 15px;
	background: url(images/sec-h_bg.png) left no-repeat;
	border-bottom: 1px solid #000000;
}
.newsTitle h2 {
	color: #000000;
	float: left;
	font-weight: bold;
}
.newsTitle h3 {
	float: left;
	font-weight: bold;
}
.newsTitle p {
	float: right;
	padding: 0 0 0 28px;
	font-size: 93%;
	background: url(images/arrow.png) no-repeat 0 50%;
}
.newsTitle a {
	color: #000000;
}
.news {
	margin: 0px 5px;
	padding-bottom: 40px;
}
.news p {
	clear: both;
	padding-bottom: 2px;
	border-bottom: 1px dotted #6a6a6a;
}
.news p a {
	display: block;
	padding: 5px 0;
	color: #6a6a6a;
	font-size: 93%;
}
.news a span {
	color: #6a6a6a;
	font: normal 93% Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.news span {
	padding-left: 10px;
}
.news a:hover span {
	color: #3A3A3A;
}
.news p a:hover {
	background-color: #e7f1ff;
}
.wp-caption-text {
	font-size: 93%;
}
/* 
ウィジェットカレンダー
---------------------------------------------------- */
.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;
}
/*------------------------------------------------------------
 フッター
------------------------------------------------------------*/
#footerInfo {
	padding: 20px;
	border-bottom: 1px dotted #0649A5;
	background: #ffffff;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	/*background: #FFFFFF url(images/foot_bg.png) top repeat-x;*/
}
#footerLogo {
	clear: both;
	display: table-cell;
	vertical-align: middle;
}
#footerLogo img {
	max-height: 95px;
}
body.footlogo-nonfix #footerLogo img {
	max-height: inherit;
}
.contactInfo {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 100%;
}
.contactInfo .tel a {
	color: #000000;
}
#footer ul {
	text-align: center;
	font-size: 93%;
	padding: 10px 0px;
	background: #3A3A3A;
}
#footer ul li {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	padding: 5px 0;
}
#footer ul li a {
	display: block;
	padding: 0 20px 0 13px;
	overflow: hidden;
	color: #fff;
}
#footer ul li a:hover {
	text-decoration: underline;
}
/*-- arrow --*/
#footer ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#footer ul li a::before,
#footer ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#footer ul li a::before{
	left: 0px;
	width: 4px;
	height: 4px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
/*-- end/arrow --*/

#footer ul li li {
	display: block;
	padding: 0;
	margin-left: 10px;
	/*background: url(images/child.png) no-repeat 0 4px;*/
}
#footer ul li li a {
	padding: 0 10px 0 13px;
}
/*-- arrow --*/
#footer ul li li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#footer ul li li a::before,
#footer ul li li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#footer ul li li a::before{
	left: 0px;
	width: 4px;
	height: 4px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
/*-- end/arrow --*/

*:first-child+html #footer ul {
	width: 920px;
	margin: 0 auto;
}
*:first-child+html #footer ul ul {
	width: auto;
}
*:first-child+html #footer ul li {
	float: left;
}
#copyright {
	clear: both;
	padding: 7px;
	padding-right: 10px;
	text-align: right;
	font-style: normal;
	font-size: 10px;
	color: #fff;
	background: #000000;
	zoom: 1;
}
#powered {
	padding: 0px;
!important
}
/*------------------------------------------------------------
 TOPフロントページバナー指定（ex:c1＝1カラム）
------------------------------------------------------------*/

.thumbWrap {
	width: 650px;
	margin-right: -25px;
}
.c1thumbWrap_PR {
	width: 645px;
	margin-right: -20px;
}
.c2thumbWrap_PR {
	width: 645px;
	margin-right: -20px;
}
.c3thumbWrap_PR {
	width: 645px;
	margin-right: -20px;
}
ul.thumb {
	margin: 0;
}
ul.gap {
	margin-top: 15px;
}/*おすすめ商品の見出しがない場合*/
ul.thumb li {
	float: left;
	width: 300px;
	margin: 0 25px 0 0;
	padding: 0 0 2%;
	background: none;
}
ul.thumb li img.wp-post-image {
	float: left;
	display: inline;
	padding: 0 5px 3px 0;
}
ul.thumb h3 {
	font-weight: normal;
	font-size: 110%;
}
.thumbWrap ul.thumb h3 {
	padding: 0 25px 0 0;
	display: inline;
	background: url(images/arrow.png) no-repeat 100% 50%;
}
.c1thumbWrap_PR ul.thumb li {
	width: 625px;
	margin: 0 20px 0 0;
}
.c1thumbWrap_PR ul.thumb li img {
	max-width: 625px;
}
.c2thumbWrap_PR ul.thumb li {
	width: 302px;
	margin: 0 20px 0 0;
}
.c2thumbWrap_PR ul.thumb li img {
	max-width: 302px;
}
.c3thumbWrap_PR ul.thumb li {
	width: 195px;
	margin: 0 20px 0 0;
}
.c3thumbWrap_PR ul.thumb li img {
	max-width: 195px;
}
/*------------------------------------------------------------
 TOPフロントページバナー指定/sidebar無の場合
------------------------------------------------------------*/

.wide .thumbWrap {
	width: 100%;
}
.wide .c1thumbWrap_PR, .wide .c2thumbWrap_PR, .wide .c3thumbWrap_PR {
	clear: both;
	width: 100%;
}
.wide ul.thumb {
	margin: 0;
}
.wide ul.thumb li {
	float: left;
	width: 300px;
	margin: 0 0 20px;
	background: none;
}
.wide ul.thumb li img.wp-post-image {
	float: left;
	display: inline;
	padding: 0 5px 3px 0;
}
.wide .c1thumbWrap_PR ul.thumb li {
	width: 100%;
	padding: 0 3% 0 0;
}
.wide .c1thumbWrap_PR ul.thumb li img {
	max-width: 100%;
}
.wide .c2thumbWrap_PR ul.thumb li {
	width: 48.5%;
	padding: 0 3% 0 0;
}
.wide .c2thumbWrap_PR ul.thumb li img {
	max-width: 100%;
}
.wide .c3thumbWrap_PR ul.thumb li {
	width: 31.3%;
	padding: 0 3% 0 0;
}
.wide .c3thumbWrap_PR ul.thumb li img {
	max-width: 100%;
}
.wide .clm {
	padding: 0!important;
}
/*------------------------------------------------------------
 デザインCSS
------------------------------------------------------------*/ 

/* Step系テーブル
------------------------------------------------------------*/
table.step {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 93%;
	margin-bottom: 15px;
}
table.step th, table.step td {
	padding: 10px;
}
table.step th {
	background: #3A3A3A!important;
	vertical-align: middle!important;
	overflow: visible!important;
	position: relative!important;
	color: #fff!important;
	font-weight: normal!important;
	font-size: 93%!important;
}
table.step th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #3A3A3A;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
 table.step th::after {
 float: right;
 padding: 0;
 left: 30px;
 top: 10px;
 content: " ";
 height: 0;
 width: 0;
 position: relative;
 pointer-events: none;
 border: 10px solid transparent;
 border-left: #3A3A3A 10px solid;
 margin-top: -10px;
}
}
table.step td {
	padding-left: 20px;
}
/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .column2_50 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 5px 0;
	width: 49.6%;
	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.8%;
	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;
}
.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;
	color: #111;
	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;
}
.ctitle {
	background: #3A3A3A;
	background: -moz-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3A3A3A), color-stop(100%, #050505));
	background: -webkit-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -o-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -ms-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: linear-gradient(to bottom, #3A3A3A 0%, #050505 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A3A3A', endColorstr='#050505', GradientType=0 );
	box-shadow: 0 1px 2px #3A3A3A;
	behavior: url(PIE.htc);
}
.ctitle a {
	color: #FFFFFF;
}
.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 #2A2A2A;
	content: "";
	display: block;
	height: 17px;
	left: 7px;
	position: absolute;
	top: 8px;
	width: 5px;
}
.ctitle2 a {
	color: #333;
}
.ctitle3 {
	clear: both;
	border-top: 2px solid #333;
	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 #2A2A2A;
	content: "";
	display: block;
	height: 22px;
	left: 7px;
	position: absolute;
	top: 6px;
	width: 4px;
}
.ctitle3 a {
	color: #333;
}
.ctitle4 {
	clear: both;
	border-bottom: 2px dotted #2A2A2A;
	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 #2A2A2A;
	background: -moz-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3A3A3A), color-stop(100%, #050505));
	background: -webkit-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -o-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: -ms-linear-gradient(top, #3A3A3A 0%, #050505 100%);
	background: linear-gradient(to bottom, #3A3A3A 0%, #050505 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A3A3A', endColorstr='#050505', 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(images/patterns_bl.png) repeat;
	border: 1px solid #cccccc;
}
.ctitle6 a {
	color: #111;
}
.ctitle7 {
	border-radius: 6px;
	position: relative;
	color: #111;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	color: #ffffff;
	zoom: 1;
	background: url(images/patterns_wh.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #050505), color-stop(0.00, #3A3A3A));
	background: url(images/patterns_wh.png) repeat, -webkit-linear-gradient(#050505, #3A3A3A);
	background: url(images/patterns_wh.png) repeat, -moz-linear-gradient(#050505, #3A3A3A);
	background: url(images/patterns_wh.png) repeat, -o-linear-gradient(#050505, #3A3A3A);
	background: url(images/patterns_wh.png) repeat, -ms-linear-gradient(#050505, #3A3A3A);
	background: url(images/patterns_wh.png) repeat, linear-gradient(#050505, #3A3A3A);
}
.ctitle7 a {
	color: #FFFFFF;
}
/*------------------------------------------------------------
 Huck（プラグイン・コア）用CSS
------------------------------------------------------------*/

/* 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%
}
/* Biz calender用
------------------------------------------------------------*/
#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;
}
/* 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;
}
/* 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;
}
/* clearfix
------------------------------------------------------------*/
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
/*------------------------------------------------------------
 投稿記事
------------------------------------------------------------*/
.post {
	overflow: hidden;
}
.post_img img {
	border: 1px solid #ddd;
	padding: 5px;
	float: left;
	width: 100%;
	height: auto;
}
.post .post_img {
	width: 36%;
	padding: 0;
	float: left;
}
.post_text {
	width: 94%;
	margin: 0 auto;
}
.post_text70 {
	width: 59%;
	float: right;
	padding-right: 0.5%;
}
.post li {
	margin: 1em 0;
	padding: 0 0 2.1em 0;
	font-size: 93%;
	line-height: 1.6em;
}
.post h2 {
}
.post .time {
	font-size: 11px;
	clear: both;
	color: #FFFFFF;
	background-color: #3A3A3A;
	border-radius: 3px;
	padding: 2px 6px 0px 6px;
	margin-bottom: 5px;
}
.post .time a {
	color: #fff;
}
.post .post_text h3 {
	background: none;
	margin: 0.2em;
}
.postlist {
	margin-bottom: 20px;
	clear: both;
}
.postlist li {
	border-bottom: 1px dotted #ABABAB;
	line-height: 1.6em;
	margin: 1em 0;
	padding: 0;
}
.postlist .post_text {
	width: 96%;
	margin: 0 auto 13px auto;
}
.postlist .time {
	font-size: 90%;
	clear: both;
	color: #FFFFFF;
	background-color: #3A3A3A;
	border-radius: 3px;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .time a {
	color: #fff;
}
.postlist .date {
	font-size: 90%;
	clear: both;
	display: inline;
	padding: 1px 6px;
	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;
	font-size: 93%;
}
li .post_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}
.post h2 {
}
/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#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: 7px 0 0 0; 
	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: -1px 0 0 3px !important;
}
.share-btn4b .fb_iframe_widget {
	margin: -1px 0 0 3px !important;
}
/*------------------------------------------------------------
 投稿記事/sidebar有/投稿2ブロック
------------------------------------------------------------*/
.post2b {
		clear:both;
}
.post2b img {
	max-width: 100%;
	height: auto;
	border: 1px solid #CCCCCC !important;
}
.post2b li {
	margin: 0 0 2% 1%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
 /display:inline;
 /zoom:1;
	width: 48%;
	vertical-align: top;
}
.post2b_img img {
}
.post2b .post2b_img {
	text-align:center;
}
.post2b_text {
	width: 100%;
	margin: 0 auto;
}
.post2b_text70 {
}
.post2b h2 {
	background: url("images/sec-h_bg2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000000;
	clear: both;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
}
.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: 3px 0;
	font-size: 93%;
}
li .post2b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b {
	clear:both;
}
.post4b img {
	max-width: 100%;
	height: auto;
	border: 1px solid #CCCCCC !important;
}
.post4b li {
	margin: 0 1.8% 20px 0; 
	padding: 0 0 2% 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
 /display:inline;
 /zoom:1;
	width: 23%;
	vertical-align: top;
}
.post4b li:nth-child(4n){
	margin: 0 0 20px 0;
	}
.wide .post4b li {
	margin: 0 2.1% 20px 0;
	width: 23%;	
	}
.wide .post4b li:nth-child(4n){
	margin: 0 0 20px 0;
	}
.post4b_text {
	width: 99%;
	margin: 0 auto;
}
.post4b_text70 {
}
.post4b h2 {
	background: url("images/sec-h_bg2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000000;
	clear: both;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
}
.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: 960px!important;
}
}

/*----------------------------------------------------------------------------------------------------
 PC用：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
#searchHead {
	float: right;
	width: 215px;
	margin-top: 14px;
	text-align: right;
}
/* PC wrapper背景白＆余白 */
#wrapper {
	overflow:hidden;
	padding:0 10px;
}

nav#mainNav {
	clear: both;
	height: 65px;
	padding-top: 0px;
	margin-bottom: 20px;
	position: relative;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
	border-bottom: 1px solid #c9c9c9;
	z-index: 200;
	/*background: url(images/nav_bg.png) repeat-x;*/
}
.panel {
	border-left: 1px solid #CCC;
}
.panel ul li {
	float: left;
	position: relative;
	height: 55px;
	line-height: 40px;
	margin: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #CCC;
}
.panel ul li a {
	display: block;
	height: 50px;
	text-align: center;
	float: left;
	color: #6a6a6a;
	margin: 0 4px;
	padding: 0 20px;
}
nav div.panel {
	display: block !important;
	float: left;
}
a#menu {
	display: none;
}
/* メニューのタイトルの長さで可変して下さい */
.panel ul {
	width: 710px;
}
.panel ul li a span {
	_position: relative; /*To fix IE6 problem (not displaying)*/
	float: left;
	padding-top: 8px;
}

/* 親メニュー
------------------------------------------------------------*/

.panel ul li a:hover,
.panel ul li a:active,
.panel ul li a:hover span,
.panel ul li a:active span {
	/*color: #3A3A3A;*/
}

/*子メニュー構成*/
.panel li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.panel li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: 0.2s;
  font-size:14px; 
}
.panel li ul li a {
	text-indent:10px;
}
.panel li:hover > ul > li {
  overflow: visible;
  height: 40px;
}

.panel li ul li ul {
  top: 0;
  left: 100%;
}
.panel li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.panel li ul li ul li a {}
.panel li:hover ul li ul li:hover a {
	background: #FFFFFF;
	}

  /* arrow */
.panel li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #3A3A3A;
}
.panel li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #3A3A3A;
}
.panel ul ul{
	  width:250px;
	  }

.panel ul li ul{
	font-size:20px;
	  }

.panel ul li li{
  }

.panel ul li:hover ul{
	display: block;
	position: absolute;
  }

.panel ul li li a{
	width:100%;
	height:40px;
	padding:0;
	line-height:40px;
	font-size:95%;
	text-align:left;
  }

  .panel ul li li a span{
	padding:0 10px;
	}

  .panel ul li li a:hover,.panel ul li li.current-menu-item a{
	color:#888;
	}

  .panel ul li:hover ul li{
	margin:0;
	background: #FFFFFF;
	opacity:0.9;
  clear:both;
  }

	.panel ul li:hover ul li:last-child{
	}

	nav#mainNav ul li.current-menu-item a{
	color: #6A6A6A;
	border-bottom: 5px solid #3A3A3A;
		}
	nav#mainNav ul li.current-menu-ancestor a{
	color: #6A6A6A;
	border-bottom: 5px solid #3A3A3A;
		}
	nav#mainNav ul li a:hover,
	nav#mainNav ul li a:active{
	color: #6A6A6A;
	border-bottom: 5px solid #3A3A3A;
		}
	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li.current-menu-item li a,
	nav#mainNav ul li.current-menu-item li a:hover,
	nav#mainNav ul li.current-menu-item li a:active,
	nav#mainNav ul li li.current-menu-ancestor a,
	nav#mainNav ul li.current-menu-ancestor li a,
	nav#mainNav ul li.current-menu-ancestor li a:hover,
	nav#mainNav ul li.current-menu-ancestor li a:active{
	border-bottom:none;
	}

	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.current-menu-ancestor li a,
	nav#mainNav ul li li.current-menu-item a{
		background:#FFFFFF;
		color:#292929;
		margin:0;
	}

	nav#mainNav ul li.current-menu-ancestor li.current-menu-ancestor a{
		color:#292929;
		}
	nav#mainNav ul li.current-menu-ancestor li.current-menu-ancestor a:hover{
		background:#3A3A3A;
		color:#FFFFFF;
		margin:0;
		}
		
	nav#mainNav ul li.current-menu-ancestor li.current-menu-ancestor li a{
		color:#292929;
		}
	nav#mainNav ul li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item a{
		background:#3A3A3A;
		color:#FFFFFF;
		margin:0;
		}
		
	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:#3A3A3A;
		color:#FFFFFF;
		margin:0;
		border-bottom:none;
		}

	nav#mainNav ul li li li a,
	 nav#mainNav ul li.current-menu-item li li a,
	  nav#mainNav ul li li.current-menu-item li a
		nav#mainNav ul li li li.current-menu-item a{
		background:#FFFFFF;
		color:#3A3A3A;
	}

	nav#mainNav ul li li.current-menu-item li a{
		background:#FFFFFF;
		color:#3A3A3A;
		}
		
	nav#mainNav ul li li li.current-menu-item a,
	 nav#mainNav ul li li li a:hover,
	  nav#mainNav ul li.current-menu-item li li a:hover{
		background:#3A3A3A;
		color:#FFFFFF;
		}
		
	nav#mainNav ul li li:last-child a{
		background:#FFFFFF;
		color:#3A3A3A;
		}

	nav#mainNav ul li li:last-child li a{
		background:#FFFFFF;
		}
		
	nav#mainNav ul li li:last-child.current-menu-item li a{
		background:#FFFFFF;
		color:#292929;
		}
		
	nav#mainNav ul li li.current-menu-item li:last-child a{
		background:#FFFFFF;
		}
		
	nav#mainNav ul li li.current-menu-item li:last-child a:hover{
		background:#3A3A3A;
		color:#FFFFFF;
		}

	nav#mainNav ul li li li.current-menu-item a{
		background:#3A3A3A;
		color:#FFFFFF;
		}
	
	nav#mainNav ul li li:last-child li.current-menu-item a{
		background:#3A3A3A;
		color:#FFFFFF;
		}
	
	nav#mainNav ul li.current-menu-item li:last-child li a:hover,
	nav#mainNav ul li li:last-child li a:hover{
		background:#3A3A3A;
		color:#FFFFFF;
		}
		
	nav#mainNav ul li.current-menu-item li li:last-child a:hover{
		background:#3A3A3A;
		color:#FFFFFF;
		}
		
	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:#3A3A3A;
		color:#FFFFFF;
		}

	nav#mainNav ul li li li:last-child a{
		background:#FFFFFF;
		}
		
	nav#mainNav ul li li li:last-child a:hover{
		background:#3A3A3A;
		color:#FFFFFF;
		}

}

/*----------------------------------------------------------------------------------------------------
iPadサイズ以下から：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1023px) {
#mainImg {
	margin-top: 0px!important;
}
body nav#mainNav {
	height: auto;
}
#content.wide {
	width: 94.6%;
}
nav#mainNav {
	clear: both;
	width: 100%;
}
nav#mainNav .inner {
	width: 98%;
}
nav#mainNav a.menu {
	position: relative;
	display: inline-block;
	padding: 0 0 0 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
nav#mainNav a.menu::before,
nav#mainNav a.menu::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/*arrow*/
nav#mainNav a.menu::before{
width: 20px;
height: 20px;
-webkit-border-radius: 25%;
border-radius: 25%;
background: #3A3A3A;
}
nav#mainNav a.menu::after{
left: 16px;
bottom:3px;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
/*end/arrow*/

nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	color: #6a6a6a;
	background: #d6d6d6 no-repeat 1em 50%;
	background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d6d6d6));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0 );
	border: 1px solid #C7C9C9;
}
nav#mainNav a#menu span {
	padding-left: 36px;
}

nav#mainNav a.menuOpen {
	position: relative;
	display: inline-block;
	padding: 0 0 0 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
nav#mainNav a.menuOpen::before,
nav#mainNav a.menuOpen::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/*arrow*/
nav#mainNav a.menuOpen::before{
width: 20px;
height: 20px;
-webkit-border-radius: 25%;
border-radius: 25%;
background: #3A3A3A;
}
nav#mainNav a.menuOpen::after{
left: 16px;
top:3px;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}
/*end/arrow*/
nav#mainNav a.menuOpen {
	border-bottom: 0;
	color: #6a6a6a;
	background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d6d6d6));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 100%);
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
	border: 1px solid #ccc;
}
.panel ul {
	margin: 0;
	padding: 0;
}
.panel ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.4;
}
.panel ul li a, .panel ul li.current-menu-item li a {
	display: block;
	width: 100%;
	padding: 1em 0;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d6d6));
	background: -webkit-linear-gradient(top, #fff, #d6d6d6);
	background: -moz-linear-gradient(top, #fff, #d6d6d6);
	background: -o-linear-gradient(top, #fff, #d6d6d6);
	background: -ms-linear-gradient(top, #fff, #d6d6d6);
	background: linear-gradient(top, #fff, #d6d6d6);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.panel ul li a span {
	padding-left: 1em;
}
.panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li.current-menu-item a, .panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active {
	color: #ffffff;
	background: #3A3A3A;
}
.panel ul li ul li.current-menu-item a,  .panel ul li ul li a:hover,  .panel ul li ul li.current-menu-item a,  .panel ul li ul li a:active,  .panel ul li ul li li.current-menu-item a,  .panel ul li ul li.current-menu-item li a:hover,  .panel ul li ul li.current-menu-item li a:active {
	color: #ffffff;
	background: #3A3A3A;
}
.panel ul li.current-menu-item li a {
	color: #6a6a6a;
}
.panel ul li li {
	float: left;
	border: 0;
}
.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a {
	color: #6a6a6a;
	background: url(images/sub1.png) no-repeat 15px 50%;
}
.panel ul li li a:hover, .panel ul li.current-menu-item li a:hover {
	color: #ffffff;
	background: #3A3A3A;
}
.panel ul li li:last-child a {
	background: url(images/subLast.png) no-repeat 15px 50%;
	color: #6a6a6a;
}
.panel ul li li:last-child a:hover, .panel ul li.current-menu-item li:last-child a:hover {
	color: #ffffff;
	background: #3A3A3A;
}
.panel ul li li a span {
	padding-left: 25px;
}
nav div.panel, #searchHead {
	float: none;
}
#searchHead {
	text-align: center;
	margin: 12px auto 6px;
}
}

/*----------------------------------------------------------------------------------------------------
　959px以下から 1カラム表示
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
ul.gap {
	margin-top: 0px!important;
}
#wrapper, #header, .inner {
	width: 100%;
}
body.right-sidebar #wrapper #sidebar {
	float: none;
}
body.right-sidebar #wrapper #content {
	float: none;
}
#header h1, #header h2 {
	padding-left: 10px;
}
#headerInfo {
	padding: 10px 10px 0 0;
}
.panel ul, .thumbWrap, .c1thumbWrap_PR {
	margin: 0 auto;
}
.panel ul, .thumbWrap, .c2thumbWrap_PR {
	margin: 0 auto;
}
.panel ul, .thumbWrap, .c3thumbWrap_PR {
	margin: 0 auto;
}
.panel ul ul {
	padding: 0;
}
nav div.panel, #searchHead {
	float: none;
}
#mainImg {
	text-align: center;
}
#mainImg img {
	width: 98%;
	height: auto;
}
#content, #sidebar {
	clear: both;
	float: none;
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}
#footer {
	margin: 0;
	text-align: center;
}
#footerInfo, #footer ul {
	float: none;
	width: auto;
	text-align: center;
}
#pagetop a {
	margin-right: 15px;
}
#breadcrumb {
	border-top: 1px solid #CCCCCC;
	width: 97%;
	margin: 0 auto;
}
.post .column2_50 {
	text-align: center;
}
#banners {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#banners p {
	display: inline;
	margin: 0 3px;
}
#banners p img {
	width: 100%;
	height: auto;
	max-width: 30%
}
/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b li {
	width: 31.7%;
}
.post4b .post4b_img {
	text-align: center;
}
.post4b li:nth-child(3n){
	margin: 0 0 20px 0;
	}
.post4b li:nth-child(4n){
	margin: 0 1.8% 20px 0;
	}
.wide .post4b li {
	width: 31.6%;
	margin:0 1.8% 20px 0;
}
.wide .post4b .post4b_img {
	text-align: center;
}
.wide .post4b li:nth-child(3n){
	margin: 0 0 20px 0;
	}
.wide .post4b li:nth-child(4n){
	margin: 0 1.8% 20px 0;
	}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 420px;
	height: auto;
} /* 画像サイズが大きくても閲覧しやすいように */
}

/*----------------------------------------------------------------------------------------------------
　幅785px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 785px) {
/*sidebar有投稿2ブロック：投稿アーカイブ--------------------------------------------*/
.post2b li {
	width: 100%;
	margin: 0% 0.5% 2% 0.5%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.post2b_text70 {
	width: 66%;
	float: right;
}
.post2b .post2b_img {
	width: 32%;
	margin: 0;
	padding: 0;
	float: left;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
.post4b li {
	width: 100%;
	margin: 0% 0.5% 2% 0.5%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.post4b_text70 {
	width: 66%;
	float: right;
}
.post4b .post4b_img {
	width: 32%;
	margin: 0;
	padding: 0;
	float: left;
}
.wide .post4b li {
	width: 100%;
	margin: 0% 0.5% 2% 0.5%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.wide .post4b_text70 {
	width: 66%;
	float: right;
}
.wide .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%;
}
}

/*----------------------------------------------------------------------------------------------------
　幅648px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
.thumbWrap, .c1thumbWrap_PR {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c1thumbWrap_PR ul.thumb li {
	width: 96%;
	margin: 0 1% 0 2%;
}
.c1thumbWrap_PR img {
	width: 100%;
	height: auto;
}
.thumbWrap, .c2thumbWrap_PR {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c2thumbWrap_PR ul.thumb li {
	width: 46.5%;
	margin: 0 1% 0 2%;
}
.c2thumbWrap_PR img {
	width: 100%;
	height: auto;
}
.thumbWrap, .c3thumbWrap_PR {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c3thumbWrap_PR ul.thumb li {
	width: 30%;
	margin: 0 1% 2% 2%;
}
.c3thumbWrap_PR img {
	width: 100%;
	height: auto;
}
.wide ul.thumb {
	margin: 0;
}
.wide .thumbWrap, .c1thumbWrap_PR {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c1thumbWrap_PR ul.thumb li {
	width: 100%;
	margin: 0 0 2% 0;
}
.wide .c1thumbWrap_PR img {
	width: 100%;
	height: auto;
}
.wide .c1thumbWrap_PR ul.thumb li img {
	max-width: 100%;
}
.wide .thumbWrap, .c2thumbWrap_PR {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c2thumbWrap_PR ul.thumb li {
	width: 48.5%;
	margin: 0 0 2% 0;
}
.wide .c2thumbWrap_PR img {
	width: 100%;
	height: auto;
}
.wide .thumbWrap, .c3thumbWrap_PR {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wide .c3thumbWrap_PR ul.thumb li {
	width: 31.3%;
	margin: 0 0 2% 0;
}
.wide .c3thumbWrap_PR img {
	width: 100%;
	height: auto;
}
.thumbWrap ul.thumb li {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#footerInfo .contactInfo {
	float: none;
	text-align: center;
	display: inherit;
}
#banners {
	margin: 0 auto;
	text-align: center;
}
#banners p {
	width: auto;
	float: none;
	margin: none;
}
#banners p img {
	width: auto;
	height: auto;
	max-width: 270px;
}/*--バナーサイズに合わせて--*/
#header .logo img {
	width: auto;
	max-width: 270px;
	height: auto;
}
#footerLogo {
	float: none;
	text-align: center;
	display: inherit;
}
#footerLogo img {
	width: auto;
	max-width: 90%;
	height: auto;
}
}

/*----------------------------------------------------------------------------------------------------
　幅640px以下から   （ヘッダー等微調節）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
#header {
	text-align: center;
}
#header h2, #footerLogo {
	float: none;
	padding: 0;
}
#headerInfo {
	padding: 0 10px;
	margin: 0 auto;
	width: 280px;
}
#headerInfo .float {
	float: none;
	margin: 0 auto;
	text-align: center;
}
#headerInfo p.tel, #footerInfo p.tel {
	font-size: 230%;
}
.post img.alignright, .post img.alignleft {
	display: block;
	float: none;
	margin: 5px auto;
}
.alignright, .alignleft {
	float: none;
}
#footer ul {
	text-align: left;
	padding: 10px 15px 10px 15px;
}
#footer ul ul {
	padding: 0;
}
.c1thumbWrap_PR ul.thumb li {
	padding: 0;
}
.c2thumbWrap_PR ul.thumb li {
	padding: 0;
}
.c3thumbWrap_PR ul.thumb li {
	padding: 0;
}
.gallery-item img {
	width: auto;
	max-width: 85%;
	height: auto;
}
#content .post_img img {
	float: none;
	width: auto;
	max-width: 96%;
}
#content .post_img {
	max-width: 300px;
	width: auto;
	margin: 0 auto;
	float: none;
}
#content .post_text70 {
	width: 90%;
	margin: 0 auto;
	float: none;
}
#content #social {
	float: none;
}
body #header .logo {
	float: none;
	padding: 0;
	text-align: center;
}
body #header .logo, #headerInfo {
	display: inherit;
}
#header .logo {
	padding: 0px;
}
#header .logo img {
	max-width: 90%;
	height: auto;
}
.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%;
}
.childpost .column2_50 {
	display: inline-block;
	margin: 7px;
	width: 96%;
}
.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%;
}
.postlist .ttls {
	display: table;
}
/*sidebar無投稿2ブロック：投稿アーカイブ--------------------------------------------*/
#content .post2b_img img {
	float: none;
	width: auto;
	max-width: 99%;
}
#content .post2b_img {
	max-width: 300px;
	width: auto;
	margin: 0 auto;
	float: none;
	padding-top: 2%
}
#content .post2b_text70 {
	width: 95%;
	margin: 0 auto;
	float: none;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
.wide .post4b li{
	float: none;
	width: auto;
	max-width: 96%;
	}
#content .post4b_img img {
	float: none;
	width: auto;
	max-width: 96%;
}
#content .post4b_img {
	max-width: 300px;
	width: auto;
	margin: 0 auto;
	float: none;
	padding-top: 2%
}
#content .post4b_text70 {
	width: 95%;
	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%;
}
#banners p {
	margin: 0;
}
/*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;
}
}
