@CHARSET "UTF-8";

body {
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	overflow: auto;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

/* footer bar */
footer {
	padding: 2px;
	background-color: #005151;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
}

footer ul {
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkitjustify-content: center;
	list-style: none;
	margin: 10px 0 0;
}

footer ul li {
	margin: 0 10px 0;
}

footer li a {
	color: #dbdbdb;
	text-decoration: none;
}

footer li a:hover {
	color: #ffff00;
}

/* ボックス */
.boxPaddingComm {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
}

.boxPaddingZero {
	margin: 0px;
	padding: 0px;
}

.boxTop {
	margin-bottom: 5px;
	border-bottom: solid 1px #dddddd;
	/* boxTopの下に罫線を挿入 */
}

.boxTopLogo {
	float: left;
}

.boxTopMenu {
	float: right;
}

.boxTop:after {
	content: "";
	display: block;
	clear: both;
}

.boxContents {
	padding-top: 25px;
	padding-bottom: 25px;
}

.boxContentsL {
	float: left;
	width: 20%;
}

.boxContentsR {
	float: right;
	width: 80%;
	padding-left: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.boxContents:after {
	content: "";
	display: block;
	clear: both;
}

.boxSlider {
	margin: 0px;
	padding: 0 0 0 0px;
	text-align: center;
	width: 100%
}

.boxSlider:after {
	content: "";
	display: block;
	clear: both;
}

.boxSliderL {
	float: left;
	max-width: 450px;
	width: 50%;
	margin: 0px;
}

.boxSliderR {
	float: right;
	width: 50%;
	margin: 0px;
}

/* ---- page top ---- */
#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

#page-top a {
	background: #666;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	width: 60px;
	height: 6px;
	padding: 10px 3px;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #ebebeb;
	color: black;
	font-weight: bold;
	font-size: 120%;
}

/* right click */
#rclick {
	display: none;
	position: absolute;
	margin: 0;
	padding: 2px;
	border: 1px solid gray;
	list-style-type: none;
	background: #EEE;
	font-size: 0.75em;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* ナビゲーション */
.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topMenu li {
	display: table-cell;
	float: left;
	width: auto;
}

.topMenu li a {
	display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.topMenu li a:hover {
	background-color: #005151;
	color: #ffffff;
}

.topMenu ul:after {
	content: "";
	display: block;
	clear: both;
}

/*-------------windows上端で固定する---ul横並び---class=fixedmenu----------------*/
.fixedmenu {
	background: #fff;
}

.fixedmenu ul {
	display: table;
	table-layout: fixed;
	margin: 0 auto; /* ブロック要素の中央揃え */
	padding-bottom: 5px;
}

.fixedmenu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #d9eaff;
	border-left: 5px solid white;
	padding-left: 10px;
	padding-right: 10px;
}

.fixedmenu li:first-child {
	border: none;
}

.fixedmenu li a {
	display: block;
	text-decoration: none;
	color: navy;
}

.fixedmenu li a:hover {
	background-color: #005151;
	color: #ffffff;
}

.fixed {
	position: fixed;
}

.fixedmenu.fixed {
	width: 100%;
}

.clear {
	overflow: hidden;
	zoom: 1;
}
/*-------------windows上端で固定する---ul横並び---class=fixedmenu----------------*/

/*-------------Home Page right-side-menu----------------------------*/
#right-side-menu {
	position: fixed;
	bottom: 50px;
	right: 10px;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

#right-side-menu a {
	display: block;
	margin: 5px 0px;
	padding: 5px 2px;
	background-color:#fffbdd;
	color: navy;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

#right-side-menu a:hover {
	background-color: #005151;
	color: #ffffff;
}
/*-------------Home Page right-side-menu----------------------------*/


/* ホームページのSlider show  */
.boxSlider {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.boxSlider img {
	height: 250px;
	width: auto;
	margin: 0 auto;
	pointer-events: none;
}

/* 記事 */
.kiji h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: solid 20px #c50018;
	font-size: 36px;
	font-weight: normal;
	color: #ff0000
}

.kiji h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: solid 1px #dddddd;
	font-size: 28px;
	font-weight: normal;
	color: #ff0000
}

