
.link{
	text-decoration: underline;
}
@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;
}



.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 : 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;
}	

	

}




@media (max-width : 480px ){
	
.box1{
	background:#9BE5B8;
    box-shadow: 0px 0px 0px 10px #9BE5B8;
    border: dashed 2px #ffffff;
    border-radius: 8px;
	width: 250px;
	font-weight: bold;
	margin-bottom: 30px;
    }
	
.box2{
	background:#9BE5B8;
    box-shadow: 0px 0px 0px 10px #9BE5B8;
    border: dashed 2px #ffffff;
    border-radius: 8px;
	width: 360px;
	font-weight: bold;
	margin-bottom: 30px;
    }
