@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
*{box-sizing:border-box;}

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, 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;}

img{max-width:100%}

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:95%/1.7 meiryo,"メイリオ","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;color:#333;border-top: 5px solid #136;background:#fff;overflow-x:hidden;}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#3d5b95;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#142b55;
}


/**** 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;}

.clearfix:after{
	content:""; display:block; clear:both;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], 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: #3d5b95;
background: -moz-linear-gradient(top, #3d5b95 0%, #142b55 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d5b95), color-stop(100%,#142b55));
background: -webkit-linear-gradient(top, #3d5b95 0%,#142b55 100%);
background: -o-linear-gradient(top, #3d5b95 0%,#142b55 100%);
background: -ms-linear-gradient(top, #3d5b95 0%,#142b55 100%);
background: linear-gradient(to bottom, #3d5b95 0%,#142b55 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5b95', endColorstr='#142b55',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: #3d5b95;
background: -moz-linear-gradient(top, #142b55 0%, #3d5b95 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#142b55), color-stop(100%,#3d5b95));
background: -webkit-linear-gradient(top, #142b55 0%,#3d5b95 100%);
background: -o-linear-gradient(top, #142b55 0%,#3d5b95 100%);
background: -ms-linear-gradient(top, #142b55 0%,#3d5b95 100%);
background: linear-gradient(to bottom, #142b55 0%,#3d5b95 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142b55', endColorstr='#3d5b95',GradientType=0 );
}


/* レイアウト
------------------------------------------------------------*/
#wrapper, #header, .inner{
margin: 0 auto;
padding-bottom:10px;
width: 960px;
}

#wrapper{
	padding-top:20px;
}

#content{
float:right;
width:725px;
}

#sidebar{
	float:left;
	width:200px;
}

.clear{
	clear:both;
}
.imgleft {
	width:50%; height:auto; float:left; box-shadow:0 0 0 3px #DBDBDB;
	margin:0 20px 15px 0;
}
.imgright {
	width:50%; height:auto; float:right; box-shadow:0 0 0 3px #DBDBDB;
	margin:0 0 15px 20px;
}

.kuwashiku{
	display:inline-block;
	padding:0.5em 1em;
	margin-top:1em;
	background-color:#eee;
	font-weight:bold;
	border-radius:4px;
}
.mgb-1{
	margin-bottom:25px;
}

/* ヘッダー
*****************************************************/
#header_logo{
	width:60%;
	float:left;
}
#header_logo img{
	max-width:100%;
}

@media only screen and (max-width: 850px){
	#header_logo{
		width:100%;	
	}
}
/* サイト説明文
----------------------------------*/
#header h1{padding: 20px 0 0 22px;font-size:90%;font-weight:normal;}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{clear:both;float:left;padding: 5px 0 0;font-size:160%;font-weight:bold;}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
	margin-top:22px;
	float:right;padding-bottom:25px;text-align:right;
}
@media only screen and (max-width: 850px){
	#headerInfo{
	margin-top:5px;
}
}

.tel{
display:inline;
padding-left:48px;
letter-spacing:0.08em;
font:40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:url(images/tel.png) no-repeat 0 50%;
}
.tel_small{
	font-size:90%;
	line-height:110%;
}


/* トップナビゲーション
*****************************************************/
#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;
}


/* タイポグラフィ
*****************************************************/
h5{
	font-weight:bold;
	margin:15px 0 8px;
}

h3{
	padding:5px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #359;
	border-left:5px solid #359;
	font-size:110%;font-weight:bold;color:#444;letter-spacing:1px;
}

h2.title{clear:both;margin: 0 0 20px;padding: 5px 10px;line-height:33px;font-size:120%;font-weight:normal;background: #3d5b95 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 h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#142b55;
border-top:1px solid #3d5b95;
border-bottom:1px solid #142b55;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#142b55;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#142b55;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.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 table{
border: 1px #142b55 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #142b55 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#3d5b95;
}

.post table td{
padding:7px 5px;
border: 1px #142b55 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
padding:4px;
background:#fff;
border:1px solid #ccc;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
background:#fff;
border:1px solid #ccc;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}

/*トップ画像部分ボーダー*/
p#mainImg img{width:100%;height:auto;border: 6px double #135;}
#mainImg{margin-bottom:25px;}

/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
margin:0 0 10px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #3d5b95 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);
}

