@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: url(../img/common/bg.jpg) repeat;
	color: #695337;
	font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	/* フォントサイズ自動調整 */
}

a:link {
	color: #76b33a;
	text-decoration: none;
}

a:visited {
	color: #76b33a;
	text-decoration: none;
}

a:hover {
	color: #76b33a;
	text-decoration: none;
}

a:active {
	color: #76b33a;
	text-decoration: none;
}

img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5;
	/* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p,
dl,
ol,
ul {}

ol,
ul {
	list-style: none;
}

table {
	font-size: 100%;
}

img {
	border: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

.ezrl a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	background: #ffffff;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 0px 0px 0px;

}

header .logo {
	text-align: left;
	left: 0px;
	margin: 0px 0 15px 0;
}

header .logo img {
	width: 80%;
}

header h1 {
	font-size: 10px;
	text-align: left;
	padding: 0px 0px 0 5px;
	overflow: hidden;
	height: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;

}

header .menubtn {
	position: absolute;
	top: 10px;
	right: 0px;
	float: right;
}

.head_nav {
	overflow: hidden;
}

header nav {
	position: absolute;
	top: 70px;
	width: 100%;
	text-align: center;
	z-index: 30;

}

header nav ul {
	background-color: #FFF;
}

header nav ul li {
	background: url(../img/top/arw01.png) 98% center no-repeat;
	border-bottom: 1px solid #FF9D00;
	text-align: left;
	overflow: hidden;
	font-size: 16px;

}

header nav ul li:last-child {
	border-bottom: none;
}

header nav li a {
	padding: 20px 15px;
	display: block;
	color: #7eab34;
}

header .mainvisual h2 img {
	width: 100%;
}

.flexslider {
	width: 100%;
	margin: 0 auto 0px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.flexslider .slides li {
	margin: auto;
	text-align: center;
}

.flexslider .slides li img {
	width: 100%;
}




/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */

.footer {
	padding: 0 0 0px;
	font-size: 16px;
}

.footerArea {
	padding: 2% 0;
	background: #76b33a;
	text-align: center;
}

.footerArea a {
	display: inline-block;
	margin: 2% 0 5%;
}

.footerArea img {
	width: 100%;
}

ul.contact {
	background: #fbb249;
	overflow: hidden;
	widows: 100%;
	margin: 10px 0;
}

ul.contact li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	border-right: 1px solid #e99214;
	width: 50%;
}

ul.contact li:last-child {
	width: 50%;
	border: :none;
	float: right;
}



.pagenav ul {
	width: 100%;
	overflow: hidden;
	background: #f3ebcd;
}

.pagenav ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	width: 50%;
	text-align: center;
}

.pagenav ul li a {
	color: #695337;
	display: block;
	padding: 10px 10px;
}

.pagenav ul li:first-child {
	border-right: 2px solid #d6cfb3;
}



.footbnr li {
	padding: 15px 0px;
	text-align: center;
}

.footbnr img {
	margin: auto;
}

/* copy */
footer small {
	background: #76b33a;
	text-align: center;
	margin: 0;
	padding: 10px;
	display: block;
	color: #FFF;
	font-size: 10px;
	clear: both;
}

footer small#copy a {
	color: #FFF;
}


/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.content h2 img {
	width: 100%;
}

.content h3 {
	padding: 10px 0px;
	margin-top: 5%;
}

.content p {
	padding: 10px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}



.content .greeting {
	background: #f0e8de;
	margin: 0 10px;
	padding: 2%;
	border-radius: 5%;
	text-align: center;
	margin-bottom: 20px;
}

.content .greeting p {
	text-align: left;
}

.content .greeting img.midashi {
	margin-top: 10px;
	width: 90%;
}



.content .contentArea {
	overflow: hidden;
	margin-bottom: 2%;
}

.content .contentArea li {
	float: left;
	width: 50%;
}

.content .contentArea li:nth-child(3) {
	width: 70%;
	margin: 10px 15%;
}

.content .contentArea li:nth-child(4) {
	width: 70%;
	margin: 10px 15%;
}

