@charset "Shift_JIS";

/*--------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					1.4.1.2;
	Author.					Kenta Aga(admin)
	Aptx.						4.8.6.9;

	PROGRAM-ID.		"school"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

.chapter .section{
	margin-bottom			: 46px;
}

.chapter .section h4{
	margin-bottom			: 13px;
}

p.image,
ul.image{
	display						: inline;
	float							: right;
}

/*------------------------------------------------
	prize
------------------------------------------------*/
#prize h4{
	position						: relative;
	margin-left				: -32px;
}

#prize ul{
	position						: relative;
	margin-left				: -50px;
}

#prize ul li{
	float							: left;
	display						: inline;
	margin-left				: 50px;
}

/*------------------------------------------------
	institution
------------------------------------------------*/
#institution p{
	margin-bottom			: 50px;
}

#institution ul{
	width							: 152px;
}
#institution li{
	margin-bottom			: 4px;
}

#institution p.banner{
	clear							: both;
	padding-top				: 20px;
}


/*------------------------------------------------
	clearfix
------------------------------------------------*/
.image-box:after{
	content								: ".";
	display								: block;
	clear									: both;
	height									: 0;
	visibility								: hidden;
}