@charset "utf-8";
/*

Theme Name:07orange,AKN02-0701
Template:AKN02-0701
Theme URI: http://hp-morph.com/
Description: AKN02-0701
Version: 1.40
Author: Vision Inc.
Author URI: http://hp-morph.com/

Tags: simple

	hp-morph.com Template v1.40
	 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

※仕様変更履歴
-------------------------------------------------------------------------------------------------------
1.40仕様変更 /// 子テーマでのデザインカスタマイズに変更。ブロック要素のレスポンシブ対応のCSSを追加
1.32仕様変更 /// style.cssをエディタへ反映（場合によってeditor-style.cssで調整）,その他細かなCSSの変更


*/

/* =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 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
color:#333;
border-top:5px solid #F49B00;
background:#fbfbfb;
}




/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#F49B00;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#6BDB00;
}


/**** Clearfix ****/
nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, #footerInfo:before,#footerInfo:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,#footerInfo:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,#footerInfo{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"],input[type="tel"],input[type="email"],input[type="date"],input[type="url"],input[type="number"],select,textarea{
vertical-align:middle;
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;
}
#sidebar input[type="text"] {/margin-top:-18px;}/*IE8以下css-hack*/

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #F49B00;
background: -moz-linear-gradient(top, #F49B00 0%, #F46300 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F49B00), color-stop(100%,#F46300));
background: -webkit-linear-gradient(top, #F49B00 0%,#F46300 100%);
background: -o-linear-gradient(top, #F49B00 0%,#F46300 100%);
background: -ms-linear-gradient(top, #F49B00 0%,#F46300 100%);
background: linear-gradient(to bottom, #F49B00 0%,#F46300 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F49B00', endColorstr='#F46300',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: #F49B00;
background: -moz-linear-gradient(top, #F46300 0%, #F49B00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F46300), color-stop(100%,#F49B00));
background: -webkit-linear-gradient(top, #F46300 0%,#F49B00 100%);
background: -o-linear-gradient(top, #F46300 0%,#F49B00 100%);
background: -ms-linear-gradient(top, #F46300 0%,#F49B00 100%);
background: linear-gradient(to bottom, #F46300 0%,#F49B00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F46300', endColorstr='#F49B00',GradientType=0 );
}


/* レイアウト
------------------------------------------------------------*/
#wrapper, #header, .inner{
margin: 0 auto;
padding-bottom:10px;
width: 960px;
}

#content{
float:right;
width:625px;
line-height:1.5em;
}

#content p{
font-size:93%;}


#sidebar{
float:left;
width:300px;
padding-top:15px;
font-size:93%;
}

#sidebar ul{
margin:0 5px 0 5px;
}

#sidebar ul li{
}

#sidebar ul li a{
border-bottom:1px dotted #6a6a6a;
line-height:1.6em;
padding:10px 10px 10px 30px;
background:url(images/arrow-m.png) left no-repeat;
}

#sidebar ul li a:hover{
background-color:#FFEBC8;
}


#sidebar ul li ul{
margin:0 0 0 15px;
}


#footer{
clear:both;
color:#000000;
background:#F49B00;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:6px 0 0 3px;
font-size:90%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;	
padding:20px 0;
font-size:160%;
font-weight:bold;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
padding-bottom:10px;
text-align:right;
}

.tel{
display:inline;
padding-left:48px;
font:40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:url(images/tel.png) no-repeat 0 50%;
background-size:42px 42px;
-moz-background-size:42px 42px;
line-height:1.0em;
}


/* トップナビゲーション
*****************************************************/
#searchHead input{
line-height:30px;
}

#searchHead input.searchBox[type="text"]{
vertical-align:top;
width:140px;
height:26px;
border-radius:3px 0 0 3px;
-webkit-border-radius:3px 0 0 3px;
-moz-border-radius:3px 0 0 3px;
border-right:0;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #F49B00 url(images/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

h2.title span,.newsTitle h3 span,section.widget h3 span{
color:#fff;
}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post ol li ol li{}

