@charset "utf-8";
/* CSS Document */
/*
Theme Name:アイナステンプレート
Theme URI:http://
Description:
Version:1.0
Author:honda
Author URI:
Tags:
*/

a:hover{
text-decoration:none;
-webkit-transition:0.4s;
-moz-transition:0.4s;
-o-transition:0.4s;
-ms-transition:0.4s;
transition:0.4s;
}

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


.alignright{float:right; margin-left:15px;}
.alignleft{float:left; margin-right:15px;}
.aligncenter{text-align:center;}




/* adjust*/
.sub-menu{
	margin-left:10px;
}


/* =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,  label,  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.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
-webkit-text-size-adjust: none;
}


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



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


/* フォーム
------------------------------------------------------------*/
input[type="text"], 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: #053A82;
background: -moz-linear-gradient(top, #053A82 0%, #053A82 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053A82), color-stop(100%,#053A82));
background: -webkit-linear-gradient(top, #053A82 0%,#053A82 100%);
background: -o-linear-gradient(top, #053A82 0%,#053A82 100%);
background: -ms-linear-gradient(top, #053A82 0%,#053A82 100%);
background: linear-gradient(to bottom, #053A82 0%,#053A82 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053A82', endColorstr='#053A82',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: #053A82;
background: -moz-linear-gradient(top, #053A82 0%, #053A82 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053A82), color-stop(100%,#053A82));
background: -webkit-linear-gradient(top, #053A82 0%,#053A82 100%);
background: -o-linear-gradient(top, #053A82 0%,#053A82 100%);
background: -ms-linear-gradient(top, #053A82 0%,#053A82 100%);
background: linear-gradient(to bottom, #053A82 0%,#053A82 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053A82', endColorstr='#053A82',GradientType=0 );
}

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


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

#header{overflow:hidden;}

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

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

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

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


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

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


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


#header_ban_area{
	width:320px;
	margin: 0 auto;
}
#header_ban_area img{
	float: right;
	text-align:center;
	width: 64px;
	height:64px;
	padding: 10px;
}

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

#headerInfo p{
color:#053A82;
font-size:12px;
font-weight:bold;
margin-bottom:2px;

}
#headerInfo p span{
display:block;
float:left;
background:#053A82;
padding:2px 10px;
color:#fff;
margin-right:15px;
letter-spacing:2px;
width:60px;
text-align:center;
}


/* 親
----------------------------------*/
.oya_menu li{
	padding: 10px;
	background:#f5f5f5;
	font-size:130%;
	margin: 10px 0;

}
.oya_menu li a{
	display:block;
}

/* iframe
------------------------------------------------------------*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






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


/* タイポグラフィ
*****************************************************/

hr{
	clear:both;
	
}
h2{
	clear:both;
	border-bottom: 1px solid #2f669c;
	color:#2f669c;
	font-size:190%;
	padding:5px 0;
	margin: 10px 0;
	}

.original_h2{
	clear:both;
	background:#003c82;
	color:#fff;
	font-size:150%;
	padding:5px 10px;
	margin: 10px 0;
	}


h3{
margin:10px 0;
font-size:140%;
font-weight:normal;
color:#053A82;
border-left:6px solid #053A82;
padding-left:10px;
}


h4{
color:#F3942E;
margin:10px 0;
font-size:120%;
font-weight:normal;
font-weight:bold;
}

#content strong{
	font-weight:bold;
	
}
#test_kitchen{
	color:#fff;
	background:#F3942E;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	padding: 10px 0 ;
}
#test_kitchen img{
	margin-top:10px;

}
#content img{

}


fieldset {
margin: 10px 0;
padding: 10px;
border: 2px #053A82 groove;
}

.fieldset_2 {
	background:#fffacd;
	border: 2px #fffacd groove;
}


legend{
	font-size:120%;
	font-weight:bold;
}


.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:7px 0 5px 25px;
font-size:150%;
color: #053A82;
border-bottom:1px solid #ccc;
background:url(images/headingBg.png) no-repeat 0 50%;
}

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


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

