/*! news.css */

/* ==========================================================================
   1. News Title
   ========================================================================== */

h3.newsTitle {
	font-size:93%;
	background-image:url(../../img/atsugi/news/commonTitle.gif);
	background-repeat:no-repeat;
	width:640px;
	height:41px;
	line-height:41px;
}

	h3.newsTitle div {
		padding-left:15px;
		padding-right:15px;
	}

/* ==========================================================================
   2. News Table
   ========================================================================== */

table#news {
	width:100%;
}

	table#news tr {
		border-bottom:1px dotted #B4B4B4;
	}
				
		table#news tr:nth-child(even) {
			background-color:#F2F2F2;
		}

		table#news tr:nth-child(odd) {
			background-color:#FFFFFF;
		}
					
		table#news tr td {
			padding:10px;
		}

div#pagenation {
	text-align:center;
}

div#pagenation ul,
div#pagenation li {
	list-style-type: none;
	display: inline;
}

div#pagenation li {
	padding:10px;
}

div.sp {
	display: none;
}

@media (max-width: 767px) {
	div.sp {
		display: block;
	}
	
	div.sp table#news {
	}

		div.sp table#news tr {
			border-bottom:1px dotted #B4B4B4;
		}

			div.sp table#news tr:nth-child(even) {
				background-color:#F2F2F2;
			}

			div.sp table#news tr:nth-child(odd) {
				background-color:#FFFFFF;
			}

			div.sp table#news tr td {
				padding:10px;
			}

	div.sp div#pagenation {
		text-align:center;
	}

	div.sp div#pagenation span {
		padding:10px;
	}
}