.post ol li ol li ol li{border-bottom:1px dotted #ddd;}


.post h1{
	clear:both;
   background: url("images/h_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
   clear: both;
   color: #000000;
   font-size: 16px;
   font-weight: bold;
   margin:0 0 10px 0;
   padding: 0 10px 17px 15px;
}

.post h2{
	clear:both;

	background: url("images/sec-h_bg2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	background: url("images/sec-h_bg2.png") no-repeat left center;

    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
   margin:0 0 10px 0;
    padding: 0px 10px 0px 15px;
}

.post h3{
	clear:both;
   margin:0 0 10px 0;
padding:0 10px 4px 10px;
font-size:16px;
font-weight:normal;
color: #000000;
border-left:7px solid #F49B00;
border-bottom:1px dotted #000000;
}

.post h4{
	clear:both;
   margin:0 0 10px 0;
padding:0 10px 4px 19px;
font-size:14px;
font-weight:normal;
color: #000000;
border-bottom:1px dotted #000000;
}
 
 
.post  blockquote{
background-color:#ddd;
padding:1em 1em 1em 3em;
position:relative;
margin-bottom:15px;
}


.post blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
color:#999;
position:absolute;
left:0;
top:0;
}

.post blockquote p{padding:5px 0;}




.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;
border: 1px solid #CCCCCC;
padding:4px;}

img.aligncenter {
display: block;
margin:5px auto;
padding:4px;
background:#fff;
border:1px solid #ccc;
}

img.alignright{
padding:4px;
margin:0 0 15px 8px;
display:inline;
background:#fff;
border:1px solid #ccc;
}

img.alignleft{
padding:4px;
margin:0 8px 15px 0;
display:inline;
background:#fff;
border:1px solid #ccc;
}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin:0 0 20px 0;
}

section.widget h2{
color:#000000;
margin:0 0 10px;
padding:5px 10px 5px 30px;
line-height:33px;
font-size:16px;
font-weight:bold;
background: url(images/sec-h_bg.png) left no-repeat;
border-bottom:1px solid #000000;
}

section.widget h3{
font-size:16px;
margin:0 0 10px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #F49B00 url(images/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}



/* 更新情報
-------------*/
.newsTitle{
color:#000000;
margin:0 0 10px;
padding:5px 10px 5px 28px;
line-height:30px;
font-size:15px;
background: url(images/sec-h_bg.png) left no-repeat;
border-bottom:1px solid #000000;
}

.newsTitle h2{
color:#000000;
float:left;
font-weight:bold;
}

.newsTitle h3{
float:left;
font-weight:bold;
}

.newsTitle p{
float:right;
padding:0 0 0 28px;
font-size:93%;
background:url(images/arrow.png) no-repeat 0 50%;
}

.newsTitle a{color:#000000;}

.news{
margin:0px 5px;
padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dotted #6a6a6a;
}

.news p a{
display:block;
padding:5px 0;
color:#6a6a6a;
font-size:93%;
}

.news a span{
color:#6a6a6a;
font:normal 93% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#F49B00;}

.news p a:hover{background-color:#FFEBC8;}

.wp-caption-text{font-size:93%;}

/* ページ上部へ戻る
*****************************************************/
#pagetop{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;
margin-bottom:-1px;
}

#pagetop a{
float:right;
display:block;
position:relative;
padding:5px 15px 2px 25px;
font-size:90%;
border-bottom:0;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
color:#fff;
background:#F49B00 url(images/toTop.png) no-repeat 8px 60%;
/margin-bottom:8px;/*IE8以下css-hack*/
}

#pagetop a:hover{background-position:8px 40%;}

*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px 25px;
}


/* フッター
*****************************************************/
#footerInfo{
padding:20px 10px 0 10px;
border-bottom:1px dotted #6BDB00;
background: #FFFFFF url(images/foot_bg.png) top repeat-x;
}

#footerLogo{
float:left;
padding:10px;
}

.contactInfo{float:right;text-align:right;}
.contactInfo .tel a{color:#000000;}

#footer ul{
text-align:center;
font-size:93%;
padding:10px 0px;
background: #F49B00;
}

#footer ul ul{padding-bottom:0;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(images/parent.png) no-repeat 0 9px;
}

#footer ul li a{
display:block;
padding:0 20px 0 13px;
overflow:hidden;
color:#fff;
}

#footer ul li	a:hover{text-decoration:underline;}


#footer ul li	li{
display:block;
padding:0;
margin-left:10px;
background:url(images/child.png) no-repeat 0 4px;
}

#footer ul li	li a{padding:0 10px 0 13px;}

