/*body{
	font-size:14px;
	margin:0;
	padding:5px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	background: #fff;
}

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

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}
#inHeight table {font-size:100%}
th, td {vertical-align:top;}
#inHeight a {
	color:#666;
	text-decoration: underline;
}
#inHeight a:hover{
	text-decoration: none;
}
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: inline-block;
	width: 100%;
}

	.page-sent ul {
		float: right;
	}
	
	.page-sent li {
		float: left;
		list-style-type: none;
		display: inline-block;
		padding: 0 1px 0 1px;
	}
	
	.page-sent li a {
	display: block;
	border: 1px solid #ccc;
	padding: 0 3px 0 3px;
	font-size: 80%;
	text-decoration: none;
	background-color: #fff;
	}
	
	.page-sent li strong {
	display: block;
	border: 1px solid #CCC;
	padding: 0 3px 0 3px;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #EC88A9;
	}
	
	.page-sent li a:hover {
	background-color: #F5C2D3;
	color: #999;
	}
	
	.page-sent li.prev a {
	border: 0;
	padding: 0 10px 0 16px;
	}
	.page-sent li.prev a:hover { background-color: #fff; }
	.page-sent li.next a {
	border: 0;
	padding: 0 16px 0 10px;
	}
	.page-sent li.next a:hover { background-color: #fff; }
	.page-sent li.top a {
	border: 0;
	font-size: 90%;

	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 2;
	padding-left: 5px;
	}
	.page-sent li.top a:hover {
	background-color: #fff;

}

/*::::: ページ類 :::::*/

/*h1 { margin-left: 20px; font-size: 140%; color: #60c; line-height: 20px; }
h2 {
	font-size: 130%;
	color: #969;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EA9DB6;
	font-weight: normal;
}
*/

 /*新着情報一覧ページ*/
.date {

	color: #666;
}
	.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: 5px;
		vertical-align: top;
		text-align: left;
		/*background: url(../mgimg/tensen.gif) bottom repeat-x;*/
	}
	
	.list-table td.cent {
		text-align: center;
	}
	
	.list-table td.cent a {
		text-decoration: none;
	}
	


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

.list-table {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
.wrap {
	border: none;
	padding: 20px;
	margin: 0 auto;
}
.wrap img {
	width: 100%;
}
#inHeight {
	overflow: hidden;
}

.list-table td.title {width:100%; display: block;}
.list-table td.day {width:100%; display: block;}

}



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

.list-table {
	margin-left: 10px;
	margin-right: 10px;
	width: 680px;
}
.wrap {
	padding: 20px;
	overflow: hidden;
}
#inHeight {
	overflow: hidden;
}
.col-news {
	height: 390px;
}
.list-table td.title {width:80%;}
.list-table td.day {width:20%;}
}


