@charset "UTF-8";

/* entry common */

table.t-1 {
	width: 700px;
	margin: 0 auto 5px auto;
	
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}

table.t-1 caption {
	width: 700px;
	height: 30px;
	padding: 2px 0px 0px 32px;
	margin:		0px 0px 0px 0px;
	line-height: 31px;
	text-align: left;
	color:	#005159;
	font-size: 14px;
	font-weight: 700;
	background-image: url(/image/common/table/t1/t1-h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* width -20px sitei? */
@media screen and (-webkit-min-device-pixel-ratio:0){
	table.t-1 caption {width: 680px;}
}

table.t-1 th,
table.t-1 td {
	padding: 6px;
	border: 1px solid #666;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

table.t-1 th {
	background-color: #ececec;
	white-space: nowrap;
}

