* {
	margin: 0px;
	padding: 0px;
}
body {
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat;*/
	background-image: url(../images/bgc.png);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


img {
border: none;
}

a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.80;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.80;           /* Firefox 0.9より前 */
	}
	
/*img:hover {
position : relative;
top : 1pt;
left : 1pt;
}*/




#wrap {
	height: auto;
	width: 960px;
	margin: auto;
}

#content {
	background-color: #FFFFFF;
	height: auto;
	width: 960px;
	float: left;
}



h2 {
	font-size: 20px;
	font-weight: bold;
	color: #D3373B;
	text-align: center;
	letter-spacing: 0.2em;
	margin-top: 25px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
	background-color: #009999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
	text-align: center
}
.text p {
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 5px;
}

.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-right: 30px;
	margin-left: 30px;
	height: auto;
	margin-top: 20px;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.summary dt {
	width: 900px;
	height: auto;
	font-size: 18px;
	text-align: center;
	clear: none;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	color: #C00;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.summary dd {
	height: auto;
	float: left;
	clear: none;
	font-size: 14px;
	line-height: 26px;
	margin-right: 100px;
	margin-left: 100px;
	width: 700px;
}

/* link option*/

.link_box {
	height: auto;
	width: 900px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	clear: none;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.link1 {
	width: 400px;
	text-align: center;
}


.link1 a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.link1 a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.link1 a.btn:hover {
  background: #fff;
  color: #228bc8;
}
.link1 a.btn:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}


.link2 {
	clear: none;
	float: left;
	width: 400px;
	text-align: center;
}

.link2 a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.link2 a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.link2 a.btn:hover {
  background: #fff;
  color: #228bc8;
}
.link2 a.btn:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}

#schedule {
	border: 1px solid #2d853b;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#schedule .th1 {
	width: 130px;
}
#schedule .th2 {
	width: 290px;
}
#schedule .th3 {
	width: 100px;
}

#schedule .th4 {
	width: 340px;
}

#schedule .td1 {
	width: 130px;
}
#schedule .td2 {
	width: 290px;
}
#schedule .td3 {
	width: 100px;
}
#schedule .td4 {
	width: 340px;
}


#schedule .tbl {
	width: 900px;
}

#schedule .tbl2 {
	width: 900px;
}

#schedule .tbl3 {
	width: 900px;
}



#schedule th {
	font-size: 12px;
	color: #333;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#schedule td {
	font-size: 12px;
	color: #333333;
	border: 1px solid #2d853b;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#footer {
	height: auto;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/sp_bg_g2.jpg);
	background-repeat: repeat;
	text-align: center;
	clear: none;
	float: left;
}

#footer p{
	font-size: 80%;
	color: #333;
	padding-left: 140px;
	text-align: left;
}


#copyright {
	clear: none;
	float: left;
	height: auto;
	width: 950px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	color: #333;
}
