@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts {
	padding: 30px 20px 20px;
	width: 660px;
}

#conts table {
	width: 100%;
	font-size: 1.1em;
	border-collapse: collapse;
}

#conts table th {
	padding: 14px;
	color: #E50038;
	text-align: center;
	border: solid 1px #281716;
	background-color: #FCE5EB;
}

#conts table .th01 {
	background: url(../img/schedule/th_bg.gif) no-repeat left top;
}

#conts table td {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 2.3;
	border: solid 1px #281716;
}

#conts table td span {
	font-weight: normal;
}

#conts table td .txt01 {
	margin-bottom: 20px;
	line-height: 2.3;
}

#conts table td p {
	padding: 3px 0;
	line-height: 1.4;
}