@charset "utf-8";
/*
Theme Name: AKN02-0601
Theme URI: http://hp-morph.com/
Description: AKN02-0601
Version: 1.50
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template v1.50
	 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;}
/*
caption, th, td {font-weight: normal;text-align: left;}
*/
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
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;
-webkit-text-size-adjust: none;
background:#fff;
}

/*------------------------------------------------------------
 初期：リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#313131;
}

a:hover, a:active{
outline: none;
color:#6f6f6f;
}


/*------------------------------------------------------------
 初期：画像
------------------------------------------------------------*/
a img{
    /*transition使用*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover img{
    opacity:0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}

/*------------------------------------------------------------
 初期：フォーム設定
------------------------------------------------------------*/
input[type="text"],input[type="tel"],input[type="email"],input[type="date"],input[type="url"],input[type="number"],select,textarea{
vertical-align:middle;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
//font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/*------------------------------------------------------------
 初期：レイアウト設定
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:880px;
}

#header{
overflow:hidden;
}

#content{
float:right;
width:627px;
padding:22px 0 4%;
line-height:1.6em;
}

#content.wide{width:100%; margin-top:-2%;}

#sidebar{
font-size:93%;
float:left;
width:233px;
padding:22px 0 50px;
}

#footer{
background: none repeat scroll 0 0 #fff;
box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
clear:both;
}
body.right-sidebar #wrapper #sidebar	{ float:right; }
body.right-sidebar #wrapper #content	{ float:left; }

/* IE7ドキュメントモードhuck
----------------------------------*/
.gallery{*zoom: 97%;}
.png {*zoom: 1;}

/*------------------------------------------------------------
 ヘッダー
------------------------------------------------------------*/

/* ロゴ
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 5px 15px;
color: #515151;
font-size:160%;
font-weight:bold;
}


/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:90%;
font-weight:normal;
}

.description{
padding:5px 0;
font-size:90%;
font-weight:normal;
}


/* コンタクト
----------------------------------*/
.contact{
float:right;
padding:40px 0 0;
text-align:right;
color:#000;
font-size:90%;
}

.contact .tel{
display:inline-block;
vertical-align:top;
margin-bottom:-3px;
font-size:230%;
font-family:'Oswald', Helvetica, sans-serif;
}

.contact .tel img{
	padding-right:5px;
}

.contact .mail{
	display:inline-block;
	margin-left:20px;
}

.contact .address{
	clear:both;}


/*------------------------------------------------------------
 タイポグラフィー
------------------------------------------------------------*/

#mainImg{
clear:both;
margin:10px 0;
line-height:0;
text-align:center;
z-index:0;
}

#mainImg img{
    -webkit-box-shadow: 0 10px 3px -8px #cccccc;
    -moz-box-shadow: 0 10px 3px -8px #cccccc;
     box-shadow: 0 10px 3px -8px #cccccc;
}


h1.title{
font-size:16px;
font-weight:bold;
clear:both;
margin:0;
padding:7px 10px 7px 10px;
color:#000;
border:1px solid #d5d5d5;
text-shadow:1px 1px 1px #fff;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(222,223,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dedfe0',GradientType=0 ); /* IE6-9 */
}

h2.title{
clear:both;
margin:0 0 20px 0;
padding:7px 10px 7px 10px;
color:#000;
border:1px solid #d5d5d5;
border-bottom:0;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.dateLabel{
text-align:right;
/*
font-weight:bold;
color:#858585;
*/
}


/*------------------------------------------------------------
 コンテンツ
------------------------------------------------------------*/
.post{
margin:0 0 20px 0;
padding:15px;
border:1px solid #d5d5d5;
background: #fff;
    -webkit-box-shadow: 0 10px 3px -8px #cccccc;
    -moz-box-shadow: 0 10px 3px -8px #cccccc;
     box-shadow: 0 10px 3px -8px #cccccc;
}

.post p{padding-bottom:15px;}
.post ul{margin: 0 0 10px 10px;}
.post ul#sitemap_list li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}
.post ol li{list-style:decimal;}

.post h1{
font-size:16px;
font-weight:bold;
clear:both;
margin:0 0 10px 0;
padding:7px 10px 7px 10px;
color:#000;
border:1px solid #d5d5d5;
text-shadow:1px 1px 1px #fff;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(222,223,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dedfe0',GradientType=0 ); /* IE6-9 */
}

.post h2{
clear:both;
padding:5px 0;
font-weight:normal;
color: #333;
border-top: 2px solid #515151;
border-bottom: 2px solid #515151;
font-size: 14px;
font-weight: normal;
margin: 10px 0 10px 0;
}

.post h3{
clear:both;
margin:10px 0;
font-weight:normal;
color:#2e2c2c;
padding:4px 2px 4px 2px;
border-top: 1px solid #515151;
border-bottom: 1px solid #515151;
}


.post h4{
clear:both;
margin:10px 0;
font-size:12px;
font-weight:normal;
color:#2e2c2c;
padding:4px 2px 4px 2px;
border-top: 1px dotted #515151;
border-bottom: 1px dotted #515151;
}
.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}

.post blockquote p{padding:5px 0;}




.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;padding: 4px;border: 1px solid #cccccc !important;}
/* IE8以下画像対応
------------------------------------------------------------*/
.post img {
    width: inherit\9;
    max-width: 100%\9;
    height: auto\9;
}

.post img.aligncenter {
display: block;
margin:5px auto;
padding:4px;
background:#fff;
border:1px solid #ccc;
}

.post img.alignright{
padding:4px;
margin:0 0 15px 8px;
display:inline;
background:#fff;
border:1px solid #ccc;
}

.post img.alignleft{
padding:4px;
margin:0 8px 15px 0;
display:inline;
background:#fff;
border:1px solid #ccc;
}

/* imgにborder除外。<div class="noborder">で括る
------------------------------------------------------------*/
.post .noborder img {
    border: none !important;
}


.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{}


.alignright{float:right;}
.alignleft{float: left;}
.aligncenter{margin:0 auto; text-align:center;}
img.alignright{float:right;}
img.alignleft{float: left;}
img.aligncenter{display: block;margin:0 auto; text-align:center;}


/* パンくずリスト
----------------------------------*/
#header .logo{
  clear:both;
  /*float:left;
  padding:20px 0;*/
  font-size:160%;
  font-weight:bold;
float: none;
padding: 0px;
text-align: center;
}

.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
#breadcrumb{
  clear:both;
  padding: 5px 3px 5px 0;
}

#breadcrumb ul{
  width: 100%;
  max-width: 960px;
  margin:0 auto;
}
#breadcrumb ul li{
  float:left;
  margin:0 5px;
  font-size:11px;
}
#breadcrumb ul li:first-child{
  margin:0;
}
#breadcrumb ul li a:hover{
  text-decoration:underline;
}

/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}





/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px;
border:1px solid #d5d5d5;
background: #fff;
    -webkit-box-shadow: 0 10px 3px -8px #cccccc;
    -moz-box-shadow: 0 10px 3px -8px #cccccc;
     box-shadow: 0 10px 3px -8px #cccccc;
}

section.widget ul ul{
box-shadow:none!important}


/*サイドバーにiframeを展開させたい場合----------------------*/
.textwidget iframe{width:100%!important;}

.widget_search{clear:both;}
.widget_text{clear:both;}
.widget widget_calendar{clear:both;}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;clear: both;}

p.banner img{
max-width:233px;
height:auto;
    -webkit-box-shadow: 0 10px 3px -8px #cccccc;
    -moz-box-shadow: 0 10px 3px -8px #cccccc;
     box-shadow: 0 10px 3px -8px #cccccc;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h2{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:16px;
font-weight:bold;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
text-shadow:1px 1px 1px #fff;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(222,223,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(222,223,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(222,223,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dedfe0',GradientType=0 ); /* IE6-9 */}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:30px;
width:90px;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h2{
float:left;
font-weight:normal;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:93%;
background:url(images/arrowWhite.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-size:93%;
}

.news a span{
color:#515151;
font:normal 93% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}

.widget_sp_image img{
	clear:both;
	margin-bottom:15px;
    box-shadow: 0 10px 3px -8px #cccccc;
	    -webkit-box-shadow: 0 10px 3px -8px #cccccc;
    	-moz-box-shadow: 0 10px 3px -8px #cccccc;
	}
.widget_search{clear:both;}
.widget_text{clear:both;}


/* 
ウィジェットカレンダー
---------------------------------------------------- */
.widget_calendar{clear:both;}

#wp-calendar{
	border-left:1px solid #fff;
	background-color:#ffffff;
	empty-cells:show;
	width:90%;
	margin:0 auto;
}
#wp-calendar caption {
	text-align: center;
	width: 90%;
	font-weight:normal;
}
#wp-calendar th{
	border-left: #EDEDED 1px solid;
	border-bottom: #dcdddd 1px solid;
	border-right: #dcdddd 1px solid;
	background-color: #efefef;
	color:#330000;
	padding:0.3em;
	text-align:center;
	vertical-align:middle;
}
#wp-calendar td{
	border-left: #EDEDED 1px solid;
	border-right: #dcdddd 1px solid;
	border-bottom: #dcdddd 1px solid;
	text-align:center;
	vertical-align:middle;
	height:2em;
}

