@charset "utf-8";

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

html, body {
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
}

body{
font:90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
background:url(images/bg.png) repeat-x;
-webkit-text-size-adjust: none;
}

body#toppage{background-image:url(images/bgToppage.png);}

/* clearfix */
	* html .clearFix {
		zoom: 1;
	}
	*+html .clearFix {
		zoom: 1;
	}
.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


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

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


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, article:before, article:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,article:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,article{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
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{
	width: 350px;
height:150px;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #a20000;
background: -moz-linear-gradient(top, #d4321f 0%, #a20000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4321f), color-stop(100%,#a20000));
background: -webkit-linear-gradient(top, #d4321f 0%,#a20000 100%);
background: -o-linear-gradient(top, #d4321f 0%,#a20000 100%);
background: -ms-linear-gradient(top, #d4321f 0%,#a20000 100%);
background: linear-gradient(to bottom, #d4321f 0%,#a20000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4321f', endColorstr='#a20000',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
display: block;
margin: 0 auto;
padding: 5px 50px;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
cursor:pointer;
background: #a20000;
background: -moz-linear-gradient(top, #a20000 0%, #d4321f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a20000), color-stop(100%,#d4321f));
background: -webkit-linear-gradient(top, #a20000 0%,#d4321f 100%);
background: -o-linear-gradient(top, #a20000 0%,#d4321f 100%);
background: -ms-linear-gradient(top, #a20000 0%,#d4321f 100%);
background: linear-gradient(to bottom, #a20000 0%,#d4321f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20000', endColorstr='#d4321f',GradientType=0 );
}

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

input[type="submit"] {
	margin-left: auto;
	margin-right: auto;
}

/* レイアウト
------------------------------------------------------------*/

#container {
	position: relative;		/* フッター部の配置用に定義 */
	min-height: 100%;		/* 縦の表示領域を100% */
}

#wrapper {
	padding-bottom: 250px;   /* フッターの高さの分余白を取る */
}
footer {
	position: absolute;
	bottom: 0;
}
#footer{
clear:both;
padding-top:20px;
background:url(images/bgToppage.png) repeat-x;
width: 100%;
} 

#wrapper, .inner{
margin:0 auto;
width:940px;
}

#content{
float:right;
width:940px;
padding-top: 40px;
}

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

body#toppage #content,body#toppage #sidebar{padding-top:20px;}


.section {
	margin-top: 20px;
}

.openconts {
	display: none;
}

.clear {
	clear: both;
}

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

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


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


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

.contactInfo p{
padding:6px 0 6px 35px;
color:#fff;
font-size:13px;
font-weight:bold;
background:url(images/openTime.png) no-repeat 0 2px;
}

.contactInfo p.tel{background-image:url(images/tel.png);}

#header .contactInfo p.tel a{color:#fff;}
#sidebar .contactInfo p.tel a{color:#333;}

.contactInfo p.inquiry{background-image:url(images/mail.png);}

.inquiry a {
	color: #fff;
}


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

/* コロナ対策
----------------------------------*/
#covid-19{
	width: 50%;
	margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom:250px;
}
#covid-19 h3{
	font-size: 1.1rem;
	font-weight: bold;
	color: #d4321f;
	margin-bottom: 5px;
}
/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 20px;
padding:2px 11px;
font-size:110%;
color:#d4321f;
background:url(images/headingBg.png);
}

h2.first{margin-top:0;}

h2.title span{
padding:2px 10px;
background:#fff;
}

html>body h2.title span{padding: 7px 10px;} /* IE7, IE8 */

.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: #333;
border-bottom:3px solid #a20000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #d4321f;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#d4321f;
border-bottom:1px solid #a20000;
}

.post h4{
font-weight:bold;
color:#d4321f;
}

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

.responsible_table {
	border-top: solid 1px #d4321f;
}
.post .responsible_table li {
	border-bottom: solid 1px #d4321f;
	padding: 10px;
	background: none;
}
.responsible_table li .tablelabel {
	color:#d4321f;
	font-weight: bold;
}
.responsible_table li .tablelabel,
.responsible_table li .tableconts{
	float: left;
	
}
.responsible_table label {
	padding: 10px 30px 10px 0;
	display: block;
}
input[type="text"] {
	width: 300px;
}


.post table{
border-top: solid 1px #d4321f;
border-bottom: solid 1px #d4321f;
border-right: none;
border-left: none;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
width: 100%;
}

.post table th{
padding:7px 10px 7px 5px;
border-top: solid 1px #d4321f;
border-bottom: solid 1px #d4321f;
border-right: none;
border-left: none;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#d4321f;
padding: 20px;
width: 40%;
}

.post table td{
padding:7px 5px;
border-top: #d4321f solid;
border-bottom: #d4321f solid;
border-right: none;
border-left: none;
border-width: 0 0 1px 1px;
background:#fff;
padding: 20px;
}

.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, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 15px 5px 0;}

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


.red {
	color:#d4321f;
}


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

section.widget h3, #sidebar h3.contact{
clear:both;
margin:0 0 15px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color:#d4321f;
background:url(images/headingBg.png) repeat-x 3px 100%;
}