*:first-child+html #footer ul{width:920px;margin:0 auto;}
*:first-child+html #footer ul ul{width:auto;}
*:first-child+html #footer ul li{float:left;}

#copyright{
clear:both;
padding:7px;
padding-right:10px;
text-align:right;
font-style:normal;
font-size:10px;
color:#fff;
background:#000000;
zoom:1;
}

#powered{
padding:0px;!important
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left;
background:#F49B00;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size:12px;
}

.prev a{
color:#FFFFFF;
padding:15px;
}

.next{float:right;
background:#F49B00;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color:#FFFFFF;
font-size:12px;
}

.next a{
color:#FFFFFF;
padding:15px;
}

#pageLinks{
clear:both;
color:#F49B00;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:650px;
margin-right:-25px;
}

.thumbWrap_PR{
width:645px;
margin-right:-20px;
}

ul.thumb{margin: 0;}

/*おすすめ商品の見出しがない場合*/
ul.gap{margin-top:25px;}

ul.thumb li{
float:left;
width:300px;
margin:0 25px 0 0;
padding:0 0 25px;
background:none;
}

ul.thumb li img.wp-post-image{
float:left;
display:inline;
padding:0 5px 3px 0;
}

ul.thumb h3{
font-weight:normal;
font-size:110%;
}

.thumbWrap ul.thumb h3{
padding:0 25px 0 0;
display:inline;
background:url(images/arrow.png) no-repeat 100% 50%;
}

.thumbWrap_PR ul.thumb li{
width: 195px;
margin:0 20px 0 0;
}

/* Step系テーブル
------------------------------------------------------------*/

table.step {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 93%;
	margin-bottom:15px;
}
 
table.step th,
table.step td {
    padding: 10px;
}
 
table.step th {
    background: #F49B00!important;
    vertical-align: middle!important;
    overflow: visible!important;
    position: relative!important;
    color: #fff!important;
    font-weight: normal!important;
    font-size: 93%!important;
}
 
table.step th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #F49B00;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.step th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #F49B00 10px solid;
        margin-top: -10px;
    }
}
 
table.step td {
    padding-left: 20px;
}


/* post内カラムバナー指定
------------------------------------------------------------*/
.post .colum2_50 {
display: inline-block;
margin: 7px;
width: 47%;
vertical-align:top;
}

.post .colum2_30 {
display: inline-block;
margin: 7px;
width: 27%;
vertical-align:top;
}

.post .colum2_70 {
display: inline-block;
margin: 7px;
width: 67%;
vertical-align:top;
}


.post .colum3_33 {
display: inline-block;
margin: 7px;
width: 30%;
vertical-align:top;
}