table{
border: 1px #053A82 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

table th{
padding:7px 10px 7px 5px;
border: #053A82 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#5f91ca;
min-width:120px;
}

table td{
padding:7px 5px;
border: 1px #053A82 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;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

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

.cat{
	float:right;
	background:#053A82;
	padding: 2px 12px;
	font-size:10px;
	margin-left:5px;
}
.cat a{
	color:#fff;
}

.date{
	font-weight:bold;
}


/* page navi */
.wp-pagenavi {
clear:both;
text-align: center;
padding-top: 20px;
}
.wp-pagenavi span {
 display: inline-block;
}
.wp-pagenavi .pages {
 color: #666;
 font-size: 0.875em;
 padding: 0.2em;
 margin: 0 0.5em;
}
.wp-pagenavi .current {
 border: 1px solid #8dc21e;
 border-radius: 2px;
 background: #8dc21e;
 color: #fff;
 padding: 0.5em;
 margin: 0 2px;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
 border: 1px solid #999;
 border-radius: 2px;
 background: #053A82;
 color: #fff;
 padding: 0.5em;
 margin: 0 2px;
}
.wp-pagenavi a:hover {
 background: #8dc21e;
 border: 1px solid #8dc21e;
 color: #fff;
 text-decoration: none;
}
.wp-pagenavi .larger {}
.wp-pagenavi .smaller {}
.wp-pagenavi .extend {}
.wp-pagenavi .nextpostslink {
 margin-left: 0.5em;
}
.wp-pagenavi .previouspostslink {
 margin-right: 0.5em;
}



/* サイドバー　ウィジェット
*****************************************************/

#menu-sidemenu ul{
	margin-bottom: 15px;
	
}

#menu-sidemenu li a{
	display:block;
	border: 1px solid #f3942e;
	border-left: 20px solid #f3942e;
	margin-bottom:5px;
	padding: 15px 2px 15px 5px;
	text-align:center;
}

#menu-sidemenu li a:hover{
	background: #f3942e;
	color:#fff;
}

section.widget{
padding-bottom:20px;
margin-bottom:20px;
}



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

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

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

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

#contactBanner{
width:265px;
height:100px;
padding-top:40px;
background:url(images/banners/bannerTel.png) no-repeat;
}
#contactBanner ul{
	padding:20px;
}


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


/* 更新情報
-------------*/
.newsTitle{
clear:both;
margin:15px 0 20px;
padding:7px 0 5px 20px;
font-size:100%;
color: #053A82;
border-bottom:1px solid #ccc;
background:url(images/heading2Bg.png) no-repeat 0 50%;
}

.newsTitle span{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news{padding-bottom:40px;}

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

.news p a{
display:block;
padding:5px 0;
color:#053A82;
font-style:italic;
font-size:90%;
}

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

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

.news a:hover span{color:#5f91ca;}



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

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

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

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

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

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

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

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

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

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

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


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#053A82;
text-align:center;
}


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

.thumbWrap_top li{
float:left;
width: 173px;
margin:0 20px 10px 0;
padding: 0 10px 10px 10px;
background:none;
border: 1px solid #2f669c;
}

.thumbWrap_top li span{
	display:block;
	background:#2f669c;
	color:#fff;
	text-align:center;
	width:194px;
	margin-left:-10px;
}
.thumbWrap_top li img{
	margin-top:15px;
}


.thumbWrap{
width:645px;
margin-right:-20px;
}

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


.thumb h3{
	font-weight:bold;
	font-size:14px;
	height:20px;
	overflow: hidden;
	border:none;
	padding-left:0;
}
.news_heading{
	min-height:20px;
	font-size:12px;
}
.thumb_date{
	text-align:right;
	color:#F3942E;

}



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

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

	.panel ul li a{
	display: block;
	text-align: center;
	_float:left;
	padding:0 15px;
	}

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


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	}
	
	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:#fff;
	border:1px solid #053A82;
  background: #053A82 url(images/menuOpen.png) no-repeat 5px 10px;
	}
	
	nav#mainNav a#menu span{padding-left:2.5em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: #5f91ca url(images/menuOpen.png) no-repeat 5px -32px;
	}
	
	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 #053A82;
	}

	.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:#053A82;
	background:#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{
	background:#f1ffff;
	}

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

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

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

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


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

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

	.panel ul, .thumbWrap{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:100%;height:auto;}

	#content, #full-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{
	padding-top:20px;
	border-top:1px solid #ccc;
	}
	
	#footer ul ul{padding-top:0;border:0;}
	#header_ban_area{
	width: auto;
	}

}


