body{
	font-size:100%;
	margin:0;
	padding:5px;
	font-family: ariel, meiryo;
	color:#333;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

h3,h4,h5,h6 {
	color: #666;
}

table {font-size:100%}
th, td {vertical-align:top;}
a {
	color:#666;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #969;
}
pre, code { padding:5px; border: 1px solid #999; color:#666; background-color:#eee; font-size:8pt}

.fcf00 { color: #f00; }
.fc00f { color: #00f; }
.fc090 { color: #090; }
.fcfc0 { color: #fc0; }
.fcf90 { color: #f90; }
.fcc0c { color: #c0c; }
.fcf39 { color: #f39; }
.fc900 { color: #900; }
.fc009 { color: #009; }

.page-sent {
    display: block;
    width: 210px;
    margin: auto;
}

	.page-sent ul {
	float: right;
	}
	
	.page-sent li {
	float: left;
	list-style-type: none;
	display: inline-block;
	margin: 0 3px;
	}
	
	.page-sent li a {
	display: block;
	border: 1px solid #CCC;
	padding: 5px 10px;
	font-size: 80%;
	text-decoration: none;
	}
	
	.page-sent li strong {
	display: block;
	border: 1px solid #CCC;
	padding: 5px 10px;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #f39700;
	}
	
	.page-sent li a:hover {
	background-color: #ffe8c1;
	color: #999;
	}
	
	.page-sent li.prev a {
	border: 0;
	padding: 5px 10px;
	}
	.page-sent li.prev a:hover { background-color: #fff; }
	.page-sent li.next a {
	border: 0;
	padding: 5px 10px;
	}
	.page-sent li.next a:hover { background-color: #fff; }
	.page-sent li.top a {
	border: 0;
	padding: 5px 10px;
	}
	.page-sent li.top a:hover { background-color: #fff; }
	
/*::::: ページ類 :::::*/

h1 { margin-left: 20px; font-size: 140%; color: #60c; line-height: 20px; }
h2 {
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	color: #969;
	margin-top: 0px;
}


 /*新着情報一覧ページ*/
.date {
	text-align: right;
	color: #666;
}

.wrap div.top { text-align: right;width: 90%; }
.wrap div.top a {
	border: 0;
	padding: 0 5px 0 5px;
	}
	.wrap div.top a:hover { background-color: #fff; }

	.list-table tr {
    display: grid;
    grid-template-columns: 1fr 5fr;
	}

/*	.list-table th {
		color: #35a;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		background: url(../mgimg/list_th.gif) repeat-x;
	}*/
	
	.list-table td {
	padding: 3px;
	vertical-align: top;
	text-align: left;
	}
	
	.list-table td.cent {
		text-align: center;
	}
	
	.list-table td.cent a {
		text-decoration: none;
	}
	
	.list-table td.title p,
	.list-table td.title p span {
	padding: 0;
	margin: 0;
}
	.list-table td.title {
		padding-bottom: 1.5em;
	}
	

.day { color: #333;}
.title,
.title p {font-weight: normal; line-height:1.5;}


.formbox p.tith {
	clear: both;
	float: left;
	width: 70px;
	font-weight: bold;
	color: #060;
}
@media screen and (min-width: 768px) {

.wrap {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
}
.topwrap {
	width: 100%;
	margin: 0px;
}
.list-table {
	width: 90%;
	margin: 2rem auto 0;
}
.list-table tr {
    grid-template-columns: 1fr 5fr;
    gap: 20px;
}
}

@media screen and (min-width: 600px) and (max-width: 768px) {

.wrap {
	width: 90%;
	border: 1px solid #ccc;
	padding: 20px;
}
.topwrap {
	width: 90%;
	margin: 0px auto;
}

}

@media screen and (max-width: 599px) {

.wrap {
	width: 90%;
	border: 1px solid #ccc;
	padding: 20px;
}
.topwrap {
	width: 100%;
	margin: 0px;
}
.list-table {
	width: 100%;
	margin: 0px;
}

}
