@charset "utf-8";

/*
Theme Name: 蕎麦にしざわ
Theme URI: http://soba-nishizawa.com/
Description: ピープラス
Version: 4.0
Author: p-plus
Author URI: http://p-plus.biz/
*/



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

body{
/*font:90%/1.8 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
color:#000000;
font:100%/1.8 "Sawarabi Mincho",sans-serif;
-webkit-text-size-adjust: none;
background:#fff2e7;
}

body{
background-size:auto 676px;
 background-repeat: no-repeat;
 background-image: url("images/bg2.png");
 background-position: center top;/* 画像位置*/
 background-attachment:fixed;             /* 背景画像を固定する */
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


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

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

.post a{
text-decoration: underline;
}

.news_post a{
text-decoration: underline;
}

#footer a{
text-decoration: underline;
}


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


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

#header{
overflow:hidden;
}

#content{
width:100%;
padding:0px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding:50px 0 60px 0;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #ccc;
}


/* ヘッダー
*****************************************************/
#header .bg{/* background:#9f8868;*/}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p.ad{
float:left;
padding:3px 0;
font-size:80%;
font-weight:normal;
color: #000;
}

#header p.ad{
float:right;
}



/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
float:left;
padding:20px 0 5px;
font-size:160%;
font-weight:bold;
width:330px;
}

.header_r{
float:right;
width:630px;
}

.fixed{
 position: fixed;
   top: 0;
 /* left: 0;*/
  width: 100%;
  margin:0 auto;
  background: #f2e9d7;
  opacity: 0.95;
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);;
}

.header_fixed{
 width: 100%;
 z-index: 999;
}


/* サブナビゲーション
----------------------------------*/
#header ul{
font-size:85%;
padding:10px 0px 5px;
float:right;
}

#header ul li{
display:inline;
margin-left:2px;
list-style-type: none
}

.tel{font-size:150%;}
.tel span{font-family: 'Adamina', serif;}

/* 1024px以下から 1カラム表示（ヘッダ部分）
------------------------------------------------------------*/
@media only screen and (max-width: 1024px){
#header h1,#header p.ad{float:none;width:95%;margin:0 auto;text-align:center;padding:0px 10px;}
#header h2{float:none;width:100%;margin:0 auto;text-align:center;padding:10px 0px 0px;}
.header_r{float:none;width:100%;}
#header ul{float:none;width:90%;margin:-20px auto;text-align:center;padding:0px 10px;}
.fixed{display: none;}
.shop-info{display: none;}
}

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

#mainImg img{
max-width:100%;height:auto;
}

#mainImg a:hover img{opacity:.9;}

.postWrap{
margin:10px 0 80px 0;
padding:0px;
}

article.archive span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
#content h1{
	clear: both;
	font-size: 160%;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0 30px 0;
	padding:0px 0px 0px 45px;
	/*text-align:center;*/
}

#content h1.first{
margin:50px 0 30px;
}

#content h2.topcopy{
	clear: both;
	font-size: 160%;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0 30px 0;
	padding:0px 0px 0px 45px;
	/*text-align:center;*/
}

h2.title{
clear:both;
margin:20px 0 30px;
font-size:160%;
text-align:center;
}

h3.title1{
margin:0px 0 20px;
font-size:120%;
font-weight:normal;
}

h3.title2{
margin:0;
font-size:110%;
font-weight:normal;
}

h4{
clear:both;
margin:0px 0 30px;
font-size:140%;
}



span.text-border{
padding:5px 0 8px 0;
border-bottom:2px solid #000000;
}

span.text-s{
font-size:85%;
}