#wp-calendar tfoot td {
	border:none;
}

#wp-calendar td a{
	font-weight:bold;
	background-color:#ffeeee;
	height:100%;
	padding-top:0.2em;
}


/*------------------------------------------------------------
 フッター
------------------------------------------------------------*/
#footer ul{
font-size:93%;
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#000;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 0 37px;
text-align:center;
color:#000;
font-size:10px;
}

/* 基本テーブル
------------------------------------------------------------*/
.post table{
	font-size:93%;
	border-top: #dcdddd 1px solid;
	border-left: #dcdddd 1px solid;
	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}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}

/*------------------------------------------------------------
 TOPフロントページバナー指定（ex:c1＝1カラム）
------------------------------------------------------------*/

.c1thumbWrap{
width:650px;
margin:0px 0px 20px 0;
}

.c1thumbWrap li{
float:left;
width: 627px;
margin:0 21px 0 0;
padding:0 0 14px;
background:none;
}

.c1thumbWrap li img {
	width:100%;
    -webkit-box-shadow: 0 10px 3px -8px #cccccc;
    -moz-box-shadow: 0 10px 3px -8px #cccccc;
     box-shadow: 0 10px 3px -8px #cccccc;
}


.c2thumbWrap{
width:650px;
margin:0px 0px 20px 0;
}

.c2thumbWrap li{
float:left;
width: 303px;
margin:0 21px 0 0;
padding:0 0 14px;
background:none;
}

.c2thumbWrap li img {
	width:100%;
/*    -webkit-box-shadow: 0 10px 3px -8px #cccccc;
    -moz-box-shadow: 0 10px 3px -8px #cccccc;
     box-shadow: 0 10px 3px -8px #cccccc;
*/
}


.c3thumbWrap{
width:650px;
margin:0px 0px 20px 0;
}

.c3thumbWrap li{
float:left;
width: 195px;
margin:0 21px 0 0;
padding:0 0 14px;
background:none;
}

.c3thumbWrap li img {
	width:100%;
    -webkit-box-shadow: 0 10px 3px -8px #cccccc;
    -moz-box-shadow: 0 10px 3px -8px #cccccc;
     box-shadow: 0 10px 3px -8px #cccccc;
}


/*------------------------------------------------------------
 TOPフロントページバナー指定/sidebar無の場合
------------------------------------------------------------*/

.wide .thumbWrap{
width:100%;
}

.wide .c1thumbWrap,.wide .c2thumbWrap, .wide .c3thumbWrap{
clear:both;
width:100%;
}

.wide ul.thumb{
margin: 0 -3% 2% 0;
}

.wide ul.thumb li{
float:left;
width:300px;
margin:0 0 10px;
background:none;
}

.wide ul.thumb li img.wp-post-image{
float:left;
display:inline;
padding:0 5px 3px 0;
}

.wide .c1thumbWrap ul.thumb li{
width: 100%;
padding:0 3% 0 0;
}

.wide .c1thumbWrap ul.thumb li img{
max-width:97%;
}

.wide .c2thumbWrap ul.thumb li{
width: 47%;
padding:0 3% 0 0;
}

.wide .c2thumbWrap ul.thumb li img{
max-width: 100%;
}

.wide .c3thumbWrap ul.thumb li{
width: 30.3%;
padding:0 3% 0 0;
}

.wide .c3thumbWrap ul.thumb li img{
max-width: 100%;
}
.wide .clm{ padding:0!important;}



/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .column2_50 {
display: inline-block;
    *display: inline;
	*zoom: 1;
    margin: 5px 0;
    width: 49.5%;
vertical-align:top;
}

.post .column2_50 img {
	max-width:95.5%;
}

.post .column2_30 {
display: inline-block;
    *display: inline;
	*zoom: 1;
	margin: 5px 0;
	width: 30%;
vertical-align:top;
}

.post .column2_30 img {
	max-width:95.5%;
}


.post .column2_70 {
display: inline-block;
    *display: inline;
	*zoom: 1;
	margin: 5px 0;
	width: 69%;
vertical-align:top;
}


.post .column3_33 {
display: inline-block;
    *display: inline;
	*zoom: 1;
	margin: 5px 0;
	width: 32.7%;
vertical-align:top;
}

.post .column3_33 img {
	max-width:95.0%;
}

/*------------------------------------------------------------
 Huck（プラグイン・コア）用CSS
------------------------------------------------------------*/


/* Biz calender用css
------------------------------------------------------------*/
#biz_calendar table.bizcal .holiday{
background-color: #FFACDD!important;
}

#biz_calendar p span.boxholiday{
background-color: #FFACDD!important;
}

#biz_calendar table.bizcal .eventday{
background-color: #FFCD92!important;
}

#biz_calendar p span.boxeventday{
background-color: #FFCD92!important;
}

/* Contact form 7用
------------------------------------------------------------*/
.rad-text{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 80%;
    height: 25px;
}
.rad-area{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 80%;
    height: 90%;
}
.rad-sub{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 25%;
    height: 35px;
    background-color:#eee;
}
.wpcf7-form .wpcf7-textarea{max-width: 96%}

#wpcf7-f11-p16-o1 .fmbg{
    color: #ccc;
    font-size: 18px;
}


/* MTS用css
------------------------------------------------------------*/
.calendar-mark{
font-size:14px!important;}

.mix-calendar th, .timetable-calendar th, .multiple-calendar th, .monthly-calendar th{
	text-align:center!important;}
.day-number, .calendar-mark, .schedule-note, .day-left, .day-right{text-align:center!important;}

/* MapPress用
------------------------------------------------------------*/
.mapp-canvas img{ border:none!important;} /* MapPress枠内線を入れない */  

/* jQuery Colorbox用
------------------------------------------------------------*/
#cboxLoadedContent img{width:600px; height:auto;}/* 画像サイズが大きくても閲覧しやすいように */  

/* WP-Canvas用
------------------------------------------------------------*/
.wc-shortcodes-column img{
border:none!important;/* 画像枠線無 */  
padding:0!important;}

/*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;}



/*------------------------------------------------------------
 投稿記事
------------------------------------------------------------*/

p.post_img img{
  float:left;
  width:100%;
  height:auto;
  border: 1px solid #E2D4A9;
  padding:5px;
  margin:0;
}
.post .post_img{
  width:31%;
  margin: 0 0 0 2%;
  padding: 0;
  float: left;
}
.post_text{
  width:94%;
  margin:0 auto;
}
.post_text70{
  width: 61%;
  float:right;
  margin-right: 2%;
}

.post li{
    line-height: 1.6em;
    margin: 1em 0;
    padding: 0;
}
.post h2{
  width:100%;
}
.post .time{
  padding:0;
  font-size:90%;
  clear:both;
  color: #FFFFFF;
  background-color: #909090;
  border-radius:3px;
  display:inline;
  padding:1px 6px;
  margin-bottom:5px;
}
.post .time a{
  color:#fff;
}
.post .post_text h3{
  background:none;
  margin:0.2em;
}

.post_link{
  float:right;
  clear:both;
  margin: 10px 0;
}
li .post_contents{
  clear:both;
  margin-bottom:0.5em;
  padding:5px 0 0 0;
}


/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social{
 display:inline-block;
 float: left;
margin-bottom: 10px;
}
#twitter,
#hatena,
.fb-like{
  display:block;
  float:left;
}

.share-btn {
  border: 1px dashed #ccc;
  height: 21px;
  padding: 10px 0 10px 10px;
  width: 250px;
}

.twitter-share-button {
  margin-left: 5px;
  width: 90px !important;
}

.fb_ltr {
  max-width: none !important;
}

.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}


/*------------------------------------------------------------
 投稿記事/sidebar有/投稿2ブロック
------------------------------------------------------------*/
.post2b{ margin-top:1.5%;}

