@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: career.css
Description	: Style for ELIC
Version		: 1.0
Modified	: 09/03/23
Content		:
	* 
========================================================================= */

@import "../../_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */

/* ---------------------------------------------------------------------- */
/* ヘッダ背景個別スタイル */
/* ---------------------------------------------------------------------- */
body
{
	background-image: url(_images/body_bg.gif);
}


/* ---------------------------------------------------------------------- */
/* 各コンテンツ個別スタイル */
/* ---------------------------------------------------------------------- */
div.content p
{
	margin-bottom: 1.5em;
}

div.content#career p,
div.content p.copy
{
	text-indent: 0;
}


/* ---------------------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------------------- */
