@charset "UTF-8";

body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
}


/*共通*/
#contents {
	width:980px;
	margin:0 auto;
	font-size: 1.6rem;
}
.title_red {
	margin-top:1.5rem;
	font-size:1.8rem;
	color:#333;
	text-align: center;
	font-weight: bold;
	border-bottom:2px solid #FF0000;
}



.information{
	margin-top: 2.0rem;
}

.day{
	text-align: right;
	margin: 0 0 3.0rem;
}

.indent{
  padding-left: 1em;
  text-indent: -1em;
}



.btnarea{
	text-align: center;
	margin: 20px;
}

.button2007 {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #FF0000;
  border: 2px solid #FF0000;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
	text-align: center;
}
.button2007::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.button2007:hover{
	opacity: 0.8;
	text-decoration: none!important;
}

.text{
	font-size: 1.5rem;
	margin: 5px 0;
}

.pdfarea{
	margin: 0 0 20px;
}

.pa{
	margin-top: 50px
}

.information a{
	color: #1a0dab;
}

.information a:hover{
	text-decoration: underline;
}

@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		
	}
	#contents {
		width:100%;
		font-size: 1.4rem;
	}

	main{
		margin: 1.5rem;
	}

	.title_red {
		font-size: 1.5rem;
	}
	}
	
	

