@charset "UTF-8";

/*リスト新しい方*/

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}


.zentai p {
	line-height: 180%;
}

img {
	max-width: 100%;
}

body {
	margin: 0 auto 0 auto;
	background-image: url(../../img/back1.gif);
	background-repeat: repeat;
}


.zentai {
	width: 90%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	border-left: 1px solid #004000;
	border-right: 1px solid #004000;
}


.boutou {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 6px 0 10px 10px;
	text-align: left;
}

.header {
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.header_2 {
	height: 30px;
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.top_image {
	width: 80%;
	margin: 0 auto 10px auto;
	font-size: 14px;
	text-align: center;
}

.small {
	font-size: 80%;
}

.contents {
	width: 90%;
	margin: 10px auto 10px auto;
	text-align: center;
}

.contents a {
	color: #3a602b;
	text-decoration: none;
	font-weight: bold;
}

.contents a:hover{
	text-decoration: underline;
}

.contents ul {

}

.contents li {
	list-style-type: circle;
	margin: 0 0 0 40px;
}

.contents_text {
	margin: 0 0 0px 10px;
	font-size: 12px;
	padding: 0 0 10px 0;
	text-align: left;
}


.contents_center {
	text-align: center;
}

.sample {
	width: 80%;
	color: #8fb09c;
	margin: 0px auto 0 auto;
}


.footer {
	background-image: url(../../img/back2.jpg);
	background-repeat: repeat;
}


.modoru {
	height:30px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.modoru a {
	vertical-align: middle;
	color: #004000;
	text-decoration: none;
}
.modoru a:hover {
	text-decoration: underline;
}


table {
	width: 100%;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	word-break: break-word;
	white-space: nowrap;
}

table th {
	font-size: 65%;
	border: 1px solid #c3bab2;
	padding: 2px 8px 2px 8px;
	font-weight: normal;
	text-align: center;
	width: 100px;
 	height: 30px;
	background-clip: padding-box;
	}

table td {
	font-size: 65%;
	border: 1px solid #c3bab2;
	padding: 2px;
	text-align: center;
	width: 100px;
 	height: 30px;
	background-clip: padding-box;
}

td.nobr {
	white-space: nowrap;
}


.scroll_table {
	max-width: 980px;
	overflow-x: auto;
	max-height: 500px;
	overflow-y: auto;
}

.kotei1{
	position: sticky;
 	top: 0;
	left: 0;
	bottom: 0;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #c3bab2;
		}
}

.kotei2{
	position: sticky;
 	top: 0;
	left: 0;
	bottom: 0;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #c3bab2;
		}
}


.kotei3{
	position: sticky;
	left: 0;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #c3bab2;
		background-clip: padding-box;
		}
}

.kotei1{
  z-index: 2;
}
.kotei2{
  z-index: 1;
}
.kotei3{
 z-index: 1;
}


.class1 {
	font-size: 14px;
}


input[type="checkbox"].on-off{
    display: none;
}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

hr {
   border-top: 2px dashed #b7ddae;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.copyright {
	background-color: #004000;
	color: #b7ddae;
	font-size: 12px;
	padding: 10px 10px 6px 0px;
	text-align: right;
}


.copyright a {
	color: #b7ddae;
	text-decoration: none;
}