@charset 'UTF-8';
@import url("./spnews.css") screen and (max-width: 640px);
* {
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
}
html, body {
	margin: 0 auto;
	height: 100%;
}
body {
	background-color: #EEE;
	color: #3C3C3C;
}
p {
	margin: 1em 0 1em 0;
}
body, td, th {
	font-family: 'HelveticaNeue-Thin', '.HiraKakuInterface-W1', 'ヒラギノ角ゴ ProN W1', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'YuGothic', 'メイリオ', Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #3399CC;
	text-decoration: none;
}
a:link {
	color: #3399CC;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
a:active {
	color: #FF6699;
	text-decoration: underline;
}
img {
	border-style: none;
}
a img {
	border-style: none;
}
#newsdiv {
	min-width: 640px;
	max-width: 980px;
	min-height: 100%;
	overflow: hidden;
	background: #FFF;
}
#newstitle {
	text-align: center;
	padding: 15px 30px 15px 30px;
}
#newsdate {
	text-align: right;
	padding: 0 30px 0 0;
}
#newstext {
	text-align: left;
	padding: 30px;
}
.ntitle {
	font-size: 1.18em;
	font-weight: bolder;
	padding-bottom: 10px;
}