section.widget a{
display:block;
padding:10px 5px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

section.widget a:hover{background-color:#f7f9f4;}

/* 更新情報
-------------*/
.newsTitle{
margin:0 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
background: #3d5b95 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 h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 10px 0 28px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.newsTitle a{color:#fff;}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.news p a{
display:block;
padding:10px 0;
color:#142b55;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#3d5b95;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#142b55;}

.news p a:hover{background-color:#f7f9f4;}


/*事例フォトギャラリー*/
.gallery p{
	width:47%;
	float:left;
	margin:0 1.5% 10px;
	text-align:center;
	line-height:120%;
}
@media only screen and (min-width: 850px){
	.gallery p{
		width:30%;
		float:left;
		margin:0 1.5% 10px;
		text-align:center;
		line-height:120%;
	}
}

/* ページ上部へ戻る
*****************************************************/
#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:#142b55 url(images/toTop.png) no-repeat 8px 60%;
}

#pagetop a:hover{background-position:8px 40%;}

*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px 25px;
}


/* フッター
*****************************************************/
#footer{
	clear:both;
	color:#fff;
	background: url(images/noiseBg.png);
} 

#footerInfo{
	padding:20px 10px;
	margin-bottom:20px;
	border-bottom:2px dotted #79b;
}

#footerLogo{
float:left;
padding:10px;
}

#footerLogo img{
	max-width:80%;
	margin-top:10px;
}
@media only screen and (max-width:400px){
	#footerLogo img{
		max-width:90%;
		margin-top:5px;
	}
}

.contactInfo{float:right;text-align:right;}
.contactInfo .tel a{color:#fff;}

#footer ul{
text-align:center;
font-size:95%;
padding-bottom:20px;
}

#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 12px;}

*: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:8px;
	text-align:center;
	font-style:normal;font-size:90%;
	color:#fff;
	background: #136;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#3d5b95;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:650px;
margin-right:-25px;
}

.thumbWrap_PR{
width:645px;
margin-right:-20px;
}

/*トップページ/専門家部分画像*/
.thumbWrap_PR img.PR1{
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset, 0 0 4px rgba(0, 0, 0, .8) inset, 2px 2px 2px rgba(0, 0, 0, .4);
}
/*トップページ/専門家部分画像*/
img.PR2{
 margin:15px 0;
 border:1px solid #ccc;
 box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset, 0 0 4px rgba(0, 0, 0, .8) inset, 2px 2px 2px rgba(0, 0, 0, .4);
 
 }

ul.thumb{margin: 0;}

/*下層サブページ内　1st 3Images area box*/

.thumbWrap_PR .thumb p.akiyaTxt {
	border:4px double #ffc1c1; 
	padding:5px; 
	background: -webkit-repeating-linear-gradient(-45deg, #ffeaea, #ffeaea 5px, #fdfcff 5px, #fdfcff 10px);
    background: repeating-linear-gradient(-45deg, #ffeaea, #ffeaea 5px, #fdfcff 5px, #fdfcff 10px);
}

/*おすすめ商品の見出しがない場合*/
ul.gap{margin-top:40px;}

ul.thumb li{
float:left;
width:300px;
margin:0 25px 0 0;
padding:0 0 40px;
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;
}

/*トップメッセージ部分*/
#content .purpose {
	margin: 0 0 30px 0;
	text-align: left;
	/* text-indent: 1em; */
	height: auto;
	padding: 10px;
	border: 4px double #135;
}
#content .purpose span {
	font-weight:bold; background-color:#ffff66;
}
/*メインコンテンツ内テキスト部分*/
#content .box1 {
	width:100%;
	margin-bottom: 40px;
}
#content .box1 p.b1txt {
	text-align:left;
}
	
/*下層page2サブページ内　4th text area box*/
#content #bottomBox p.b2txt {
	background-color: #edffdb;
	border-left: 10px solid #3d5b95;
	color: #142b55;
	/* margin: 2em 0; */
	padding: 2em;
}
	
/*下層page3サブページ内　1st text area box*/
#content .box3	{
	width:100%;
	/* height:200px; */
	margin-top:20px;
	margin-bottom: 40px;
}
#content .box3 .b3txt {
	width: 67%;
	height:auto;
	float:right;
}
#content .box3  img.b3img {
	width: 30%;
	height:auto;
	float:left;
}
#content .box3  p.b3title {	
	width:95%;
	height:auto;
	margin-bottom:10px;
	border:3px solid #FFF;
	border-radius:3px;
	background-color:#3d5b95;
	box-shadow: 0 0 0 2px #3d5b95;
	color:#FFF;
	padding-bottom:5px;
	font-size:16px;
 }