.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{
clear: both;
padding:5px 0;
font-weight:normal;
color: #333;
border-top: 2px solid #515151;
border-bottom: 2px solid #515151;
font-size: 13px;
font-weight: bold;
margin: 0px 0 10px 0;

}

.post2b .time{
  font-size:11px;
  clear:both;
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-radius:3px; 
  padding:2px 6px 0px 6px;
  margin-bottom:5px;

}
.post2b .time a{
  color:#fff;
}

.post2b .post2b_text h3{
  background:none;
  margin:0.2em;
}

.post2b_link{
  float:right;
  clear:both;
  margin: 10px 0;
  font-size:93%;
}
li .post2b_contents{
  clear:both;
  margin-bottom:0.5em;
  padding:0;
}



/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b{ margin-top:1.5%;}

.post4b img{max-width:100%;height:auto;
border: 1px solid #CCCCCC !important;
}

.post4b li{
  margin: 0 0 2% 0.4%;
  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{
clear: both;
padding:5px 0;
font-weight:normal;
color: #333;
border-top: 2px solid #515151;
border-bottom: 2px solid #515151;
font-size: 13px;
font-weight: bold;
margin: 0px 0 10px 0;

}

.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;
}


/* ソーシャルボタン/投稿4ブロック
------------------------------------------------------------*/
.share-btn4b {
  padding:1% 0;

}


/*----------------------------------------------------------------------------------------------------
 PC用：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px){
  nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	width:100%;
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
	padding-top: 3px;
	padding-bottom: 5px;
	}

	nav#mainNav .inner{
	padding-left:1px;
	background:url(images/mainNavSep.png) no-repeat 0 5px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	background:url(images/mainNavSep.png) no-repeat 100% 5px;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#000;
	height:35px;
	line-height:45px;
	font-weight:bold;
	margin-right:1px;
	padding:10px 25px 0;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a b{
	display:block;
	line-height:1.2;
	}

	nav#mainNav ul li a span{
	font-size:70%;
	color:#888;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }

  a#menu{display:none;}

  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
  color:#4c4c4c;
  }

  nav#mainNav ul ul{
	width:160px;
	border:1px solid #e0e0e0;
	border-top:0;
	}

  nav#mainNav ul li ul{display: none;}

  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:42px;
  left:-1px;
  z-index:500;
  }

  nav#mainNav ul li li{
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	background:#fff;
	border-bottom:1px dotted #e0e0e0;
  }

	nav#mainNav ul li li:last-child{border:0;}

  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 10px;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#6f6f6f}

}

/*----------------------------------------------------------------------------------------------------
iPadサイズ以下から：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	nav#mainNav{
	clear:both;
	width:880px;
	margin:15px auto 10px;
	border:1px solid #E8E8E8;
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(images/menuOpen.png) no-repeat 5px 8px;
	}

	nav#mainNav a#menu span{padding-left:35px;}

	nav#mainNav a.menuOpen{
	background: url(images/menuOpen.png) no-repeat 5px -34px;
	}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fff;
	}

	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

 	nav#mainNav ul li a span{display:none;}

	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#f6f6f6;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#f6f6f6 url(images/sub1.png) no-repeat 20px -62px;}

	nav#mainNav ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#f6f6f6 url(images/subLast.png) no-repeat 20px -65px;}

	nav div.panel{float:none;}

	#mainImg{margin-bottom:10px;}

}


/*----------------------------------------------------------------------------------------------------
　959px以下から 1カラム表示
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px){
	#wrapper, .inner{width:100%;}

	body.right-sidebar #wrapper #sidebar	{ float:none; }
	body.right-sidebar #wrapper #content	{ float:none; }
	
	#header{width:96%;padding:0 2%; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -5px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -5px;}

	section{max-width:97%; margin:0 auto;} 
	nav#mainNav{width:95%;}
	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}

	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;	}

	.banner{width:100%;margin:0 auto;text-align:center;}
    p.banner img{width:100%;height:auto;}
	section.widget_search{text-align:center;clear: both;}
	#calendar_wrap table{width:260px;}

	#footer li{margin-bottom:10px;}
	.c1thumbWrap{margin:0 auto;}
	.c2thumbWrap{margin:0 auto;}
	.c3thumbWrap{margin:0 auto; padding-bottom:2%;}
#content.wide{ margin-top:-2%;}	
.wide .c1thumbWrap{width:100%;margin:0 auto;text-align:center;}
.wide .c1thumbWrap ul.thumb li{width:97%; display:inline;margin:0;}
.wide .c1thumbWrap img{width:100%;height:auto;}
.wide .c2thumbWrap{width:100%;margin:0 auto;text-align:center;}
.wide .c2thumbWrap ul.thumb li{width:46.2%;margin:0; padding: 0 1.5%;}
.wide .c2thumbWrap img{width:100%;height:auto;}
.wide .c3thumbWrap{width:100%;margin:0 auto;text-align:center;}
.wide .c3thumbWrap ul.thumb li{margin:0 0 1.5% 1.5%; padding:0;}
.wide .c3thumbWrap img{width:100%;height:auto;}

/*------------------------------------------------------------
 投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b li{width:32.2%;}
.post4b .post4b_img{text-align:center;}

/*jQuery Colorbox-------------------------------------------------------------------*/
	#cboxLoadedContent img{width:420px; height:auto;} /* 画像サイズが大きくても閲覧しやすいように */ 
}

/*----------------------------------------------------------------------------------------------------
　幅799px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 799px){
.c1thumbWrap{width:100%;margin:0 auto;text-align:center;}
.c1thumbWrap ul.thumb li{width:96%; display:inline;margin:0 1% 0 2%;}
.c1thumbWrap img{width:100%;height:auto;}
.c2thumbWrap{width:100%;margin:0 auto;text-align:center;}
.c2thumbWrap ul.thumb li{width:46.5%; display:inline;margin:0 1% 0 2%;}
.c2thumbWrap img{width:100%;height:auto;}
.c3thumbWrap{width:100%;margin:0 auto;text-align:center;}
.c3thumbWrap ul.thumb li{width:30%; display:inline;margin:0 1% 0 2%;}
.c3thumbWrap img{width:100%;height:auto;}

/*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:98.5%;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;} /* 画像サイズが大きくても閲覧しやすいように */ 
}



/*----------------------------------------------------------------------------------------------------
　幅640px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){
	.contact .tel{ display:inline;}
	.contact .mail{ margin:0 auto; display:inherit; text-align:center;}
	nav#mainNav{width:98%;}
	#header{text-align:center;background-image:none;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	.post img.alignright, .post img.alignleft{display: block;float:none;margin:5px auto;}
	.alignright,.alignleft{float:none;}
	.c1thumbWrap ul.thumb li{padding:0;}
	.c2thumbWrap ul.thumb li{padding:0;}
	.c3thumbWrap ul.thumb li{padding:0;}

  .gallery-item img{width:auto;max-width: 85%; height:auto;}
  
  #content{ margin-top:-10px;}
  #content .post_img img{float:none;width:auto;max-width: 96%;}
  #content .post_img{max-width:300px;width:94%;margin:0 auto;text-align: center;float: none;}
  #content .post_text70{width: 94%;margin: 0 auto;float: none;}
  #content #social{float:none;}
  body #header .logo{float:none;padding:0;text-align:center;}
  .post img{ max-width:96%;}
  .post .column2_50 {display: inline-block;margin: 7px;width: 96%;}
  .post .column2_30 {display: inline-block;margin: 7px;width: 96%;}
  .post .column2_70 {display: inline-block;margin: 7px;width: 96%;}
  .post .column3_33 {display: inline-block;margin: 7px;width: 96%;}
  #content.wide{ margin-top:-28px;}
  .wide ul.thumb{margin-bottom:5%;}
  
/*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ブロック：投稿アーカイブ--------------------------------------------*/
  .post4b li{width:100%;}
  #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%;}
	
/*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;}
}


/*margin*/
.mt-5				  { margin-top: 5px; }
.mt-10				{ margin-top: 10px; }
.mt-15				{ margin-top: 15px; }
.mt-20				{ margin-top: 20px; }
.mt-25				{ margin-top: 25px; }
.mt-30				{ margin-top: 30px; }
.mt-35				{ margin-top: 35px; }
.mt-40				{ margin-top: 40px; }
.mt-45				{ margin-top: 45px; }
.mt-50				{ margin-top: 50px; }
.mt-55				{ margin-top: 55px; }
.mt-60				{ margin-top: 60px; }
.mt-65				{ margin-top: 65px; }
.mt-70				{ margin-top: 70px; }
.mt-75				{ margin-top: 75px; }
.mt-80				{ margin-top: 80px; }
.mt-85				{ margin-top: 85px; }
.mt-90				{ margin-top: 90px; }
.mt-95				{ margin-top: 95px; }
.mt-100				{ margin-top: 100px; }

