@charset "utf-8";

/* /enrolled/extracurricular/school_festivals.html
---------------------------------------------------------- */
.divFestivalsInd01 {
	position: relative;
	margin-bottom: 20px;
}
	.divFestivalsInd01 p {
		text-indent: 1em;
	}
	.divFestivalsInd01 p.btn01 {
		text-indent: 0;
		position: absolute;
		bottom: 0;
		left: 168px;
	}
	.divFestivalsInd01 p.btn02 {
		text-indent: 0;
		position: relative;
		left: 168px;
	}

	.ulFestivalsInd01 {
		font-size: 86%;
	}
		.ulFestivalsInd01 li {
			background-position: left 0.5em;
			overflow: hidden;
			*zoom: 1;
		}
			.ulFestivalsInd01 li span {
				display: block;
			}
			.ulFestivalsInd01 li span.tit {
				float: left;
				width: 7em;
			}
			.ulFestivalsInd01 li span.sen {
				padding-left: 7em;
			}

@media print {
	.ulFestivalsInd01 {
		zoom: 1;
	}	
}

/* /enrolled/extracurricular/organizations/
---------------------------------------------------- */	
.h3Activity01,
.h3Activity02 {
	color: #fff;
	margin-bottom: 15px;
	*zoom: 1;
}
	.h3Activity01 span,
	.h3Activity02 span {
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}
	.h3Activity01 span.txt01,
	.h3Activity02 span.txt01 {
		background: #927500;
		font-size: 86%;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.h3Activity01 span.tit01,
	.h3Activity02 span.tit01 {
		background: #aa8f12;
		font-size: 115%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.h3Activity02 span.txt01 {
		background: #052d5d;
	}
	.h3Activity02 span.tit01 {
		background: #0d4f78;
	}

