@charset "utf-8";

html * {
	box-sizing: border-box;
}
body {
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}

a {
	color:#333;
   text-decoration:underline;
}
a:hover {
	color:#F93;
   text-decoration:none;
}

h1 {font-size:13px;
}
table {background:#333;
}
td{
	background:#FFF;
	color: #666;
	text-align:left;
}

.img-opa a:hover{
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    background:none!important;
 }

/* ヘッダー */
header {
	background:#C8E77E;
	}
.header-nav-wrapper {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	}
.header-container {
	padding: 0 0 0 30px;
}
.header-logo {
	margin: 0;
	width: 400px;
	height: 68px;
	background: url(../img/top-title.jpg) no-repeat;
	background-size: 400px 68px;
	text-indent: -9999px;
}
/* ナビゲーション */
nav {
	background: #C8E77E;
	border-bottom: 1px solid #37a29B;
}
.nav-container {
	padding: 0;
}
.globalnav {
	border-bottom: 3px solid #759A1D;
}
.globalnav li {
	flex: 0 0 10%;	
}
nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0 10px 0 10px;
}
.globalnav li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	color: #ffffff;
	color:#333;	
}
.globalnav li a:hover,
.globalnav li a.current {
	color: #FFF;
}

nav li {
	flex: 1 0 auto;
}
nav li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
nav li a:hover {
	background: #759A1D;
	border-radius: 10px 10px 0 0;
}
nav li a.current {
	background: #759A1D;
	border-radius: 10px 10px 0 0;
}
/* フッター */
footer { }
.footer-container {
	padding: 20px;
	background:#759A1D;
	margin-bottom:10px;
}
.copyright {
	margin: 0;
	color: #ff0;
	text-align:center;
}
.copyright img {
	border:#FF3 1px solid;
	border-radius:10px;
}
/* メインコンテンツレイアウト部分 */
.main-wrapper {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 128px;
	width: 100%;
	height:100%;
}
main { color:#333;
background-color:#DBEDFF;
}
.main-container {
	margin: 0 auto;
	display: flex;
	padding: 0;
	background: #ffffff;
	line-height:1.5;
	color:#333;
}

/* 2コラム目 */
.news {
	margin: 0 auto;
	font-size: small;
}
.news-contents {
	margin: 0 auto;
	list-style: none;
	color: #333;
	text-align:center;
}
.news-contents ul {
	overflow: hidden;
	margin:10px;
	border: 1px solid #dadada;
	border-radius: 10px;
	background:#F7F4A6;
	}
.news-contents li {
	overflow: hidden;
	padding: 5px;
}
.news-contents li img {
	float: left;
}
.news-contents li p {
	margin: 0 auto;
}
.news-contents-title {
	border-left:#690 5px solid;
	border-top:#690 1px solid;
	border-right:#690 1px solid;
	border-bottom:#690 1px solid;
	font-size:14px;
	font-weight:600;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}

.news-contents table{
margin: 0 auto;
border:#96EE35 1px solid;
border-radius:10px;
background:#FFF;
}
.td-cell {background:#0E0;
}

#pagetop{
padding:20px;
text-align:center;
font-size:12px;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a:hover {
	opacity:0.5;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background:none!important;
 }
#copy{
clear:both;
color:#666;
width:100%;
font-size:13px;
text-align:center;
}

.site-container {
	padding: 10px;
		background:#FC0;
		text-align:right;
}
.site-nav {
	display: flex;
	justify-content: space-around;
	color: #000;
}
.site-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:small;
	line-height:1.5;
}
.site-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:small;
	line-height:1.5;
	text-align:left;
}
.site-nav a {
	text-decoration: none;
	color:#000;
}
.site-nav a:hover {
	color: #FFF;
	background:none;
	text-decoration:underline;
}
.site-copyright {
	margin: 20px 0 0 0;
	font-size:small;
	text-align:right;
	color:#FF0;	
}


div#slide {
    clear: both;
    margin-top: 3px;
    height: 150px;
    position: relative;
}
 
div#slide ul li {
    float: left;
    margin-right: 5px;
}
 
div.slideCtrl {
    position: absolute;
    top: 80px;
    cursor: pointer;
}
 
div.left {
    left: 10px;
}
 
div.right {
    right: 10px;
}