.content .contentArea li img {
	width: 100%;
}

.content .famArea {
	text-align: center;
}

.content .famArea img.midashi02 {
	margin-bottom: 2%;
	margin-top: 5%;
	width: 100%;
}

.content .famArea img.stf {
	width: 50%;
}

.content .famArea p {
	text-align: left;
	background: url(../img/common/bg_content.jpg) repeat;
	padding: 2%;
	margin: 0 10px;
	margin-top: 2%;
	margin-bottom: 5%;
}



img.toph3 {
	width: 100%;
}

img.w100 {
	width: 100%;
}

.more {
	margin-top: -2%;
	margin-bottom: 5%;
}

.morebox {
	overflow: hidden;
	padding-bottom: 5px;
}

.morebox ul {
	padding-bottom: 5px;
}

.morebox li {
	border-bottom: 1px dotted #999999;
	background: #fff;
	border-bottom: 1px dotted #79512d;
	margin: 0px 3%;
	padding: 10px;
}

.morebox li:first-child {
	padding-top: 3%;
}

.morebox li:last-child {
	border-bottom: none;
	margin-bottom: 3%;
}

.morebox li span {
	color: #fbb249;
	font-weight: bold;
}



.pagebtn {
	background: url(../img/top/arw02.png) right center no-repeat;
	height: 20px;
	margin-right: 5px;
}

.btnbase {
	background: #bfbfbf;
	border: solid 1px #bfbfbf;
	margin: 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 5px 5px 5px 0px;
	/*background:url(../img/top/btn_bg01.jpg) no-repeat;
	background-size:100% 70px;
	padding:14px 10px;
	margin:0px 10px;*/
}

.btnline {
	border: 1px solid #bfbfbf;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0px 10px;
}

.btnbase a {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}


/*---------------------------------------------------------------------------------------------*/


/* サムネイルつき矢印リスト */
.list1 ul {
	margin-top: -2%;
	margin-bottom: 5%;
}

.list1 ul li {
	background: #fff;
	border-bottom: 1px dotted #79512d;
	margin: 0px 3%;
}

.list1 ul li:first-child {
	padding-top: 2%;
}

.list1 ul li:last-child {
	border-bottom: none;
}

