/* CSS Document */
/*
body table th, td {
	padding:0;
	margin: 0;
	border:none;
	
}

.none {
	padding: 0 !important;
	border:none !impotant;
}





.container table {
	width: 100%;
	
}

.container th, td{
	padding: 15px;

}

.container td.sheet {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

td.sheet
*/


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: 'Noto Sans JP', sans-serif;
	/* background-image:  url(../../image/top-line.gif); background-repeat: repeat-x; */
	margin: 0;
	padding: 0;
}



header {
	text-align: center;
	background-color: #624efa;
	height: 50px;
	margin-bottom: 30px;
}

h1 {
	margin: 0;
	padding: 0;
}

@media (max-width: 720px) {
	h1 img {
		width: 100%;
	}
}


main {
	width: 760px;
	margin: auto;
}

@media (max-width: 720px) {
	main {
		width: 100%;
	}
}

.container {
	width: 100%;

}

@media (max-width: 720px) {
	.container {
		width: 95%;
		margin: 0 auto;
	}
}

.container {
	font-size: 16px;
}

footer {
	margin: 0 auto;
	max-width: 750px;
	font-size: 12px;
	line-height: 1.8em;
}

@media (max-width: 720px) {
	footer {
		width: 100%;
		margin: 0 10px;
	}
}

footer table {
	width: 100%;

}


/*リストボタン　240315*/
.list-btn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-left: 0;
}

@media (max-width: 720px) {
	.list-btn {
		display: block;
		margin-bottom: 10px;
	}
}

.list-btn li {
	list-style: none;
}



.list-btn li a {
	display: inline-block;
	white-space: nowrap;
	background: #f3f3f3;
	line-height: 2.4rem;
	padding: 0 30px;
	text-decoration: none;
	font-weight: 700;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
}


@media (max-width: 720px) {
	.list-btn li a {
		display: block;
		/* width: 80%; */
		/* width: 60%; */
		margin: auto auto 10px auto;
	}
}

.list-btn li a::before {
	content: '▼';
	font-size: 60%;
	padding-right: 10px;
	color: #624efa;
	line-height: 1.6rem;
}

.list-btn li a:hover {
	background-color: #CEE8FD;
	transition: 0.3s;
}


.sheet {
	width: 100%;
	border-left: 1px solid #B3B3B3;
	border-collapse: collapse;
	border-spacing: 10px;
}

.sheet th {
	background: #7242fa;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	line-height: 1.7em;
	padding: 12px;
}

.sheet th::before {
	content: '---';
	padding-right: 10px;
	color: #fff;
	line-height: 1.6em;

}

th.green {
	background: #169801;
}

th.orange {
	background: #F8A859;
	color: #333;
}

.sheet td {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	padding: 12px 6px;
}

tr.bd-t td {
	border-top: 2px solid #B3B3B3;
}

td.size {
	width: 420px;
}

@media (max-width: 720px) {
	td.size {
		width: 200px;
	}
}


.entry {
	background: #f5f5f5;
}

.entry_txt {
	line-height: 1rem;
	/* position: relative; */
}

.entry_txt a {
	display: flex;
	text-decoration: none;
	padding: 0 10px;
	background-color: white;
	line-height: 2.6rem;
	color: #624efa;
	/* margin-bottom: 15px; */
}

@media (max-width: 675px) {
	.entry_txt a {
		padding: 10px;
		line-height: 1rem;
	}
}

.entry_txt a:hover {
	background: #cafde4;
	transition: 0.3s;
}

.iconimg {
	width: 20px;
	height: auto;
	margin: auto 10px auto 0;
}


.btn a {
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	background: #333;
	color: #fff;
	display: block;
	padding: 10px;
	margin: auto;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}

.btn span {
	font-size: 70%;
}

.btn a:hover {
	background: #09c667;
	transition: 0.3s;
}


/* 
.container li {
	list-style: none;
} */

/* .container li a {
	display: inline-block;
	background: #f3f3f3;
	padding: 10px 30px;
	margin: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
} */
/* 
.container li a:hover {
	background-color: #CEE8FD;
	transition: 0.3s;
} */