#content .box3  p.b3inside {
	width:100%;
	height:auto;
}
#content .box3  img.b3img {
	box-shadow:0 0 0 3px #DBDBDB;
}

.box2{
	width:100%;
	margin-bottom:20px;
}
.box2 p:after{
  content:""; display:block; clear:both;
} 

.box2 img{
	float: right;
	margin: 0 0 5px 10px;
	width: 28%;
	min-width: 140px;
}
/*下層page3サブページ内　2nd text area box*/	
.box4 {
	width:100%;
	/* height:200px; */
	margin-top:20px;
	margin-bottom: 25px;
}
 .box4 .b4txt {
	width: 68%;
	height:auto;
	float:left;
}
 .box4  img.b4img {
	width: 30%;
	height:auto;
	float:right;
}
 .box4  p.b4title {	
	width:95%;
	height:auto;
	margin-bottom:10px;
	border:3px solid #FFF;
	border-radius:3px;
	background-color:#3d5b95;
	box-shadow: 0 0 0 2px #3d5b95;
	color:#FFF;
	padding-bottom:5px;
	font-size:16px;
 }
 .box4  p.b4inside {
	width:100%;
	height:auto;
 }
  .box4  img.b4img {
	 box-shadow:0 0 0 3px #DBDBDB;
 }

/*下層page3サブページ内　3rd text area box*/
	
/*下層page4サブページ内　2nd 4Images area box*/	
 p.b5title {
	width:100%;
	height:auto;
	margin-top:40px;
	margin-bottom:25px;
	border: 0px solid #FFF;
	border-radius:3px;
	background-color:#3d5b95;
	box-shadow: 0 0 0 2px #3d5b95;
	color:#FFF;
	font-size:16px;
}

 .box5	{
	width:100%;
	/* height:200px; */
	margin-top:20px;
	margin-bottom: 40px;
}

 .box5 .b5txt {
	width: 60%;
	height:auto;
	float:left;
}
 .box5  img.b5img {
	width: 37%;
	height:auto;
	float:right;
	box-shadow:0 0 0 3px #DBDBDB;
}

 p.b5inside1 {
	width:98%;
	border: 2px solid #1a653c;
	border-radius: 4px;
	padding:10px;
	position: relative;
	margin-bottom: 20px;
	}

 p.b5inside1::before {
	background-color: #fff;
	color:#1a653c;
	content: "ご相談内容";
	font-weight: bold;
	left: 1em;
	padding: 0 .5em;
	position: absolute;
	top: -1em;
 }

 p.b5inside2 {
	width:98%;
	margin-top:8px;
	border: 2px solid #1a653c;
	border-radius: 4px;
	padding:10px;
	position: relative;
 }
 p.b5inside2::before {
	background-color: #fff;
	color:#1a653c;
	content: "対応";
	font-weight: bold;
	left: 1em;
	padding: 0 .5em;
	position: absolute;
	top: -1em;
 }

/*下層ContactPage サブページ内　1st text area box*/	

#content  p.b6title {
	    width:100%;
	    height:auto;
	    margin-top:20px;
	    margin-bottom:15px;
	    padding: 2px;
	    border-radius:3px;
	    background-color:#3d5b95;
	    box-shadow: 0 0 0 2px #3d5b95;
	    color:#FFF;
	    font-size:16px;
}

#content .phone {
	width:98%;
	height:auto;
	background-color: #edffdb;
	border-left: 10px solid #3d5b95;
	color: #142b55;
	margin-top:10px;
	margin-bottom: 30px;
	padding: 5px 15px;
}
#content .phone p.number {
	color:#006400;
	font-size:18px;
	font-weight:bold;
}

#content  p.b7title {
	    width:100%;
	    height:auto;
	    margin-top:20px;
	    margin-bottom: 10px;
	    border:3px solid #FFF;
	    border-radius:3px;
	    background-color:#3d5b95;
	    box-shadow: 0 0 0 2px #3d5b95;
	    color:#FFF;
	    font-size:16px;
}