/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1024px){
	nav#mainNav{
	clear:both;
	height:65px;
	padding-top:0px;
	margin-bottom:20px;
	position:relative;
	background:url(images/nav_bg.png) repeat-x;
	}

	.panel{
	border-left:1px solid #CCC;
	}
	.panel ul li{
	float: left;
	position: relative;
	height:55px;
	line-height:40px;
	margin:0;
	border-left:1px solid #fff;
	border-right:1px solid #CCC;
	}

	.panel ul li a{
	display: block;
	height:50px;
	text-align: center;
	float:left;
	color:#6a6a6a;
	margin:0 4px;
	padding:0 20px;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
/* ============================================================
グローバルメニューの検索を取り除いたので745から845にしています
メニューのタイトルの長さで可変して下さい
============================================================ */
.panel ul{
	width:710px;

	}
  
.panel ul li a span{
  _position:relative; /*To fix IE6 problem (not displaying)*/
  float:left;
  padding-top:8px;
  }
  
  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a{
  /*background: url(images/mainNav.png) no-repeat 100% 50%;*/
  border-bottom:5px solid #F49B00;

  }
  
  .panel ul li.current-menu-item a span,.panel ul li a:hover span,.panel ul li a:active span, .panel ul li.current-menu-parent a span{
  /*background: url(images/mainNav.png) no-repeat 0 50%;*/
  color:#F49B00;
  }
  
  .panel ul li.current-menu-parent li a,
  .panel ul li.current-menu-item li a,
  .panel ul li.current-menu-item li a span,
  .panel ul li.current-menu-parent li a span,
  .panel ul li.current-menu-item li.current-menu-item a span,.panel ul li li a:hover span,.panel ul li li a:active span{
  background:none;
  }
  
  .panel ul li.current-menu-item li a{color:#6a6a6a;}
  
  .panel ul li.current-menu-item li.current-menu-item a, .panel ul li li a:hover,
  .panel ul li.current-menu-parent li.current-menu-item a{
  color:#F49B00;
  background: #ffffff;
  /*background: -moz-linear-gradient(top, #F49B00 0%, #6BDB00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F49B00), color-stop(100%,#6BDB00));
  background: -webkit-linear-gradient(top, #F49B00 0%,#6BDB00 100%);
  background: -o-linear-gradient(top, #F49B00 0%,#6BDB00 100%);
  background: -ms-linear-gradient(top, #F49B00 0%,#6BDB00 100%);
  background: linear-gradient(to bottom, #F49B00 0%,#6BDB00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F49B00', endColorstr='#6BDB00',GradientType=0 );*/

  }
  
  .panel ul li.current-menu-parent:hover li a span,.panel ul li.current-menu-parent li a{color:#fff;}
  .panel ul li.current-menu-parent:hover li.current-menu-item a span, .panel ul li.current-menu-parent li a:hover{color:#F49B00;}
  
  .panel ul ul{width:250px; margin:10px 0 0 0px;}
  
  .panel ul li li{
  float: none;
  height:45px;
  line-height:35px;
  width:250px;
  }
  
  .panel ul li li a{
  width:80%;
  height:40px;
  line-height:35px;
  font-size:95%;
  text-align:left;

  }
  
  .panel ul li ul{display: none;}
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:45px;
  left:0px;
  z-index: 100;
  border:1px dotted #6a6a6a;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  }
  
  .panel ul li:hover ul li{
  margin:0;
  background: #ffffff;
  border-bottom:1px dotted #6a6a6a;
  }
  
  .panel ul li:hover ul li:last-child{

  }
  
  .panel ul li ul li a span{
  margin:0 0 0 -15px;
  float:none;
  padding-top:0 0 0 0;
  }
	
	#searchHead{
	float:right;
	width:215px;
	margin-top:14px;
	text-align:right;
	}
	

/* テーブル
------------------------------------------------------------*/
.post table{
font-size:93%;
margin-bottom:15px;
}
.post th{
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    color:#330000;
    background-color:#eee;
    padding:0.5em;
    text-align:center;
    height:2em;
    vertical-align:middle;
}
.post td{
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding:0.5em;
    height:2em;
    vertical-align:middle;
}	


}


/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	nav#mainNav{
	clear:both;
	width:100%;
	}
	
	nav#mainNav .inner{width:98%;}
	
	nav#mainNav a.menu{

	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#6a6a6a;
	background: #d6d6d6 url(images/menuOpen.png) no-repeat 1em 50%;
  background: url(images/menuOpen.png) no-repeat 1em 50%, -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6));
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -o-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -ms-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, linear-gradient(to bottom, #ffffff 0%,#d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
	border: 1px solid #C7C9C9;
	}
	
	nav#mainNav a#menu span{padding-left:3em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#6a6a6a;
	background: url(images/menuClose.png) no-repeat 1em 50%, -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6));
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -o-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -ms-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, linear-gradient(to bottom, #ffffff 0%,#d6d6d6 100%);
		}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border:1px solid #ccc;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.4;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align: left;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FFEBC8));
	background: -webkit-linear-gradient(top, #fff, #FFEBC8);
	background: -moz-linear-gradient(top, #fff, #FFEBC8);
	background: -o-linear-gradient(top, #fff, #FFEBC8);
	background: -ms-linear-gradient(top, #fff, #FFEBC8);
	background: linear-gradient(top, #fff, #FFEBC8);
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	}

 .panel ul li a span{padding-left:1em;}

	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#ffffff;
	background:#F49B00;
	}

	.panel ul li.current-menu-item li a{color:#6a6a6a;}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a,.panel ul li li a:hover,.panel ul li.current-menu-item li a:hover{

	background:url(images/sub1.png) no-repeat 15px 50%;
	}

	.panel ul li li:last-child a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:url(images/subLast.png) no-repeat 15px 50%; color:#F49B00;}

	.panel ul li li a span{padding-left:25px;}
	
	nav div.panel,#searchHead{float:none;}
	
	#searchHead{text-align:center;margin:6px auto 0px;}
	
	.tel{padding:5px 0 5px 48px}


}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header h2{padding-left:10px;}
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap, .thumbWrap_PR{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel,#searchHead{float:none;}

	#mainImg{text-align:center;}
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	float:none;
	width:95%;
	margin:0 auto;
	padding:10px 0;
	}

	#footer{margin:0;text-align:center;}
	
	#footerInfo, #footer ul{
	float:none;
	width:auto;
	text-align:center;
	}

	#pagetop a{margin-right:15px;}
	#breadcrumb{border-top:1px solid #CCCCCC; width:97%;margin: 0 auto;}
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap,.thumbWrap_PR{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap_PR ul.thumb li{width:30%;}
	.thumbWrap_PR ul.thumb li{margin:0 1% 0 2%;}
  .thumbWrap_PR img{width:100%;height:auto;}
	.thumbWrap ul.thumb li{width:100%;margin:0 auto;text-align:left;}
	#footerInfo .contactInfo{float:none;text-align:center;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#headerInfo,#footerLogo{float:none;padding:0;text-align:center;}
	#headerInfo{padding:10px;}
	#headerInfo p, #footerInfo p{font-size:90%;margin:6px 0;}
	#headerInfo p.tel, #footerInfo p.tel{font-size:200%;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:10px 15px 10px 15px;}
	#footer ul ul{padding:0;}
  /*追記 2014/04/17*/
  #content img{width:auto;max-width: 96%; height:auto;}
  #content .post_img img{float:none;width:auto;max-width: 96%;}
  #content .post_img{max-width:300px;width:auto;margin:0 auto;float: none;}
  #content .post_text70{width: 90%;margin: 0 auto;float: none;}
  #content #social{float:none;}
  body #header .logo{float:none;padding:0;text-align:center;}
  .post .colum2_50 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum2_30 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum2_70 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum3_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;}



#header .logo{
  clear:both;
  float:left;	
  padding:8px 8px;
  font-size:160%;
  font-weight:bold;
}



