@charset "utf-8";
/* CSS Document */


/* 募集要項
-----------------------------------------*/

.detailBox{
	width: 705px;
	position: relative;
}

.detailBox h3{
	margin: 0 0 15px 0;	
}

#guidelineBox{
	margin: 0 0 35px 0;
}

.detailBox h4{
	width: 675px;
	margin: 20px 15px 5px 15px;
	font-weight: bold;
	font-size: 14px;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
}

.detailBox table{
	width: 675px;
	margin: 0 auto;
	border-collapse: collapse;
}

.detailBox th,.detailBox td{
	border: solid 1px #dddddd;
	background: #ffffff;
	padding: 8px 15px;
}

.detailBox th{
	background: #f5f5f5 !important;
	width: 100px;
}



.method{
	width: 675px;
	margin: 0 auto;
}

.method p{
	/*background: #88aa22;
	color: #fff;*/
	color: #88aa22;
	border: solid 1px #88aa22;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
}

.method dl{
	margin: 15px 0 0 0;
}

.method dd{
	margin: 10px 0 0 0;
}


.secondBox{
	margin: 35px 0 0 0;
}


/* サブメニュー切替
-----------------------------------------*/

.careList,.groupList,.otherList{
	display: none;
}