/*下層ContactPage サブページ内　お問い合わせフォーム*/	
#contact {
	width:50%;
	float:left;
}
form#mail_form{
	width :100%;
}
form#mail_form dl{
  width : 100%;
  overflow : hidden;
}
form#mail_form dl dt{
  clear : both;
  padding : 10px 00;
}
form#mail_form dl dd{
  width : 100%;
  padding : 0px 0 12px;
}
form#mail_form dl dt span{
  display : block;
  font-size : 85%;
  color : #006400;
  border-bottom: 1px solid #3d5b95;
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #ff3030;
  font-weight : bold;
  margin-right : 1em;
  border: 1px solid #ff3030;
}
form#mail_form dd div{ /* 入力エラーメッセージがJavaScriptによって出現 */
  color : #ff0000;
}
form#mail_form input{
  height : 1.5em;
  border : 1px solid #cccccc;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
  width : 350px;
}
form#mail_form ul li label:hover{
  cursor : pointer;
}
form#mail_form ul li input{
  height : auto;
  margin-right : 0.5em;
}
form#mail_form input#phone{
  width : 350px;
}
form#mail_form textarea#mail_contents{
  width : 350px;
  height : 200px;
  resize : vertical;
  border : 1px solid #cccccc;
  background : #fafafa;
}
form#mail_form input#mail_submit_button{
  width : 100%;
  height:40px;
  padding : 4px 10px;
  vertical-align : middle;
  color : #444444;
  background : #eeeeee;
  border : 1px solid #cccccc;
  font-weight : bold;
}
form#mail_form input#mail_submit_button:hover{
  color : #106dff;
  background : #e0e0e0;
}

/*個人情報保護*/
 #content #policy {
	width: 45%;
	float:right;
	border-top:none;
	border-bottom:none;
	line-height:140%;
}
#content #policy p.kojin {
	font-weight:bold;
	font-size:120%;
	color:#006400;
	margin:10px 0
	
}
 #content #policy p {
	font-weight:normal;
	font-size:100%;
}

#content #question {
	width:100%;
	height:auto;
	margin-top:20px;
}

	
/*サイドバー画像部分ここから*/	
#content, #sidebar .section .menu-list p.img{
   margin-bottom:20px;
}
img.menu-listimg{
box-shadow:0 0 0 3px #DBDBDB;
}

