@charset "utf-8";

/*
Theme Name:AKN02-0206
Template:AKN02-0201
Theme URI: http://hp-morph.com/
Description:AKN02-0206
Version: 1.42
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template v1.42
	 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, em, font, ins, kbd, q, s, samp, small, strike, strong, 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 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#624e24;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#927a49;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{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;
max-width:90%;
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: #4f4d4d;
background: -moz-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4d4d), color-stop(100%,#2e2c2c));
background: -webkit-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -o-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -ms-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: linear-gradient(to bottom, #4f4d4d 0%,#2e2c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4d4d', endColorstr='#2e2c2c',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: #4f4d4d;
background: -moz-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2c2c), color-stop(100%,#4f4d4d));
background: -webkit-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -o-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -ms-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: linear-gradient(to bottom, #2e2c2c 0%,#4f4d4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2c2c', endColorstr='#4f4d4d',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:940px;
}

#header,#mainNav{background:#eff1f0;}

#header{overflow:hidden;}

#content{
float:right;
width:625px;
padding:30px 0;
}

#sidebar{
float:left;
width:265px;
padding:30px 0;
}

#footer{
clear:both;
 padding-top:10px;
border-top:1px solid #ccc;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:10px 0 0 3px;
color: #3c2f13;
font-size:90%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding-top:20px;
color: #3c2f13;
font-size:160%;
font-weight:bold;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
text-align:left;
}

#headerInfo p{
padding:2px 0 2px 80px;
color:#3c2f13;
font-size:12px;
font-weight:bold;
background:url(images/openTime.png) no-repeat 0 2px;
}

#headerInfo p.tel{background:url(images/tel.png) no-repeat 0 4px;font-size:16px;}

#headerInfo p.address{background-image:url(images/address.png);}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
line-height:0;
text-align:center;
background:#eff1f0;
z-index:0;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 20px;
padding:5px 0;
font-size:110%;
color: #252525;
border-bottom:3px solid #3c2f13;
}

h2.first{margin-top:0;}

.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 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{
margin:20px 0;
padding:5px 0;
font-size:120%;
color: #3B3014;
border-bottom:2px solid #3c2f13;
clear:both;
}
.post h2{
clear:both;
margin:0 0 10px 0;
padding:3px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #3B3014;
border:1px solid #624e24;
text-indent:9px;
border-left:5px solid #3c2f13;
}

.post h3{
    border-bottom: 1px solid #3c2f13;
    border-left: 5px solid #3c2f13;
    clear: both;
    color: #3b3014;
    font-size: 105%;
    font-weight: normal;
    margin: 10px 0 10px;
    padding: 0 0 3px 8px;
}

.post h4{
    border-bottom: 1px dashed #3c2f13;
    border-left: 4px solid #3c2f13;
    clear: both;
    color: #3b3014;
    font-size: 100%;
    font-weight: normal;
    margin: 10px 0;
    padding: 0 0 3px 8px;
}

.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;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright{
padding:4px;
margin:0 0 15px 7px;
display:inline;
}

img.alignleft{
padding:4px;
margin: 0 15px 15px 0;
display:inline;
}


.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h2{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #252525;
border-bottom:3px solid #3c2f13;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #252525;
border-bottom:3px solid #3c2f13;
}

section.widget li{
margin: 0 5px 5px 0px;
border-bottom: 1px dotted #bab48d;
padding:4px 0 8px;
}

section.widget a{
display:block;
padding-left:15px;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{background-position: 3px 50%;}

p.banner{padding-bottom:15px;}


#banners img{
max-width:265px;/*--バナーサイズに合わせて--*/
height:auto;
}


#contactBanner{
width:265px;
height:30px;
padding-top:110px;
background:url(images/banners/banner_tel.jpg) no-repeat;
}

#contactBanner p.tel{
display:inline;
padding-left:80px;
margin-left:30px;
text-align:center;
font-weight:bold;
background:url(images/tel.png) no-repeat;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
vertical-align:bottom;
}


/* 更新情報
-------------*/
.newsTitle{
clear:both;
margin:15px 0 20px;
padding:5px 0;
font-size:100%;
color: #252525;
border-bottom:3px solid #3c2f13;
}

.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:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #bab48d;
}

.news p a{
display:block;
padding:5px 0;
color:#252525;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#624e24;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#927a49;}



/* フッター
*****************************************************/
#footerLogo{
float:left;
width:265px;
}

#footerLogo img{
max-width:265px;
height:auto;
}

