@charset "utf-8";
/* CSS Document */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: lighter;
	width: 100%;
	zoom:85%;
	
} 







/*タイトル*/
h1 {   text-align: left;
       font-size: 22px;
       border-bottom: solid 3px #5D99FF;
       border-left: solid 20px #5D99FF;
       width: 1000px;  
       }





/*内容*/

.container {
  display: block;
  width: 1000px;
  margin: 0 auto;
}



.container dt{
	margin-top: -10px;
	margin-bottom: 8px;
}

.new{
	text-align: left;
    font-size: 16px;
	line-height: 30px;
}

.new img{
   width: 500px;
	height: auto;
	margin-bottom: 40px;
}


.btn{
	text-align: center;
}

.btn p{
	background: #5D99FF;
	color: #FFFFFF;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13pt;
	transition: .5s ease-in-out;
}


.btn p:hover{
	border-radius: 50px;
	background:#003AB0;
	transition: .5s ease-in-out;
}



.kizibtn{
	width: 100%;
	height: 30px;
	margin-top: 70px;
    margin-bottom: 70px;
}


.kizibtn ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 1px;
}

.kizibtn li{
	display: inline-block;
}








/*戻るボタン*/
.previous{
	
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 2pt gray;
	border-radius: 10px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.previous a{color: gray;}


/*TOPへ戻るボタン*/
.returnTOP {
	width: 120px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #5D99FF;
	border-radius: 10px;
	font-size: 12pt;
	font-weight: bold;
	border: solid 2pt #5D99FF;
}


.returnTOP a{color: #FFFFFF;}

.returnTOP a:hover{
	background: #072598;
}


/*進むボタン*/
.next{
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 2pt gray;
	border-radius: 10px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}


.next a{color: gray;}






@media (max-width:480px){
	
	.new img{
		width: 400px;
	    margin-left: 0px;}
	
	.container{
		 height: 1000px;
	}
	
	.next{
	width: 100px;
	font-size: 10pt;
}
	
	.returnTOP {
	width: 100px;
	font-size: 10pt;
}
	
	
.previous{
	width: 100px;
	font-size: 10pt;
}
	
}