/*ボトムサブナビゲーションここから*/
.area001 {max-width: 1200px; margin: 0 auto;}
.nav001 {width: 15%;height:auto;font-weight:lighter;line-height:2;text-align:center;margin-left: 0.6%;float: left;border:2px solid #3d5b95;border-radius:5px;box-sizing: border-box;padding: 5px 0 0 0;}
.nav001 a {
	color:#006837!important;
	display:inline-block;
	width:100%;
}
.nav001:hover {background-color: #BFD4A5;}
.nav001:first-child {
	width:21%;
	margin-right:1%;
	padding-right:10px;
	margin-left: 0;
	border:none;
	font-weight:bold;
	color:#eee;
	background:url(images/top_jirei_bk.png) 100% 50% no-repeat;
}
 

   
   
/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 850px){
	nav#mainNav{
	clear:both;
	height: 64px;
	padding-top:14px;
	margin-bottom: 21px;
	position:relative;
	background: url(images/navBg.png) repeat;
	}

	.panel ul li{
	float: left;
	position: relative;
	height:40px;
	line-height:40px;
	margin:0 10px;
	}

	.panel ul li a{
	display: block;
	height:40px;
	text-align: center;
	_float:left;
	color:#fff;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  .panel ul{width:745px;}
  
	.panel ul li a span{
  margin: 0 10px 0 -5px;
  padding: 0 8px 0 20px;
  _position:relative; /*To fix IE6 problem (not displaying)*/
  float:left;

  }
  
  /* 親メニュー */
  .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%;
  }
  
  .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%;
  }
  
  .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:#fff;}
  
  .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:#fff;
  background: #3d5b95;
  background: -moz-linear-gradient(top, #3d5b95 0%, #142b55 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d5b95), color-stop(100%,#142b55));
  background: -webkit-linear-gradient(top, #3d5b95 0%,#142b55 100%);
  background: -o-linear-gradient(top, #3d5b95 0%,#142b55 100%);
  background: -ms-linear-gradient(top, #3d5b95 0%,#142b55 100%);
  background: linear-gradient(to bottom, #3d5b95 0%,#142b55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5b95', endColorstr='#142b55',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:#fff;}
  
  .panel ul ul{width:160px;}
  
  .panel ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
  }
  
  .panel ul li li a{
  width:100%;
  height:40px;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
  
  .panel ul li ul{display: none;}
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:40px;
  left:-7px;
  z-index: 100;
  border:1px solid #142b55;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  }
  
  .panel ul li:hover ul li{
  margin:0;
  background: #3d5b95 url(images/noiseBg.png);
  border-bottom:1px dotted #142b55;
  }
  
  .panel ul li:hover ul li:last-child{
  border:0;
  border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  -moz-border-radius:0 0 6px 6px;
  }
  
  .panel ul li ul li a span{
  margin:0;
  float:none;
  padding:0 0 0 5px;
  }
	
	#searchHead{
	float:right;
	width:215px;
	margin-top:5px;
	text-align:right;
	}
}


/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:850px){
	nav#mainNav{
	clear:both;
	width:100%;
	}
	
	nav#mainNav .inner{width:100%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #383838 url(images/menuOpen.png) no-repeat 1em 50%;
	background: url(images/menuOpen.png) no-repeat 1em 50%, -moz-linear-gradient(top, #3d5b95 0%, #142b55 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d5b95), color-stop(100%,#142b55));
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #3d5b95 0%,#142b55 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -o-linear-gradient(top, #3d5b95 0%,#142b55 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -ms-linear-gradient(top, #3d5b95 0%,#142b55 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, linear-gradient(to bottom, #3d5b95 0%,#142b55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5b95', endColorstr='#142b55',GradientType=0 );
	}
	
	nav#mainNav a#menu span{padding-left:3em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: url(images/menuClose.png) no-repeat 1em 50%, -moz-linear-gradient(top, #3d5b95 0%, #142b55 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d5b95), color-stop(100%,#142b55));
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #3d5b95 0%,#142b55 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -o-linear-gradient(top, #3d5b95 0%,#142b55 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -ms-linear-gradient(top, #3d5b95 0%,#142b55 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, linear-gradient(to bottom, #3d5b95 0%,#142b55 100%);
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border-bottom: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(#f7f9f4));
	background: -webkit-linear-gradient(top, #fff, #f7f9f4);
	background: -moz-linear-gradient(top, #fff, #f7f9f4);
	background: -o-linear-gradient(top, #fff, #f7f9f4);
	background: -ms-linear-gradient(top, #fff, #f7f9f4);
	background: linear-gradient(top, #fff, #f7f9f4);
	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:#142b55;
	background:#f7f9f4;
	}

	.panel ul li.current-menu-item li a{color:#3d5b95;}

	.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{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #fff;
	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%;}

	.panel ul li li a span{padding-left:25px;}
	
	nav div.panel,#searchHead{float:none;}
	
	#searchHead{text-align:center;margin:20px auto 10px;}
	
	.tel{padding:5px 0 5px 48px}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  	#wrapper, #header, .inner{width:100%;}
	#wrapper{padding:10px;}
	#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;}

	p#mainImg{text-align:center;}
	p#mainImg img{width:98%;height:auto; border: 6px double #3d5b95;}
	
	#content .purpose {
		text-align: left; text-indent: 1em; height: auto; padding: 10px; margin-top:0;margin-bottom: 15px; border: 4px double #3d5b95;
	}

	#content, #sidebar{
	clear:both;
	float:none;
	width: 100%;
	margin:0 auto;
	padding:10px 0;
	}
	
	
/*サイドバー画像部分ここから*/		
	#content, #sidebar .section{
	width:100%;
	/* text-align:center; */
	}
   #content, #sidebar .section .menu-list p.img{
	   margin-bottom:20px;
   } 
    img.menu-listimg{
      float:left;
      width:23%;
      margin:1%;
   }

   
   
/*下層page3サブページ内　1st text area box*/
    #content .box3	{
		width:100%;
		height:200px;
		margin-top:20px;
		margin-bottom:20px;
		
	}
	#content .box3 .b3txt {
		width:100%;
		margin-bottom:20px;
	}
    #content .box3  img.b3img {
		width: 70%;
		margin: 0 15%
	}
    #content .box3  p.b3title {
		width:100%;
		margin-bottom:20px;
	 }
    #content .box3  p.b3inside {
		width:100%;
	 }
	 #content .box3  img.b3img {
		 margin-bottom:30px;
	 }