section.widget li{
margin: 0 10px 10px 5px;
border-bottom:1px dashed #ff7554;
}

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

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

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

#sidebar .contactInfo p{color:#333;}

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


/* 更新情報
-------------*/
.newsTitle{
clear:both;
margin:15px 0;
padding:5px 0;
font-size:100%;
color: #333;
background:url(images/headingBg.png) repeat-x 3px 100%;
}

.newsTitle h3{
float:left;
color: #d4321f;
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 dashed #ff7554;
}

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

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

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

.news a:hover span{color:#ff7554;}



/* フッター
*****************************************************/

#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/arrowWhite.png) no-repeat 0 11px;
}

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

#footer ul li	a:hover{color:#f6f6f6;}

#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%;
color:#fff;
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:#a20000;
text-align:center;
}


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

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


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:5px 3px;
font-weight:normal;
font-size:100%;
text-align:center;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border:1px solid #ff7554;
background:#eee url(images/mainnavBg.png) repeat-x;
}

ul.thumb h3 a{display:block;}


/* 各ページ用
------------------------------------------------------------*/


#menu #content ul li{
	margin-bottom: 50px;
}
#menu .price {
	float: right;
	text-align:right
}

#menu .price span {
font-size: 10pt;
}

#menu .hajimete {
	width: 100%;
}

#menu .caption,
#example .age {
	font-style: italic;
	color: #999;
}
#example .age {
	font-size: 14px;
	margin-left: 20px;
}

#menu .detail {
	margin: 10px 0 10px 0; 
}
#menu #face .detail {
	margin-top: 30px;
}
#menu .method {
	border: solid 1px #ccc;
	padding: 10px;
	margin-top: 10px;
}
#menu .method h4 {
	cursor: pointer;
}
#menu .method .openconts {
	padding: 10px;
}

#example .post ul li {
	margin-bottom: 50px;
}

#example .ex_box {
	width: 280px;
	margin-top: 20px;
	margin: 10px;
	float: left;
	font-size: 12px;
}

#example .photo3 .ex_box {
	width: 200px;
}
#example .photo1 .before,
#example .photo1 .after {
	float: none;
}
#example .photo1 .beforeafter {
	float:left;	
}
#example .after2 {
	float: right;
	padding-right: 15px;
}

#example .ex_wrap img {
	width: 250px;
	display: block;
	margin: 10px auto;
}
#example .ex_img {
	text-align: center;
	font-size: 12px;
}
#example .photo1 .ex_img {
	padding-top: 5px;
	float:left;
}
#example .photo1 img {
	width: 230px;
	margin: 5px 10px;
}
#example .photo2 img,
#example .photo4 img {
	width: 200px;
	margin: 5px 10px;
	float: left;
}
#example .photo4 .ex_img {
	width: 100%;
}

#example h4{
	background-image:url(images/headingBg2.png);
	color: #d4321f;
	text-align: center;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	height: 20px;
}

.photocap {
	clear: both;
}
.maillink {
	height: 28px;
	background:url(images/mail.png) no-repeat;
	padding-left: 30px;
	line-height: 28px;
}
.hissu {
	color:#d4321f;
	margin-left: 20px;
}

#inquiry_comp .post {
	text-align: center;
	margin-top: 50px;
	line-height: 200%;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	padding:20px 0 10px;
	position:relative;
	z-index:200;
	}
	
	nav#mainNav ul{
	width:938px;
	height:45px;
	border-bottom:5px solid #d4321f;
	border-radius:6px 6px 0 0;
  -webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	background:url(images/mainnavBg.png) repeat-x;
	}

	nav#mainNav ul li{
	float:left;
	position:relative;
	height:45px;
	min-width: 141px;
	line-height:45px;
	background:url(images/sep.png) no-repeat 100% 50%;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	padding:0 35px;
	background:url(images/mainnav.png) no-repeat 50% 100%;
	}

	nav div.panel{
  display:block !important;
  float:left;
	}
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
	color:#a20000;
  border-bottom:5px solid #a20000;
  background-image:url(images/mainnavH.png);
	}
  
  nav#mainNav ul ul{
	width:160px;
	height:auto;
	border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-top:0;
	border-bottom-width:1px;
	}
  
  nav#mainNav ul li ul{display: none;}
	
  nav#mainNav ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	padding:0;
	background:#eee url(images/mainnavBg.png) repeat-x;
  }
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:50px;
  z-index:500;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0;
  line-height:40px;
  font-size:95%;
	border:0;
  }
	
	nav#mainNav ul li li a span{padding:0 10px;}
	
	nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#ff7554;}
  
  nav#mainNav ul li:hover ul li{
  margin:0;
  border-bottom:1px solid #d4321f;
  }
	
	nav#mainNav 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;
	}
	
	nav#mainNav ul li:hover ul li:last-child a{
	border-bottom:0;
	}
	
