@charset "utf-8";

/*________________________________________________

	name:			pc.css
	create Date:	2018-02-23
	lastmodified:	****-**-**
________________________________________________*/

/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/*--------------------------------------------------------------
reset
--------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	font-size: 87.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.6;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address ,hr {
	margin: 0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
pre, var, code, kbd, samp ,tt {
	font-family: monospace;
}
img,
fieldset {
	border:none;
}
ul,ol,li {
	list-style-type: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
a,
input[type="submit"] {
	cursor: pointer;
}

/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

/*--------------------------------------------------------------
  link
--------------------------------------------------------------*/
a:link {
	color: #164398;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
a:focus {
	outline: none;
	background-color: #eeeeee;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------
  レイアウト
--------------------------------------------------------------*/
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fbold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.no_sp { margin-right: 0px!important;}
/*--------------------------------------------------------------photoレイアウト*/
.leftfloat {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightfloat {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------50%レイアウト*/
.leftBox {
	display: inline;
	float: left;
	max-width: 50%;
	width: 310px;
	margin: 0;
}
.rightBox {
	display: inline;
	float: right;
	max-width: 50%;
	width: 310px;
	margin: 0;
}
/* clearfix */
.leftBox, .rightBox { zoom:1; }
.leftBox:after, .rightBox:after {
	content: ""; 
	display: block; 
	clear: both;}
/*--------------------------------------------------------------hissu　必須文字・赤色文字*/
.hissu {
	color: #c30023;
}
img.hissu {
	margin-right: 10px;
	vertical-align: middle;
}
th .hissu {
	display: inline;
	float: right;
	text-align: right;
	margin-left: 10px;
}
/* error　必須文字・赤色文字 */
.error, .error-message {
	color: #c30023;
}
/*--------------------------------------------------------------丸のリスト*/
ul.circle {
	list-style-image:none;
}
.circle li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.decimal li {
	display: list-item inline;
	list-style: decimal inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット小文字のリスト*/
ul.loweralpha {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.loweralpha li {
	display: list-item inline;
	list-style: lower-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}/*--------------------------------------------------------------アルファベット大文字のリスト*/
ul.upperalpha {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.upperalpha li {
	display: list-item inline;
	list-style: upper-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------スクロール*/
.scroll {
	overflow: auto;
	overflow: scroll; /* ie6対策 */
	overflow-y: scroll; /* ie6対策 */
	overflow-x: hidden; /* ie6対策 */
}

/*--------------------------------------------------------------
  body
--------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	color: #333333;
	text-align: center;
}
body,html {
	min-width: 1100px;
}
/*--------------------------------------------------------------
  skip
--------------------------------------------------------------*/
a.skip {
    background-color: #FFFFFF;
    text-align: center;
    padding: 2px 0;
    top: auto;
}
.skip {
    width: 1px;
	color: #333333;
    font-size: 0.1%;
    line-height: 0.1;
    background-color: #FFFFFF;
    position: absolute;
    left: -3000px;
    z-index: 9999;
}

/*--------------------------------------------------------------
  #header
--------------------------------------------------------------*/
#header {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#header { zoom:1; }
#header:after {
	content: ""; 
	display: block; 
	clear: both;}
#headerInner {
	display: block;
	clear: both;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}
/*clearfix*/
#headerInner:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
/*--------------------------------------------------------------#hlogo*/
#hlogo {
	float: left;
}
#hlogo h1,
#hlogo a {
    display: block;
    width: 388px;
    height: 32px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../img/common/hlogo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#hlogo h1 span,
#hlogo a span {
    display: block;
    width: 388px;
    height: 32px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
/*--------------------------------------------------------------#headMenuBox*/
#headMenuBox {
	float: right;
	width: 440px;
	margin-top: 5px;
	margin-left: auto;
	text-align: right;
}
/*clearfix*/
#headMenuBox:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_func {
	display: inline-block;
	margin-right: 20px;
}
.tmp_func a {
	display: block;
	margin: 0;
	padding: 5px 30px 5px 10px;
	color: #010167;
	background-color: #ffffff;
	background-image: url(../img/common/arrow_default.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 1px #010167 solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.tmp_func a:hover {
	color: #ffffff;
	background-image: url(../img/common/arrow_white.png);
	background-color: #010167;
}
#search {
	float: right;
	width: 220px;
	height: 30px;
}
#search label,
#search a {
    cursor: pointer;
    display: none;
}
#search input {
	width: 190px;
	height: 30px;
	padding-left: 30px;
	margin: 0;
	background-image: url(../img/common/ico_search.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px #c9c9c9 solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

/*--------------------------------------------------------------
  #nav
  #nav_top
--------------------------------------------------------------*/
#nav,
#nav_top  {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 114%;
	text-align: center;
}
#nav {
	background-color: #006cc8;
}
#nav_top  {
	background-color: #fff;
}
/*clearfix*/
#nav ul:after,
#nav_top ul:after {
	content: "";
	display: table;
	clear: both;
}
#nav ul,
#nav_top ul {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 1100px;
	height: auto;
}
#nav ul {
	border-left: 1px #ffffff solid;
}
#nav_top ul {
	border-left: 1px #7ca5c8 solid;
}
#nav li,
#nav_top li {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	margin: 0;
	padding: 0;
	width: calc(25% - 1px);
    height: auto;
	text-align: center;
}
#nav li {
	border-right: 1px #ffffff solid;
}
#nav_top li {
	border-right: 1px #7ca5c8 solid;
}
#nav li a,
#nav_top li a {
	display: block;
 	margin: 0;
	padding: 20px 0;
	width: 100%;
	height: auto;
 	color: #333;
	text-align: center;
	text-decoration: none;
}
#nav li a {
	color: #fff;
}
#nav_top li a {
	color: #010167;
}
#nav li a span,
#nav_top li a span {
	width: auto;
	height: auto;
	padding: 11px 0 11px 50px;
	background-position: left center;
	background-repeat: no-repeat;
}
#nav li a.active_nav,
#nav li a:hover {
	color: #010167;
	background-color: #fff;
}
#nav_top li a.active_nav {
	color: #fff;
	background-color: #006cc8;
}
#nav_top li a:hover {
	color: #fff;
	background-color: #010167;
}
#nav li.nav_home a span,
#nav_top li.nav_home a:hover span {
	background-image: url(../img/common/nav_home_o.png)
}
#nav_top li.nav_home a span,
#nav li.nav_home a:hover span{
	background-image: url(../img/common/nav_home.png)
}
#nav li.nav_abouts a span,
#nav_top li.nav_abouts a:hover span{
	background-image: url(../img/common/nav_abouts_o.png)
}
#nav_top li.nav_abouts a span,
#nav li.nav_abouts a:hover span{
	background-image: url(../img/common/nav_abouts.png)
}
#nav li.nav_organizations a span,
#nav_top li.nav_organizations a:hover span{
	background-image: url(../img/common/nav_organizations_o.png)
}
#nav_top li.nav_organizations a span,
#nav li.nav_organizations a:hover span{
	background-image: url(../img/common/nav_organizations.png)
}
#nav li.nav_recruit a span,
#nav_top li.nav_recruit a:hover span{
	background-image: url(../img/common/nav_recruit_o.png)
}
#nav_top li.nav_recruit a span,
#nav li.nav_recruit a:hover span{
	background-image: url(../img/common/nav_recruit.png)
}
/*--------------------------------------------------------------display: none*/
.menu, 
#menu {
	display: none;
}