#footer ul{
float:right;
width:625px;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;width:auto;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin-left:5px;
background:url(images/arrow2.png) no-repeat 0 6px;
}

#footer ul li	li a{padding:0 0 0 8px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
zoom:1;
}


/* page navigation
------------------------------------------------------------*/
.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;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:645px;
margin-right:-20px;
}

.thumbWrap li{
float:left;
width: 195px;
margin:0 20px 0 0;
padding:0px 0 10px;
background:none;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #bcbcbc;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#dedabc;
}

ul.thumb h3:hover{background:#f1efe4;}

ul.thumb h3:hover span{background:#e3dfc4;}


/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .column2_50 {
display: inline-block;
    *display: inline;
    *zoom: 1;
margin: 7px;
width: 47%;
vertical-align:top;
}

.post .column2_30 {
display: inline-block;
    *display: inline;
    *zoom: 1;
margin: 7px;
width: 27%;
vertical-align:top;
}

.post .column2_70 {
display: inline-block;
    *display: inline;
    *zoom: 1;
margin: 7px;
width: 67%;
vertical-align:top;
}


.post .column3_33 {
display: inline-block;
    *display: inline;
    *zoom: 1;
margin: 7px;
width: 30%;
vertical-align:top;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1024px){
	nav#mainNav{
	clear:both;
	padding:20px 0 10px;
	position:relative;
	z-index:200;
	}
	
	.panel ul{
	background:url(images/sep.png) no-repeat 50% 50%;
	}

	.panel ul li{
	float: left;
	position: relative;
	padding:0 15px 0 15px;
	height:40px;
	line-height:40px;
	background:url(images/sep.png) no-repeat 100% 50%;
	}

	.panel ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#3c2f13;
	padding:0 48px;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a{
  background:#e1e5e5;
	border-radius:6px;
	-webkit-border-radius:6px;
  -moz-border-radius:6px;
  }
  
  .panel ul ul{width:160px;}
  
  .panel ul li ul{display: none;}
	
  .panel ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	padding:0;
  }
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:40px;
  left:-7px;
  z-index:500;
  }
	
  .panel ul li li a{
  width:100%;
  height:40px;
	padding:0;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	.panel ul li li a span{padding:0 10px;}
	
	.panel ul li li a:hover,.panel ul li li.current-menu-item a{color:#888;}
  
  .panel ul li:hover ul li{
  margin:0;
  background: #e1e5e5;
  border-bottom:1px solid #dadcdc;
  }
	
	.panel ul li:hover ul li:last-child{
	border:0;
	border-radius:0 0 6px 6px;
	}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background:#eff1f0;
	}
	
	nav#mainNav .inner{width:95%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#888;
	background: #c8c9c9 url(images/menuOpen.png) no-repeat 1em 10px;
  background: url(images/menuOpen.png) no-repeat 1em 10px, -moz-linear-gradient(top, #edefef 0%, #c8c9c9 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edefef), color-stop(100%,#c8c9c9));
	background: url(images/menuOpen.png) no-repeat 1em 10px, -webkit-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -o-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, -ms-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background: url(images/menuOpen.png) no-repeat 1em 10px, linear-gradient(to bottom, #edefef 0%,#c8c9c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edefef', endColorstr='#c8c9c9',GradientType=0 );
	border:1px solid #c7c9c9;
	}
	
	nav#mainNav a#menu span{padding-left:2.5em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#888;
	background: #c8c9c9 url(images/menuClose.png) no-repeat 1em 10px;
  background: url(images/menuClose.png) no-repeat 1em 10px, -moz-linear-gradient(top, #edefef 0%, #c8c9c9 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edefef), color-stop(100%,#c8c9c9));
	background: url(images/menuClose.png) no-repeat 1em 10px, -webkit-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -o-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, -ms-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background: url(images/menuClose.png) no-repeat 1em 10px, linear-gradient(to bottom, #edefef 0%,#c8c9c9 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 #c7c9c9;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align:left;
	color:#3c2f13;
	background:#e1e5e5;
	}

 .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:#fff;
	background:#a4a6a6;
	}

	.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{background:#e1e5e5 url(images/sub1.png) no-repeat 20px 50%;}

	.panel ul li li a:hover, .panel ul li.current-menu-item li a:hover{background:#a4a6a6 url(images/sub1.png) no-repeat 20px 50%;}
	
	.panel ul li li:last-child a{background:#e1e5e5 url(images/subLast.png) no-repeat 20px 50%;}
	.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:#a4a6a6 url(images/subLast.png) no-repeat 20px 50%;}

	.panel ul li li a span{padding-left:35px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:5px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header h2, #header .description{padding:10px;}
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap{margin:0 auto;}
	.panel 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;
	}
	
#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%}
	
	section.widget_search{text-align:center;}
  #contactBanner{margin:0 auto;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footerLogo, #footer ul{
	float:none;
	width:auto;
	padding-bottom:20px;
	text-align:center;
	}
	
	#footer ul{
	padding-top:20px;
	border-top:1px solid #ccc;
	}
	
	#footer ul ul{padding-top:0;border:0;}	
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:33.3%; float:left;margin:0 0% 0 0%;}
  .thumbWrap img{width:100%;height:auto;}
  #banners{margin:0 auto;text-align:center;}
  #banners p{width:auto; float:none;margin:none;}
  #banners p img{width:auto;height:auto;max-width:265px;}/*--バナーサイズに合わせて--*/
 .post .column2_50 {text-align:center;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#footerLogo,#headerInfo{float:none;padding:0;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
  /*追記 2014/04/17*/
  #content 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;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 .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%;}
}

/* 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;
}
/*--------------------------------------------
検索バーの左に表示されるテキストの検索を消す
--------------------------------------------*/
.screen-reader-text { display: none;}

/*--------------------------------------------
ここから追記　2014/04/17
--------------------------------------------*/

/*--------------------------------------------
パン屑リスト
--------------------------------------------*/
#header .logo{
  clear:both;
  float:left;
  padding:20px 0;
  font-size:160%;
  font-weight:bold;
}


.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
#breadcrumb{
  clear:both;
  padding: 3px 3px 3px 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;
}
/*--------------------------------------------
アーカイブ
--------------------------------------------*/
.post_img img{
  float:left;
  width:100%;
  height:auto;
  border: 1px solid #E2D4A9;
  padding:5px;
}
.post .post_img{
  width:30%;
  margin: 0 0 0 3%;
  padding: 0;
  float: left;
}
.post_text{
  width:94%;
  margin:0 auto;
}
.post_text70{
  width: 60%;
  float:right;
  margin-right: 3%;
}
.post li{
  /*clear:both;*/
  margin: 1em 0;
  padding: 0 0 1.5em 0;
  border-bottom:1px dotted #ddd;
}
.post h2{
  width:100%;
}
.post .time{
  padding:0;
  font-size:90%;
  clear:both;
  color: #FFFFFF;
  background-color: #624E24;
  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;
}
.post h2{
margin:5px 0 0;
font-size: 110%;
}