/* 幅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;}
.thumbWrap_top{width:100%;}
.thumbWrap_top ul{
	margin:0;
	padding:0;
}
.thumbWrap_top li{
	margin:0 1% 0 0;
	padding:0;
	width: 31.5%;
	font-size:9px;
}
.thumbWrap_top li span{
	width: 100%;
	margin:0;
}

.thumbWrap_top li img{
	margin-top:3px;
}


}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{width:98%;padding:0 1%;text-align:center;}
	#header h1,#footerLogo,#headerInfo{float:none;padding:0;}
	#headerInfo{width:320px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
	.news_heading{ height:80px;}

}

/* 全幅用追加設定 */
#full-content figure.full-header{
	margin: 0;
	}
#full-content ol{
	list-style: decimal;
	margin-left: 1.5em;
}
#full-content ol li{
	margin-bottom: 0.7em;
}

.wp-block-column{
 padding: 5px;
}

.wp-block-columns{
	display: flex;
}

.wp-block-columns figure{
	margin: 0px;
}

.full-h3{
	border: none;
	text-align: center;
	font-size: 1.5em;
}

/************************************
** お問い合わせフォームの入力
************************************/
table.inquiry{
	width: 100%;
	font-size: 2em;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 90%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
	.inquiry td,
	.inquiry th {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important;
	}
	.inquiry .any,
	.inquiry .haveto {
		font-size: 10px;
	}
}
.inquiry th {
	text-align: left;
	font-size: 14px;
	color: #444;
	padding-right: 5px;
	width: 30%;
	background: #f7f7f7;
	border: solid 1px #d7d7d7;
	vertical-align: middle;
}
.inquiry td {
	font-size: 13px;
	border: solid 1px #d7d7d7;
	height:45px;
	vertical-align: middle;
}

@media screen and (max-width: 480px) { 
	.inquiry td{
		height: auto;
	}
}

.entry-content .inquiry tr,
.entry-content table {
	border: solid 1px #d7d7d7;
}
.haveto {
	font-size: 7px;
	padding: 5px;
	background: #ff9393;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
.any {
	font-size: 7px;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
.verticallist .wpcf7-list-item {
	display: block;
}
#formbtn {
	display: block;
	padding: 15px;
	width: 350px;
	background: #ffaa56;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 2px;
	margin: 25px auto 0;
}
#formbtn:hover {
	background: #fff;
	color: #ffaa56;
	border: 2px solid #ffaa56;
}
th {
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px;
}
td {
	border-top: 1px solid #ededed;
	padding: 12px;
}
input,
select,
textarea {
	border: 1px solid #dfdfdf;
	letter-spacing: 1px;
	margin: 0;
	max-width: 100%;
	resize: none;
}

h1.page-h1{
	lear: both;
	border-bottom: 1px solid #2f669c;
	color: #2f669c;
	font-size: 190%;
	padding: 5px 0;
	margin: 10px 0;
}

.wpcf7-list-item{
	margin-right: 10px;
	font-size: 1em;
}

.wpcf7-list-item .wpcf7-list-item-label{
	margin-left: 3px;
}