.mr-5				  { margin-right: 5px; }
.mr-10				{ margin-right: 10px; }
.mr-15				{ margin-right: 15px; }
.mr-20				{ margin-right: 20px; }
.mr-25				{ margin-right: 25px; }
.mr-30				{ margin-right: 30px; }
.mr-35				{ margin-right: 35px; }
.mr-40				{ margin-right: 40px; }
.mr-45				{ margin-right: 45px; }
.mr-50				{ margin-right: 50px; }
.mr-55				{ margin-right: 55px; }
.mr-60				{ margin-right: 60px; }
.mr-65				{ margin-right: 65px; }
.mr-70				{ margin-right: 70px; }
.mr-75				{ margin-right: 75px; }
.mr-80				{ margin-right: 80px; }
.mr-85				{ margin-right: 85px; }
.mr-90				{ margin-right: 90px; }
.mr-95				{ margin-right: 95px; }
.mr-100				{ margin-right: 100px; }

.ml-5				  { margin-left: 5px; }
.ml-10				{ margin-left: 10px; }
.ml-15				{ margin-left: 15px; }
.ml-20				{ margin-left: 20px; }
.ml-25				{ margin-left: 25px; }
.ml-30				{ margin-left: 30px; }
.ml-35				{ margin-left: 35px; }
.ml-40				{ margin-left: 40px; }
.ml-45				{ margin-left: 45px; }
.ml-50				{ margin-left: 50px; }
.ml-55				{ margin-left: 55px; }
.ml-60				{ margin-left: 60px; }
.ml-65				{ margin-left: 65px; }
.ml-70				{ margin-left: 70px; }
.ml-75				{ margin-left: 75px; }
.ml-80				{ margin-left: 80px; }
.ml-85				{ margin-left: 85px; }
.ml-90				{ margin-left: 90px; }
.ml-95				{ margin-left: 95px; }
.ml-100				{ margin-left: 100px; }

.ml-5				  { margin-bottom: 5px; }
.mb-10				{ margin-bottom: 10px; }
.mb-15				{ margin-bottom: 15px; }
.mb-20				{ margin-bottom: 20px; }
.mb-25				{ margin-bottom: 25px; }
.mb-30				{ margin-bottom: 30px; }
.mb-35				{ margin-bottom: 35px; }
.mb-40				{ margin-bottom: 40px; }
.mb-45				{ margin-bottom: 45px; }
.mb-50				{ margin-bottom: 50px; }
.mb-55				{ margin-bottom: 55px; }
.mb-60				{ margin-bottom: 60px; }
.mb-65				{ margin-bottom: 65px; }
.mb-70				{ margin-bottom: 70px; }
.mb-75				{ margin-bottom: 75px; }
.mb-80				{ margin-bottom: 80px; }
.mb-85				{ margin-bottom: 85px; }
.mb-90				{ margin-bottom: 90px; }
.mb-95				{ margin-bottom: 95px; }
.mb-100				{ margin-bottom: 100px; }

/*padding*/
.pt-5				  { padding-top: 5px; }
.pt-10				{ padding-top: 10px; }
.pt-15				{ padding-top: 15px; }
.pt-20				{ padding-top: 20px; }
.pt-25				{ padding-top: 25px; }
.pt-30				{ padding-top: 30px; }
.pt-35				{ padding-top: 35px; }
.pt-40				{ padding-top: 40px; }
.pt-45				{ padding-top: 45px; }
.pt-50				{ padding-top: 50px; }
.pt-55				{ padding-top: 55px; }
.pt-60				{ padding-top: 60px; }
.pt-65				{ padding-top: 65px; }
.pt-70				{ padding-top: 70px; }
.pt-75				{ padding-top: 75px; }
.pt-80				{ padding-top: 80px; }
.pt-85				{ padding-top: 85px; }
.pt-90				{ padding-top: 90px; }
.pt-95				{ padding-top: 95px; }
.pt-100				{ padding-top: 100px; }

.pr-5				  { padding-right: 5px; }
.pr-10				{ padding-right: 10px; }
.pr-15				{ padding-right: 15px; }
.pr-20				{ padding-right: 20px; }
.pr-25				{ padding-right: 25px; }
.pr-30				{ padding-right: 30px; }
.pr-35				{ padding-right: 35px; }
.pr-40				{ padding-right: 40px; }
.pr-45				{ padding-right: 45px; }
.pr-50				{ padding-right: 50px; }
.pr-55				{ padding-right: 55px; }
.pr-60				{ padding-right: 60px; }
.pr-65				{ padding-right: 65px; }
.pr-70				{ padding-right: 70px; }
.pr-75				{ padding-right: 75px; }
.pr-80				{ padding-right: 80px; }
.pr-85				{ padding-right: 85px; }
.pr-90				{ padding-right: 90px; }
.pr-95				{ padding-right: 95px; }
.pr-100				{ padding-right: 100px; }

.pl-5				  { padding-left: 5px; }
.pl-10				{ padding-left: 10px; }
.pl-15				{ padding-left: 15px; }
.pl-20				{ padding-left: 20px; }
.pl-25				{ padding-left: 25px; }
.pl-30				{ padding-left: 30px; }
.pl-35				{ padding-left: 35px; }
.pl-40				{ padding-left: 40px; }
.pl-45				{ padding-left: 45px; }
.pl-50				{ padding-left: 50px; }
.pl-55				{ padding-left: 55px; }
.pl-60				{ padding-left: 60px; }
.pl-65				{ padding-left: 65px; }
.pl-70				{ padding-left: 70px; }
.pl-75				{ padding-left: 75px; }
.pl-80				{ padding-left: 80px; }
.pl-85				{ padding-left: 85px; }
.pl-90				{ padding-left: 90px; }
.pl-95				{ padding-left: 95px; }
.pl-100				{ padding-left: 100px; }

