@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: trials.css
Description	: Style for ELIC
Version		: 1.0
Modified	: 09/03/24
Content		:
	* Main Visual(Flash)
	* Contents List
	* News
========================================================================= */

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

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


/* ---------------------------------------------------------------------- */
/* 先頭バナーナビ */
/* ---------------------------------------------------------------------- */
div#head-banner ul
{
	height: 110px;
}


/* ---------------------------------------------------------------------- */
/* 個別スタイル */
/* ---------------------------------------------------------------------- */
div#main h3 img
{
	margin-left: 8px;
}

div.content
{
	clear: both;
	position: relative;
	margin-bottom: 20px;
	margin-left: 10px;
}

div.content a /* ボックス下付け */
{
	position: absolute;
	bottom: 0;
	right: 10px;
	padding-left: 25px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	background-image: url(../_common/_images/icon_point.gif);
	background-repeat: no-repeat;
}

div.content a img
{
	margin-right: 2px;
	vertical-align: middle;
}

div.content h5,
div.content p
{
	margin-bottom: 1.5em;
}

div.content img.rightf
{
	margin-bottom: 2em;
}

div#main p.sham-exam
{
	text-indent: 0;
	color: #CA0243;
}

div#main p.sham-exam span
{
	color: #000000;
}

div#main a.sham-exam
{
	position: relative;
	left: 5px;
	padding-left: 0;
	background: transparent;
}


/* ---------------------------------------------------------------------- */
/* 特典 */
/* ---------------------------------------------------------------------- */
div#privilege
{
	margin-bottom: 1.5em;
	margin-left: 5px;
	width: 740px;
	height: 150px;
	background-image: url(_images/privilege_bg.gif);
}

div#privilege ol
{
	padding-top: 15px;
}

div#privilege ol li
{
	display: inline;
	float: left;
	width: 335px;
}

div#privilege ol li#exemption
{
	margin-left: 15px;
}

div#privilege ol li#expenses
{
	margin-left: 45px;
	margin-right: 0;
}

div#privilege ol li h4
{
	margin-left: 30px;
	font-size: 1.4em;
}

div#privilege ol li p.important
{
	font-size: 3em;
	color: #CC0066;
}

div#privilege ol li p.note
{
	margin-left: 1em;
	text-indent: -1em;
	letter-spacing: -1px;
}


/* ---------------------------------------------------------------------- */
/* ページボトムバナー個別スタイル */
/* ---------------------------------------------------------------------- */
div#bottom-banners
{
	margin: 0;
	text-align: center;
}

div#bottom-banners a
{
	margin: 0 auto;
}


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