@charset "utf-8";

.ftbox { overflow: hidden; *zoom: 1;}

/* 製品図の画像とテキスト回り込み
----------------------------------------------- */
.box1-img,
.box1-text{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}





/* wrapper
----------------------------------------------- */
#wrapper {
	min-width:1100px;
	background:#fff;
}
#wrapper .inner {
	max-width:1100px;
	margin:0 auto;
}
#wrapper .innerbox {
	max-width:1150px;
	margin:0 auto;
}
@media (max-width: 959px) {
#wrapper {
	min-width:320px;
}
#wrapper .inner {
	max-width:inherit;
	margin:auto;
	padding:0 10px;
}
#wrapper .innerbox {
	max-width:inherit;
	margin:auto;
	padding:0 10px;
}
}


/* header
----------------------------------------------- */
.headerhd {
	font-size:12px;
	color:#818181;
	margin-bottom:2px;
}
#header {
	width:auto;
}
#header .headerhei {
	height:80px;
	display:table-cell;
	vertical-align:middle;
}
#header .headerin {
	position:relative;
}
#header .headerlogo {
	margin:0 0 0 30px;
	float:left;
}
#header .headercont {
	float:right;
}
#header .headercont+.headercont {
	margin-right:0px;
}
#header .gnavi {
	float:right;
}
#header .gnavi ul li {
	float:left;
}
#header .gnavi ul li+li {
	border-left:1px #d8d8d8 solid;
}
#header .gnavi ul li a {
	display:block;
	line-height:1.2;
	font-size:16px;
	padding:0 20px;
}
#header .gnavi ul li a:hover {
	text-decoration:none;
	color:#0678a7;
}
#header .gnavi ul li a span {
	display:inline-block;
	position:relative;
}
#header .gnavi ul li a span:before {
	position:absolute;
	content:"";
	background: #0678a7;
	width: 0;
	height: 2px;
	bottom:-8px;
	left: 0;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	z-index:2;
}
#header .gnavi ul li a:hover span:before {
	width: 100%;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.gnavion01 .gnavion01,
.gnavion02 .gnavion02,
.gnavion03 .gnavion03,
.gnavion04 .gnavion04,
.gnavion05 .gnavion05,
.gnavion06 .gnavion06,
.gnavion07 .gnavion07 {
	color:#0678a7;
}
.gnavion01 .gnavion01 span:before {
	width: 100% !important;
}
.gnavion02 .gnavion02 span:before {
	width: 100% !important;
}
.gnavion03 .gnavion03 span:before {
	width: 100% !important;
}
.gnavion04 .gnavion04 span:before {
	width: 100% !important;
}
.gnavion05 .gnavion05 span:before {
	width: 100% !important;
}
.gnavion06 .gnavion06 span:before {
	width: 100% !important;
}
.gnavion07 .gnavion07 span:before {
	width: 100% !important;
}

