@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: 1100px;
  margin: 0 auto;
}


.container img{
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.container dt{
	margin-top: -10px;
	margin-bottom: 8px;
}

.new{
	text-align: left;
    font-size: 16px;
	line-height: 30px;
}
.new img{
	width: 400px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: -1px;
}



/*記事用進む戻るボタン*/
.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 : 714px ){
	
.new img{
	width: 400px;
	margin-left: 0px;}
	
.container{
	height: 850px;
	}
	
.next{
	width: 100px;
	font-size: 10pt;
}
	
.returnTOP {
	width: 100px;
	font-size: 10pt;
}
	
	
.previous{
	width: 100px;
	font-size: 10pt;
}	

	

}