.pb-5				  { padding-bottom: 5px; }
.pb-10				{ padding-bottom: 10px; }
.pb-15				{ padding-bottom: 15px; }
.pb-20				{ padding-bottom: 20px; }
.pb-25				{ padding-bottom: 25px; }
.pb-30				{ padding-bottom: 30px; }
.pb-35				{ padding-bottom: 35px; }
.pb-40				{ padding-bottom: 40px; }
.pb-45				{ padding-bottom: 45px; }
.pb-50				{ padding-bottom: 50px; }
.pb-55				{ padding-bottom: 55px; }
.pb-60				{ padding-bottom: 60px; }
.pb-65				{ padding-bottom: 65px; }
.pb-70				{ padding-bottom: 70px; }
.pb-75				{ padding-bottom: 75px; }
.pb-80				{ padding-bottom: 80px; }
.pb-85				{ padding-bottom: 85px; }
.pb-90				{ padding-bottom: 90px; }
.pb-95				{ padding-bottom: 95px; }
.pb-100				{ padding-bottom: 100px; }
/*fontsize*/
.text10 {
	font-size: 84%;
}
.text11 {
	font-size: 92%;
}
.text12 {
	font-size: 100%;
}
.text13 {
	font-size: 109%;
}
.text14 {
	font-size: 117%;
}
.text15 {
	font-size: 125%;
}
.text16 {
	font-size: 134%;
}
.text17 {
	font-size: 142%;
}
.text18 {
	font-size: 150%;
}
.text19 {
	font-size: 159%;
}
.text20 {
	font-size: 167%;
}
.text21 {
	font-size: 175%;
}
.text22 {
	font-size: 184%;
}
.text23 {
	font-size: 192%;
}
.text24 {
	font-size: 200%;
}
.text25 {
	font-size: 209%;
}
.text26 {
	font-size: 217%;
}
/*clearfix*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
.cf strong {
	font-weight: bold;
}
/* フロート解除 */
.dl-dashed:after, .ul-rows4:after, .ul-rows5:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.dl-dashed, .ul-rows4, .ul-rows5 {
	min-height: 1px;
}
.dl-dashed strong, .ul-rows4 strong, .ul-rows5 strong {
	font-weight: bold;
}
.no-border-bottom {
	border-bottom: none !important;
}
/* 準備中のスタイル
--------------------------------------------------*/
.post .preparation {
	margin-top: 100px;
	font-size: 24px;
	text-align: center;
	line-height: 1.5em;
}
.w1per {
	width: 1%;
}
.w2per {
	width: 2%;
}
.w3per {
	width: 3%;
}
.w4per {
	width: 4%;
}
.w5per {
	width: 5%;
}
.w10per {
	width: 10%;
}
.w15per {
	width: 15%;
}
.w20per {
	width: 20%;
}
.w25per {
	width: 25%;
}
.w30per {
	width: 30%;
}
.w35per {
	width: 35%;
}
.w40per {
	width: 40%;
}
.w45per {
	width: 45%;
}
.w50per {
	width: 50%;
}
.w55per {
	width: 55%;
}
.w60per {
	width: 60%;
}
.w65per {
	width: 65%;
}
.w70per {
	width: 70%;
}
.w75per {
	width: 75%;
}
.w80per {
	width: 80%;
}
.w85per {
	width: 85%;
}
.w90per {
	width: 90%;
}
.w95per {
	width: 95%;
}
.w96per {
	width: 96%;
}
.w97per {
	width: 97%;
}
.w98per {
	width: 98%;
}
.w99per {
	width: 99%;
}
.w100per {
	width: 100%;
}
.w1 {
	width: 1%;
}
.w2 {
	width: 2%;
}
.w3 {
	width: 3%;
}
.w4 {
	width: 4%;
}
.w5 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w96 {
	width: 96%;
}
.w97 {
	width: 97%;
}
.w98 {
	width: 98%;
}
.w99 {
	width: 99%;
}
.w100 {
	width: 100%;
}
/* 設定した要素にimgタグがあれば80%に縮小してセンター寄せ */
.img-wrapper-w80per img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.post .library-title {
	padding: 7px;
	background-color: #0000cd;
	color: #FFF;
}
.image-sample {
	border: 1px solid #CCC;
	height: 150px;
	padding: 10px;
	overflow: auto;
}
.dl-dashed {
	border-bottom: 1px dashed #CCC;
}
.dl-dashed dt, .dl-dashed dd {
	float: left;
	border-top: 1px dashed #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.dl-dashed dt {
	width: 20%;
}
.dl-dashed dd {
	width: 80%;
}
.dl-dashed dt._endline, .dl-dashed dd._endline {
	border-top: none;
	padding-top: 0px;
}
/* Float設定の一般的クラスの定義
------------------------------------------------------------*/

.left20, .left20per {
	float: left;
	width: 19.5%;
}
.left25, .left25per {
	float: left;
	width: 24.5%;
}
.left30, .left30per {
	float: left;
	width: 29.5%;
}
.left33, .left33per {
	float: left;
	width: 33%;
}
.left35, .left35per {
	float: left;
	width: 34.5%;
}
.left40, .left40per {
	float: left;
	width: 39.5%;
}
.left45, .left45per {
	float: left;
	width: 44.5%;
}
.left50, .left50per {
	float: left;
	width: 49.5%;
}
.left55, .left55per {
	float: left;
	width: 54.5%;
}
.left60, .left60per {
	float: left;
	width: 59.5%;
}
.left65, .left65per {
	float: left;
	width: 64.5%;
}
.left70, .left70per {
	float: left;
	width: 69.5%;
}
.left75, .left75per {
	float: left;
	width: 74.5%;
}
.left80, .left80per {
	float: left;
	width: 79.5%;
}
.right20, .right20per {
	float: right;
	width: 19.5%;
}
.right25, .right25per {
	float: right;
	width: 24.5%;
}
.right30, .right30per {
	float: right;
	width: 29.5%;
}
.right35, .right35per {
	float: right;
	width: 34.5%;
}
.right40, .right40per {
	float: right;
	width: 39.5%;
}
.right45, .right45per {
	float: right;
	width: 44.5%;
}
.right50, .right50per {
	float: right;
	width: 49.5%;
}
.right55, .right55per {
	float: right;
	width: 54.5%;
}
.right60, .right60per {
	float: right;
	width: 59.5%;
}
.right65, .right65per {
	float: right;
	width: 64.5%;
}
.right70, .right70per {
	float: right;
	width: 69.5%;
}
.right75, .right75per {
	float: right;
	width: 74.5%;
}
.right80, .right80per {
	float: right;
	width: 79.5%;
}
.img-100 img {
	width: 100%;
}
.img-90 img {
	width: 90%;
}
.img-80 img {
	width: 80%;
}
.img-70 img {
	width: 70%;
}
.distance div {
	margin: 10px 0 20px;
}
/* MARGIN-LEFT % 指定
------------------------------------------------------------*/