.navbarToggle {
	display:none;
}
.navbarCollapse {
	display:none;
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	border-top:1px #e8e8e8 solid;
	background:#fff;
	z-index:999;
}
.navbarCollapse li {
	border-bottom:1px #e8e8e8 solid;
}
.navbarCollapse li a {
	display:block;
	font-size:16px;
	color:#666;
	padding:20px 30px 20px 15px;
	position:relative;
}
.navbarCollapse li a:before {
	position:absolute;
	content:"";
	background:url(../html_2018037/images/common/arrow_menu.png) 0 0 no-repeat;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	background-size:12px 18px;
	width:12px;
	height:18px;
	z-index:2;
}
@media (max-width: 1500px) {
#header .headerlogo {
	margin:0 0 0 10px;
}
#header .headerlogo {
	width:230px;
}
#header .headercont {
	height:55px;
}
#header .headercont img {
	height:55px;
}
#header .headerhei {
	height:55px;
}
}
@media (max-width: 1300px) {
#header .gnavi ul li a {
	padding:0 10px;
	font-size:14px;
}
}
@media (max-width: 959px) {
.navbarToggle {
	display:block;
}
#header .gnavi {
	float:none;
	display:none;
}
#header .headercont+.headercont {
	margin-right:0;
}
#header .headerlogo {
	width:auto;
}
#header .headercont {
	height:70px;
}
#header .headercont img {
	height:70px;
}
#header .headerhei {
	height:70px;
}
#header .navbarToggle {
	background:url(../html_2018037/images/common/open_menu.png) 0 0 no-repeat;
	background-size:70px 70px;
	width:70px;
	height:70px;
	text-indent:-9999px;
	cursor:pointer;
}
#header .navbarToggle.on {
	background:url(../html_2018037/images/common/close_menu.png) 0 0 no-repeat;
	background-size:70px 70px;
}
}
@media (max-width: 767px) {
#header .headerlogo {
	width:220px;
}
}
@media (max-width: 479px) {
.headerhd {
	font-size:11px;
}
#header .headerlogo {
	width:190px;
}
#header .headercont {
	height:50px;
}
#header .headercont img {
	height:50px;
}
#header .headerhei {
	height:50px;
}
#header .navbarToggle {
	background-size:50px 50px;
	width:50px;
	height:50px;
}
#header .navbarToggle.on {
	background-size:50px 50px;
}
.navbarCollapse li a {
	font-size:14px;
	padding:10px 30px 10px 15px;
}
.navbarCollapse li a:before {
	background-size:8px 12px;
	width:8px;
	height:12px;
}
}
@media (max-width: 370px) {
#header .headerlogo {
	width:160px;
}
#header .headercont {
	height:45px;
}
#header .headercont img {
	height:45px;
}
#header .headerhei {
	height:45px;
}
#header .navbarToggle {
	background-size:45px 45px;
	width:45px;
	height:45px;
}
#header .navbarToggle.on {
	background-size:45px 45px;
}
}


/* teaser
----------------------------------------------- */
#teaser {
	text-align:center;
	padding:70px 10px;
	font-size:40px;
}
#teaser span {
	color:#0678a7;
	font-size:18px;
	display:block;
	font-weight:bold;
}
@media (max-width: 959px) {
#teaser {
	padding:40px 10px;
}
}
@media (max-width: 767px) {
#teaser {
	font-size:30px;
}
#teaser span {
	font-size:16px;
}
}
@media (max-width: 479px) {
#teaser {
	padding:50px 10px;
	font-size:28px;
}
}


/* contents
----------------------------------------------- */
#contents {
	padding-top:80px;
}
@media (max-width: 959px) {
#contents {
	padding-top:40px;
}
}

.contentin {
	padding-bottom:80px;
}
@media (max-width: 959px) {
.contentin {
	padding-bottom:40px;
}
}


/* breadcrumb
----------------------------------------------- */
#breadcrumb {
	font-size:13px;
	color:#000;
	margin-top:20px;
}
#breadcrumb a {
	color:#7f7f7f;
	margin:5px 0;
	
	display:inline-block;
	text-decoration:none;
	position:relative;
}
#breadcrumb a:before {
	position:absolute;
	content:"";
	background:#c7c7c7;
	width:100%;
	height:1px;
	left:0;
	bottom:0;
	z-index:2;
}
#breadcrumb a:hover:before {
	background:none;
}
#breadcrumb span {
	width:30px;
	text-indent:-999px;
	display:inline-block;
	position:relative;
}
#breadcrumb span:before {
	position:absolute;
	content:"";
	background:#ddd;
	width:1px;
	height:100%;
	left:50%;
	top:0;
	z-index:2;
}


/* main
----------------------------------------------- */
#main {
}


/* sider
----------------------------------------------- */
#sider {
}


