@charset "utf-8";

html{
	padding: 0;
	margin: 0px;
	outline: 0px none;
}
body{
	margin: 0px;
	scrollbar-base-color:#ffccff;
	font-size:13px;
	color:#333333;
	text-align: left;
	background-color: #fffff3;
	font-family: -apple-system, blinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	letter-spacing: 1px;
	overflow-x: hidden;
}
table{
	border-collapse: collapse;
}
h1 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

h1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
h2{
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	height: 1px;
	border-color: #cccc55;
}
.news_box{
	font-size: 15px;
	width: 710px;
	height: 350px;
	margin: 0 auto;
	border: solid 1px #e1f4f9;
	background-color: #ffffff;
	padding: 3px;
	overflow: auto;
	text-align: left;
}

@media (max-width: 960px) {
	.wrapper, .content, .sidebar .header_top_str .footer_bottom_str{
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.news_box{
		font-size: 12px;
		width: 95vw;
	}


}