.list1 ul li a {
	background: url(../img/top/arw01.png) no-repeat right center;
	color: #695337;
	display: block;
	font-size: 17px;
	height: 60px;
	line-height: 60px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*.list1 ul li img{
	float:left;
	margin-right:20px;
	margin-left:20px;
	margin-top:35px;
	}*/
.list1 ul li a strong {
	color: #666666;
	display: block;
	font-weight: bold;
	padding-top: 22px;
	/*padding-right:45px;*/
	margin-left: 20px;
	font-size: 14px;
	text-align: left;
}





/* ---------------------------------------------------- */
/* form */
/* ---------------------------------------------------- */


@media only screen and (orientation : landscape) {
	/*横向き*/


}

@media only screen and (orientation : portrait) {

	/*縦向き*/
	.pagenavi li:nth-child(9n) {
		clear: both;
	}

}


/* ---------------------------------------------------- */
/* subcon */
/* ---------------------------------------------------- */

.subcon {
	padding: 10px 0 30px;
	text-align: left;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin: 10px 5px;
	background: url(../img/common/bg_content.jpg) repeat;
}

.subcon p {
	padding: 0px 10px;
}

.clear {
	clear: both;
}



.subcon img.fRight {
	max-width: 500px;
}

.subcon h3 {
	margin: 40px 10px 20px;
	padding: 16px 0px 5px 0px;
	font-size: 20px;
	color: #472a05;
	font-weight: normal;
	letter-spacing: 0.05em;
	border-bottom: 2px dashed #fb8970;
	line-height: 120%;
}

.subcon h3.h3top {
	margin-top: 0px;
}

.subcon h3 span {
	font-size: 12px;
	color: #fb8970;
	margin-left: 10px;
}

.subcon h3:first-letter {
	color: #fb8970;
	font-size: 24px;
}




.subcon h4 {
	background: #FB8970;
	font-size: 17px;
	color: #fff;
	margin: 30px 0px 10px;
	padding: 10px 10px;
	text-align: center;
}





.ul01 {
	padding: 10px 10px;
}

.cen {
	text-align: center;
}

.container .imgleft {
	float: left;
	margin: 0px 20px 20px 10px;
}

.container .imgleft img {
	display: block;
	margin: 0px;
}

.container .imgright {
	float: right;
	margin: 0px 10px 20px 20px;
}

.container .imgright img {
	display: block;
	margin: 0px;
}

.point01 {
	font-weight: bold;
	color: #2b1100;
}


.inner {
	padding: 10px;
	margin-top: -14px;
}





/*=============================
	リスト
===============================*/

.ul01,
.ol01 {
	padding: 10px 10px 10px 30px;
	margin: 0 auto;
}

/* ul
-------------------------*/
.ul01 li {
	font-size: 14px;
	padding: 0;
	list-style: disc outside;
}

.ul02 {
	margin-left: 20px;
}

.ul02 li {
	padding: 0;
	list-style: disc outside;
}

.ul_pg li {
	float: left;
	text-align: center;
	padding: 10px;
}

.ul_pg li img {
	height: auto;
	display: block;
	margin: 0 auto;
}

/* ol
-------------------------*/
.ol01 li {
	list-style: outside decimal;
	text-decoration: underline;
}


.ol_bus {
	padding: 0 10px;
	margin-bottom: 5px;
}

.ol_bus li {
	list-style: none;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;

}

.ol_bus li:nth-of-type(1) {
	background: url(../img/exterior/list_ttl_01.png) no-repeat left center;
	margin: 2px 0px;
}

.ol_bus li:nth-of-type(2) {
	background: url(../img/exterior/list_ttl_02.png) no-repeat left center;
	margin: 2px 0px;
}

.ol_bus li:nth-of-type(3) {
	background: url(../img/exterior/list_ttl_03.png) no-repeat left center;
	margin: 2px 0px;
}

.ol_bus li:nth-of-type(4) {
	background: url(../img/exterior/list_ttl_04.png) no-repeat left center;
	margin: 2px 0px;
}

.ol_bus li:nth-of-type(5) {
	background: url(../img/exterior/list_ttl_05.png) no-repeat left center;
	margin: 2px 0px 4px 0px;
}

/*=============================
	定義リスト
===============================*/
.dl01 dt {
	font-weight: bold;
	position: relative;
}

.dl01 dd {
	padding: 10px;
}



/* =========================================================
sitemap
========================================================= */

.sitemap-list {
	width: 100%;
	margin: 10px auto 0;
}

.sitemap-list li {
	background: url(../img/sitemap/arow.png) no-repeat 15px center;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 40px;
	border-bottom: 1px dotted #c2c1c1;
	font-size: 15px;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sitemap-list li a {
	display: block;
	padding: 25px 0;
}


/*=============================
	faq
===============================*/
.faqArea dl {
	margin: 30px auto;
}

.faqArea dl dt {
	background: url(../img/faq/bg_faq01.png) no-repeat left top;
	padding: 3px 0px 1px 35px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}

.faqArea dl dd {
	background: url(../img/faq/bg_faq02.png) no-repeat left top;
	padding: 3px 0px 1px 35px;
}


/* アコーディオン/faq
------------------------------------------------------------ */

.listfaq dl.acordion {
	padding: 5px 0px;
	overflow: hidden;
}

.listfaq dt.trigger {
	background: url(../img/faq/bg_faq01.png) 5px 10px no-repeat,
		url(../img/faq/line_menu.png) left top repeat-y;
	padding: 12px 5px 12px 45px;
	font-weight: bold;

	border: 1px dashed #c2c2c2;
	font-size: 16px;
	margin: 0px 10px;
	/*text-shadow: 0px 1px 1px #FFF;*/
	/*border-radius:5px;*/
}

.listfaq dt.trigger a {
	text-shadow: none;
}

.listfaq dt.trigger span.open-close {
	/*background: url(../img/common/icon+.png) no-repeat right top;*/
	float: right;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
}

.listfaq dt.active span.open-close {
	/*background:url(../img/common/icon-.png) no-repeat right top;*/
	float: right;
	width: 20px;
	height: 20px;
}

.listfaq dd.acordion_tree {
	padding: 15px 0px 15px 40px;
	margin: 0px 10px;
	background: url(../img/faq/bg_faq02.png) 5px 12px no-repeat;
}



/* =========================================================
gallery
========================================================= */

.facilityList li {
	background: #fff;
	padding: 5px;
	border: 1px solid #dadada;
	margin: 10px auto 0;
	width: 90%;
}

.facilityList li img {
	width: 100%;
}

/* =========================================================
facility
========================================================= */
.greetArea p {
	text-align: center;
	margin: 10px 20px;
}

.greetArea02 p {
	margin: 0 0 10px 0;
}

.greetArea img {
	width: 100%;
}

.greetArea02 img {
	width: 100%;
}


.google-maps {
	position: relative;
	padding-bottom: 250px;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position:
		absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.pg_com {
	overflow: hidden;
}

.pg_com li {
	color: #014199;
	float: left;
	width: 42%;
}

.pg_com img {}

/*.pg_com li:nth-of-type(2n+1) { clear: both;}*/




/*=============================
	staff
===============================*/
.staffList {
	line-height: 170%;
}

.staffList li {
	border: 8px solid #dcece2;
	padding: 20px;
	margin: 15px 0px 5px 0px;
	overflow: hidden;
	background: #fff;
}

.staffList li .staffimg {
	width: 90%;
	max-width: 300px;
	margin: 0 auto 10px;
	border: 1px solid #e7e7e7;
	padding: 1px;
	background: #FFF;
}

.staffList li .staffimg img {
	width: 100%;
}

.staffList li dl {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	background: #f8f7f6;
	padding: 15px;
	overflow: hidden;
}

.staffList li dt {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 9px;
	padding-bottom: 4px;
}

.staffList li dt span {
	font-size: 13px;
}


/*=============================
	activities
===============================*/

.program {
	overflow: hidden;
	background: url(../img/activities/line.png) no-repeat bottom;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.program img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}


.program_l img {
	width: 100%;
	text-align: center;
}

.program_l {
	background: none;
	overflow: hidden
}

.program_l p {
	margin-top: 10px;
}

.flowday {
	line-height: 170%;
	overflow: hidden;
	width: 100%;
}

.flowday dl {
	margin: 0 auto;
}

.flowday dt {
	background: url(../img/activities/icon.png) no-repeat 5px 5px, #ff9d00;

	width: 100%;
	padding: 10px 10px 10px 30px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #9f724a;
	border-bottom: none;
	border-right: none;
}

.flowday dd {
	background: #fff;
	width: 100%;
	padding: 10px 10px 10px 15px;
	border: 1px solid #bfb5aa;
	border-left: none;
	border-top: none;
	margin-bottom: 5px;
	float: none;
}


/*=============================
■業務案内
===============================*/

.ul_bus {
	margin: 10px 0 20px;
}

.ul_bus li {
	width: 100%;
	/*float: left;*/
	padding: 0 0px 10px 0px;
	margin: 0 0 30px;
	border-bottom: 1px dashed #afafaf;
	position: relative;
}

/*.ul_bus li:nth-of-type(2n){ float: right; width: 315px; border: none; padding: 0 5px 75px 0;}
	.ul_bus li:nth-of-type(2n+1) { clear: both;}*/

.ul_bus dl {
	overflow: hidden;
}

.ul_bus div {
	display: block;
	background: #30d0b0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #30d0b0 0%, #1cbc9d 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30d0b0), color-stop(100%, #1cbc9d));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #30d0b0 0%, #1cbc9d 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #30d0b0 0%, #1cbc9d 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #30d0b0 0%, #1cbc9d 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #30d0b0 0%, #1cbc9d 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30d0b0', endColorstr='#1cbc9d', GradientType=0);
	/* IE6-9 */
	margin-top: 10px;
	padding: 14px;
	border: 1px solid #FFF;
	border-radius: 6px;
}

.ul_bus a div {
	color: #FFF;
	text-align: center;
}

.ul_bus dt {
	color: #014199;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;

}

.ul_bus dd {
	overflow: hidden;
}

.ul_bus dd img {
	display: block;
	float: left;
	padding: 0px 10px 1px 10px;
}



/*=============================
■施工事例
===============================*/
.ba_box {
	/*background: url(../img/common/arw_02.png) no-repeat center 35%;*/
	/*clear: both;*/
	line-height: 1.5;
}

.ba_box .txtBox {
	margin: 10px 5px;
	padding: 10px;
	background: #efefef;
}

.ba_box .txtBox p {
	padding: 0px !important;
}

.ba_box dt,
dd {
	float: left;
}


/* Before｜After 帯
-------------------------*/
.ba_box dl {
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 5px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 10px 0 0;
	float: left;
}

/*.ba_box dl:nth-of-type(2) { float: right;}*/

.ba_box dt {
	display: inline;
}

.ba_box dt span {
	position: absolute;
	display: inline-block;
	left: -29px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
	text-align: center;
	text-transform: uppercase;
	top: 17px;
	/* background: #ff8400; */
	background: #0a9cf2;
	width: 100px;
	padding: 3px 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.ba_box dt:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -21px;
	left: 60px;
	z-index: -1;
	border: 17px solid;
	border-color: transparent transparent #664a21 transparent;
}

.ba_box dt:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 70px;
	z-index: -1;
	left: -11px;
	border: 17px solid;
	border-color: #664a21 transparent transparent transparent;
}




/*=============================
■よくある質問
===============================*/

.i_faq li {
	font-size: 14px;
	padding-top: 5px;
}







/* アコーディオン
------------------------------------------------------------ */

.list2 dl.acordion {
	padding: 5px 0px;
	overflow: hidden;
}

.list2 dt.trigger {
	background: #2ebfa2;
	padding: 12px 10px 12px 10px;
	font-weight: bold;
	color: #FFF;
	/*border: 1px solid rgba(132,201,46,0.7);*/
	font-size: 16px;
	margin: 0px 10px;
	/*text-shadow: 0px 1px 1px #FFF;*/
	/*border-radius:5px;*/
}

.list2 dt.trigger a {
	text-shadow: none;
}

.list2 dt.trigger span.open-close {
	background: url(../img/common/icon+.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
}

.list2 dt.active span.open-close {
	background: url(../img/common/icon-.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
}

.list2 dd.acordion_tree {
	padding: 5px;
	margin: 0px 10px;
}


/*=============================
■
===============================*/
.pg_ref li {
	padding: 0;
	margin: 10px;
	position: relative;
	width: 42%;
}

.pg_ref li:nth-of-type(2n) {
	float: right;
}

.pg_ref li p {
	color: #FFF;
	background: rgba(44, 189, 160, 0.8);
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 0px;
}





/* tbl
------------------------------------------------------------ */
em.clrred {
	color: #ff0000;
}

.deftable {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0px;
}

.deftable td,
.deftable th {
	padding: 5px;
	border: 1px solid #FBB249;
}

.deftable th {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #FBB249;
	border-bottom: 1px solid #FFF;
}

.deftable td {
	background: #fff;
}

.deftable thead th {
	background-color: #FBB249;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}

.deftable thead td {
	background: #fff;
}

@media only screen and (max-width:800px) {
	.deftable {
		display: block;
	}

	.deftable thead {
		display: none;
	}

	.deftable tbody {
		display: block;
	}

	.deftable tbody tr {
		display: block;
		margin-bottom: 1.0em;
	}

	.deftable tbody th,
	.deftable tbody td {
		display: block;
		border: none;
	}

	.deftable tbody th {
		margin-bottom: 5px;
		list-style-type: none;
		background-color: #FBB249;
		color: #FFFFFF;
	}

	.deftable tbody td {
		margin: 5px;
		padding: 0;
		background: #fff;
	}
}

.air-table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0px;
}

.air-table td,
.air-table th {
	padding: 5px;
	border: 1px solid #FFF;
}

.air-table th {
	font-weight: bold;
	background-color: #53a4e1;
	color: #FFFFFF;
}

.air-table thead th {
	background-color: #0f83db;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}

.air-table td {
	font-weight: bold;
	background-color: #b1d6fa;
	color: #444444;
}

@media only screen and (max-width:800px) {
	.air-table {
		display: block;
	}

	.air-table thead {
		display: none;
	}

	.air-table tbody {
		display: block;
	}

	.air-table tbody tr {
		display: block;
		margin-bottom: 1.0em;
	}

	.air-table tbody th,
	.air-table tbody td {
		display: block;
		border: none;
	}

	.air-table tbody th {
		margin-bottom: 5px;
		list-style-type: none;
		background-color: #0f83db;
		color: #FFFFFF;
	}

	.air-table tbody td {
		margin-left: 10px;
		padding: 0;
		background-color: #FFF;
	}
}

/*=============================
	pagenavi
===============================*/
.wp-pagenavi {
	margin: 20px auto !important;
	text-align: center;
	display: block !important;
	clear: both !important;
}

.wp-pagenavi a,
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	color: #333333 !important;
	text-shadow: 0px 1px #F6F6F6 !important;
	padding: 6px 9px 6px 9px !important;
	border: solid 1px #B6B6B6 !important;
	box-shadow: 0px 1px #EFEFEF !important;
	-moz-box-shadow: 0px 1px #EFEFEF !important;
	-webkit-box-shadow: 0px 1px #EFEFEF !important;
	background: #E6E6E6 !important;
	background: -moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6) !important;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6)) !important;
	font-size: 12px !important;
	margin-right: 3px !important;
	text-decoration: none !important;
}

.wp-pagenavi a:hover {
	color: #fff !important;
	text-shadow: 0px 1px #CA470E !important;
	border-color: #D13F11 !important;
	background: #E95B2B !important;
	background: -moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B) !important;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B)) !important;
	color: #FFFFFF !important;
	box-shadow: 0px 1px #E7E7E7 !important;
	-moz-box-shadow: 0px 1px #E7E7E7 !important;
	-webkit-box-shadow: 0px 1px #E7E7E7 !important;

}

