@charset "utf-8";

/*-----------------------------------------------------------
	TabletTimeRecorder - ニュースページ
	URL: http://www.tablet-time-recorder.net/news/
	Date: 2015-11-25
	Copyright (C) TabletTimeRecorder All Rights Reserved.
-----------------------------------------------------------*/

#newsArea h2 {
	font-size: 1.2em;
	font-wightt: bold;
	margin-bottom: 0.6em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CFDEA0;
	padding-top: 146px;
	margin-top: -86px;
}

#newsArea h3 {
	font-weight: bold;
	padding-top: 146px;
	margin-top: -116px;
	margin-bottom: 8px;
}

#newsArea ul,
#newsArea ol {
	padding-left: 40px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#newsArea ul li {
	list-style-type: disc;
}

#newsArea ol li {
	list-style-type: decimal;
}


#primary #newsArea {
	padding-top: 0;
}