@charset "utf-8";
/*

Theme Name:07red
Template:AKN02-0701
Theme URI: http://hp-morph.com/
Description: AKN02-0701の子テーマ
Version: 1.53
Author: Vision Inc.
Author URI: http://hp-morph.com/

Tags: simple

	hp-morph.com Template v1.53
	 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
	
*/

/* =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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.5 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
color:#333;
border-top:5px solid #C9171E;
background:#ffffff;
}



/*------------------------------------------------------------
 初期：リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#C9171E;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#F49B00;
}

/*------------------------------------------------------------
 初期：画像
------------------------------------------------------------*/
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: #C9171E;
background: -moz-linear-gradient(top, #C9171E 0%, #940910 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9171E), color-stop(100%,#940910));
background: -webkit-linear-gradient(top, #C9171E 0%,#940910 100%);
background: -o-linear-gradient(top, #C9171E 0%,#940910 100%);
background: -ms-linear-gradient(top, #C9171E 0%,#940910 100%);
background: linear-gradient(to bottom, #C9171E 0%,#940910 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9171E', endColorstr='#940910',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: #C9171E;
background: -moz-linear-gradient(top, #940910 0%, #C9171E 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#940910), color-stop(100%,#C9171E));
background: -webkit-linear-gradient(top, #940910 0%,#C9171E 100%);
background: -o-linear-gradient(top, #940910 0%,#C9171E 100%);
background: -ms-linear-gradient(top, #940910 0%,#C9171E 100%);
background: linear-gradient(to bottom, #940910 0%,#C9171E 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940910', endColorstr='#C9171E',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;}
#sidebar ul li{}
#sidebar ul li a{
display:block;
border-bottom:1px dotted #6a6a6a;
line-height:1.6em;
padding:10px 10px 10px 30px;
background:url(images/arrow-m.png) left no-repeat;
}

#sidebar ul li a:hover{background-color:#FFDCDD;}
#sidebar ul li ul{margin:0 0 0 15px;}

#footer{
clear:both;
color:#000000;
background:#C9171E;
} 
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 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 .logo img{
	max-height:80px;
}

body.headlogo-nonfix #header .logo img{
max-height:inherit;
}

#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;}

#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:20px 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: #C9171E 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);
}

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 #C9171E;
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:#C9171E;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size:12px;
}

.prev a{
color:#FFFFFF;
padding:15px;
}

.next{float:right;
background:#C9171E;
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:#C9171E;
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:#C9171E 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: #C9171E 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:#C9171E;}
.news p a:hover{background-color:#FFDCDD;}
.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 #F49B00;
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: #C9171E;
}

#footer ul ul{padding-bottom:0;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(images/parent.png) no-repeat 0 9px;
}

#footer ul li a{
display:block;
padding:0 20px 0 13px;
overflow:hidden;
color:#fff;
}

#footer ul li	a:hover{text-decoration:underline;}


#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;}

*: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: #C9171E!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: #C9171E;
    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: #C9171E 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: #C9171E;
	background: -moz-linear-gradient(top, #C9171E 0%, #940910 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9171E), color-stop(100%,#940910));
	background: -webkit-linear-gradient(top, #C9171E 0%,#940910 100%);
	background: -o-linear-gradient(top, #C9171E 0%,#940910 100%);
	background: -ms-linear-gradient(top, #C9171E 0%,#940910 100%);
	background: linear-gradient(to bottom, #C9171E 0%,#940910 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9171E', endColorstr='#940910',GradientType=0 );
	box-shadow:0 1px 2px #2A2A2A;
	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 #C9171E;
    content: "";
    display: block;
    height: 17px;
    left: 7px;
    position: absolute;
    top: 8px;
    width: 5px;
}

.ctitle2 a{
	color:#333;
	}

.ctitle3{
    clear: both;
    border-top: 2px solid #C9171E;
    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 #C9171E;
    content: "";
    display: block;
    height: 22px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 4px;
}

.ctitle3 a{
	color:#333;
	}


.ctitle4{
    clear: both;
    border-bottom: 2px dotted #C9171E;
    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 #C9171E;
	background: -moz-linear-gradient(top, #C9171E 0%, #940910 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9171E), color-stop(100%,#940910));
	background: -webkit-linear-gradient(top, #C9171E 0%,#940910 100%);
	background: -o-linear-gradient(top, #C9171E 0%,#940910 100%);
	background: -ms-linear-gradient(top, #C9171E 0%,#940910 100%);
	background: linear-gradient(to bottom, #C9171E 0%,#940910 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9171E', endColorstr='#940910',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, #940910), color-stop(0.00, #C9171E));
	background: url(images/patterns_wh.png) repeat, -webkit-linear-gradient(#940910, #C9171E);
	background: url(images/patterns_wh.png) repeat, -moz-linear-gradient(#940910, #C9171E);
	background: url(images/patterns_wh.png) repeat, -o-linear-gradient(#940910, #C9171E);
	background: url(images/patterns_wh.png) repeat, -ms-linear-gradient(#940910, #C9171E);
	background: url(images/patterns_wh.png) repeat, linear-gradient(#940910, #C9171E);
}

.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;
}


/* Scroll Top用
------------------------------------------------------------*/
#scrollUp {
    visibility: visible;
}

/*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%;}

/* 検索バーの左に表示されるテキストの検索を消す
------------------------------------------------------------*/
.screen-reader-text { display: none;}


/* clearfix
------------------------------------------------------------*/
.clearfix {min-height: 1px;}
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}


/*------------------------------------------------------------
 投稿記事
------------------------------------------------------------*/

.post_img img{
  border:1px solid #ddd;
  padding:5px;
  float:left;
  width:100%;
  height:auto;
}
.post .post_img{
  width:30%;
  margin: 0;
  padding: 0;
  float: left;
}
.post_text{
  width:94%;
  margin:0 auto;
}

.post_text70{
  width: 66%;
  float:right;
}

.post li{
  margin: 1em 0;
  padding: 0 0 0 0;
  font-size:93%;
  line-height:1.6em;
}

.post h2{}

.post .time{
  font-size:11px;
  clear:both;
  color: #FFFFFF;
  background-color: #C9171E;
  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;
}

.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: 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:-1px 0 0 3px !important;
}

.share-btn4b .fb_iframe_widget{
  margin:-1px 0 0 3px !important;
}

/*------------------------------------------------------------
 投稿記事/sidebar有/投稿2ブロック
------------------------------------------------------------*/
.post2b{}

.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{}
.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: #C9171E;
  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{}

.post4b img{max-width:100%;height:auto;
border: 1px solid #CCCCCC !important;
}

.post4b li{
  margin: 0 0% 2% 0.6%;
  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:24%;
  vertical-align:top;
}

.post4b_img img{}
.post4b .post4b_img{}
.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: #C9171E;
  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用：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px){
	nav#mainNav{
	clear:both;
	height:65px;
	padding-top:0px;
	margin-bottom:20px;
	position:relative;
	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;*/
	width:100%;
	}
  
.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
  {color:#C9171E; border-bottom:5px solid #C9171E;}

  .panel ul li a:hover span,
  .panel ul li a:active span
  {color:#3A3A3A;}

  .panel ul li.current-menu-item a
  {color:#C9171E; border-bottom:5px solid #C9171E!important;}
  
  .panel ul li.current-menu-parent a
  {color:#C9171E; border-bottom:5px solid #C9171E!important;}
  
  .panel ul li.current-menu-item a span,
  .panel ul li.current-menu-parent a span
  {color:#C9171E;}

  .panel ul li.current-menu-item li a,
  .panel ul li.current-menu-item li a span,
  .panel ul li.current-menu-item li.current-menu-item a span,
  .panel ul li.current-menu-parent li a,
  .panel ul li.current-menu-parent li a span
  {color:#6A6A6A;border:none!important;}
	
  .panel ul li li a:hover span,
  .panel ul li li a:active span
  {background:none;color:#3A3A3A;}

  .panel ul li li a:hover{color:#C9171E;border-bottom: 5px solid #C9171E;}

  .panel ul li.current-menu-parent li a,
  .panel ul li.current-menu-parent:hover li a span{}
  .panel ul li.current-menu-parent:hover li.current-menu-item a span,
  .panel ul li.current-menu-parent li a:hover{color:#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:#C9171E;
	border-bottom: 5px solid #C9171E!important;
	}
	 
  .panel ul ul{width:250px; margin:10px 0 0 0px;}
  
  .panel ul li li{
  float: none;
  height:45px;
  line-height:35px;
  width:250px;
  }
  
  .panel ul li li a{
  width:80%;
  height:40px;
  line-height:35px;
  font-size:95%;
  text-align:left;

  }
  
  .panel ul li ul{display: none;}
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:45px;
  left:0px;
  z-index: 100;
  border:1px dotted #6a6a6a;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  }
  
  .panel ul li:hover ul li{
  margin:0;
  background: #ffffff;
  border-bottom:1px dotted #6a6a6a;
  padding-top:10px;
  }
  
  .panel ul li:hover ul li:last-child{}
  
  .panel ul li ul li a span{
  margin:0 0 0 -15px;
  float:none;
  padding-top:0 0 0 0;
  }
	
	#searchHead{
	float:right;
	width:215px;
	margin-top:14px;
	text-align:right;
	}
	

}


/*----------------------------------------------------------------------------------------------------
iPadサイズ以下から：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	#mainImg{  margin-top:0px!important;}
	body nav#mainNav{
	height:auto;
	}
	
	#content.wide{width:96%;}
	nav#mainNav{
	clear:both;
	width:100%;
	}
	
	nav#mainNav .inner{width:98%;}
	
	nav#mainNav a.menu{

	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#6a6a6a;
	background: #d6d6d6 url(images/menuOpen.png) no-repeat 1em 50%;
	background: url(images/menuOpen.png) no-repeat 1em 50%, -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6));
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -o-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -ms-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, 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:3em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#6a6a6a;
	background: url(images/menuClose.png) no-repeat 1em 50%, -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6));
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -o-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -ms-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, 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(#FFDCDD));
	background: -webkit-linear-gradient(top, #fff, #FFDCDD);
	background: -moz-linear-gradient(top, #fff, #FFDCDD);
	background: -o-linear-gradient(top, #fff, #FFDCDD);
	background: -ms-linear-gradient(top, #fff, #FFDCDD);
	background: linear-gradient(top, #fff, #FFDCDD);
	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:#C9171E;
	}
	
	.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:#C9171E;
	}


	.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:#C9171E;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:#C9171E;
	}

	.panel ul li li:last-child a{background:url(images/subLast.png) no-repeat 15px 50%; color:#C9171E;}
	.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{
	color:#ffffff;
	background:#C9171E;	
	}
	
	.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:32.2%;}
	.post4b .post4b_img{text-align:center;}
	
/*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;}

/*jQuery Colorbox-------------------------------------------------------------------*/
	#cboxLoadedContent img{width:350px; height:auto;} /* 画像サイズが大きくても閲覧しやすいように */ 
}


/*----------------------------------------------------------------------------------------------------
　幅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%;}
  
/*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ブロック：投稿アーカイブ--------------------------------------------*/
  #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のサイズ合わせ------------------------------------------------------------*/
	.gallery-columns-1 .gallery-item{width: 95%;}
	.gallery-columns-1 .gallery-item img{max-width: 95%;}
	.gallery-columns-2 .gallery-item{width: 45%;}
	.gallery-columns-2 .gallery-item img{max-width: 90%;}
	.gallery-columns-3 .gallery-item{width: 30%;}
	.gallery-columns-3 .gallery-item img{max-width: 85%;}
	.gallery-columns-4 .gallery-item{width: 22.5%;}
	.gallery-columns-4 .gallery-item img{max-width: 80%;}
	.gallery-columns-5 .gallery-item{width: 18%;}
	.gallery-columns-5 .gallery-item img{max-width: 75%;}
	
	#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;}
}


/*  アイテム一覧ページ　カテゴリーリスト  ----------------*/
.itemlist {
	border: 3px solid #C3C3C3;
	background: #DDDDDD;
	padding: 1em 2em 0.8em;
	margin: 0 auto 30px !important;
	max-width: 710px;
	overflow: hidden;
}
.itemlist li {
	position: relative;
	border: none;
	margin: 0 0 0.2em 0;
	list-style:none;
}
.itemlist li:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #767676;
	border-bottom: 2px solid #767676;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.itemlist li a {
	color: #414141;
}
.itemlist li a:hover {
	color: #0068B7;
}

.cat-item{
	display:inline-block;
	width: 48%;
	vertical-align:top;
	}

ul.children {
	margin: 0 0 0 1.5em;
}

.cat-item .children li{
	display:inherit;
	width: 100%;
	}
	
@media only screen and (max-width: 640px) {
.itemlist li {
	float: none;
	width: 100%;
}
.cat-item{
	display:inline;
	width: 100%;
	}

}

/*--------------------------------------------
追記
--------------------------------------------*/
.bg_clear{
	clear:both;
}

.about-sanko{
	width: 100%;
	margin: 0 auto;
}

.about-sanko01{
	width: 45%;
	float: left;
	margin: 0 15px;
}

@media only screen and (max-width: 648px){
.about-sanko{
	width: 100%;
	margin: 0 auto;}

.about-sanko01{
	width: 98%;
	float: none;
	margin: 0 auto;}
}

/*GoogleMap埋め込み対処*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}