.ml-5per {
	margin-left: 5%;
}
.ml-10per {
	margin-left: 10%;
}
.ml-15per {
	margin-left: 15%;
}
.ml-20per {
	margin-left: 20%;
}
.ml-25per {
	margin-left: 25%;
}
.ml-30per {
	margin-left: 30%;
}
.ml-35per {
	margin-left: 35%;
}
.ml-40per {
	margin-left: 40%;
}
.ml-45per {
	margin-left: 45%;
}
.ml-50per {
	margin-left: 50%;
}
.ml-55per {
	margin-left: 55%;
}
.ml-60per {
	margin-left: 60%;
}
.ml-65per {
	margin-left: 65%;
}
.ml-70per {
	margin-left: 70%;
}
.ml-75per {
	margin-left: 75%;
}
.ml-80per {
	margin-left: 80%;
}
.ml-85per {
	margin-left: 85%;
}
.ml-90per {
	margin-left: 90%;
}
.ml-95per {
	margin-left: 95%;
}
.ml-100per {
	margin-left: 100%;
}
.mr-5per {
	margin-right: 5%;
}
.mr-10per {
	margin-right: 10%;
}
.mr-15per {
	margin-right: 15%;
}
.mr-20per {
	margin-right: 20%;
}
.mr-25per {
	margin-right: 25%;
}
.mr-30per {
	margin-right: 30%;
}
.mr-35per {
	margin-right: 35%;
}
.mr-40per {
	margin-right: 40%;
}
.mr-45per {
	margin-right: 45%;
}
.mr-50per {
	margin-right: 50%;
}
.mr-55per {
	margin-right: 55%;
}
.mr-60per {
	margin-right: 60%;
}
.mr-65per {
	margin-right: 65%;
}
.mr-70per {
	margin-right: 70%;
}
.mr-75per {
	margin-right: 75%;
}
.mr-80per {
	margin-right: 80%;
}
.mr-85per {
	margin-right: 85%;
}
.mr-90per {
	margin-right: 90%;
}
.mr-95per {
	margin-right: 95%;
}
.mr-100per {
	margin-right: 100%;
}
.pc-ml-5per {
	margin-left: 5%;
}
.pc-ml-10per {
	margin-left: 10%;
}
.pc-ml-15per {
	margin-left: 15%;
}
.pc-ml-20per {
	margin-left: 20%;
}
.pc-ml-25per {
	margin-left: 25%;
}
.pc-ml-30per {
	margin-left: 30%;
}
.pc-ml-35per {
	margin-left: 35%;
}
.pc-ml-40per {
	margin-left: 40%;
}
.pc-ml-45per {
	margin-left: 45%;
}
.pc-ml-50per {
	margin-left: 50%;
}
.pc-ml-55per {
	margin-left: 55%;
}
.pc-ml-60per {
	margin-left: 60%;
}
.pc-ml-65per {
	margin-left: 65%;
}
.pc-ml-70per {
	margin-left: 70%;
}
.pc-ml-75per {
	margin-left: 75%;
}
.pc-ml-80per {
	margin-left: 80%;
}
.pc-ml-85per {
	margin-left: 85%;
}
.pc-ml-90per {
	margin-left: 90%;
}
.pc-ml-95per {
	margin-left: 95%;
}
.pc-ml-100per {
	margin-left: 100%;
}
.pc-mr-5per {
	margin-right: 5%;
}
.pc-mr-10per {
	margin-right: 10%;
}
.pc-mr-15per {
	margin-right: 15%;
}
.pc-mr-20per {
	margin-right: 20%;
}
.pc-mr-25per {
	margin-right: 25%;
}
.pc-mr-30per {
	margin-right: 30%;
}
.pc-mr-35per {
	margin-right: 35%;
}
.pc-mr-40per {
	margin-right: 40%;
}
.pc-mr-45per {
	margin-right: 45%;
}
.pc-mr-50per {
	margin-right: 50%;
}
.pc-mr-55per {
	margin-right: 55%;
}
.pc-mr-60per {
	margin-right: 60%;
}
.pc-mr-65per {
	margin-right: 65%;
}
.pc-mr-70per {
	margin-right: 70%;
}
.pc-mr-75per {
	margin-right: 75%;
}
.pc-mr-80per {
	margin-right: 80%;
}
.pc-mr-85per {
	margin-right: 85%;
}
.pc-mr-90per {
	margin-right: 90%;
}
.pc-mr-95per {
	margin-right: 95%;
}
.pc-mr-100per {
	margin-right: 100%;
}
.pc-pl-5per {
	padding-left: 5%;
}
.pc-pl-10per {
	padding-left: 10%;
}
.pc-pl-15per {
	padding-left: 15%;
}
.pc-pl-20per {
	padding-left: 20%;
}
.pc-pl-25per {
	padding-left: 25%;
}
.pc-pl-30per {
	padding-left: 30%;
}
.pc-pl-35per {
	padding-left: 35%;
}
.pc-pl-40per {
	padding-left: 40%;
}
.pc-pl-45per {
	padding-left: 45%;
}
.pc-pl-50per {
	padding-left: 50%;
}
.pc-pl-55per {
	padding-left: 55%;
}
.pc-pl-60per {
	padding-left: 60%;
}
.pc-pl-65per {
	padding-left: 65%;
}
.pc-pl-70per {
	padding-left: 70%;
}
.pc-pl-75per {
	padding-left: 75%;
}
.pc-pl-80per {
	padding-left: 80%;
}
.pc-pl-85per {
	padding-left: 85%;
}
.pc-pl-90per {
	padding-left: 90%;
}
.pc-pl-95per {
	padding-left: 95%;
}
.pc-pl-100per {
	padding-left: 100%;
}
.pc-pr-5per {
	padding-right: 5%;
}
.pc-pr-10per {
	padding-right: 10%;
}
.pc-pr-15per {
	padding-right: 15%;
}
.pc-pr-20per {
	padding-right: 20%;
}
.pc-pr-25per {
	padding-right: 25%;
}
.pc-pr-30per {
	padding-right: 30%;
}
.pc-pr-35per {
	padding-right: 35%;
}
.pc-pr-40per {
	padding-right: 40%;
}
.pc-pr-45per {
	padding-right: 45%;
}
.pc-pr-50per {
	padding-right: 50%;
}
.pc-pr-55per {
	padding-right: 55%;
}
.pc-pr-60per {
	padding-right: 60%;
}
.pc-pr-65per {
	padding-right: 65%;
}
.pc-pr-70per {
	padding-right: 70%;
}
.pc-pr-75per {
	padding-right: 75%;
}
.pc-pr-80per {
	padding-right: 80%;
}
.pc-pr-85per {
	padding-right: 85%;
}
.pc-pr-90per {
	padding-right: 90%;
}
.pc-pr-95per {
	padding-right: 95%;
}
.pc-pr-100per {
	padding-right: 100%;
}
.pc-w5per {
	width: 5%;
}
.pc-w10per {
	width: 10%;
}
.pc-w15per {
	width: 15%;
}
.pc-w20per {
	width: 20%;
}
.pc-w25per {
	width: 25%;
}
.pc-w30per {
	width: 30%;
}
.pc-w35per {
	width: 35%;
}
.pc-w40per {
	width: 40%;
}
.pc-w45per {
	width: 45%;
}
.pc-w50per {
	width: 50%;
}
.pc-w55per {
	width: 55%;
}
.pc-w60per {
	width: 60%;
}
.pc-w65per {
	width: 65%;
}
.pc-w70per {
	width: 70%;
}
.pc-w75per {
	width: 75%;
}
.pc-w80per {
	width: 80%;
}
.pc-w85per {
	width: 85%;
}
.pc-w90per {
	width: 90%;
}
.pc-w95per {
	width: 95%;
}
.pc-w100per {
	width: 100%;
}
.pc-w20per-sp-w30per {
	width: 20%;
}
.pc-w80per-sp-w70per {
	width: 80%;
}
.pc-w30per-sp-w40per {
	width: 30%;
}
.pc-w70per-sp-w60per {
	width: 70%;
}
/* テキストのスタイルモジュール
------------------------------------------------------------*/
.font110per, .font120per, .font130per, .font140per, .font150per, .font160per, .font170per, .font180per, .font190per, .font200per {
}
.font110per {
	font-size: 110%;
}
.font120per {
	font-size: 120%;
}
.font130per {
	font-size: 130%;
}
.font140per {
	font-size: 140%;
}
.font150per {
	font-size: 150%;
}
.font160per {
	font-size: 160%;
}
.font170per {
	font-size: 170%;
}
.font180per {
	font-size: 180%;
}
.font190per {
	font-size: 190%;
}
.font200per {
	font-size: 200%;
}
.post .color-red, .post .color-red * {
	color: #F00 !important;
}
.post .color-orange, .post .color-orange * {
	color: #F60 !important;
}
.post .color-blue, .post .color-blue * {
	color: #00F !important;
}
.post .color-white, .post .color-white * {
	color: #FFF !important;
}
.post .color-green, .post .color-green * {
	color: #060 !important;
}
/* WordPress標準機能のGallery機能のスタイル定義
------------------------------------------------------------*/
.my-gallery .gallery img {
	border: 1px solid #FFF !important;
	width: 95%;
}
.my-gallery .gallery .gallery-item {
	margin-top: 0px !important;
}
.pc-hidden {
	display: none !important;
}