/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social{
 display:inline-block;
 float: left;

}
#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;
}
/*--------------------------------------------
画像のロールオーバー
--------------------------------------------*/
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 )";
}
/*--------------------------------------------
見出しタグの設定
--------------------------------------------*/
.description{
padding:10px 0 0 3px;
font-size:90%;
font-weight:normal;
}

h1.title{
margin:20px 0;
padding:5px 0;
font-size:120%;
color: #3B3014;
border-bottom:2px solid #3c2f13;
clear:both;
}

h1.first{margin-top:0;}
.post h2{
clear:both;
margin:0 0 10px;
font-weight:normal;
color: #2E2C2C;
}

/*margin*/
.mt-5	{ margin-top: 5px ; }
.mt-10	{ margin-top: 10px ; }
.mt-15	{ margin-top: 15px ; }
.mt-20	{ margin-top: 20px !important; }
.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 ; }

.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 ; }

.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 ; }

.mb-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 ; }

/*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 ; }

.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 ; }

.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 ; }

.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 ; }
/*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%; }
.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%; }



/* 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;
}
@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; }
	.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 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;
}
@media only screen and (max-width: 648px){
	.my-gallery2 .gallery .gallery-item {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
	}
	.my-gallery .gallery .gallery-item img {
		width: 300px;
	}
}


/* 設定タグの内側の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%; }



/* StyleID20140623_01 */
/* WordPress標準機能のGallery機能のスタイル定義（普通のギャラリーテイストに）
/* 利用時はコメントを外してください */
/* また管理画面「設定」→「メディア」で「画像サイズ」を600pxくらいにします。 */
/* あとはギャラリー機能を使って写真を投稿するだけです
-------------------------------------------------------------------------------*/
/*
.post .gallery img {
	border:1px solid #FFF !important;
	width:95%;
}
@media only screen and (max-width: 648px){
	.gallery .gallery-item {
		float: none !important;
		margin-top: 0px;
		text-align: center !important;
		width: 100% !important;
	}


}
*/