/* footer
----------------------------------------------- */
#footer {
	background:#282b2f;
}
#footer .copyright {
	background:#0f1216;
	color:#fff;
	font-size:12px;
	padding:15px 10px;
	text-align:center;
}
#footer .pagetop {
	position:fixed;
	right:10px;
	bottom:30px;
	z-index:2;
}
@media (max-width: 959px) {
#footer .pagetop {
	position:inherit;
	right:0;
	bottom:0;
	border-top:1px #e2e2e2 solid;
	background:#fff;
	text-align:center;
}
#footer .pagetop a {
	display:block;
	padding:20px 10px;
}
#footer .pagetop img {
	width:70px;
}
}
#footer .footerin {
	padding:60px 0;
	color:#fff;
	max-width:1100px;
	margin:0 auto;
}
@media (max-width: 959px) {
#footer .footerin {
	padding:30px 0 0;
}
}
#footer .footerlogo {
	margin-bottom:20px;
}
#footer .footermess {
	overflow:hidden;
}
#footer .footermess li {
	float:left;
	font-size:15px;
}
#footer .footermess li+li {
	border-left:1px #4e5054 solid;
	margin-left:20px;
	padding-left:20px;
}
#footer .footertf {
	display:inline-block;
}
#footer .footertf a {
	color:#fff;
	pointer-events:none;
}
@media (max-width: 959px) {
#footer .footerlogo {
	margin:0 10px 20px;
}
#footer .footermess {
	overflow:hidden;
	margin:0 10px;
}
#footer .footermess li {
	float:none;
}
#footer .footermess li+li {
	border-left:none;
	margin-left:0;
	padding-left:0;
	margin-top:5px;
}
#footer .footertf a {
	pointer-events:inherit;
}
}
#footer .footertf+.footertf {
	margin-left:20px;
}
#footer .footertf span {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
#footer .footerlink {
	border-top:1px #4e5054 solid;
	padding-top:30px;
	margin-top:20px;
	overflow:hidden;
}
#footer .footerlinktit {
	border-bottom:1px #4e5054 solid;
}
#footer .footerlinktit a {
	display:block;
	background:url(../html_2018037/images/common/ico_com01.png) 0 center no-repeat;
	padding:10px 0 10px 30px;
	font-size:18px;
	color:#fff;
}
#footer .footerleft {
	float:left;
	width:330px;
	margin-right:30px;
}
#footer .footerother {
	overflow:hidden;
	margin:0 0 0 -30px;
}
#footer .footerother li {
	float:left;
	width:50%;
	padding-left:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .footerpro {
	margin:20px 0 20px;
}
#footer .prodetail {
	float:left;
}
#footer .prodetail+.prodetail {
	margin-left:45px;
}
#footer .prodetailin+.prodetailin {
	margin-top:15px;
}
#footer .prodetailtit a {
	display:block;
	background:url(../html_2018037/images/common/ico_com02.png) 0 center no-repeat;
	padding-left:15px;
	font-size:15px;
	color:#fff;
}
#footer .protype {
	padding:5px 0 0 15px;
	color:#a5a5a6;
}
#footer .protype li+li {
	margin-top:3px;
}
#footer .protype a {
	color:#a5a5a6;
	font-size:14px;
}
@media (max-width: 959px) {
#footer .footernavi {
	margin-top:30px;
	position:relative;
	overflow:hidden;
}
#footer .footernavi:before {
	position:absolute;
	content:"";
	background:#4e5054;
	width:1px;
	height:100%;
	left:50%;
	top:0;
	z-index:2;
}
#footer .footernavi li {
	float:left;
	width:50%;
	border-top:1px #4e5054 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .footernavi li a {
	display:block;
	padding:20px 10px;
	font-size:14px;
	color:#fff;
}
#footer .footernavi li a span {
	display:inline-block;
	background:url(../html_2018037/images/common/ico_com01.png) 0 center no-repeat;
	background-size:12px 12px;
	padding-left:20px;
}
}
@media (max-width: 479px) {
#footer .footernavi li a {
	padding:10px 5px;
	font-size:12px;
}
#footer .footertf {
	display:block;
}
#footer .footertf+.footertf {
	margin-left:0;
	margin-top:5px;
}
}


