@charset "utf-8";

#slide {
	width: 1100px;
	margin: 30px auto 0;
	text-align: center;
}
#first_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 30px;
}
#first_line h2 {
    margin: 0px auto 15px;
}
#information {
    width: 780px;
    box-sizing: border-box;
    padding: 30px 20px 10px 30px;
	background: #f2f5f5;
}
#top_bn {
    width: 300px;
    margin-bottom: -12px;
}
#top_bn img {
    vertical-align: middle;
    margin-bottom: 12px;
}
/******************** news ********************/
#information dl {
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
    margin-top: 30px;
	height: 470px;
	padding-right: 20px;
}
#information dt {
	margin-bottom: 10px;
	font-weight: bold;
}
#information .date {
	margin-right: 10px;
	color: #666;
}
#information .title {
	color: #c39e56;
	font-size: 16px;
}
#information dd {
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #c4d2d2;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#information .pic {
	margin: 0 15px 10px 0;
	text-align: center;
}
#information .pic img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	object-position: top;
}
#information .comment {
    font-size: 14px;
    line-height: 160%;
	width: 540px;
}
/********************/
#information dl::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
#information dl::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#information dl::-webkit-scrollbar-thumb  {
  background: #ccc;
  border: 0px none #000;
  border-radius: 8px;
}
#information dl::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
#information dl::-webkit-scrollbar-thumb:active {
  background: #aaa;
}
#information dl::-webkit-scrollbar-track {
  background: none;
  border-radius: 50px;
}
#information dl::-webkit-scrollbar-track:hover {

}
#information dl::-webkit-scrollbar-track:active {
}
#information dl::-webkit-scrollbar-corner {
  background: transparent;
}
/******************** home ********************/
div#home_contents {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#side {
	width: 220px;
}
#side iframe {
	margin-bottom: -40px;
}
#side p {
	margin-bottom: 12px;
}
#main {
	width: 850px;
}
/******************** main ********************/
ul.schedule {
	margin: 0 -23px 40px 0;
}
/******************** bottom banner ********************/
ul#bottom_banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul#bottom_banner li {
	margin-bottom: 10px;
}
/******************** side ********************/
ul.shame {
	text-align: center;
	margin-bottom: 50px;
}
ul.shame a {
	display: block;
}
ul.shame .pic img {
	object-fit: cover;
	width: 220px;
	height: 150px;
	vertical-align: bottom;
}
ul.shame .title {
	text-align: left;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 11px;
	position: relative;
	top: -26px;
	width: 220px;
	height: 26px;
	padding: 2px 3px 4px 7px;
	position: relative;
	overflow: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: -23px;
}
ul.shame .name {
	color: #000;
	font-weight: bold;
	float: left;
}
ul.shame .date {
	color: #999;
	font-size: 12px;
	margin-bottom: 8px;
	float: right;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

