@charset "utf-8";
/* CSS Document */


#contents table{
	width:600px;
	font-weight:bold;
	text-align:center;
	margin:30px auto;
}

#contents table, td {
	border:1px solid #666;
}

#contents td {
	padding:10px 0;
}

.bg_ttlx {
	background-color:#9ECDE9;
}

.bg_ttly{
	background-color:#DEEEF8;
}
@media screen and (max-width: 767px) {
	#contents table{
		width:90%;

	}
	
	
	
}