.responsible_table li .tablelabel {
	width: 250px;
}


#example .photo2 .ex_img {
	margin-left: auto;
	margin-right: auto;
	width: 440px;
}


}




/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	}
	
	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:#fff;
	background: #d4321f url(images/menuOpen.png) no-repeat 10px 8px;
  background: url(images/menuOpen.png) no-repeat 10px 8px, -moz-linear-gradient(top, #a20000 0%, #d4321f 100%);
	background: url(images/menuOpen.png) no-repeat 10px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a20000), color-stop(100%,#d4321f));
	background: url(images/menuOpen.png) no-repeat 10px 8px, -webkit-linear-gradient(top, #a20000 0%,#d4321f 100%);
	background: url(images/menuOpen.png) no-repeat 10px 8px, -o-linear-gradient(top, #a20000 0%,#d4321f 100%);
	background: url(images/menuOpen.png) no-repeat 10px 8px, -ms-linear-gradient(top, #a20000 0%,#d4321f 100%);
	background: url(images/menuOpen.png) no-repeat 10px 8px, linear-gradient(to bottom, #a20000 0%,#d4321f 100%);
	border:1px solid #a20000;
	}
	
	nav#mainNav a#menu span{padding-left:2.5em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #d4321f url(images/menuOpen.png) no-repeat 10px -34px;
  background: url(images/menuOpen.png) no-repeat 10px -34px, -moz-linear-gradient(top, #a20000 0%, #d4321f 100%);
	background: url(images/menuOpen.png) no-repeat 10px -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a20000), color-stop(100%,#d4321f));
	background: url(images/menuOpen.png) no-repeat 10px -34px, -webkit-linear-gradient(top, #a20000 0%,#d4321f 100%);
	background: url(images/menuOpen.png) no-repeat 10px -34px, -o-linear-gradient(top, #a20000 0%,#d4321f 100%);
	background: url(images/menuOpen.png) no-repeat 10px -34px, -ms-linear-gradient(top, #a20000 0%,#d4321f 100%);
	background: url(images/menuOpen.png) no-repeat 10px -34px, linear-gradient(to bottom, #a20000 0%,#d4321f 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 #a20000;
	}

	.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:#a20000;
	background:#fff;
	border-top:1px solid #eee;
	}

 .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:url(images/bg.png);
	}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a{border-top:0;background:#fff url(images/sub1.png) no-repeat 20px 18px;}

	.panel ul li li.current-menu-item a,.panel ul li li a:hover, .panel ul li.current-menu-item li a:hover{background:#a20000 url(images/sub1.png) no-repeat 20px -62px;}
	
	.panel ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
	.panel ul li li.current-menu-item:last-child a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:#a20000 url(images/subLast.png) no-repeat 20px -65px;}

	.panel ul li li a span{padding-left:35px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
	
	#example .beforeafter,
	#example .img3 {
		clear: both;
	}
	#example .photo2 .photocap {
		text-align: left;
	}

	#menu .hajimete {
		border-top: dotted 1px #d4321f;
	}

}


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

	#header h1, #header h2{padding:10px;}
	.contactInfo{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;}

	#rebornImg img{width:175px;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{width:30%; float:left;margin:0 1% 0 2%;}
  #banners p img{width:100%;height:auto;}
	
	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 ul{padding-top:0;border:0;}	


	.responsible_table div {
		float: none;
	}

	.responsible_table li .tablelabel,
	.responsible_table li .tableconts {
		width: 100%;
	}
	


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}

	#example .ex_box,
	#example .photo3 .ex_box,
	#example .ex_img img,
	#inquiry label {
		width: 90%;
	}
	#example .photo2 .photocap {
		text-align: center;
	}
	.hissu {
		display: block;
		margin-left: 0;
	}
}}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body,body#toppage{background-image:none;}
	#header{width:100%;padding-bottom:20px;overflow:hidden;background:url(images/bgToppage.png) repeat-x 0 100%}
	#header h1,#header h2{text-align:center;}
	#header h2,#footerLogo,#header .contactInfo{float:none;padding:0;}
	#header .contactInfo p{float:left;margin:0 3px;padding:6px 0 6px 32px;}
	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;}
	