#mainImg{
  margin-top:20px;
}
body nav#mainNav{
  margin-bottom:0;
  height:65px;
}
.inner{
	padding:0;
}
/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	body nav#mainNav{
	height:auto;
	}
}
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
#breadcrumb{
border-bottom:1px solid #CCCCCC;
  clear:both;
  padding:3px;
}

#breadcrumb ul{
  width: 100%;
  max-width: 960px;
  margin:0 auto;
  padding-left:1em;
}
#breadcrumb ul li{
  float:left;
  color:#999999;
  margin:0 5px;
  font-size:11px;
}
#breadcrumb ul li a{
  color:#999999;
}
#breadcrumb ul li a:hover{
  text-decoration:underline;
}
/*--------------------------------------------
アーカイブ
--------------------------------------------*/
.post_img img{
  border:1px solid #ddd;
  padding:5px;
  float:left;
  width:100%;
  height:auto;
}
.post .post_img{
  width:30%;
  margin: 0;
  padding: 0;
  float: left;
}
.post_text{
  width:94%;
  margin:0 auto;
}
.post_text70{
  width: 62%;
  float:right;
  padding-right:3%;
}

.post li{
  clear:both;
  margin: 1em 0;
  padding: 0 0 0 0;
  font-size:93%;
  line-height:1.6em;
}

.post h2{
}

.post .time{
  font-size:11px;
  clear:both;
  color: #FFFFFF;
  background-color: #F49B00;
  border-radius:3px; 
  padding:2px 6px 0px 6px;
  margin-bottom:5px;

}
.post .time a{
  color:#fff;
}




.post .post_text h3{
  background:none;
  margin:0.2em;
}

.post_link{
  float:right;
  clear:both;
  margin: 10px 0;
  font-size:93%;
}
li .post_contents{
  clear:both;
  margin-bottom:0.5em;
  padding:0;
}
.post h2{
}

/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social{
 display:inline-block;

}
#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{
clear:both;
margin:25px 0 15px 0;
padding:0px 10px 17px 15px;
font-size:16px;
font-weight:normal;
background: url(images/h_bg.png) bottom repeat-x;
color:#000000;
font-weight:bold;
}


/* 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%;
}