.kiji h2 i {
	margin-right: 7px;
	color: #888888
}

.kiji p {
	max-width: 640px;
	margin-top: 0;
	margin-bottom: 20px
}

.kiji img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px
}

.kiji .lead {
	max-width: 100%;
	font-size: 20px;
	color: #666666
}

.kiji .pauto {
	max-width: 100%
}

.kiji .div {
	border-bottom-style: none;
	border-color: #d8d8d8;
	border-width: thin;
	margin-bottom: 15px;
	padding-bottom: 10px;
	float: left;
	margin-left: 15px;
}

.kiji .div:after {
	content: "";
	display: block;
	clear: both;
}

/* サイドメニュー */
.sideMenu {
	border: solid 1px #dddddd;
	overflow: hidden;
}

.sideMenu h1 {
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 0px 10px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: dashed 1px #dddddd;
}

.sideMenu h1 i {
	margin-right: 5px;
	color: #8abc60;
	font-size: larger;
}

.sideMenu ul {
	margin: 0px 0px 0px 15px;
	padding: 0;
	list-style: none;
}

.sideMenu li {
	border-bottom: solid 1px #dddddd;
}

.sideMenu li a {
	display: block;
	padding: 8px 8px 0px 3px;
	color: #000000;
	font-size: 15px;
	text-decoration: none
}

.sideMenu li a:hover {
	background-color: #005151;
	color: #ffffff
}

.sideMenu iframe {
	display: block;
	border: none;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 1200px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

/* -------------------------------  */

/* パンくずリスト ページ位置を表示する用  */
.bread {
	margin-bottom: 5px;
}

.bread ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.bread li {
	display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	float: left;
	width: auto
}

.bread li:after {
	content: '\003e';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888
}

.bread li:last-child:after {
	content: '';
}

.bread li a:hover {
	background-color: #005151;
	color: #ffffff
}

.bread ol:after {
	content: "";
	display: block;
	clear: both
}

/*イベンド・情報一覧　リスト*/
.eventlist {
	border-bottom-style: dashed;
	border-color: #d8d8d8;
	border-width: thin;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.eventlist:after {
	content: "";
	display: block;
	clear: both;
}

.eventlist div {
	float: left;
	margin-left: 15px;
	max-width: 720px;
}

.eventlist .divYMD {
	float: left;
	margin-left: 5px;
	min-width: 12px;
}

.eventlist .divNews {
	float: left;
	margin-left: 20px;
}

.eventlist img {
	max-width: 80%;
	max-height: 650px;
	height: auto;
	border: none;
	float: left;
}

/* お知らせ　関連記事 */
.workslist {
	margin-top: 10px;
	padding: 10px;
	background-color: #fffafe;
	weight: 600px
}

.workslist h1 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #727224;
	font-size: 20px;
	font-weight: normal
}

.workslist ul {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none
}

.workslist ul:after {
	content: "";
	display: block;
	clear: both
}

.workslist li {
	display: table-cell;
	float: left;
	width: 50%
}

.workslist li a {
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	margin-left: 15px;
	margin-top: 5px
}

.workslist li a:hover {
	text-decoration: none;
}

.workslist img {
	max-width: 100%;
	max-height: 650px;
	height: auto;
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	pointer-events: none;
}

.workslist div {
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}

.workslist div:hover {
	text-decoration: none;
}

/*********************************************************************
Home Page
*********************************************************************/
.post {
	padding: 0 0 10px;
	overflow: hidden;
}

.post ul {
	list-style: none;
	padding-left: 5px;
	margin: 5px;
}

.post ul:after {
	content: "";
	display: block;
	clear: both;
}

.post li {
	float: left;
	display: table;
	margin: 5px;
	text-align: center;
}

.post li img {
	max-height: 260px;
	max-width: 260px;
	border: none;
}

.post li a {
	font-size: 15px;
	text-decoration: none;
	color: #004040;
}

.post li a:hover {
	text-decoration: underline;
	background-color: #fef3ab;
	color: #ff0000;
}

.post p {
	position: relative;
	margin: 0px;
}

.post span {
	position: absolute;
	bottom: 10px;
	left: 5px;
	max-width: 200px;
	text-align: left;
}

/*ul post----for aritst list------end-----------------------*/