@charset "UTF-8";
/* CSS Document */
#main_area{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#detail_button a{
	text-decoration: none;
	display: block;
	width: 319px;
	padding: 15px 0;
	margin: 0 auto;
	font-size: 120%;
	font-weight: bold;
	color: #F7ED11;
    background-color: rgba(17, 91, 181, 0.5);
	border: 2px solid #fff;
}

#detail_button a:hover{
	color: #666;
	background-color: rgba(255,255,255,.7);
	transition: 0.3s;
}

h2{
    margin: 30px 0;
    font-size: 21px;
    color: #000;
}

/* お知らせ */
.info {
	/* width: 720px; */
	width: 500px;
	margin: 0 auto 50px;
	padding: 40px;
	background-color: #fff;
	border: 6px double #036EB8;
}
.info h2{
	margin-bottom: 20px;
	padding: 0 10px;
	font-size: 200%;
	font-weight: bold;
	color: #036EB8;
}
.info h2.marker{
	display: inline-block;
	background: linear-gradient(transparent 50%, #fff799 55%);
	font-weight: bold;
	border-radius: 6px;
}
.info .txt {
  background-image: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #646464 100%);
  background-repeat: repeat-y;
  background-size: 100% 2.5em;
  line-height: 2.3;
}
.info .txt p{
	font-size: 110%;
	text-align: left;
}
.info .txt p.linh{
	line-height: 1.5;
}
.info .txt p span{
	font-size: 120%;
	font-weight: bold;
	color: #ff7f50;
}

.tel {
    display: block;
    padding: 20px;
    margin: 50px auto 0;
    width: 350px;
    font-size: 20px;
    font-weight: bold;
	color: #036EB8;
    background-color: rgba(255, 255, 255, .8);
}
.tel a{
	color: #036EB8;
    text-decoration: none;
}
.tel span{
    font-size: 150%;
}

.banner {
    width: 920px;
    margin: 0 auto;
}
.banner img{
    display: block;
    width: 100%;
}