@charset "UTF-8";

.ymc #body h5{
	padding: 0 0 15px 0 ;
	font-size:14px;
	font-weight:normal;
	color:#2E535B;
}
.seitai #body h5{
	padding: 0 0 15px 0 ;
	font-size:14px;
	font-weight:normal;
	color:#FD1801;
}
.sports #body h5{
	padding: 0 0 15px 0 ;
	font-size:14px;
	font-weight:normal;
	color:#FF6600;
}
.yoga #body h5{
	padding: 0 0 15px 0 ;
	font-size:14px;
	font-weight:normal;
	color:#FF9300;
}
.baby #body h5{
	padding: 0 0 15px 0 ;
	font-size:14px;
	font-weight:normal;
	color:#FF3A4F;
}
.beauty #body h5{
	padding: 0 0 15px 0 ;
	font-size:14px;
	font-weight:normal;
	color:#0089FF;
}

/*============================================================
//  目指せるリスト
//==========================================================*/


#body .job{
	width:525px;
	margin-bottom:20px;
}
#body .job .box-job{
	width:525px;
	margin-bottom:20px;
}
#body .job .box-shikaku{
	width:525px;
}

/*===========整体テーブル=============*/

#body .job table.seitai{
	width:525px;
	border:1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom:10px;
}
#body .job table.seitai th{
	width:262px;
	height:28px;
	background:#FD1801;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
#body .job table.seitai td.list{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#333333;
	font-weight:normal;
	line-height:160%;
	padding:5px;
}
#body .job table.seitai td.recommend{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#FD1801;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}
#body .job table.seitai td.recommend a{
	color:#FD1801;
	text-decoration:none;
}
#body .job table.seitai td.recommend a:hover {
	color:#FD1801;
	text-decoration:underline;
}

/*===========スポーツテーブル=============*/

#body .job table.sports{
	width:525px;
	border:1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom:10px;
}
#body .job table.sports th{
	width:262px;
	height:28px;
	background:#FF6600;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
#body .job table.sports td.list{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#333333;
	font-weight:normal;
	line-height:160%;
	padding:5px;
}
#body .job table.sports td.recommend{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#FF6600;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}
#body .job table.sports td.recommend a{
	color:#FF6600;
	text-decoration:none;
}
#body .job table.sports td.recommend a:hover {
	color:#FF6600;
	text-decoration:underline;
}

/*===========ヨガテーブル=============*/

#body .job table.yoga{
	width:525px;
	border:1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom:10px;
}
#body .job table.yoga th{
	width:262px;
	height:28px;
	background:#FF9300;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
#body .job table.yoga td.list{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#333333;
	font-weight:normal;
	line-height:160%;
	padding:5px;
}
#body .job table.yoga td.recommend{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#FF9300;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}
#body .job table.yoga td.recommend a{
	color:#FF9300;
	text-decoration:none;
}
#body .job table.yoga td.recommend a:hover {
	color:#FF9300;
	text-decoration:underline;
}

/*===========ベビーテーブル=============*/

#body .job table.baby{
	width:525px;
	border:1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom:10px;
}
#body .job table.baby th{
	width:262px;
	height:28px;
	background:#FF3A4F;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
#body .job table.baby td.list{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#333333;
	font-weight:normal;
	line-height:160%;
	padding:5px;
}
#body .job table.baby td.recommend{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#FF3A4F;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}
#body .job table.baby td.recommend a{
	color:#FF3A4F;
	text-decoration:none;
}
#body .job table.baby td.recommend a:hover {
	color:#FF3A4F;
	text-decoration:underline;
}

/*===========ビューティーテーブル=============*/

#body .job table.beauty{
	width:525px;
	border:1px solid #CCC;
	border-collapse:collapse;
	border-spacing: 0;
	margin-bottom:10px;
}
#body .job table.beauty th{
	width:262px;
	height:28px;
	background:#0089FF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
#body .job table.beauty td.list{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#333333;
	font-weight:normal;
	line-height:160%;
	padding:5px;
}
#body .job table.beauty td.recommend{
	width:252px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#0089FF;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}
#body .job table.beauty td.recommend a{
	color:#0089FF;
	text-decoration:none;
}
#body .job table.beauty td.recommend a:hover {
	color:#0089FF;
	text-decoration:underline;
}