/*--------------------------------------------------------------
.pagetop
--------------------------------------------------------------*/
.pagetop {
	float: right;
    display: block;
	width: 100px;
    height: 100px;
    height: auto;
	margin: 0 0 0 auto;
	padding: 0;
	text-align: center;
}
.pagetop a {
    display: block;
	width: 100px;
    height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(../img/common/pagetop.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.pagetop a span {
    display: block;
	width: 100px;
    height: 100px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.pagetop a:hover {
	background-image: url(../img/common/pagetop_o.png);
}

/*--------------------------------------------------------------
#tmp_wrap_footer	フッター部分（全ページ共通）
--------------------------------------------------------------*/
#tmp_wrap_footer {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #006cc8;
	text-align: center;
}
#tmp_wrap_footer a {
	color: #fff;
}
#tmp_wrap_footermenu {
	float: right;
	width: 710px;
	height: auto;
	margin: 0 0 0 auto;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#tmp_wrap_footermenu:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_footermenu {
	float: left;
	width: 600px;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#tmp_footermenu:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_footermenu ul {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	width: auto;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
	list-style-image: url(../img/common/arrow_white.png);
}
/*clearfix*/
#tmp_footermenu ul:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_footermenu li {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	width:33%;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
#tmp_footermenu li:last-child {
	margin-right: 0;
}
#tmp_footer {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
/*clearfix*/
#tmp_footer:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_footer .tmp_footer_cnt {
	float: left;
	width: 300px;
	height: auto;
	margin: 0 90px 0 0;
	padding: 0;
	text-align: left;
}
#tmp_footer .flogo {
    display: block;
    width: 292px;
    height: 26px;
	margin: 10px auto 10px 0;
	padding: 0;
	font-size: 114.3%;
	background-color: #006cc8;
	background-image: url(../img/common/flogo.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#tmp_footer .flogo span {
    display: block;
    width: 292px;
    height: 26px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
/*--------------------------------------------------------------#tmp_copyright*/
#tmp_copyright {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 14px 0;
	background-color: #005298;
	color: #fff;
	font-size: 86%;
	text-align: center;
}
#tmp_copyright p {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/*--------------------------------------------------------------
  ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------#container*/
