@charset "utf-8";
/* CSS Document */
@import url(../common/css/base.css);
@import url(../common/css/ks.css);

.abwr ul li {
	float:left;
	margin:10px 9px;
	border:dashed 1px #ccc;
	padding:15px;
	text-align:center;
}

.abwr ul li span {
	display:block;
}

.abwr ul li img {
	margin-bottom:5px;
}

/* 募集 */
.boshu #att  {
	color:#DE361B;
	padding:5px;
	border:solid 1px #DE361B;
	text-align:center;
	margin-bottom:15px;
}

.boshu p span {
	color:#DE361B;
}

.boshu table tr td table {
	margin:10px;
}

.boshu table tr th,
.boshu table tr td {
	padding:5px 7px;
	font-weight:normal;
	border:solid 1px #ccc;
}

.boshu table tr th {
	background-color:#efefef;
	white-space:nowrap;
}

.boshu table tr td ol li {
	list-style:circle;
	margin-left:20px;
}