@charset "UTF-8";

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

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

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


/* ---------------------------------------------------------------------- */
/* 個別スタイル */
/* ---------------------------------------------------------------------- */
div.content p.note
{
	margin-left: 1.5em;
	margin-right: 0.5em;
	text-indent: -1em;
}


/* ---------------------------------------------------------------------- */
/* 特典 */
/* ---------------------------------------------------------------------- */
div#privilege
{
	margin-bottom: 1.5em;
	text-align: center;
}

div#privilege ol
{
	margin: 0 auto;
	padding-top: 10px;
	width: 310px;
	background-image: url(_images/notice_bg.gif);
}

div#privilege ol li 
{
	margin-left: 0.5em;
}

div#privilege ol li h4
{
	width: auto;
	height: auto;
	font-size: 1.6em;
}

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


/* ---------------------------------------------------------------------- */
/* 奨学金制度表 */
/* ---------------------------------------------------------------------- */
table
{
	margin-bottom: 1em;
	margin-left: 5px;
	width: 730px;
}

table th,
table td
{
	border: solid 1px #C8C8C8;
	padding: 0.5em;
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
}

table th
{
	background-color: #FFFF99;
}

table td.type
{
	white-space: nowrap;
}

table td.exp
{
	font-size: 1.1em;
	text-align: left;
}

table#ss-eduloan
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

div.content ol
{
	margin-left: 40px;
}

div.content ol li
{
	margin-bottom: 1.5em;
}

div.content ol ol
{
	margin-bottom: 1em;
	margin-left: 1em;
}

div.content ol ol li
{
	margin-bottom: 0;
}

div.content h5,
div.content h6
{
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.2em;
}

div.content ol h6,
div.content ol p
{
	margin-left: 2em;
}


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