/* CSS Document */


/************** フォントに関するCSS *****************/

.medium {
	font-size: 100%;

}

.medium-blue {
	font-size: 100%;
	color: #00235f;
}

.medium-bblue {
	font-size: 100%;
	color: #00235f;
	font-weight: bold;
}


.small {
	font-size: 85.7%;

}

.x-small {
	font-size: 71.5%;
	line-height: 120%;
}

.large {
	font-size: 114%;

}

.large-blue {
	font-size: 114%;
	color: #00235f;

}

.font12 {
	font-size: 12px;

}

.font10 {
	font-size: 10px;

}


.thblue {
	color: #00235f;
}

.red {
	color: #ff0000;

}