@charset "shift_jis";
/*================================
 center_list
================================*/
div#centerselect {
	text-align: center;
	margin: 0 auto 20px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #CCCCCC;
}
div#centerselect p,
div#centerselect form {
	display: inline;
}
div#centerselect p {
	margin-right: 10px;
}
div#centerselect input {
	margin-left: 18px;
}
/*-- #clist --*/
div#clist p {
	margin: 0;
	padding: 10px 0;
}
#clist table {
	width: 575px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#clist table th,
#clist table td {
	padding: 7px 6px 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#clist table th {
	text-align: left;
	vertical-align: top;
	background-color: #f8f8f8;
}
#clist table th.clist_ttl {
	background: #e2e2e2;
}
#clist table th.clist_ttl a {
	font-size: 120%;
}
#clist table td {
	vertical-align: top;
}
#clist table td span {
	display: block;
}
#clist .address {
	width: 312px;
}
#clist .detail {
	width: 237px;
}
#clist .number {
	width: 107px;
}
#clist .data {
	width: 192px;
}
#clist .step {
	width: 112px;
	#text-align: center;
	#text-align: left;
}
/*-- center_list2--*/
#clist p.back {
	width: 5em;
	background: transparent url(../../../activity/img/arrow_next.gif) no-repeat 0 45%;
	margin: 0;
	padding: 0 0 0 9px;
	float: right;
}
#clist p#ttl{
	margin:0 0 12px 0;
	padding: 0;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	background: none;
	clear: both;
}
#clist .address2 {
	width: 80px;
}
#clist th.th2 {
	width: 10px;
	text-align: center;
}

