@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 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


/*内容*/

.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 ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 1px;
}

.kizibtn li{
	display: inline-block;
}

/*-----------------ボタン------------------*/

.btn-brackets {
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #000;
  transition: .4s;
}
.btn-brackets:hover {
  color:#ff7f7f;
}
.btn-brackets:before, .btn-brackets:after {
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.btn-brackets:before {
  border-left: solid 1px #ff7f7f;
  border-top: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  left: 0;
}
.btn-brackets:after {
  content: '';
  border-top: solid 1px #ff7f7f;
  border-right: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  right: 0;
}

/*----------------------------------------------*/



@media (max-width : 419px ){
	
.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;
}	

	

}
