@charset "utf-8";

/********** メニューの選択色 **********/
.now {
	color		: #1CC730;
}

/********** 左上部のコンテンツ（ページ名・画像挿入部分） **********/
.left_content_box {
	width			: 300px;
	height			: 240px;
	background		: #1CC730;
	display			: table-cell;
	vertical-align	: middle;
	layout-grid-line: 240px;
}

.left_content_box img {
	vertical-align	: middle;
}

.left_content_box p {
	font-size		: 30px;
	color			: #FFFFFF;
	vertical-align	: middle;
}

/********** 中央上部のコンテンツ **********/
.center_content p {
	font-size		: 14px;
	line-height		: 110%;
	vertical-align	: middle;
	margin-left		: 20px;
	margin-right	: 20px;
	margin-top		: 10px;
}

.center_content table {
	margin-left		: 20px;
}

.recruit_left {
	margin-left		: 16px;
	font-size		: 14px;
	line-height		: 110%;
	vertical-align	: top;
}

.recruit_center {
	font-size		: 14px;
	line-height		: 110%;
	vertical-align	: top;
	width			: 30px;
	text-align		: center;
}

.recruit_right {
	font-size		: 14px;
	line-height		: 110%;
}

.one_line_block {
	vertical-align	: top;
	height			: 30px;
}

.plural_line_block {
	vertical-align	: top;
	height			: 50px;
}

.recruit_text {
	margin-left		: 16px;
	font-size		: 14px;
	line-height		: 110%;
}

/********** 右上部のコンテンツ余白部分 **********/
.right_content_box {
	width			: 80px;
	height			: 240px;
	background		: #1CC730;
}