.dateLabel{
margin:0 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:5px 0 0 15px;
list-style:disc;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

/*.post h1, .post h2, .post h3, .post h4{clear:both;}

.post h1{
margin:20px 0 30px 0;
padding:10px 15px;
font-size:130%;
background:#eeeeee;
}

.post h2{
margin:20px 0 30px 0;
padding:3px 20px;
font-size:120%;
font-weight:normal;
border-left:5px solid #000000;
}


.post h4{
margin:20px 0 20px 0;
padding-bottom:10px;
font-size:100%;
font-weight:bold;
}

.post blockquote {
clear:both;
padding:10px 0 10px 20px;
margin:10px 0 25px 10px;
border-left:5px solid #ccc;
}
*/

.post table{
border: none;
border-collapse: collapse;
border-spacing: 0;
margin:0px 0px 50px;
width:100%;
}

.post table tr{
border-bottom: #bcbcbc solid;
border-width: 0 0 1px 1px;
}

.post table th{
	padding:15px 10px;
	font-size:120%;
}
.post table td{
	padding:15px 10px;
}

@media screen and (max-width: 959px) {
	.post table tr{
	padding:5px 0px !important;
}
	.post table th{
	display: block;
	width:100%;
	padding:5px 0px !important;
}
.post table td{
	display: inline;
	padding:5px 10px !important;
	}

}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post ul{margin-bottom:20px;}

.postWrap img{max-width:100%;height:auto;}

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

img.alignright{
margin:0 0 25px 25px;
float:right;
}

img.alignleft{
margin: 0 25px 25px 0;
float: left;
}


/* フッター　ウィジェット
*****************************************************/
.widgetWrap{
margin: 0 0 20px;
padding: 3px;
}

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
}

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

section.widget a{
color:#000000;
display:block;
border-bottom: 1px solid #eeeeee;
padding:9px 0 5px 0;
}

section.widget ul.sub-menu{margin-left:10px;}

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





/* フッター
*****************************************************/
#footerWrapper{
width:990px;
margin-right:-30px;
}

#footer aside{
float:left;
width:300px;
margin-right:30px;
}

#copyright{
clear:both;
padding:50px;
text-align:center;
font-size:90%;
zoom:1;
}

/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:1000px;
margin:0px -40px 20px 0;
}

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


/*-----------------------------------------------
メニューサムネイル☆追加
----------------------------------------------- */	
.block-grid {
  width: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 1% 20px 1.5%;
  padding: 0;
}
.block-grid li {
  float: left;
  margin: 0 3% 30px;
  padding: 0;
   width: 250px;
}
.block-grid li img{
    width: 250px;
	height:auto;
}
.block-grid li a:hover img{ 
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
}

@media (min-width: 644px){/*644以上の画面サイズの指示*/
  .block-grid-3 li {/*3カラム*/
    width: 27%;/*100割るは33％引くマージン3％＋3％*/
  }
  .block-grid-3 li:nth-child(3n+1) {/*4目から次の行へ*/
    clear: both;
  }
}

@media (max-width:644px){/*644以下の画面サイズの指示*/
 .block-grid-3 li {
	margin: 0 5% 3%;
    width: 40%;/*100割る2は50％引くマージン5％＋5％*/
  }
   .block-grid-3 li:nth-child(2n+1) {/*3目から次の行へ*/
  clear: both;
}
}

/*-----------------------------------------------
おしらせ☆追加
----------------------------------------------- */	

.news_post{
	margin: 0px 0px 30px;
}
.news_post dl {
	padding:15px 10px 10px;
	margin: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: black;
}
.news_post dt {
	width: 130px;
	padding:0px 0px; margin: 0px 0px;
}
.news_post dd {
	padding:0px 0px 0px;margin: -2em 0px 0px 130px;
}

.category-mark a{
	color: #FFFFFF;
	display:block;
	padding: 3px 0px;
}	

.category-mark a:hover{
    	background-color:rgba(192,237,232,0.2);
}

.category-mark {
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	font-size: 90%;
	/*display:inline;*/
	float:left;
	width: 110px;
	text-align: center;
	
}