#container {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*--------------------------------------------------------------#containerInner*/
#containerInner {
	display: block;
	clear: both;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	text-align: left;
	background-color: #ffffff;
}
/*clearfix*/
#containerInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#tmp_contents {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/*--------------------------------------------------------------#breadcrumbs*/
#breadcrumbs {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: left;
}
#breadcrumbs p {
	clear: both;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#breadcrumbs p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*--------------------------------------------------------------タイトル類*/
.titleArea {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
	color: #fff;
	background-color: #0090cc;
	text-align: center;
}
.titleArea h1,
.titleArea p {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	text-align: center;
}
.titleArea h1 span,
.titleArea p span {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 214%;
}
.titleArea span.news,
.titleArea span.abouts,
.titleArea span.organizations,
.titleArea span.pickup,
.titleArea span.recruit {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 55px;
}
.titleArea span.news {
	background-image: url(../img/icon/ico_news.png);
}
.titleArea span.abouts {
	background-image: url(../img/icon/ico_abouts.png);
}
.titleArea span.organizations {
	background-image: url(../img/icon/ico_organizations.png);
	background-size: 45px auto;
	-webkit-background-size: 45px auto;
}
.titleArea span.pickup {
	background-image: url(../img/icon/ico_pickup.png);
}
.titleArea span.recruit {
	background-image: url(../img/icon/ico_recruit.png);
	background-size: 45px auto;
	-webkit-background-size: 45px auto;
}
#tmp_contents h2 {
	margin: 1.5em 0 0.8em;
	padding: 10px;
	border-top: 3px #0090cc solid;
	border-bottom: 3px #0090cc solid;
	color: inherit;
	font-size: 157%;
	text-align: left;
}
#tmp_contents h2:first-child {
	margin-top: 0;
}
#tmp_contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 5px 20px;
	background-color: #dff5fe;
	border-left: 6px #31a4ce solid;
	color: inherit;
	font-size: 143%;
	text-align: left;
}
#tmp_contents h4 {
	margin: 1.5em 0 0.8em;
	padding: 10px 20px;
	background-color: #bdecff;
	color: inherit;
	font-size: 128.5%;
}
#tmp_contents h5 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 10px;
	border-left: 6px #31a4ce solid;
	color: inherit;
	font-size: 114.3%;
}
.contents_ttl {
	margin: 0 0 0.8em;
	padding: 5px 20px;
	color:inherit;
	background-color: #e5ecf9;
	border-left: 6px #183a79 solid;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 900;
	font-size: 143%;
	text-align: left;
}
#tmp_contents p {
	margin-bottom: 0.8em;
}
#tmp_contents ul {
	margin:0 0 1em 2em;
	list-style-image: url(../img/common/list_icon.png);
}
#tmp_contents ol {
	margin:0 0 1em 0;
	list-style-image:none;
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em;
}
#tmp_contents hr {
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:none;
	clear:both;
}
/* tmp_custom_update
============================== */
/* clearfix */
#tmp_custom_update:after,
#tmp_footer_social:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
	margin-right: 20px;
	margin-left: auto;
}
#tmp_social_plugins .social_media_btn {
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
	line-height:1.2;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_custom_update {
	clear: both;
	text-align: right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update .updateday_box {
	float: left;
	margin:0 0 0.8em;
	text-align: right;
}
/* tmp_footer_social
============================== */
#tmp_footer_social {
	display: block;
	margin: 1.5em auto 0 auto;
	text-align: center;
}
#tmp_footer_social #tmp_social_plugins {
	display: inline-block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#tmp_footer_social .social_media_btn {
	margin: 0 10px;
}