/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	text-align:center;
	margin-top:40px;
}
@media (max-width: 959px) {
.wp-pagenavi {
	margin-top:20px;
}
}
.wp-pagenavi a,
.wp-pagenavi span {
	display:inline-block;
	text-align:center;
	font-size:16px;
	width:35px;
	height:35px;
	line-height:33px;
	border:1px #ebebeb solid;
	margin:5px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-pagenavi a:hover,
.wp-pagenavi a.current {
	text-decoration:none;
	border:1px #0678a7 solid;
	background:#0678a7;
	color:#fff;
}
.wp-pagenavi a.on {
	border:1px #0678a7 solid;
	background:#0678a7;
	color:#fff;
}


/* nav-products
----------------------------------------------- */
.navipro {
	padding:80px 0;
}
.navipro ul {
	overflow:hidden;
	margin:0 0 0 -40px;
}
.navipro ul li {
	float:left;
	width:33.33%;
	padding-left:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.navipro ul li a {
	display:block;
	font-size:22px;
	color:#fff;
	padding:25px 30px;
	background:#0678a7;
	position:relative;
}
.navipro ul li a:hover {
	background:#3193bc;
}
.navipro ul li a:before {
	position:absolute;
	content:"";
	background:url(../html_2018037/images/common/arrow_navipro.png) 0 0 no-repeat;
	right:20px;
	top:50%;
	width:9px;
	height:13px;
	transform:translateY(-50%);
	z-index:2;
}
.navipro ul li a span {
	display:inline-block;
	vertical-align:middle;
}
.navipro ul li a span img {
	margin-right:20px;
	vertical-align:middle;
}
@media (max-width: 959px) {
.navipro {
	padding:40px 0;
	max-width:340px;
	margin:0 auto;
}
.navipro ul {
	overflow:hidden;
	margin:-20px 0 0 0;
}
.navipro ul li {
	float:none;
	width:auto;
	padding-left:0;
	margin-top:20px;
}
}
@media (max-width: 767px) {
.navipro ul li a {
	font-size:18px;
	padding:15px;
}
}
@media (max-width: 479px) {
.navipro {
	max-width:inherit;
	margin:auto;
}
}


/* nav-sensor
----------------------------------------------- */
.navisen {
	background:url(../html_2018037/images/common/dot_com01.png) 0 0 repeat;
	padding:60px 0;
}
.navisen ul {
	overflow:hidden;
	margin:-30px 0 0 -27px;
}
.navisen ul li {
	float:left;
	width:25%;
	padding-left:27px;
	margin-top:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 959px) {
.navisen {
	padding:30px 0;
}
.navisen ul {
	margin:-20px 0 0 -20px;
}
.navisen ul li {
	width:33.33%;
	padding-left:20px;
	margin-top:20px;
}
.navisen ul li img {
	width:100%;
}
}
@media (max-width: 767px) {
.navisen ul li {
	width:50%;
}
}
@media (max-width: 479px) {
.navisen ul {
	margin:-20px 0 0 0;
}
.navisen ul li {
	float:none;
	width:auto;
	padding-left:0;
	text-align:center;
}
.navisen ul li img {
	width:auto;
}
}


/* comcontact
----------------------------------------------- */
.comcontact .contactdet {
	background:#4ca553;
	padding:30px 0;
	font-size:18px;
	text-align:center;
	color:#fff;
	position:relative;
}
.comcontact .contactdet span {
	font-weight:bold;
	font-size:22px;
}
.comcontact .contactdet:before {
	position:absolute;
	content:"";
	background:url(../html_2018037/images/common/arrow_comcontact.png) 0 0 no-repeat;
	left:50%;
	bottom:-17px;
	width:47px;
	height:17px;
	transform:translateX(-50%);
	z-index:2;
}
.comcontact .contactbox {
	padding:40px 10px 90px;
}
@media (max-width: 959px) {
.comcontact .contactdet {
	padding:20px 0;
}
.comcontact .contactbox {
	padding:30px 0;
}
}
@media (max-width: 767px) {
.comcontact .contactdet {
	font-size:16px;
}
.comcontact .contactdet span {
	font-weight:bold;
	font-size:18px;
}
}
.comcontact .contactin {
	max-width:1000px;
	margin:0 auto;
}
.comcontact .contactin ul {
	overflow:hidden;
	border-left:1px #ddd solid;
	border-right:1px #ddd solid;
	position:relative;
}
.comcontact .contactin ul:before {
	position:absolute;
	content:"";
	background:#ddd;
	width:1px;
	height:100%;
	left:50%;
	top:0;
	z-index:2;
}
.comcontact .contactin ul li {
	float:left;
	width:50%;
	padding:0 10px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.comcontact .contacttel {
	pointer-events:none;
}
@media (max-width: 959px) {
.comcontact .contactin ul {
	border-left:none;
	border-right:none;
}
.comcontact .contacttel {
	pointer-events:inherit;
}
}


/* main
----------------------------------------------- */
#main {
	float:left;
	width:770px;
}
@media (max-width: 959px) {
#main {
	float:none;
	width:auto;
	margin-bottom:20px;
}
}


/* sider
----------------------------------------------- */
#sider {
	float:right;
	width:330px;
	background:#f4f4f4;
	padding:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#sider .sidertit {
	border-bottom:2px #0678a7 solid;
	font-size:20px;
	padding-bottom:5px;
	font-weight:bold;
	margin-bottom:20px;
}
@media (max-width: 959px) {
#sider {
	float:none;
	width:auto;
}
}
@media (max-width: 767px) {
#sider .sidertit {
	font-size:18px;
}
}
#sider .siderlist li+li {
	margin-top:15px;
}
#sider .siderlist li a {
	background:url(../html_2018037/images/common/arrow_com05.png) 0 5px no-repeat;
	display:inline-block;
	padding-left:20px;
	font-size:18px;
}
@media (max-width: 767px) {
#sider .siderlist li a {
	font-size:16px;
}
}