/*下層page3サブページ内　2nd text area box*/	
	 .box4 .b4txt {
		width:100%;
		margin-bottom:20px;
	}
     .box4  img.b4img {
		width: 70%;
		margin: 0 15%
	}
     .box4  p.b4title {	
	 width:100%;
	 margin-bottom:20px;
	 
	 }
     .box4  p.b4inside {
		width:100%;
	 }
	  .box4  img.b4img {
	   margin-bottom:30px;
	 }

/*下層page3サブページ内　3rd text area box*/	
 
/*下層page4サブページ内　2nd 4Images area box*/	

     p.b5title {	
	    width:100%;
		margin-bottom:30px;
	 }
	 
     .box5	{
		/* height:400px; */
		margin-top:20px;
		margin-bottom:40px;
	}
	
	 .box5 .b5txt {
		width:100%;
	}
     .box5  img.b5img {
		width: 98%;
		margin:0 1%;
	}
	
     p.b5inside1 {
		width:100%;
		margin-bottom:10px;
	 }
	 
	 p.b5inside1::before {
	 }
	 
	 p.b5inside2 {
		width:100%;
		margin-bottom:10px;
	 }
	 p.b5inside2::before {
	 }
	 
	 
/*下層ContactPage サブページ内　お問い合わせフォーム*/	
#contact {
	width:100%;
	margin-bottom:30px;
}
form#mail_form{
	width :100%;
}
form#mail_form dl{
  width : 100%;
  overflow : hidden;
}
form#mail_form dl dt{
  clear : both;
  padding : 10px 00;
}
form#mail_form dl dd{
  width : 100%;
  padding : 10px 0;
}
form#mail_form dl dt span{
  display : block;
  font-size : 85%;
  color :  #3d5b95;
  border-bottom: 1px solid  #3d5b95;
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #ff3030;
  font-weight : bold;
  margin-right : 1em;
  border: 1px solid #ff3030;
}
form#mail_form dd div{ /* 入力エラーメッセージがJavaScriptによって出現 */
  color : #ff0000;
}
form#mail_form input{
  height : 1.5em;
  border : 1px solid #cccccc;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
  width : 350px;
}
form#mail_form ul li label:hover{
  cursor : pointer;
}
form#mail_form ul li input{
  height : auto;
  margin-right : 0.5em;
}
form#mail_form input#phone{
  width : 350px;
}
form#mail_form textarea#mail_contents{
  width : 350px;
  height : 200px;
  resize : vertical;
  border : 1px solid #cccccc;
  background : #fafafa;
}
form#mail_form input#mail_submit_button{
  width : 100%;
  height:40px;
  padding : 4px 10px;
  vertical-align : middle;
  color : #444444;
  background : #eeeeee;
  border : 1px solid #cccccc;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight : bold;
}
form#mail_form input#mail_submit_button:hover{
  color : #106dff;
  background : #e0e0e0;
}
 
/*個人情報保護*/
#content #policy {
	width:100%;
    border-top:1px solid #0033cc;
	border-bottom:1px solid #0033cc;

}
#content #policy p.kojin {
	font-weight:bold;
	font-size:120%;
	
}
 #content #policy p {
	font-weight:normal;
	font-size:100%;
}
 
 
   
   

	#footer{margin:0;text-align:center;}
	
	#footerInfo, #footer ul{
	float:none;
	width:auto;
	text-align:center;
	}

	#pagetop a{margin-right:15px;}
}


/* 幅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;}
	
	/*ボトムサブナビゲーションここから*/
.nav001 {
	width: 100%;
	border: 1px solid #006837!important;
	text-align: center;
	margin-bottom:5px;
	margin-top:5px;
	letter-spacing: 2px;
}
.nav001 a {
	display: block;
	height: auto;
	line-height: 1em;
	font-size: 17px;
	text-align: center;
	padding: 5px 2%;
	font-weight: normal;
	text-decoration: none;
}
.nav001:first-child{
	width: 100%;
	border: 1px solid #006837!important;
	text-align: center;
	margin-bottom:5px;
	margin-top:5px;
	background:#139;
}

}


/* 幅850px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 850px){
	#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:3px 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:15px;}
	#footer ul ul{padding:0;}
	#footerInfo .contactInfo{float:none;text-align:center;}
}

@media only screen and (max-width: 480px){
/*サイドバー画像スマホここから*/		
    img.menu-listimg{
      width:45%;
      margin:2%;
   }
}