.category_news{background-color: #a20018;}
.category_event{background-color: #806c42;}



/*-----------------------------------------------
カレンダー☆追加
----------------------------------------------- */	
.news_l{
	float:left;
	width: 550px;
	margin:0px 0px 20px 0px;
	}
.news_r{
	width: 410px;
	float:right;
}
/*-----------------------------------------------
フェイスブックのレスポンシブ☆追加
----------------------------------------------- */
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/*-----------------------------------------------
メニュー☆追加
----------------------------------------------- */	
.menu_box{ 
padding:0px 30px;
}

/*-----------------------------------------------
お知らせ☆追加
----------------------------------------------- */
.news_day{  
clear:both;
    margin:0px 0px 20px ;
}


/*-----------------------------------------------
メールフォーム☆追加
----------------------------------------------- */
.subject{  
font-size: 110%;
}


/*-----------------------------------------------
共通☆追加
----------------------------------------------- */	
.link_box{  
clear:both;
    margin:20px auto;
	text-align:center;
	background-color: #3d3536;
	width:50%;
}
.link_box a{
    color:#fff;
	display:block;
	padding:10px;
}
.link_box a:hover{
    	background-color:rgba(192,237,232,0.2);
}

.btn_en a:hover img{ 
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}


.parts_center {
	padding:0px;
	margin:0px 0px 0px;
	text-align: center;    
}

.parts_right {
	text-align: right;    
}

.kome{
padding-left:0.6em;
text-indent:-0.5em;
font-size:90%;
}

.kome2{
padding-left:1em;
text-indent:-1em;
}

.ph_img img{	
margin:0px 0px 20px;
}


.bg_g{
background-color: #FFF;
padding: 2em;	
margin-bottom: 3em;	
	}

.font-b110 {
  font-size: 120%;
}

.space-top10{margin-top: 10px!important;}
.space-top20{margin-top: 20px!important;}


.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clears{clear:both;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1000px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* 改行設定 */
/* パソコン改行  <br class="br-pc"> */
/* スマホ改行     <br class="br-sp"> */
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



/*-----------------------------------------------
ぱんくず
----------------------------------------------- */
.bread_crumbSet{
font-weight: normal;font-size:90%;
margin:20px 0px 0px;
}

.bread_crumb{
	list-style-type: none;	
}

.bread_crumb li{
	display: inline;
}
.bread_crumb li a:after{
	content:" > ";
}

.bread_crumb li a{
	margin:0px 0px;padding:0px 5px 0px 0px;	
}


.bread_crumb li.entry_title{
	margin:5px 0px 0px;padding:10px 0px 0px 0px;
	color:#353535;
}

/*-----------------------------------------------
ページリターン☆追加
----------------------------------------------- */		
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 150%;
}
#page-top a {
	background: #ded4bf;
	text-decoration: none;
	color: #f2f2eb;
	width: 50px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
	line-height: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background: #e4e4d7;
}




/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){/*1025以上の画面サイズの指示*/
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}		
	
nav#mainNav{
float:right;
position:relative;
z-index:200;
}

nav#mainNav ul li{
float: left;
position: relative;
border-right:1px dotted #575757;
}

nav#mainNav ul li:first-child{border-left:1px dotted #575757;}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#000000;
height:35px;
line-height:35px;
padding:5px 28px 5px;
font-size:120%;
}

nav#mainNav ul li a strong{
display:block;

}



nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
background:#fff2e7;
}


}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){/*1024以下の画面サイズの指示*/
#mainNav .inner{width:100%;}
	
nav#mainNav{
clear:both;
width:100%;
margin:0 auto 20px;
padding:0;
border-top:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
background:#fff;
}

nav#mainNav a.menu{
width:100%;
display:block;
height:50px;
line-height:50px;
text-align:left;
color:#000000;
background:url(images/menuOpen.png) no-repeat 10px 13px;
}

nav#mainNav a#menu span{padding-left:35px;}

nav#mainNav a.menuOpen{
background:url(images/menuOpen.png) no-repeat 10px -29px;
border-bottom:1px solid #eeeeee;
}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display: none;
width:100%;
position: relative;
right:0;
top:0;
z-index:1;
}

nav#mainNav ul{margin:0 0 20px;padding:0;}

nav#mainNav ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
margin:0px;
}


nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display: block;
padding:15px;
text-align:left;
color:#000000;
border-bottom:1px solid #eeeeee;
}

nav#mainNav ul li a span{display:none;}
 
nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item > a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
background:#f6f6f6;
}

nav#mainNav ul li li{
float:left;
border:0;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
padding-left:30px;
font-size:90%;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
padding-left:40px;
background:url(images/sub1.png) no-repeat 20px 18px;
}

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

nav div.panel{float:none;}