/* mainimg
----------------------------------------------- */
#mainimg {
}


/* table
----------------------------------------------- */


/* H
----------------------------------------------- */
.hdl {
	text-align:center;
	font-size:35px;
	font-weight:bold;
	margin-bottom:40px;
}
.hdl span {
	display:block;
	color:#0678a7;
	font-size:16px;
}
@media (max-width: 959px) {
.hdl {
	margin-bottom:20px;
}
}
@media (max-width: 767px) {
.hdl {
	font-size:26px;
}
}
@media (max-width: 479px) {
.hdl {
	font-size:22px;
}
.hdl span {
	font-size:14px;
}
}

.hdm {
	font-size:24px;
	border-bottom:2px #0678a7 solid;
	padding-bottom:5px;
	font-weight:bold;
	margin-bottom:30px;
}
@media (max-width: 959px) {
.hdm {
	margin-bottom:20px;
}
}
@media (max-width: 767px) {
.hdm {
	font-size:20px;
}
}
@media (max-width: 479px) {
.hdm {
	font-size:18px;
}
}


/* btn
----------------------------------------------- */


/* list
----------------------------------------------- */
.comtwocol {
	margin:-30px 0 0 -30px;
}
.comtwocol li {
	float:left;
	width:50%;
	padding-left:30px;
	margin-top:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 959px) {
.comtwocol {
	margin:-20px 0 0 -20px;
}
.comtwocol li {
	padding-left:20px;
	margin-top:20px;
}
}
@media (max-width: 767px) {
.comtwocol {
	margin:-20px 0 0 0;
}
.comtwocol li {
	float:none;
	width:auto;
	padding-left:0;
	margin-top:20px;
}
}

