@charset "UTF-8";

/*
 * ============================================
 * COPYRIGHT(C)2004-2007 CYBRiDGE CORPORATION.
 * URL: http://www.cybridge.jp/
 * ============================================
 */

table.news{
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px auto 15px auto;
	background: #FFF url("/img/common/line_dot.gif") repeat-x 0% 100%;
}
table.news th,
table.news td{
	padding: 8px 0px;
	background: #FFF url("/img/common/line_dot.gif") repeat-x 0% 100%;
}
table.news th{
	text-align:left;
	width:115px;
	white-space:nowrap;
}


#pageNews h4 {
	background:url(/img/common/line_dot.gif) repeat-x 0 100% ;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:103%;
	}

.article h3 {
	background:url(/img/common/h3.gif) repeat-x 0 100% ;
	font-weight:bold;
	font-size:116%;
	padding-bottom:5px;
	margin-bottom:7px;
}
@media only screen and (max-width:640px) {
	table.news td,
	table.news th {
		float:left;
		padding:0px 8px 5px;
	}
	table.news th {
		padding:3px 8px 0px;
		background-image:none;
	}
	table.news td {
		clear:both;
	}
}