@charset "shift_jiss";
html {
overflow: auto;
}

body{
width: 1000px;
margin: 0 auto;
overflow: hidden;
}

h1{
  padding-top: 23px;
}

h2 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}

h2 :after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

h3 {
  position: relative;/*相対位置*/
  padding-left: 1.8em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
}

h3:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  left: -0.5px;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/
}

.headline:before {
  color: #a1ceff;
}

.page-top{
 height: 100px;
 margin-bottom: 5px;
}

.page-top img{
	float: left;
	width: 100px;
}

.slider-size{
 width: 800px;
margin: 0 auto;
}

.twitter{
	float: left;
	margin-right: 20px;
}

.news{
	float: left;
}

.news dl.news-list {
	overflow: hidden;
  zoom: 1;
	width: 460px;
}

.news dl.news-list dt {
  margin-bottom: 10px;
	padding-bottom: 5px;
  width: 100px;
	float: left;
  clear: both;
  font-weight: bold;
}

.news dl.news-list dd {
  margin-bottom: 5px;
  padding: 0 0 5px 140px;
  border-bottom: 1px dotted #999;
}

.info {
  clear: both;
	padding-top: 40px;
}

.info table{
 	margin: 0 auto;
	border-collapse: collapse;
}

.info table th,td{
 padding: 10px;
 border: solid 1px;
}

.info table th{
 border: solid 1px;
 background-color: #1334a6;
 color: #ffffff;
}

.member .member-img{
  text-align: center;
}

.gallery table tr td{
  border: 0px none;
}

.gallery table tr td img{
  width: 230px;
}
.gallery-box{
  margin-bottom: 30px;
}

.gallery p{
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-img{
	padding: 6px 0 300px;
	background: url(../images/footer.jpg) no-repeat center 250px;
	background-size: auto;
}

.footer-txt{
	background-color: #87b2df;
	height: 35px;
}

.footer-txt p{
	text-align: center;
	font-size: 12px;
	margin-bottom: -20px;
	padding-top: 10px;
}

/* 以下、パーツセット */
.center{
  margin: 0 auto;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}

.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