.comthreecol {
	margin:0 0 0 -40px;
}
.comthreecol li {
	float:left;
	width:33.33%;
	padding-left:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 959px) {
.comthreecol {
	margin:0 0 0 -20px;
}
.comthreecol li {
	padding-left:20px;
}
}
@media (max-width: 767px) {
.comthreecol {
	margin:-20px 0 0 0;
}
.comthreecol li {
	float:none;
	width:auto;
	padding-left:0;
	margin-top:20px;
}
}

.comfourcol {
	margin:0 0 0 -40px;
}
.comfourcol li {
	float:left;
	width:25%;
	padding-left:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 959px) {
.comfourcol {
	margin:0 0 0 -20px;
}
.comfourcol li {
	padding-left:20px;
}
}
@media (max-width: 767px) {
.comfourcol {
	margin:-20px 0 0 -20px;
}
.comfourcol li {
	width:50%;
	padding-left:20px;
	margin-top:20px;
}
.comfourcol li img {
	width:100%;
}
}
@media (max-width: 479px) {
.comfourcol {
	margin:-20px 0 0 0;
}
.comfourcol li {
	float:none;
	width:auto;
	padding-left:0;
}
}

/* table
----------------------------------------------- */
.comtab01 {
	width:100%;
	border-top:1px #ddd solid;
}
.comtab01 th,.comtab01 td {
	border-bottom:1px #ddd solid;
	vertical-align:top;
	padding:15px 20px;
	font-size:18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.comtab01 th {
	background:#f4f4f4;
	font-weight:bold;
	/*width:30%;*/
}
@media (max-width: 767px) {
.comtab01 th,.comtab01 td {
	padding:15px;
	font-size:16px;
}
}
@media (max-width: 479px) {
.comtab01 th,.comtab01 td {
	display:block;
	width:100%;
}
}

.comtab02 {
	width:100%;
}
.comtab02 table {
	width:100%;
	border-left:1px #ddd solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.comtab02 table th ,.comtab02 table td {
	padding:20px;
	font-size:18px;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.comtab02 table th {
	background:#c4d7df;
	font-weight:bold;
	text-align:center;
}
.comtab02 table th+th {
	border-left:1px #aabac1 solid;
}
.comtab02 table td {
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
}
.comtab02 table td.tdspecial {
	background:#f4f4f4;
	font-weight:bold;
}
@media (max-width: 959px) {
.comtab02 table {
	width:1100px;
}
.comtab02 {
	overflow-x:scroll;
	padding:15px 0;
}
.comtab02::-webkit-scrollbar{
	width: 5px;
	background: #ebe7e7;
	border-radius: 2px;
	border:1px #666 solid;
}
.comtab02::-webkit-scrollbar:horizontal{
	height: 5px;
	background: #ebe7e7;
	border-radius: 2px;
	border:1px #666 solid;
}
.comtab02::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: 2px;
}
.comtab02::-webkit-scrollbar-thumb:horizontal{
	background: #666;
	border-radius: 2px;
}
}
@media (max-width: 767px) {
.comtab02 table th ,.comtab02 table td {
	font-size:16px;
}
}


/* box
----------------------------------------------- */
.dotbox {
	background:url(../html_2018037/images/common/dot_com01.png) 0 0 repeat;
	padding:80px 0;
}
@media (max-width: 959px) {
.dotbox {
	padding:40px 0;
}
}

.greenbox {
	background:#f4f4f4;
	padding:80px 0;
}
@media (max-width: 959px) {
.greenbox {
	padding:40px 0;
}
}

.whitebox {
	padding:80px 0;
}
@media (max-width: 959px) {
.whitebox {
	padding:40px 0;
}
}


/* section
----------------------------------------------- */
.section+.section {
	margin-top:80px;
}
@media (max-width: 959px) {
.section+.section {
	margin-top:40px;
}
}


@media (max-width: 959px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {

}