/* 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;
}


/* width 648px 以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.img-wrapper-w80per img {
		width:100%;
		margin-left:inherit;
		margin-right:inherit;
	}

	.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%; }
	.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%;
	}


}



/* 通常のセンター寄せ
------------------------------------------------------------*/
.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;
}
.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;
}


/* ----------------------------------------------------------------- */
/*   width 648px 以下  スマートフォンでalign指定                     */
/* ----------------------------------------------------------------- */
@media only screen and (max-width: 648px){
	/* スマートフォンでalign指定 */
	.sp-left {
		text-align: left;
	}
	.sp-center {
		text-align: center;
	}
	.sp-right {
		text-align: right;
	}
}



/* ----------------------------------------------------------------- */
/*   スマートフォンでも文字列改行                                    */
/* ----------------------------------------------------------------- */

@media only screen and (max-width: 648px){
	.post .sp-break {
		display:block;
	}
}






/* 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){
	.tdw80 {
		width:70%;
	}
	.tdw20 {
		width:30%;
	}
	.w80 {
		width:70%;
	}
	.w20 {
		width:30%;
	}

}

/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

}














/* ここから追加用のスタイルです。
------------------------------------------------------------*/

section.widget .textwidget a{
background: none;
padding:0px;
text-align: center;
}

#attachment_738 {
	margin-left:auto;
	margin-right:auto;
}



@charset "utf-8";

/* 通常のスタイルはここに
------------------------------------------------------------*/
.list-gallery li {
	width: 33%;
	float: left;
	text-align: center;
	padding: 0!important;
	background: none!important;
	border-bottom: none!important;
} 
.list-gallery li img {
	width: 90%;
}
.reborn-bs {
    text-align: center;
}

.box-bs {
   
   background:#f1f1f1;
    padding: 10px 10px 0;
}
.reborn-bs {
    position: relative;
    text-align: center;
}
.icon-bs01 {
    bottom: 10px;
    position: absolute;
    right: 65px;
}
.box-ser {
    border: 1px solid #ccc;
    margin: 0 0 20px 15px;
    padding: 10px 10px 0;
}

.left33{
width:33%;
float:left;
}
.box-content{
border:1px solid #ccc;
padding:5px;
}
.title-box{
text-align:center;
font-weight:bold;
background:#5b9bd5;
padding:10px 0 !important;
}
.title-box1{
text-align:center;
font-weight:bold;
background:#ed7d31;
padding:10px 0 !important;
}
.til-service{
text-align:center;
padding:5px 0;
background:#99b9a3;
color:#fff;
border:1px solid #fff;
margin-right:10px;
}
.til-service01{
text-align:center;
padding:5px 0;
background:#94aab5;
color:#fff;
border:1px solid #fff;
margin-left:-10px;
}
.list-service{margin:0 !important;background:#f8f7f4 !important;height:90px;}
.list-service li{
float:left;
background:none!important;
text-align:center;
width:33.3%;
border-bottom:none!important;;
margin:0 !important;
padding:27px 0 0!important;
font-size:75%;
position:relative;
}
.list-service li span{
display:block;
position:absolute;
top:0;
right:0;
background:url(http://d-a-c-net.com/struct/wp-content/uploads/2014/12/arrow.png) left top no-repeat;
width:17px;
height:90px;
z-index:999;
}
.list-service li.list-service03 span {
    display:block;
}


.list-service li.list-service01  span{
right:-5px;
}
.list-service li.list-service02  span{
right:-2px;
}

.list-service li.list-service03  span{
right:-4px;
}

.list-service li.list-service04  span{
right:-15px;
}

.list-service li.list-service05  span{
right:-4px;
}
.list-service li.list-service02, .list-service li.list-service05{padding-top:35px !important;}
.box-bs  h3{
border-bottom: 1px dashed #3c2f13 !important;
padding: 0 0 3px 0 !important;
border-left:0  !important;
}


/* 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){
	#header .logo { width:40%; }
	#header .logo img { width:95%; }
}

/* width 648px 以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.list-gallery li {
		width: 100%;
		float: none;
	} 
.left33{
width:100%;
float:none;
}
.til-service01{margin-top:20px;}

.list-service li.list-service03 span {
    display:none;
}
.til-service01{margin-left:0;}
.til-service{margin-right:0;}
.wp-image-825{margin-top:10px !important; margin-bottom:20px !important;}
}

/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

}


/* Google Map用css
------------------------------------------------------------*/
.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%;
}