@charset "UTF-8";


/* news-list */
#news-list {
	padding: 0 10px;
}

	#news-list dl {
		padding: 10px 0 40px;
	}

		#news-list dl dt {
			width: 7em;
			float: left;
			margin-bottom: 12px;
		}
	
		#news-list dl dd {
			margin-left: 7.5em;
		}

			#news-list dl dd span.category {
				border: 1px solid #ccc;
				background: #f2f2f2;
				width: 5em;
				text-align: center;
				display: block;
				font-size: 10px;
				text-indent: 0;
			}

			#news-list dl dd span.category.non {
				border: 1px solid #fff !important;
				background: #fff !important;
				width: 5em;
				text-align: center;
				display: block;
				font-size: 10px;
				text-indent: 0;
			}

			.ie7 #news-list dl dd span.category {
				display:inline;
				zoom:1;
			}

			#news-list dl dd p {
				margin: -1.3em 0 12px 6em;
			}

				#news-list dl dd p .new {
					color: #C90002;
					font-size: 10px;
					font-weight: bold;
				}


@media screen and (max-width: 640px) {
#news-list {
}

	#news-list dl {
		padding-bottom: 0;
	}

		#news-list dl dt {
			width: 8em;
			float: none;
			margin-bottom: 10px;
		}
	
		#news-list dl dd {
			margin-left: 0;
			margin-bottom: 20px;
			position: relative;
		}

			#news-list dl dd span.category {
				position: absolute;
				left: 8em;
				top: -2.6em;
			}
			#news-list dl dd p {
				margin: 0;
			}
				#news-list dl dd p .new {
					position: absolute;
					left: 14em;
					top: -2.5em;
				}


}