#header ul li a,#header ul li a:hover{background-position:0 50%;}
}




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

#header h1, #header p{padding:5px 10px;}
#header h2{padding:10px 10px 0;}
#header ul{padding:20px 10px 40px;}


nav#mainNav ul, .thumbWrap{margin:0 auto;}
nav#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg img{
width:100%;height:auto;
margin-top:-35px;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:20px 0 10px;
}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 1% 0 0;}
#banners p img{width:31%;height:auto;}

.thumbWrap{width:100%;margin:10px auto 0;}
.thumbWrap ul li{width:47%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}

#footerWrapper{width:95%;margin:0 auto;}

#footer aside{float:none;width:100%;}

#calendar_wrap table{margin:0 auto;width:300px;}

.news_l{float:none;width:95%;height:auto;}
.news_r{float:none;width:95%;height:auto;margin:0 0 40px;}

.break-box {
   display: flex;           /* flexコンテナ化 */
   flex-direction: column; /* 縦向きに配置 */
}
.news_l { order: 2; }   /* 配置順を2番目に */
.news_r { order: 1; }   /* 配置順を1番目に */


img.alignright{float:none;margin:0px;}
img.alignleft{float:none;margin:0px;}
/*.ph-set{width:100%;margin:0px auto 0;text-align:center;}
.ph-set img{max-width:100%;height:auto;}*/


}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#header{text-align:center;}
#header h2,#header h1,#header p,#header ul{float:none;}
#headerInfo{width:250px;margin:0 auto;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
.category-mark{float:none;margin: 0px 0px 10px ;}
}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px){
#calendar_wrap table{width:100%;}
#banners p img{width:31%;height:auto;}

}

/*-----------------------------------------------
プライバシーポリシー☆追加
----------------------------------------------- */
.privacy_post{
margin:0 0 10px 0;
padding:10px 0 50px;
/*border-bottom: 1px solid #d0d0d0;*/
}
.privacy_post dl {
	padding:0px;
	margin: 0px 0px 30px;
	text-align: left;

}
.privacy_post dt {
	/*width: 150px;*/
	padding:0px 0px; margin: 0px 0px 10px;
	font-weight:normal;
}
.privacy_post dd {
	padding:0px 0px 0px;margin: 0px 0px 0px 20px;
}

.privacy_post ul li{
margin:5px 0 0 15px;
list-style:disc;
}





/* 問い合わせ（MW WP Form）追加☆（2018.1105）
------------------------------------------------------------*/
.inquiry td.hissu{
	white-space: nowrap;
	}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #666;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

input[type="email"]{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #666;
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: #806c42;
background: -moz-linear-gradient(top, #806c42 0%, #454000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#806c42), color-stop(100%,#454000));
background: -webkit-linear-gradient(top, #806c42 0%,#454000 100%);
background: -o-linear-gradient(top, #806c42 0%,#454000 100%);
background: -ms-linear-gradient(top, #806c42 0%,#454000 100%);
background: linear-gradient(to bottom, #806c42 0%,#454000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#806c42', endColorstr='#454000',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: #806c42;
background: -moz-linear-gradient(top, #454000 0%, #806c42 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454000), color-stop(100%,#806c42));
background: -webkit-linear-gradient(top, #454000 0%,#806c42 100%);
background: -o-linear-gradient(top, #454000 0%,#806c42 100%);
background: -ms-linear-gradient(top, #454000 0%,#806c42 100%);
background: linear-gradient(to bottom, #454000 0%,#806c42 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454000', endColorstr='#806c42',GradientType=0 );
cursor:pointer;
}

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

p.submit-container {
	margin:10px 0px;
}

input[type="checkbox"]{font-size:130%;}

@media only screen and (max-width : 640px){
	input{width:80%;}
	input[type="text"], textarea{width:80%;}
	
input[type="checkbox"]{float: left;width:20px;}	
.inquiry table td.kaigyo{display:block;}
.inquiry .sendmail{float:none;width:80%;margin:0 auto 20px;text-align:center;padding:10px 0px;}
.inquiry .back{float:none;width:80%;margin:0 auto;text-align:center;padding:10px 0px;}
}