@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap');

@font-face {
	font-family: 'Lato', sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}
body {
	font-size: 12px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0px;
	background: #FFF;
}
article,
footer,
header,
menu,
nav,
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration: underline;
	background-color: transparent;
}
a:hover, a:focus {
	text-decoration: none;
}
a:link,a:visited,a:hover,a:active,a:focus {
	color: #333;
	outline: 0;
}
b,strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}
button {
	-webkit-appearance: button;
	cursor: pointer;
}

.pagetop_bt {
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 64px;
	width: 64px;
	vertical-align: bottom;
}
.pagetop_bt a {
	font-family: 'Lato', sans-serif;
	background: #f72e2e url(../image/icon_pagetop.svg) no-repeat center 10px;
	display: table-cell;
	height: 64px;
	width: 64px;
	border: 2px solid #dddddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	text-decoration: none;
	box-shadow:1px 3px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 3px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 3px 4px 0px rgba(0,0,0,0.3);
	vertical-align: bottom;
	line-height: 2;
}

.grecaptcha-badge {
	visibility: hidden;
}


section,summary {
	display: block;
}
section,.site-inner {
	clear: both;
}
.container {
	margin: auto;
	padding: 0px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
	display: table;
	content: " ";
}
.clearfix:after,
.container:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
	clear: both;
}
footer {
	margin-top: 30px;
	border-top: 1px solid #DDDDDD;
}
footer p {
	text-align: center;
}
footer .copyright {
	background: #f72e2e;
}
footer .copyright p {
	color: #fff;
	font: 18px/3 'Lato', sans-serif;
}


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

.container hr {
    border-color: #ddd;
    border-style: solid none none;
    border-width: 1px;
    height: 1px;
    margin: 1.5em 0;
    padding: 0;
    size: 1px;
}

/* inner
-------------------------------------------------- */
#page {
}
/* page title */
section.pagetitle {
	margin-bottom: 30px;
}
section.pagetitle .pankuzu {
}
section.pagetitle h2 {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	height: 120px;
	vertical-align: middle;
	line-height: 120px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 500;
	margin-bottom: 0px;
}
section .contentsmain {
	padding-bottom: 30px;
}


/* 中見出し H3 */
.contentsmain h3,
.search h3.page-title,
body.page h2.entry-title {
	background: #ffe9e2;
	position: relative;
	padding-left: 30px;
}
.contentsmain h3 span,
.search h3.page-title span,
body.page h2.entry-title span {
	font-size: 30px;
	padding: 20px 1em 20px 30px;
	vertical-align: bottom;
	line-height: 1.2;
	display: inline-block;
}
.contentsmain h3 span:before,
.search h3.page-title span:before,
body.page h2.entry-title span:before {
	content: " ";
	background: #ff1a09;
	display: inline-block;
	width: 7px;
	height: 1em;
	position: absolute;
	left: 30px;
	top: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


/* 左メニュー */
.saide_menu {
	float: left;
	width: 270px;
	margin-bottom: 50px;
}
.saide_menu .saide_regular {
}
.saide_menu .saide_regular ul {
	font-size: 18px;
	margin: 0px 0px 30px;
	padding: 0px;
	list-style: none;
	line-height: 31px;
	background: #f2f2f2;
}
.saide_menu .saide_regular ul li {
	border-bottom: 1px solid #fff;
}
.saide_menu .saide_regular ul li a {
	line-height: 70px;
	text-decoration: none;
	display: block;
	padding: 0em 30px;
	font-weight: bold;
}
.saide_menu .saide_regular ul li a:after {
	content: '>';
	float: right;
	font-weight: normal;
	;
	color: #9a9a9a;
}
.saide_menu .saide_regular ul li:hover a:after {
	content: '>';
	float: right;
}
.saide_menu .saide_regular ul li a:hover {
	color: #f72e2e;
}
.saide_menu form.search-form {
//	margin-bottom: 20px;
	position: relative;
}
.saide_menu form.search-form #textfield {
	border-color: #d9d9d9 #fff #fff #d9d9d9;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	padding: 3px;
	width: 270px;
}
.saide_menu form.search-form #button {
	background: url("../image/icon_search.png") no-repeat scroll center center;
	border: none;
	cursor: pointer;
	height: 27px;
	padding: 0;
	text-indent: -9999em;
	vertical-align: bottom;
	width: 35px;
	position: absolute;
	top: 3px;
	right: 0px;
}
.saide_menu .category_menu {
	margin-bottom: 1.5em;
}
.saide_menu .category_menu ul {
	margin: 0px;
}


