@charset "utf-8";

body {
	background-image:url(./images/newsback.png);
	background-repeat: no-repeat;
	background-position:center;
}

/*------------------------------------970--------------------------*/
@media screen and (min-width: 960px) {

#news{
	position:relative;
	width:800px;
	height:1400px;
	margin:50px auto 170px auto;
	background-color:#FFF;
	padding:50px;
}
#news{
	overflow:auto;
}
body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 24px;
	color: #003;
	line-height:1.33;
}
#honnbunn{
	line-height:40px;
	text-align:justify;
}
#kokuchi{
	line-height:40px;
}
.border{
	width: 1000px;
	border: 1px solid red;
}
}

/*------------------------------------------９５９以下-----------------------------------*/

@media screen and (max-width: 959px) {
#news{
	position:relative;
	width:350px;
	height:100%;
	margin:10px auto;
	background-color:#FFF;
}
#news{
	overflow:auto;
}
body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 14px;
	color: #003;
	line-height:1.33;
}
#honnbunn{
	line-height:1.33;
	text-align:justify;
}
#kokuchi{
	line-height:1.3;
}
.border{
	width: 350px;
	border: 1px solid red;
}

}