@charset "utf-8";

/*________________________________________________

	name:			sp.css
	create Date:	2018-02-23
	lastmodified:	****-**-**
________________________________________________*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: normal;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#333333;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#333333; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

ul,ol,li {
	list-style-type: none;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

html {-webkit-text-size-adjust: none;}

/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

/*--------------------------------------------------------------
  link
--------------------------------------------------------------*/
a {
	font: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}
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;
}
.left img, 
.right img {
	width: 80%;
	margin: 5px auto;
}
.fbold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.no_sp { margin-right: 0px!important;}
/*--------------------------------------------------------------photoレイアウト*/
.leftfloat, 
.rightfloat {
	display: block;
	clear: both;
	margin: 5px auto;
	text-align: center;
}
.leftfloat img, 
.rightfloat img {
	display: block;
	clear: both;
	width: 80%;
	margin: 5px auto;
}
img.leftfloat, 
img.rightfloat {
	display: block;
	clear: both;
	width: 80%;
	margin: 5px auto;
}
/*--------------------------------------------------------------50%レイアウト*/
.leftBox, 
.rightBox {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
}
/* clearfix */
.leftBox:after, .rightBox:after {
	content: "";
	display: table;
	clear: both;
}
.leftBox img, 
.rightBox img {
	width: 80%;
	margin: 5px auto;
}
/*--------------------------------------------------------------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;
}

/*--------------------------------------------------------------
  body
--------------------------------------------------------------*/
body {
	font-size: 87.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
/*    font: 14px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100% auto;*/
	margin: 0;
	background: #ffffff;
	color: #333333;
	line-height:1.6;
}

/*--------------------------------------------------------------
  base
--------------------------------------------------------------*/
img {
	border: none;
}
strong {
	font-weight: bold;
}

/*--------------------------------------------------------------
  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%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#header:after {
	content: "";
	display: table;
	clear: both;
}
#headerInner {
	display: block;
	clear: both;
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}
/*clearfix*/
#headerInner:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
/*--------------------------------------------------------------#hlogo*/
#hlogo {
	clear: both;
}
#hlogo h1,
#hlogo a {
    display: block;
    width: 220px;
    height: 19px;
	margin: 16px auto 0 10px;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../img/common/hlogo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 220px auto;
	-webkit-background-size: 220px auto;
}
#hlogo h1 span,
#hlogo a span {
    display: block;
    width: 220px;
    height: 19px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
/*--------------------------------------------------------------#headMenuBox*/
#headMenuBox {
	display: none;
}

/*--------------------------------------------------------------
  #nav
--------------------------------------------------------------*/
#nav,
#nav_top {
	display: none;
}

/*--------------------------------------------------------------
  mmenu
--------------------------------------------------------------*/
.mm-label a.button,
.mm-label span.button,
.mm-label select,
.mm-label input[type="text"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 10px;
	z-index: 10000;
}
.mm-label a.button,
.mm-label span.button
{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
select,
input[type="text"]
{
	background: #fff;
	border: 1px solid #ccc;
}
.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu) {
	display: none;
}
.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0;
}
.header a.contacts
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
.header a.right {
	left: auto;
	right: 10px;
}
.content {
	background: url( menu-arrow.png ) 25px 15px no-repeat transparent;
	padding: 150px 50px 50px 50px;
}
.header.mm-fixed-top + .content {
	background-position: 25px 55px;
}
html.mm-opened.mm-zoom-menu body {
	 background: #333;
}
html.mm-opened.mm-zoom-menu .mm-page {
	background-color: #fff;
}
/*--------------------------------------------------------------menu*/
.menu a {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: url(../img/sp/menu.gif) right top no-repeat;
	background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	text-align: right;
}
/*--------------------------------------------------------------#searchmenu */
#searchmenu {
	text-align: center;
}
#searchmenu label,
#searchmenu a {
    cursor: pointer;
    display: none;
}
#searchmenu input {
	width: calc(100% - 30px);
	height: 44px;
	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: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