.saide_menu .about_menu dl {
	margin: 0px;
}
.saide_menu .about_menu dt {
	font-size: 16px;
	font-weight: 500;
	background: #eee;
	line-height: 70px;
	text-decoration: none;
	display: block;
	padding: 0em 30px;
	font-weight: bold;
}
.saide_menu .about_menu dd {
	padding-left: 20px;
	margin: 0px;
}
.saide_menu .about_menu dd ul {
	font-size: 16px;
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
	line-height: 31px;
}
.saide_menu .about_menu dd ul li {
	border-bottom: 1px solid #ddd;
	padding: 2px 0px 2px 38px;
	text-indent: -1.2em;
}
.saide_menu .about_menu dd ul li:before {
	content:"━ ";
}
.saide_menu .about_menu dd ul li:last-child {
	border-bottom: none;
}
.saide_menu .about_menu dd ul li a {
	line-height: 31px;
	text-decoration: none;
	padding: 0em 0.5em 0em 0em;
	font-weight: 500;
}
.saide_menu .about_menu dd ul li a:hover {
	color: #f72e2e;
}

.saide_menu .side_ceatec {
	margin-top: 30px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 1340px) {
.site-inner {
	margin: 30px auto;
	clear: both;
	width: 1200px;
}
.container {
	width: 1340px;
}
}
@media (max-width: 1339px) {
header#header #h_top {
	-webkit-box-shadow:0px 2px 2px 0px #ddd;
	-moz-box-shadow:0px 2px 2px 0px #ddd;
	-o-box-shadow:0px 2px 2px 0px #ddd;
	-ms-box-shadow:0px 2px 2px 0px #ddd;
	box-shadow:0px 2px 2px 0px #ddd;
}
section {
	margin: 20px 18px 0px;
}
.container {
	width: auto;
}
.contentsmain h3,
.search h3.page-title,
body.page h2.entry-title {
	padding-left: 15px;
}
.contentsmain h3 span,
.search h3.page-title span,
body.page h2.entry-title span {
	font-size: 22px;
	padding: 15px 1em 15px 20px;
}
.contentsmain h3 span:before,
.search h3.page-title span:before,
body.page h2.entry-title span:before {
	left: 15px;
	top: 18px;
}
.saide_menu .about_menu dt {
	line-height: 40px;
}
.saide_menu .saide_regular ul li a {
	line-height: 40px;
	padding: 0em 20px;
}
footer .copyright p {
	font-size: 16px;
}
}
@media (min-width: 768px) {
.contentsmain {
	float: right;
	width: calc(100% - 310px);
}
.content_side {
	float: left;
	width: 22.5%;
}
}
@media (max-width: 767px) {
.saide_menu {
	float: none;
	width: 100%;
}
.saide_menu form.search-form #textfield {
	width: 100%;
}
.saide_menu .saide_regular ul {
	margin-bottom: 15px;
}
.contentsmain h3 span,
.search h3.page-title span,
body.page h2.entry-title span {
	font-size: 22px;
	padding: 10px 15px 10px 20px;
}
.contentsmain h3 span:before,
.search h3.page-title span:before,
body.page h2.entry-title span:before {
	left: 15px;
	top: 12px;
}

.saide_menu .side_ceatec {
	margin-top: 15px;
	text-align: center;
}