/* main
============================== */
#main {
	width: 100%;
}
.col_main {
	float: right;
	width: 820px;
}
.col_navi {
	float: left;
	width: 240px;
}
.col_c {
	clear: both;
	margin: 0 auto;
	width: 820px;
}
/* tmp_contetsnavi
============================== */
#tmp_contetsnavi {
	margin: 0 0 20px;
	clear: both;
	text-align: left;
}
#tmp_contetsnavi_ttl {
	margin: 0;
	padding: 12px 20px;
	background-color: #0090cc;
	color: #ffffff;
	font-size: 128.6%;
	text-align: center;
}
#tmp_contetsnavi_ttl p {
	margin: 0;
}
#tmp_contetsnavi_ttl a {
	color: #ffffff;
}
#tmp_contetsnavi_ttl span {
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 25px;
	-webkit-background-size: auto 25px;
	padding-top: 35px;
}
#tmp_contetsnavi_ttl span.news {
	background-image: url(../img/icon/ico_news.png);
}
#tmp_contetsnavi_ttl span.abouts {
	background-image: url(../img/icon/ico_abouts.png);
}
#tmp_contetsnavi_ttl span.organizations {
	background-image: url(../img/icon/ico_organizations.png);
}
#tmp_contetsnavi_ttl span.pickup {
	background-image: url(../img/icon/ico_pickup.png);
}
#tmp_contetsnavi_ttl span.recruit {
	background-image: url(../img/icon/ico_recruit.png);
}
#tmp_contetsnavi .tmp_contetsnavi_cnt {
	clear: both;
	color:inherit;
	margin: 0;
	padding: 0;
}
#tmp_contetsnavi .tmp_contetsnavi_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tmp_contetsnavi .tmp_contetsnavi_cnt li {
	display: block;
	margin: 0;
	padding: 0;
}
#tmp_contetsnavi .tmp_contetsnavi_cnt li a {
	display: block;
	padding: 0.8em 20px;
	color: #0090cc;
	background-color: #def3fc;
	background-image: url(../img/common/arrow_list.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-bottom: 1px #ffffff solid;
}
#tmp_contetsnavi .tmp_contetsnavi_cnt li a.active_contentsnavi, 
#tmp_contetsnavi .tmp_contetsnavi_cnt li:hover a {
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #def3fc solid;
}
/* tmp_list_cnt
============================== */
#tmp_list_cnt {
	margin: 0 0 20px;
	clear:both;
}
#tmp_list_cnt .box_list {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 1px #c9c9c9 solid;
}
/*clearfix*/
#tmp_list_cnt .box_list:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_list_cnt .updateday_box {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	display: inline-block;
	width: 110px;
	margin: 12px 0;
	padding: 0 20px;
	text-align: center;
}
#tmp_list_cnt p {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	width: calc(100% - 200px);
	display: inline-block;
	margin: 0;
	padding: 12px 30px 12px 20px;
	background-image: url(../img/common/arrow_news.png);
	background-position: right 17px center;
	background-repeat: no-repeat;
}
#tmp_list_cnt ul {
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#tmp_list_cnt li {
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 1px #c9c9c9 solid;
}
#tmp_list_cnt li a {
	display: block;
	margin: 0;
	padding: 12px 30px 12px 20px;
	width: auto;
	height: auto;
	background-image: url(../img/common/arrow_news.png);
	background-position: right 17px center;
	background-repeat: no-repeat;
}
#tmp_list_cnt li a:hover {
	background-color: #def3fc;
}
/* --------------------------------------------------.article*/
.article {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
.date {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 2px 10px;
	background: #dcdcdc;
	font-size: 86%;
	vertical-align: middle
}
.article .section {
	clear: both;
	margin-bottom: 1em;
}
.article em {
	color: #F00;
}
.article .photo1Col {
	text-align: center;
	clear: both;
}
.article .photo1Col .photo {
	width: 80%;
	margin: 0 auto;
}
.article .photo1Col .photo img {
	width: 100%;
	height: auto;
}
.article .photo2Col {
	display: block;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.article .photo3Col {
	display: block;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.photo2Col .photo,
.photo3Col .photo {
	float: left;
	margin-right: 2%;
	text-align: center;
}
.photo2Col .photo:last-child,
.photo3Col .photo:last-child {
	float: right;
	margin-right: 0;
}
.photo2Col .photo {
	width: 47%;
}
.photo3Col .photo {
	width: 32%;
}
.article .photo2Col .photo img,
.article .photo3Col .photo img {
	width: calc(100% - 2px);
	height: auto;
}
.article .photoL {
	float: left;
	text-align: left;
	width: auto;
	max-width: 50%;
	margin-right: 0.8em;
}
.article .photoR {
	float: right;
	text-align: right;
	width: auto;
	max-width: 50%;
	margin-left: 0.8em;
}
.article .photo img {
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 3px;
}
.article .photo span {
	font-size: .8em;
	display: block;
	line-height: 1.2;
	padding-top: .5em;
	color: #666666;
}
.article dl {
	margin-bottom: 1em;
}
.article dt {
	padding: .5em 0;
	font-weight: bold;
}
.article ol {
	list-style: inside decimal;
}
.article .photoArea {
	margin: 1em 0;
}
.article .photoArea .photo {
	margin: 0 auto;
	width: 50%;
}
.article .photoArea img {
	width: 100%;
	height: auto;
}
.listA table {
	width: 100% !important;
}
.article table {
	border-collapse: collapse;
}
.article th,
.article td {
	border-collapse: collapse;
}
.leadBox {
	display: block;
	clear: both;
	width: auto;
	margin: 0 10px 0.8em 10px;
	padding: 20px;
	background-color: #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* clearfix */
.article:after,
.article p:after,
.photo2Col:after,
.photo3Col:after, 
.photoArea:after {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------------------------------------
  .pagination
--------------------------------------------------------------*/
.pagination {
	display: block;
	width: auto;
	height: auto;
	margin: 20px 0;
	padding: 0;
	color: #006cc8;
	text-align: right;
}
.pagination p {
	display: inline-block;
	margin: 0 20px 0 0;
}
.pagination span.back a, .back a {
	width: auto;
	height: auto;
	margin: 0 20px 0 0;
	padding: 0;
	background-color: inherit;
	border: none;
}
.pagination span.link a, .link a {
	width: auto;
	height: auto;
	margin: 0 10px;
	padding: 0;
	background-color: inherit;
	border: none;
}
.pagination span.next a, .next a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: inherit;
	border: none;
	font-weight: normal!important;
}
.pagination .back a:hover,
.pagination .link a:hover,
.pagination .next a:hover {
	color: #006cc8;
	text-decoration: underline;
	background-color: inherit;
}
.pagination a {
	width: auto;
	height: auto;
	margin: 0 10px;
	padding: 3px 10px;
	background-color: #ffffff;
	border: 1px #006cc8 solid;
	color: #006cc8;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #006cc8;
	color: #ffffff;;
}
.pagination a:active, .pagination .pagination_active {
	width: auto;
	height: auto;
	margin: 0 10px;
	padding: 3px 10px;
	background-color: #006cc8;
	border: 1px #006cc8 solid;
	color: #ffffff;;
	text-decoration: none;
}

/*--------------------------------------------------------------
  .plugin
--------------------------------------------------------------*/
.plugin {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #cccccc;
    clear: both;
}
/*clearfix*/
.plugin:after {
	content: "";
	display: table;
	clear: both;
}
.plugin .plugin_img {
    margin: 0 10px 0 0 !important;
    float: left;
}
.plugin p {
    margin: 0 !important;
}


/*--------------------------------------------------------------
  ボタン類
--------------------------------------------------------------*/
.btn {
	display: block;
	clear: both;
	margin: 1.5em 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	text-align: right;
}
.btn a {
	display: inline-block;
	margin-left: auto;
	padding: 15px;
	width: auto;
	min-width: 170px;
	text-align: center;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.btn a span {
    display: inline-block;
    height: auto;
}
.thema_default a {
    background-position: right 20px center;
    background-repeat: no-repeat;
	background-image: url(../img/common/arrow_default.png);
    padding-right: 30px;
	border: 1px #010167 solid;
	color: #010167;
}
.thema_default a:hover {
	color: #ffffff;
	background-color: #010167;
	background-image: url(../img/common/arrow_white.png);
}
.thema_list a {
	display: inline-block;
	margin-left: 0.6em;
	margin-right: 0;
    background-position: right 20px center;
    background-repeat: no-repeat;
	background-image: url(../img/common/arrow_list.png);
    padding-right: 30px;
	border: 1px #0090cc solid;
	color: #0090cc;
}
.thema_list a:hover {
	color: #ffffff;
	background-color: #0090cc;
	background-image: url(../img/common/arrow_white.png);
}
.thema_article {
	text-align: center;
}
.thema_article a {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	background-color: #006cc8;
	border: 1px #006cc8 solid;
}
.thema_article a:hover {
	color: #006cc8;
	background-color: #ffffff;
}
.thema_article a span {
	background-image: url(../img/common/arrow_white.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}
.thema_article a:hover span {
	background-image: url(../img/common/arrow_list.png);
}
.thema_moji {
	text-align: center;
}
.thema_moji a {
	display: inline-block;
	margin-left: 0.6em;
	margin-right: 0.6em;
	border: 1px #0090cc solid;
	color: #0090cc;
}
.thema_moji a:hover {
	color: #ffffff;
	background-color: #0090cc;
}
.thema_col,
.thema_default_col {
	text-align: left;
}
.thema_col a {
	padding: 10px 15px;
	width: auto;
	min-width: auto;
	margin-left: 0;
	margin-right: 0.6em;
	color: #ffffff;
	background-color: #0090cc;
}
.thema_default_col a {
	padding: 15px;
	width: auto;
	margin-left: 0.6em;
	margin-right: auto;
	color: #ffffff;
	background-color: #0090cc;
}
.thema_moji a span,
.thema_default_col a span {
	background-image: url(../img/common/arrow_list.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.thema_moji a:hover span,
.thema_default_col a:hover span {
	background-image: url(../img/common/arrow_white.png);
}
.thema_more a {
	color: #ffffff;
	background-color: #0090cc;
	border: 1px #0090cc solid;
}
.thema_more a:hover,
#tmp_list_cnt .thema_more li a:hover {
	color: #0090cc;
	background-color: #fff;
}
.thema_more a span {
    background-position: right center;
    background-repeat: no-repeat;
	background-image: url(../img/common/arrow_white.png);
    padding-right: 20px;
}
.thema_more a:hover span {
	background-image: url(../img/common/arrow_list.png);
}
#tmp_list_cnt .thema_more li {
	border-bottom: none !important;
}
#tmp_list_cnt .thema_more li a {
	display: inline-block !important;
	padding: 15px !important;
	background-image: none !important;
}
.fontSize a.active {
	color: #ffffff;
	background-color: #0090cc;
}
.fontSize a.active span {
	background-image: url(../img/common/arrow_white.png);
}
/*--------------------------------------------------------------.name_label*/
.name_label {
	display: inline-block;
	margin-right: 0.8em;
	padding: 3px 10px;
	width: 5em;
	height: auto;
	background-color: #0090cc;
	color: #ffffff;
	font-size: 86%;
	text-align: center;
	vertical-align: middle;
}
/*--------------------------------------------------------------.tmp_anchor_link*/
.tmp_anchor_link {
	clear: both;
	margin: 0 0 0.8em 0;
	padding: 0;
	text-align: left;
}
.tmp_anchor_link a {
	display: inline-block;
	margin-left: 0;
	margin-right: 0.6em;
	margin-bottom: 0.6em;
	padding: 5px 10px;
	width: auto;
	background-color: #4368ad;
	color: #ffffff;
	vertical-align: top;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
.tmp_anchor_link a span {
    display: inline-block;
    height: auto;
    background-position: right center;
    background-repeat: no-repeat;
	background-image: url(../img/common/arrow_anchor.png);
    padding-right: 20px;
	white-space: nowrap;
}
.tmp_anchor_link a:hover {
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
/*--------------------------------------------------------------.tmp_wrap_col2*/
.tmp_wrap_col2 {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	clear: both;
}
/*clearfix*/
.tmp_wrap_col2:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_wrap_col2 .col2_cnt {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	width: 360px;
	height: auto;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #d9e4fa;
}
.tmp_wrap_col2 .col2_cnt:nth-child(even) {
	margin-left: 20px;
}
/*clearfix*/
.tmp_wrap_col2 .col2_cnt:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_wrap_col2 .col2_ttl {
	clear: both;
	margin: 0;
	padding: 0;
	color:inherit;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 700;
	font-size: 128.6%;
	text-align: left;
}
.tmp_wrap_col2 p:last-child {
	margin-bottom: 0;
}
/* clearfix */
.tmp_wrap_col2 p { zoom:1; }
.tmp_wrap_col2 p:after {
	content: ""; 
	display: block; 
	clear: both;}
.tmp_wrap_col2 p a {
	display: inline-block;
	float: right;
	color: inherit;
	margin-left: auto;
	text-align: right;
}
/*--------------------------------------------------------------.thema_link*/
.thema_link {
	display: block;
	clear: both;
	margin: 0 0 0.8em 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	text-align: center;
}
.thema_link a {
	display: block;
	color: #ffffff;
	padding: 15px;
	margin: 0;
	background-color: #4368ad;
	font-size: 114%;
	text-align: center;
}
.thema_link a span {
    background-position: left center;
    background-repeat: no-repeat;
	background-image: url(../img/common/arrow_btn.png);
    padding-left: 20px;
}
/*--------------------------------------------------------------.indent*/
.indent {
	margin-left: 2em;
}


/*--------------------------------------------------------------
  トップページのみ
--------------------------------------------------------------*/
/*--------------------------------------------------------------#tmp_wrap_topimage*/
#tmp_wrap_topimage {
	display: block;
	clear: both;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/top/img_topimage.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: right;
}
/*clearfix*/
#tmp_topimage:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
#tmp_topimage {
	display: block;
	clear: both;
	width: 200px;
	height: 390px;
	margin: 0 40px 0 auto;
	padding: 110px 0 0 0;
	text-align: right;
}
#tmp_topimage li {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#tmp_topimage li a {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 30px 30px;
	color: #005298;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-background-color: rgba(255, 255, 255, 0.8);
    -moz-background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
	font-size: 114%;
	text-decoration: none;
	text-align: center;
}
#tmp_topimage li a:hover {
    background-color: rgba(255, 255, 255, 1.0);
    -webkit-background-color: rgba(255, 255, 255, 1.0);
    -moz-background-color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
}
#tmp_topimage li:nth-child(2) a {
	padding: 20px 30px;
}
/*--------------------------------------------------------------#tmp_wrap_news*/
#tmp_wrap_news {
	display: block;
	clear: both;
	margin: 0;
	padding: 40px 0;
	width: 100%;
	height: auto;
	text-align: center;
}
/*clearfix*/
#tmp_news:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_news {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	clear: both;
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#tmp_news .tmp_news_ttl {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	margin: 0;
	padding: 110px 0 0 0;
	width: 4em;
    height: auto;
	background-image: url(../img/top/ico_news.png);
	background-position: center 65px;
	background-repeat: no-repeat;
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
}
#tmp_news #tmp_list_cnt {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	width: 890px;
	margin-left: auto;
}
/*--------------------------------------------------------------#tmp_wrap_topcontents*/
#tmp_wrap_topcontents {
	display: block;
	clear: both;
	margin: 0;
	padding: 40px 0;
	width: 100%;
	height: auto;
	background-color: #dcf3ff;
	text-align: center;
}
/*clearfix*/
#tmp_topcontents:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_topcontents {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#tmp_topcontents .topcontents_ttl {
	display: inline-block;
	clear: right;
	margin: 0;
	padding: 0;
	width: 6em;
    height: auto;
	font-size: 171.4%;
	text-align: center;
	vertical-align: middle;
}
#tmp_topcontents .topcontents_list {
	display: inline-block;
	clear: left;
	margin: 3px 0 0 auto;
	padding: 0;
	width: auto;
    height: auto;
	font-size: 100%;
	vertical-align: middle;
}
/*clearfix*/
#tmp_topcontents .topcontents_list ul:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_topcontents .topcontents_list ul {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
}
#tmp_topcontents .topcontents_list li {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	display: block;
	width: 210px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}