/*--------------------------------------------------------------
.pagetop
--------------------------------------------------------------*/
.pagetop {
	clear: both;
    display: block;
	width: 60px;
    height: 60px;
    height: auto;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}
.pagetop a {
    display: block;
	width: 60px;
    height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/common/pagetop.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
}
.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: 20px 0 0 0;
	color: #fff;
	background-color: #006cc8;
	text-align: center;
}
#tmp_wrap_footer a {
	color: #fff;
}
#tmp_footermenu {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#tmp_footermenu:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_footermenu ul {
	display: inline-block;
	clear: both;
	width: auto;
	margin: 10px auto;
	padding: 0 20px;
	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 {
	clear: both;
	width: auto;
	margin: 10px 0;
	padding: 0;
	text-align: left;
}
#tmp_footer {
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: center;
}
#tmp_footer .tmp_footer_cnt {
	clear: both;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 86%;
}
#tmp_footer .flogo {
    display: block;
    width: 292px;
    height: 26px;
	margin: 0 auto 10px auto;
	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;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #005298;
	color: #fff;
	font-size: 71.4%;
	text-align: center;
}

/*--------------------------------------------------------------
ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------#container*/
#container {
	display: block;
	clear: both;
	width: 100%;
	min-width: 320px;
	margin: 0;
	padding: 20px 0;
	text-align: left;
}
/*--------------------------------------------------------------#containerInner*/
#containerInner {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 0 10px;
	background-color: #ffffff;
	text-align: left;
}
/*clearfix*/
#containerInner:after {
	content: "";
	display: table;
	clear: both;
}
#containerInner a {
	word-wrap: break-word;
	word-break: break-all;
}
/* display: none;
--------------------------------------------------------------*/
#breadcrumbs {
	display: none!important;
}
/*--------------------------------------------------------------タイトル類*/
.titleArea {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	background-color: #0090cc;
	text-align: center;
}
.titleArea h1,
.titleArea p {
	display: block;
	clear: both;
	margin: 0;
	padding: 0 10px;
	width: auto;
	text-align: left;
}
.titleArea h1 span,
.titleArea p span {
	display: inline-block;
	margin: 0 auto 0 0;
	padding: 0;
	color: #fff;
	font-size: 186%;
}
.titleArea span.news,
.titleArea span.abouts,
.titleArea span.organizations,
.titleArea span.pickup,
.titleArea span.recruit {
	background-position: left 0.5em;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 30px auto;
	-webkit-background-size: 30px auto;
}
.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);
}
.titleArea span.pickup {
	background-image: url(../img/icon/ico_pickup.png);
}
.titleArea span.recruit {
	background-image: url(../img/icon/ico_recruit.png);
}
#tmp_contents h2 {
	margin: 1.5em 0 0.8em;
	padding: 10px;
	border-top: 3px #0090cc solid;
	border-bottom: 3px #0090cc solid;
	font-size: 157%;
	color: inherit;
	text-align: left;
}
#tmp_contents h2:first-child {
	margin-top: 0;
}
#tmp_contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 5px 10px;
	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: 5px 10px;
	background-color: #bdecff;
	color: inherit;
	font-size: 114.3%;
}
#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 10px;
	color:inherit;
	background-color: #e5ecf9;
	border-left: 6px #183a79 solid;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 900;
	font-size: 128.5%;
	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_footer_social:after {
	content: "";
	display: table;
	clear: both;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float: none;
	clear: both;
	margin: 0 0 0.8em 0;
	text-align: left;
}
#tmp_social_plugins .social_media_btn {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}
#tmp_custom_update .social_media_btn {
	margin: 0 0 0 5px;
	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 {
	text-align: left;
}
#tmp_custom_update .updateday_box {
	clear: both;
	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 {
	display: inline-block;
	float: left;
	margin: 0 5px;
}

