﻿

/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	background: #fff;
}
#wrapper .inner {
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 1024px) {

}




/* teaser
----------------------------------------------- */
#teaser {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#teaser .teaserhd {
	text-align: center;
	font-size: 22px;
}
#teaser .teaserhd .teaseren {
	font-size: 44px;
	font-weight: 700;
	display: block;
}
@media screen and (max-width: 767px) {
#teaser {
	height: 200px;
}
#teaser .teaserhd {
	font-size: 16px;
}
#teaser .teaserhd .teaseren {
	font-size: 30px;
}
}


/* contents
----------------------------------------------- */
#contents {
	padding: 80px 20px 90px;
}
@media screen and (max-width: 767px) {
#contents {
	padding: 40px 20px;
}
}


/* footer
----------------------------------------------- */
#footer {
	background: #333;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	padding: 40px 20px;
}
@media screen and (max-width: 767px) {
#footer {
	padding: 20px;
}
}


/* com contact
----------------------------------------------- */
.comcontact {
	background: url(../img/common/bg_comcontact.jpg) center center no-repeat;
	background-size: cover;
	height: 350px;
	display: flex;
	padding: 0 20px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.comcontact .cominner {
	text-align: center;
}
.comcontact .comhd {
	color: #fff;
	margin-bottom: 60px;
}
.comcontact .comhden {
	font-size: 34px;
	font-weight: 700;
	display: block;
}
.comcontact .combnr {
}
.comcontact .combnr a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 60px;
	border: 2px #fff solid;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.comcontact .combnr a:hover {
	color: #333;
	background: #fff;
}
@media screen and (max-width: 767px) {
.comcontact {
	height: 250px;
}
.comcontact .comhd {
	margin-bottom: 30px;
}
.comcontact .comhden {
	font-size: 26px;
}
.comcontact .combnr {
}
.comcontact .combnr a {
	width: 260px;
}
}


/* H
----------------------------------------------- */
.hdl {
	font-size: 22px;
	font-weight: 700;
	padding-left: 10px;
	border-left: 6px #2b71b8 solid;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
.hdl {
	font-size: 18px;
	border-left: 3px #2b71b8 solid;
}
}


/* txt
----------------------------------------------- */
.comtxt {
	line-height: 2;
}


/* fix
----------------------------------------------- */
.fixbtn {
	position: fixed;
	right: 30px;
	top: 30%;
	z-index: 7;
}
@media screen and (max-width: 767px) {
.fixbtn {
	display: none;
}
}

.spfix {
	display: none;
}
@media screen and (max-width: 767px) {
.spfix {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 6;
	width: 100%;
}
.spfix a {
	display: block;
	background: #2b71b8;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	font-size: 12px;
}
.spfix a img {
	margin-right: 10px;
}
}



/* !header
---------------------------------------------------------- */
#header {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 50px;
	position: relative;
}
#header .headerlogo {
	
}
.gnavi {
	display: flex;
	align-items: center;
}
.gnavi li+li {
	margin-left: 30px;
}
.gnavi li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0;
	position: relative;
}
.gnavi li a:before {
	position:absolute;
	background: #333;
	width: 0;
	height: 2px;
	content:"";
	z-index:2;
	bottom: 0;
	left: 0;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.gnavi li a:hover:before,
.gnavi li.current a:before {
	width: 100%;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
@media screen and (max-width: 1024px) {
#header {
	padding: 20px;
}
.gnavi li+li {
	margin-left: 20px;
}
}
@media screen and (max-width: 767px) {
#header {
	padding: 15px 20px;
}
.gnavi {
	display: none;
}
}


/* !navbarCollapse
---------------------------------------------------------- */
.navbarCollapse {
	display: none;
}
@media screen and (max-width: 767px) {
.navbarCollapse {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:9;
	background:#333;
}
	.navbarCollapse ul li+li {
		border-top: 1px #fff dotted;
	}
	.navbarCollapse ul li a {
		display: block;
		padding: 15px 10px;
		font-size: 16px;
		color: #fff;
	}
}


/* !comlist
---------------------------------------------------------- */
.comlist li {
	border-bottom: 1px #b5b5b5 solid;
	padding: 20px 0;
}
.comlist li .listmess {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-size: 13px;
}
.comlist li .listdate {
	margin-right: 15px;
}
.comlist li .listcata {
	color: #2b71b8;
}
.comlist li .listcont {
	display: block;
}
.comlist li .listlink {
	font-weight: 700;
	margin-right: 20px;
	display: inline;
}
.comlist li .listpdf {
	display: inline-block;
	width: 85px;
	background: #ee3d23;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-right: 10px;
}
.comlist li .listkb {
	display: inline-block;
}
@media screen and (max-width: 767px) {
.comlist li {
	padding: 15px 0;
}
.comlist li .listmess {
	font-size: 12px;
}
.comlist li .listlink {
	width: 100%;
	margin: 0 0 10px;
}
}



/* !choose
---------------------------------------------------------- */
.choose {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.choose.center{
	justify-content: center;
}
.choose .dateselect {
	width: 320px;
}
.choose .dateselect select {
	border: 1px #333 solid;
	width: 100%;
	font-size: 16px;
	padding: 0 30px;
	height: 50px;
	outline: none;
	background: url(../img/common/arrow_select.png) right 30px center no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 10px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #fff;
	background: #d2d2d2;
	font-weight: 700;
}
.wp-pagenavi .page:hover, 
.wp-pagenavi .current {
	background: #2b71b8;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: 1px #8c8c8c solid;
	background: #fff;
	color: #8c8c8c;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover{
	border: 1px #2b71b8 solid;
	color: #2b71b8;
}

@media (max-width: 1024px) {
.choose {
	margin-top: 40px;
	display: block;
}
.choose .dateselect {
	margin: 0 auto 30px;
}
}
@media (max-width: 767px) {
.choose .dateselect {
	width: 80%;
}
.wp-pagenavi {
	margin: 0;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 5px;
	font-size: 14px;
}
}


.notes {
 line-height:2;
 margin-bottom:50px;
}