.wp-pagenavi span.current {
	padding: 6px 9px 6px 9px !important;
	border: solid 1px #DCDCDC !important;
	color: #fff !important;
	box-shadow: 0px 1px #E7E7E7 !important;
	-moz-box-shadow: 0px 1px #E7E7E7 !important;
	-webkit-box-shadow: 0px 1px #E7E7E7 !important;
	margin-right: 3px !important;
	text-shadow: 0px 1px #CA470E !important;
	border-color: #D13F11 !important;
	background: #E95B2B !important;
	background: -moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B) !important;
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B)) !important;
}

.data {
	color: #fbb249;
	font-weight: bold;
	margin-left: 10px;
}

.stiky-btn-area {
	position: fixed;
	bottom: 0;
	z-index: 5;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.stiky-btn-area a {
	display: block;
	width: 45%;
	background: repeating-linear-gradient(135deg, #f8fcfe, #f8fcfe 20px, #fff 20px, #fff 40px);
	background-size: cover;
	padding: 10px 5px;
	margin-bottom: 20px;
	border: solid 3px #a6e1ff;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	transition-duration: .8s;
	font-weight: bold;
	color: #009ae8;
	margin-bottom: 0;
}

.stiky-btn-area a:hover {
	opacity: .8;
	transition-duration: .8s;
	text-decoration: none;
	border: solid 3px #e5982d;
	color: #fbb249;
}

.stiky-btn-area a svg {
	margin-bottom: 0;
	margin-right: 3px;
}

footer {
	margin-bottom: 50px;
}

.contentArea ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}