#tmp_topcontents .topcontents_list li a {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px;
	color: #005298;
	background-color: #fff;
	border: 1px #005298 solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-decoration: none;
	text-align: center;
}
#tmp_topcontents .topcontents_list li a:hover {
	color: #fff;
	background-color: #005298;
}

/*--------------------------------------------------------------#tmp_wrap_oitaariport*/
#tmp_wrap_oitaariport {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	background-image: url(../img/top/bg_airport.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
}
/*clearfix*/
#tmp_oitaariport:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
#tmp_oitaariport {
	display: block;
	clear: both;
	width: 400px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-background-color: rgba(255, 255, 255, 0.8);
    -moz-background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
#tmp_oitaariport:hover {
    background-color: rgba(255, 255, 255, 1.0);
    -webkit-background-color: rgba(255, 255, 255, 1.0);
    -moz-background-color: rgba(255, 255, 255, 1.0);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
#tmp_oitaariport a {
	display: block;
	clear: both;
	width: 300px;
	height: 50px;
	margin: 0;
	padding: 25px 60px 25px 40px;
	background-image: url(../img/top/arrow_oitaariport.png),
		url(../img/top/img_logo_oitaairpor.png);
	background-position: right 10px center,
		40px center;
	background-repeat: no-repeat,
		no-repeat;
	text-decoration: none;
	text-align: center;
}
#tmp_oitaariport a span {
    display: block;
	width: 300px;
	height: 50px;
    position: relative;
    z-index: -1;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
}