footer .copyright p {
	font-size: 12px;
}
}
@media (max-width: 480px) {
.container {
	padding: 0px;
}
.container > div {
	padding: 0px 5px;
}
}





/* PRINT CSS
-------------------------------------------------- */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  body {
	padding: 0px !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .navbar {
	position: relative !important;
  }
  .navbar .mainmenu {
	margin-bottom: 30px;
  }
  .home .topimg,.home .pagetitle {
	background: #89299b !important;
  }
  .home .topimg .top_logo,.home .topimg .top_img,
  .home .pagetitle .title_logo,.home .pagetitle .title_img {
	height: auto !important;
  }
  .navbar #google_translate_element,
  .navbar .mainmenu .toggle-button,
  .navbar .mainmenu .menu {
	display: none !important;
  }
}


/* MENU
-------------------------------------------------- */
header#header {
	width: 100%;
	height: 398px;
	z-index: 999;
	background: url(../image/head_img.jpg) no-repeat center bottom;
}
header#header #h_top {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 180px;
	background: #FFF;
	z-index: 999;
}
header#header .corp {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
header#header h1 a {
	width: 1340px;
	margin: auto;
	vertical-align: middle;
	height: 80px;
	font-size: 26px;
	font-style: italic;
	font-weight: 600;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	align-items: center;
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
	text-decoration: none;
}
header#header h1 img {
	height: 44px;
}
header#header h1 span {
	display: table;
	width: 1340px;
}
@media (min-width: 1340px) {
header#header h1 img {
	margin-right: 20px;
}
header#header h1 br {
	display : none;
}
header#header #h_top {
	-webkit-box-shadow:0px 2px 2px 0px #ddd;
	-moz-box-shadow:0px 2px 2px 0px #ddd;
	-o-box-shadow:0px 2px 2px 0px #ddd;
	-ms-box-shadow:0px 2px 2px 0px #ddd;
	box-shadow:0px 2px 2px 0px #ddd;
}
header#header .h_nav {
	width: 1340px;
	margin: 0 auto;
}
ul.nav {
	margin: 0px;
	padding: 0px;
	height: 99px;
	position: relative;
	width: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	align-items: flex-end;
	-ms-flex-align: flex-end; /*IE10*/
	-webkit-box-align: flex-end; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: flex-end; /* Safari6.1以降 */
}
ul.nav li {
	width: 14.2%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% / 7);/*Chrome19~25対応*/
	width: -moz-calc(100%  / 7);/*Firefox4~15対応*/
	width: calc(100%  / 7);
	list-style: none;
}
ul.nav li a {
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	border-bottom: 10px solid #fff;
}
ul.nav li a:hover {
	border-bottom: 10px solid #1bcab7;
}
ul.nav > li.main_about > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
ul.nav > li.main_about:hover > a {
	border-bottom: 10px solid #672fe4;
}
ul.nav > li.main_common_issue > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
ul.nav > li.main_common_issue:hover > a {
	border-bottom: 10px solid #24c8f7;
}
ul.nav > li.main_statistics > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
ul.nav > li.main_statistics:hover > a {
	border-bottom: 10px solid #f77413;
}
ul.nav > li.main_committee > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
ul.nav > li.main_committee:hover > a {
	border-bottom: 10px solid #28bd1c;
}
ul.nav > li.main_standards > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
ul.nav > li.main_standards:hover > a {
	border-bottom: 10px solid #f0c70a;
}
ul.nav > li > ul {
	overflow-y: auto;
	max-height: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	max-height: -webkit-calc(100vh - 180px);/*Chrome19~25対応*/
	max-height: -moz-calc(100vh - 180px);/*Firefox4~15対応*/
	max-height: calc(100vh - 180px);
}
ul.nav > li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.nav > li ul li {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	float: left;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
}
ul.nav > li ul li {
	background: #fff;
	text-height: auto;
	border: none;
}
.ul.nav > li ul li > a {
	text-decoration: underline;
}
ul.nav > li ul li > a,
ul.nav > li ul li > span {
	padding:1em 3em;
	visibility:visible;
	display:block;
}
ul.nav > li ul li > span.sub_door {
	display: block;
	padding:1em;
	height: 62px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #9a9a9a;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
ul.nav > li ul li > span.sub_door:before {
	content: "+";
}
ul.nav > li ul li > span.sub_door.active:before {
	content: "-";
}
ul.nav > li ul li ul li {
	background: #f3f3f3;
	padding: 0em;
}
ul.nav > li ul li ul li a {
	padding: 0.5em 2em 0.5em 5em;
	margin: 0em;
}

ul.nav:before,
ul.nav:after {
	display: none;
}
}
@media (max-width: 1339px) {
header#header {
	padding-top: 82px;
	height: 300px;
	background-position: 30% bottom;
}
header#header #h_top {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 80px;
	background: #FFF;
	z-index: 999;
}
header#header h1 {
	display: inline-block;
	position: relative;
	z-index: 999;
}
header#header h1 a {
	width: auto;
	margin: 0;
}
header#header h1 img {
	margin: 0 20px;
}
header#header h1 br {
	display: inline;
}
header#header h1 span {
	font-size: 18px;
	width: auto;
	line-height: normal;
	display: inline-block;
}
}
@media (min-width: 1325px) {
_::-webkit-full-page-media, _:future, :root header#header {
	padding-top: 82px;
	height: 398px;
	background-position: 30% bottom;
}
_::-webkit-full-page-media, _:future, :root header#header #h_top {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 180px;
	background: #FFF;
	z-index: 999;
}
_::-webkit-full-page-media, _:future, :root header#header h1 img {
	margin-right: 20px;
}
_::-webkit-full-page-media, _:future, :root header#header h1 br {
	display : none;
}
_::-webkit-full-page-media, _:future, :root header#header #h_top {
	-webkit-box-shadow:0px 2px 2px 0px #ddd;
	-moz-box-shadow:0px 2px 2px 0px #ddd;
	-o-box-shadow:0px 2px 2px 0px #ddd;
	-ms-box-shadow:0px 2px 2px 0px #ddd;
	box-shadow:0px 2px 2px 0px #ddd;
}
_::-webkit-full-page-media, _:future, :root header#header .h_nav {
	width: 1340px;
	margin: 0 auto;
}
_::-webkit-full-page-media, _:future, :root ul.nav {
	margin: 0px;
	padding: 0px;
	height: 99px;
	position: relative;
	width: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	align-items: flex-end;
	-ms-flex-align: flex-end; /*IE10*/
	-webkit-box-align: flex-end; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: flex-end; /* Safari6.1以降 */
}
_::-webkit-full-page-media, _:future, :root ul.nav li {
	width: 14.2%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	width: -webkit-calc(100% / 7);/*Chrome19~25対応*/
	width: -moz-calc(100%  / 7);/*Firefox4~15対応*/
	width: calc(100%  / 7);
	list-style: none;
}
_::-webkit-full-page-media, _:future, :root ul.nav li a {
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	border-bottom: 10px solid #fff;
}
_::-webkit-full-page-media, _:future, :root ul.nav li a:hover {
	border-bottom: 10px solid #1bcab7;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_about > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_about:hover > a {
	border-bottom: 10px solid #672fe4;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_common_issue > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_common_issue:hover > a {
	border-bottom: 10px solid #24c8f7;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_statistics > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_statistics:hover > a {
	border-bottom: 10px solid #f77413;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_committee > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_committee:hover > a {
	border-bottom: 10px solid #28bd1c;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_standards > a {
	display: block;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li.main_standards:hover > a {
	border-bottom: 10px solid #f0c70a;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li > ul {
	overflow-y: auto;
	max-height: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	max-height: -webkit-calc(100vh - 180px);/*Chrome19~25対応*/
	max-height: -moz-calc(100vh - 180px);/*Firefox4~15対応*/
	max-height: calc(100vh - 180px);
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	float: left;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li {
	background: #fff;
	text-height: auto;
	border: none;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li > a {
	text-decoration: underline;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li > a,
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li > span {
	padding:1em 3em;
	visibility:visible;
	display:block;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li > span.sub_door {
	display: block;
	padding:1em;
	height: 62px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #9a9a9a;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li > span.sub_door:before {
	content: "+";
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li > span.sub_door.active:before {
	content: "-";
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li ul li {
	background: #f3f3f3;
	padding: 0em;
}
_::-webkit-full-page-media, _:future, :root ul.nav > li ul li ul li a {
	padding: 0.5em 2em 0.5em 5em;
	margin: 0em;
}

_::-webkit-full-page-media, _:future, :root ul.nav:before,
_::-webkit-full-page-media, _:future, :root ul.nav:after {
	display: none;
}
}
@media (max-width: 1325px) {
_::-webkit-full-page-media, _:future, :root header#header {
	padding-top: 82px;
	height: 300px;
	background-position: 30% bottom;
}
_::-webkit-full-page-media, _:future, :root header#header #h_top {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 80px;
	background: #FFF;
	z-index: 999;
}
_::-webkit-full-page-media, _:future, :root header#header h1 {
	display: inline-block;
	position: relative;
	z-index: 999;
}
_::-webkit-full-page-media, _:future, :root header#header h1 a {
	width: auto;
	margin: 0;
}
_::-webkit-full-page-media, _:future, :root header#header h1 img {
	margin: 0 20px;
}
_::-webkit-full-page-media, _:future, :root header#header h1 br {
	display: inline;
}
_::-webkit-full-page-media, _:future, :root header#header h1 span {
	font-size: 18px;
	width: auto;
	line-height: normal;
	display: inline-block;
}
}
@media (max-width: 767px) {
header#header {
	margin-top: 60px;
	height: 100px;
	background-size: cover;
}
header#header #h_top {
	height: 60px;
}
header#header h1 {
	height: 60px;
	padding: 10px 0;
}
header#header h1 a {
	height: 40px;
}
header#header h1 span {
	margin: 0 5px;
	font-size: 12px;
}
header#header h1 img {
	width: 110px;
	height: auto;
	margin: 0 10px;
}
_::-webkit-full-page-media, _:future, :root header#header #h_top {
	height: 60px;
}
_::-webkit-full-page-media, _:future, :root header#header #h_top {
	height: 60px;
}
_::-webkit-full-page-media, _:future, :root header#header h1 {
	height: 60px;
	padding: 10px 0;
}
_::-webkit-full-page-media, _:future, :root header#header h1 a {
	height: 40px;
}
_::-webkit-full-page-media, _:future, :root header#header h1 span {
	margin: 0 5px;
	font-size: 12px;
}
_::-webkit-full-page-media, _:future, :root header#header h1 img {
	width: 110px;
	height: auto;
	margin: 0 10px;
}
}
@media (max-width: 440px) {
header#header h1 span {
	margin: 0 3px;
	font-size: 10px;
}
header#header h1 img {
	width: 90px;
}
_::-webkit-full-page-media, _:future, :root header#header h1 span {
	margin: 0 3px;
	font-size: 10px;
}
_::-webkit-full-page-media, _:future, :root header#header h1 img {
	width: 90px;
}
}
@media (max-width: 359px) {
header#header h1 span {
	display: none;
}
_::-webkit-full-page-media, _:future, :root header#header h1 span {
	display: none;
}
}



section,summary {
	display: block;
}
section,.site-inner {
	clear: both;
}
.container {
	margin: auto;
	padding: 0px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	display: table;
	content: " ";
}
.clearfix:after,
.container:after {
	clear: both;
}
footer {
	margin-top: 50px;
}
footer p {
	text-align: center;
}
footer .footer_banner {
	padding: 16px 0px 70px;
}
footer .footer_banner a {
	margin: 10px 6px;
	display: inline-block;
}