/* main
============================== */
#main {
	width: 100%;
}
.col_main,
.col_c {
	clear: both;
	margin-bottom: 20px;
}
.col_navi {
	clear: both;
	margin-bottom: 20px;
}
/* tmp_contetsnavi
============================== */
#tmp_contetsnavi {
	clear:both;
}
#tmp_contetsnavi_ttl {
	margin: 0;
	padding: 10px;
	color: #ffffff;
	font-size: 128.6%;
	background-color: #0090cc;
	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: 30px;
}
#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 0 20px 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;
	margin: 0;
	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_importantlist_cnt
============================== */
#tmp_list_cnt {
	clear: both;
	margin: 0;
	padding: 0;
}
#tmp_list_cnt .box_list {
	clear: both;
	margin: 0;
	padding: 10px 20px 10px 10px;
	background-image: url(../img/common/arrow_news.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-bottom: 1px #c9c9c9 solid;
}
/*clearfix*/
#tmp_list_cnt .box_list:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_list_cnt .updateday_box {
	clear: both;
	display: block;
}
#tmp_list_cnt p {
	clear: both;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
}
#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: 15px 30px 15px 10px;
	width: auto;
	height: auto;
	background-image: url(../img/common/arrow_news.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
}
#tmp_list_cnt li a:hover {
	background-color: #def3fc;
}
/*-----------------------------------------------------------.article*/
.article {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 0 0 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 strong {
	font-weight: bold;
}
.article em {
	color: #F00;
}
.article table {
	width: 100%;
}
.article .photo img {
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 3px;
}
.article .photo {
	width: auto;
	max-width: 100%;
}
.article .photo a {
	display: block;
	clear: both;
}
.article .photo1Col {
	text-align: center;
	clear: both;
	width: 100%;
}
.article .photo1Col .photo {
	margin: 0;
}
.article .photo1Col .photo img {
	width: calc(100% - 2px);
	height: auto;
}
.article .photo2Col,
.article .photo3Col {
	text-align: center;
	clear: both;
}
.article .photo2Col .photo,
.article .photo3Col .photo {
	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 {
	display: block;
	border: none;
}
.article .photo3Col .photo img {
	display: block;
	clear: both;
}
.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 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;
}
.article .photoArea img {
}
.article iframe {
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
.article table {
	width: 100%;
	border-collapse: collapse;
}
.article th,
.article td {
	border-collapse: collapse;
}
.leadBox {
	display: block;
	clear: both;
	width: auto;
	margin: 0 10px 0.8em 10px;
	padding: 10px;
	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;
	font-size: 86%;
	text-align: left;
}
.pagination p {
	clear: both;
}
.pagination span.back a, .back a {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	background-color: inherit;
	border: none;
	white-space: nowrap;
}
.pagination span.link a, .link a {
	width: auto;
	height: auto;
	margin: 0 5px;
	padding: 0;
	background-color: inherit;
	border: none;
	white-space: nowrap;
}
.pagination span.next a, .next a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: inherit;
	border: none;
	font-weight: normal!important;
	white-space: nowrap;
}
.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 5px;
	padding: 3px 8px;
	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 5px;
	padding: 3px 8px;
	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 {
    clear: both;
    margin: 0 0 10px 0;
	text-align: center;
}
.plugin .plugin_img img {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: auto;
	max-width: 100%;
	height: auto;
}
.plugin p {
    margin: 0 !important;
}

/*--------------------------------------------------------------
  ボタン類
--------------------------------------------------------------*/
.btn {
	display: block;
	margin-top: 1.5em;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	height: auto;
	border: none;
	text-align: center;
}
.btn a {
	display: block;
	margin: 0;
	padding: 15px;
	width: auto;
	height: auto;
	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 {
    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,
.thema_moji,
.thema_col,
.thema_default_col {
	text-align: center;
}
.thema_article a {
	clear: both;
	padding: 15px;
	margin: 0.6em auto 0 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_col a {
	display: block;
	clear: both;
	margin: 0.6em 0 0 0;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	background-color: #0090cc;
}
.thema_default_col a {
	display: block;
	clear: both;
	margin: 0.6em 0 0 0;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	background-color: #0090cc;
}
.thema_moji a {
	display: block;
	clear: both;
	padding: 15px;
	margin: 0.6em auto 0 auto;
	border: 1px #0090cc solid;
	color: #0090cc;
}
.thema_moji a:hover {
	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: 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;
	height: auto;
	background-color: #4368ad;
	color: #ffffff;
	font-size: 86%;
	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 {
	clear: both;
}
/*clearfix*/
.tmp_wrap_col2:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_wrap_col2 .col2_cnt {
	clear: both;
	width: auto;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	background-color: #d9e4fa;
}
/*clearfix*/
.tmp_wrap_col2 .col2_cnt:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_wrap_col2 .col2_ttl {
	clear: both;
	margin: 0 0 0 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;
	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: 1em;
}

/*--------------------------------------------------------------
  トップページのみ
--------------------------------------------------------------*/
/*--------------------------------------------------------------#tmp_wrap_topimage*/
#tmp_wrap_topimage {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	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;
}
/*clearfix*/
#tmp_topimage:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
#tmp_topimage {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 10px 0 10px;
}
#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: 20px;
	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 */
	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_wrap_news*/
#tmp_wrap_news {
	display: block;
	clear: both;
	margin: 0;
	padding: 20px 10px;
	width: auto;
	height: auto;
	text-align: center;
}
#tmp_news,
#tmp_list {
	display: block;
	clear: both;
	margin: 0;
	padding: 0 0 5px 0;
	width: auto;
	height: auto;
	text-align: left;
}
/*clearfix*/
#tmp_news:after,
#tmp_list:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_news .tmp_news_ttl {
	margin: 0 0 20px 0;
	padding: 40px 0 0 0;
	width: auto;
    height: auto;
	background-image: url(../img/top/ico_news.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 143%;
	text-align: center;
}
#tmp_news .news_list_box {
	clear: both;
	width: auto;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------#tmp_wrap_topcontents*/
#tmp_wrap_topcontents {
	display: block;
	clear: both;
	margin: 0;
	padding: 20px 0 30px 0;
	width: 100%;
	height: auto;
	background-color: #dcf3ff;
	text-align: center;
}
/*clearfix*/
#tmp_topcontents:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_topcontents {
	display: block;
	clear: both;
	margin: 0;
	padding: 0 10px;
	width: auto;
	height: auto;
	text-align: left;
}
#tmp_topcontents .topcontents_ttl {
	margin: 0;
	padding: 0;
	width: auto;
    height: auto;
	font-size: 143%;
	text-align: center;
}
#tmp_topcontents .topcontents_list {
	clear: both;
	margin: auto;
	padding: 0;
	width: auto;
    height: auto;
	text-align: center;
}
#tmp_topcontents .topcontents_list li {
	display: block;
	clear: both;
	max-width: 240px;
	width: auto;
	height: auto;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
}
#tmp_topcontents .topcontents_list li a {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px;
	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: 20px 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: 240px;
	height: 60px;
	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: 190px;
	height: 30px;
	margin: 0;
	padding: 15px 30px 15px 20px;
	background-image: url(../img/top/arrow_oitaariport.png),
		url(../img/top/img_logo_oitaairpor.png);
	background-position: right 10px center,
		20px center;
	background-repeat: no-repeat,
		no-repeat;
	background-size: auto auto,
		auto 30px;
	-webkit-background-size: auto auto,
		auto 30px;
	text-decoration: none;
	text-align: center;
}
#tmp_oitaariport a span {
    display: block;
	width: 190px;
	height: 30px;
    position: relative;
    z-index: -1;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
}