@media only screen and (max-width: 648px) {
/*margin*/
.sp-mt-5 {
	margin-top: 5px !important;
}
.sp-mt-10 {
	margin-top: 10px !important;
}
.sp-mt-15 {
	margin-top: 15px !important;
}
.sp-mt-20 {
	margin-top: 20px !important;
}
.sp-mt-25 {
	margin-top: 25px !important;
}
.sp-mt-30 {
	margin-top: 30px !important;
}
.sp-mt-35 {
	margin-top: 35px !important;
}
.sp-mt-40 {
	margin-top: 40px !important;
}
.sp-mt-45 {
	margin-top: 45px !important;
}
.sp-mt-50 {
	margin-top: 50px !important;
}
.sp-mr-5 {
	margin-right: 5px !important;
}
.sp-mr-10 {
	margin-right: 10px !important;
}
.sp-mr-15 {
	margin-right: 15px !important;
}
.sp-mr-20 {
	margin-right: 20px !important;
}
.sp-mr-25 {
	margin-right: 25px !important;
}
.sp-mr-30 {
	margin-right: 30px !important;
}
.sp-mr-35 {
	margin-right: 35px !important;
}
.sp-mr-40 {
	margin-right: 40px !important;
}
.sp-mr-45 {
	margin-right: 45px !important;
}
.sp-mr-50 {
	margin-right: 50px !important;
}
.sp-ml-5 {
	margin-left: 5px !important;
}
.sp-ml-10 {
	margin-left: 10px !important;
}
.sp-ml-15 {
	margin-left: 15px !important;
}
.sp-ml-20 {
	margin-left: 20px !important;
}
.sp-ml-25 {
	margin-left: 25px !important;
}
.sp-ml-30 {
	margin-left: 30px !important;
}
.sp-ml-35 {
	margin-left: 35px !important;
}
.sp-ml-40 {
	margin-left: 40px !important;
}
.sp-ml-45 {
	margin-left: 45px !important;
}
.sp-ml-50 {
	margin-left: 50px !important;
}
.sp-mb-5 {
	margin-bottom: 5px !important;
}
.sp-mb-10 {
	margin-bottom: 10px !important;
}
.sp-mb-15 {
	margin-bottom: 15px !important;
}
.sp-mb-20 {
	margin-bottom: 20px !important;
}
.sp-mb-25 {
	margin-bottom: 25px !important;
}
.sp-mb-30 {
	margin-bottom: 30px !important;
}
.sp-mb-35 {
	margin-bottom: 35px !important;
}
.sp-mb-40 {
	margin-bottom: 40px !important;
}
.sp-mb-45 {
	margin-bottom: 45px !important;
}
.sp-mb-50 {
	margin-bottom: 50px !important;
}
/*padding*/
.sp-pt-5 {
	padding-top: 5px !important;
}
.sp-pt-10 {
	padding-top: 10px !important;
}
.sp-pt-15 {
	padding-top: 15px !important;
}
.sp-pt-20 {
	padding-top: 20px !important;
}
.sp-pt-25 {
	padding-top: 25px !important;
}
.sp-pt-30 {
	padding-top: 30px !important;
}
.sp-pt-35 {
	padding-top: 35px !important;
}
.sp-pt-40 {
	padding-top: 40px !important;
}
.sp-pt-45 {
	padding-top: 45px !important;
}
.sp-pt-50 {
	padding-top: 50px !important;
}
.sp-pr-5 {
	padding-right: 5px !important;
}
.sp-pr-10 {
	padding-right: 10px !important;
}
.sp-pr-15 {
	padding-right: 15px !important;
}
.sp-pr-20 {
	padding-right: 20px !important;
}
.sp-pr-25 {
	padding-right: 25px !important;
}
.sp-pr-30 {
	padding-right: 30px !important;
}
.sp-pr-35 {
	padding-right: 35px !important;
}
.sp-pr-40 {
	padding-right: 40px !important;
}
.sp-pr-45 {
	padding-right: 45px !important;
}
.sp-pr-50 {
	padding-right: 50px !important;
}
.sp-pl-5 {
	padding-left: 5px !important;
}
.sp-pl-10 {
	padding-left: 10px !important;
}
.sp-pl-15 {
	padding-left: 15px !important;
}
.sp-pl-20 {
	padding-left: 20px !important;
}
.sp-pl-25 {
	padding-left: 25px !important;
}
.sp-pl-30 {
	padding-left: 30px !important;
}
.sp-pl-35 {
	padding-left: 35px !important;
}
.sp-pl-40 {
	padding-left: 40px !important;
}
.sp-pl-45 {
	padding-left: 45px !important;
}
.sp-pl-50 {
	padding-left: 50px !important;
}
.sp-pb-5 {
	padding-bottom: 5px !important;
}
.sp-pb-10 {
	padding-bottom: 10px !important;
}
.sp-pb-15 {
	padding-bottom: 15px !important;
}
.sp-pb-20 {
	padding-bottom: 20px !important;
}
.sp-pb-25 {
	padding-bottom: 25px !important;
}
.sp-pb-30 {
	padding-bottom: 30px !important;
}
.sp-pb-35 {
	padding-bottom: 35px !important;
}
.sp-pb-40 {
	padding-bottom: 40px !important;
}
.sp-pb-45 {
	padding-bottom: 45px !important;
}
.sp-pb-50 {
	padding-bottom: 50px !important;
}
.pc-w20per-sp-w30per {
	width: 30%;
}
.pc-w80per-sp-w70per {
	width: 70%;
}
.pc-w30per-sp-w40per {
	width: 40%;
}
.pc-w70per-sp-w60per {
	width: 60%;
}
.left20, .left20per {
	float: none;
	width: 100%;
}
.left25, .left25per {
	float: none;
	width: 100%;
}
.left30, .left30per {
	float: none;
	width: 100%;
}
.left33, .left33per {
	float: none;
	width: 100%;
}
.left35, .left35per {
	float: none;
	width: 100%;
}
.left40, .left40per {
	float: none;
	width: 100%;
}
.left45, .left45per {
	float: none;
	width: 100%;
}
.left50, .left50per {
	float: none;
	width: 100%;
}
.left55, .left55per {
	float: none;
	width: 100%;
}
.left60, .left60per {
	float: none;
	width: 100%;
}
.left65, .left65per {
	float: none;
	width: 100%;
}
.left70, .left70per {
	float: none;
	width: 100%;
}
.left75, .left75per {
	float: none;
	width: 100%;
}
.left80, .left80per {
	float: none;
	width: 100%;
}
.right20, .right20per {
	float: none;
	width: 100%;
}
.right25, .right25per {
	float: none;
	width: 100%;
}
.right30, .right30per {
	float: none;
	width: 100%;
}
.right35, .right35per {
	float: none;
	width: 100%;
}
.right40, .right40per {
	float: none;
	width: 100%;
}
.right45, .right45per {
	float: none;
	width: 100%;
}
.right50, .right50per {
	float: none;
	width: 100%;
}
.right55, .right55per {
	float: none;
	width: 100%;
}
.right60, .right60per {
	float: none;
	width: 100%;
}
.right65, .right65per {
	float: none;
	width: 100%;
}
.right70, .right70per {
	float: none;
	width: 100%;
}
.right75, .right75per {
	float: none;
	width: 100%;
}
.right80, .right80per {
	float: none;
	width: 100%;
}
.pc-ml-5per {
	margin-left: 0%;
}
.pc-ml-10per {
	margin-left: 0%;
}
.pc-ml-15per {
	margin-left: 0%;
}
.pc-ml-20per {
	margin-left: 0%;
}
.pc-ml-25per {
	margin-left: 0%;
}
.pc-ml-30per {
	margin-left: 0%;
}
.pc-ml-35per {
	margin-left: 0%;
}
.pc-ml-40per {
	margin-left: 0%;
}
.pc-ml-45per {
	margin-left: 0%;
}
.pc-ml-50per {
	margin-left: 0%;
}
.pc-ml-55per {
	margin-left: 0%;
}
.pc-ml-60per {
	margin-left: 0%;
}
.pc-ml-65per {
	margin-left: 0%;
}
.pc-ml-70per {
	margin-left: 0%;
}
.pc-ml-75per {
	margin-left: 0%;
}
.pc-ml-80per {
	margin-left: 0%;
}
.pc-ml-85per {
	margin-left: 0%;
}
.pc-ml-90per {
	margin-left: 0%;
}
.pc-ml-95per {
	margin-left: 0%;
}
.pc-ml-100per {
	margin-left: 0%;
}
.pc-mr-5per {
	margin-right: 0%;
}
.pc-mr-10per {
	margin-right: 0%;
}
.pc-mr-15per {
	margin-right: 0%;
}
.pc-mr-20per {
	margin-right: 0%;
}
.pc-mr-25per {
	margin-right: 0%;
}
.pc-mr-30per {
	margin-right: 0%;
}
.pc-mr-35per {
	margin-right: 0%;
}
.pc-mr-40per {
	margin-right: 0%;
}
.pc-mr-45per {
	margin-right: 0%;
}
.pc-mr-50per {
	margin-right: 0%;
}
.pc-mr-55per {
	margin-right: 0%;
}
.pc-mr-60per {
	margin-right: 0%;
}
.pc-mr-65per {
	margin-right: 0%;
}
.pc-mr-70per {
	margin-right: 0%;
}
.pc-mr-75per {
	margin-right: 0%;
}
.pc-mr-80per {
	margin-right: 0%;
}
.pc-mr-85per {
	margin-right: 0%;
}
.pc-mr-90per {
	margin-right: 0%;
}
.pc-mr-95per {
	margin-right: 0%;
}
.pc-mr-100per {
	margin-right: 0%;
}
.pc-pl-5per {
	padding-left: 0%;
}
.pc-pl-10per {
	padding-left: 0%;
}
.pc-pl-15per {
	padding-left: 0%;
}
.pc-pl-20per {
	padding-left: 0%;
}
.pc-pl-25per {
	padding-left: 0%;
}
.pc-pl-30per {
	padding-left: 0%;
}
.pc-pl-35per {
	padding-left: 0%;
}
.pc-pl-40per {
	padding-left: 0%;
}
.pc-pl-45per {
	padding-left: 0%;
}
.pc-pl-50per {
	padding-left: 0%;
}
.pc-pl-55per {
	padding-left: 0%;
}
.pc-pl-60per {
	padding-left: 0%;
}
.pc-pl-65per {
	padding-left: 0%;
}
.pc-pl-70per {
	padding-left: 0%;
}
.pc-pl-75per {
	padding-left: 0%;
}
.pc-pl-80per {
	padding-left: 0%;
}
.pc-pl-85per {
	padding-left: 0%;
}
.pc-pl-90per {
	padding-left: 0%;
}
.pc-pl-95per {
	padding-left: 0%;
}
.pc-pl-100per {
	padding-left: 0%;
}
.pc-pr-5per {
	padding-right: 0%;
}
.pc-pr-10per {
	padding-right: 0%;
}
.pc-pr-15per {
	padding-right: 0%;
}
.pc-pr-20per {
	padding-right: 0%;
}
.pc-pr-25per {
	padding-right: 0%;
}
.pc-pr-30per {
	padding-right: 0%;
}
.pc-pr-35per {
	padding-right: 0%;
}
.pc-pr-40per {
	padding-right: 0%;
}
.pc-pr-45per {
	padding-right: 0%;
}
.pc-pr-50per {
	padding-right: 0%;
}
.pc-pr-55per {
	padding-right: 0%;
}
.pc-pr-60per {
	padding-right: 0%;
}
.pc-pr-65per {
	padding-right: 0%;
}
.pc-pr-70per {
	padding-right: 0%;
}
.pc-pr-75per {
	padding-right: 0%;
}
.pc-pr-80per {
	padding-right: 0%;
}
.pc-pr-85per {
	padding-right: 0%;
}
.pc-pr-90per {
	padding-right: 0%;
}
.pc-pr-95per {
	padding-right: 0%;
}
.pc-pr-100per {
	padding-right: 0%;
}
.pc-w5per {
	width: 100%;
}
.pc-w10per {
	width: 100%;
}
.pc-w15per {
	width: 100%;
}
.pc-w20per {
	width: 100%;
}
.pc-w25per {
	width: 100%;
}
.pc-w30per {
	width: 100%;
}
.pc-w35per {
	width: 100%;
}
.pc-w40per {
	width: 100%;
}
.pc-w45per {
	width: 100%;
}
.pc-w50per {
	width: 100%;
}
.pc-w55per {
	width: 100%;
}
.pc-w60per {
	width: 100%;
}
.pc-w65per {
	width: 100%;
}
.pc-w70per {
	width: 100%;
}
.pc-w75per {
	width: 100%;
}
.pc-w80per {
	width: 100%;
}
.pc-w85per {
	width: 100%;
}
.pc-w90per {
	width: 100%;
}
.pc-w95per {
	width: 100%;
}
.pc-w100per {
	width: 100%;
}
.dl-dashed dt, .dl-dashed dd {
	float: none;
	width: 100%;
}
.post .ul-rows4 li, .post .ul-rows5 li {
	width: 100%;
	float: none;
}
.post .ul-rows4 img, .post .ul-rows5 img {
	width: 100%;
}
.my-gallery .gallery .gallery-item {
	float: none !important;
	width: 100% !important;
	text-align: center !important;
}
.my-gallery .gallery .gallery-item img {
	width: 300px;
}
.my-gallery2 .gallery .gallery-item {
	float: none !important;
	width: 100% !important;
	text-align: center !important;
}
.my-gallery .gallery .gallery-item img {
	width: 300px;
}
.img-wrapper-w80per img {
	width: 100%;
	margin-left: inherit;
	margin-right: inherit;
}
.sp-left {
	text-align: left;
}
.sp-center {
	text-align: center;
}
.sp-right {
	text-align: right;
}
.post .sp-break {
	display: block;
}
.tdw80 {
	width: 70%;
}
.tdw20 {
	width: 30%;
}
.w80 {
	width: 70%;
}
.w20 {
	width: 30%;
}
.pc-hidden {
	display: inline-block!important;
}
.sp-hidden {
	display: none !important;
}
}
.my-gallery2 .gallery img {
	border: none !important;
}
.my-gallery2 .gallery .gallery-icon {
	padding: 5px;
	padding-bottom: 0px;
	background-color: #FFF;
	border: 1px solid #CCC !important;
	margin: 3px;
}
.my-gallery .gallery .gallery-item {
	margin-top: 0px !important;
}
/* 設定タグの内側のIMGタグを縮小 OR　IMGタグに設定された場合に縮小して中寄せ
-------------------------------------------------------------------------------*/
.img-100per, .img-95per, .img-90per, .img-85per, .img-80per {
	text-align: center;
	height: auto;
}
.img-80per img {
	width: 80% !important;
}
.img-85per img {
	width: 85% !important;
}
.img-90per img {
	width: 90% !important;
}
.img-95per img {
	width: 95% !important;
}
.img-100per img {
	width: 100% !important;
}
img.img-100per, img.img-95per, img.img-90per, img.img-85per, img.img-80per {
	margin-left: auto;
	margin-right: auto;
}
img.img-80per {
	width: 80% !important;
}
img.img-85per {
	width: 85% !important;
}
img.img-90per {
	width: 90% !important;
}
img.img-95per {
	width: 95% !important;
}
img.img-100per {
	width: 100% !important;
}
/* PCでギャラリー表示 〇列　StyleID20140624_03
------------------------------------------------------------*/
.post .ul-rows4 li, .post .ul-rows5 li {
	clear: none;
	float: left;
	width: 25%;
	text-align: center;
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
.post .ul-rows4 img, .post .ul-rows5 img {
	width: 98%;
}
.post .ul-rows4 li {
	width: 25%;
}
.post .ul-rows5 li {
	width: 20%;
}
/* IE7対策 */
*:first-child+html .post .ul-rows4 li {
	width: 24%;
}
*:first-child+html .post .ul-rows4 li {
	width: 19%;
}
/* StyleID20140624_01 */
/* 標準的なOL LI タグ
-------------------------------------------------------------------------------*/
ol.ol-nrl {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
ol.ol-nrl li {
	border: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}
/* DL DT スタイルで線なしテーブル
-------------------------------------------------------------------------------*/	
dl.dl-style01 {
}
dl.dl-style01 dt {
	width: 15%;
}
dl.dl-style01 dd {
	width: 85%;
}
dl.dl-style01 dt, dl.dl-style01 dd {
	float: left;
	margin-bottom: 10px;
}
/* サイドメニューで点線のリストスタイル
--------------------------------------------------*/
ul.side-ul-dashed li {
	border-bottom: 1px dashed #BAB48D;
	margin-left: 0px;
	margin-right: 0px;
}
/* 下線なしリストスタイル
--------------------------------------------------*/
.post ul.ul-normal {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
.post ul.ul-normal li {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
.post ul.ul-normal li {
	padding-left: 20px;
	margin-bottom: 10px;
}
/* 通常のセンター寄せ
------------------------------------------------------------*/
.post .center {
	text-align: center;
}
.post .left {
	text-align: left;
}
.post .right {
	text-align: right;
}
/* StyleID20140624_02 ULスタイル
------------------------------------------------------------*/
.post .ul-dashed li {
	border-bottom: 1px dashed #CCC;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative !important;
}
.post .ul-dashed li ._price {
	position: absolute;
	right: 10px;
	color: #F00;
}
/* ULスタイルで右寄せテキストの追加
------------------------------------------------------------*/
.post .ul-dashed li {
	position: relative;
}
.post ul li .li-right, .post ol li .li-right {
	position: absolute;
	right: 0px;
}
/* 一般的なカラー追加クラス
------------------------------------------------------------*/
.post .color-red {
	color: red;
}
.hissu {
	color: red;
}
.post strong {
	font-weight: bold;
}
#sidebar strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

/* 630px以下 */
@media screen and (max-width: 630px) {
.post .ul-dotted ._price {
	position: inherit;
	right: inherit;
	display: block;
	text-align: right;
}
}
/* ----------------------------------------------------------------- */
/*   table セル 均等                                                 */
/* ----------------------------------------------------------------- */
.tbl-fixed {
	table-layout: fixed;
}
.tbl-fixed th, .tbl-fixed td {
	width: 100%;
}
/* ----------------------------------------------------------------- */
/*   table align                                                     */
/* ----------------------------------------------------------------- */

/* TH TD align
------------------------------------------------------------*/
.tbl-left th, .tbl-left td {
	text-align: left;
}
.tbl-center th, .tbl-center td {
	text-align: center;
}
.tbl-right th, .tbl-right td {
	text-align: right;
}
/* TH align
------------------------------------------------------------*/
.tbl-th-left th {
	text-align: left;
}
.tbl-th-center th {
	text-align: center;
}
.tbl-th-right th {
	text-align: right;
}
/* TD align
------------------------------------------------------------*/
.tbl-td-left td {
	text-align: left;
}
.tbl-td-center td {
	text-align: center;
}
.tbl-td-right td {
	text-align: right;
}






/* ここから追加用のスタイルです。
------------------------------------------------------------*/









@charset "utf-8";

/* 通常のスタイルはここに
------------------------------------------------------------*/

.tb01 th {
	background: #E8D6AE !important;
	vertical-align: middle !important;
}

.tb01 td {
	background: #fff !important;
	vertical-align: middle !important;
}
.QrctWp_widget h2 {
	font-size: 114% !important;
}

/*.mg-fix{
	margin-left:-10px;
}
*/


.boxs {
    padding: 10px;
    background: #E8D6AE none repeat scroll 0% 0%;
    border-radius: 20px;
}


/* MainMenu　for PC
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
}

/* MainMenu iPad size 以下
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
}

/* width 648px 以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
.logo img{width: 90%;}

}

/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
}
