@charset "utf-8";

/*
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * font size
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */

/*
 * small
 */
ul.linkListH li,
dl.notation dt,
dl.notation dd,
dl.notationB,
.note,
.small,
.caption,
.headerLayout .description,
.headerLayout .headerBlock dl.buttonList dt,
.pankuzu li,
.bodyLayout .menuBlock .localNavi .top ,
.bodyLayout .mainBlock .contentsBlock .imageBlock3 .text,
ul.bottomGlobalNavi li 
{
	font-size:87.5%;
}

/*
 * medium
 */
.headerTopics,
.headerTopicsHalf,
.headerSubTopics,
p,
th,
td,
ul.linkListV li,
ul.linkListHV li,
ol.list,
ul.list,
.medium,
.newsBlock .header .left h3,
.newsBlock .header .right,
.newsBlock dl,
.newsList dl,
.bodyLayout .menuBlock .localNavi .middle ul li,
.bodyLayout .address .middle,
.bodyLayout .mainBlock .contentsBlock ul.linkTable li,
.topicsHalfValiable h3,
a.pageTop,
.heelLayout .heelBlock .left,
.freeArea h6,
.freeArea ol li,
.freeArea ul li
{
	font-size:100%;
}

/*
 * medium-large
 */
.freeArea h5
{
	font-size:112.5%;
}

/*
 * large
 */
.headerPageSubTitle,
.headerAboutNurceInterview,
.headerIslandTopics,
.headerIslandTopicsNoImage,
.large,
.bodyLayout .leftBlock .infoBox .top,
.bodyLayout .mainBlock .halfBox .middle .header,
.bodyLayout .mainBlock .fullBox .middle .header,
.freeArea h4
{
	font-size:125%;
}

/*
 * x-large
 */
.headerIndexTitle,
.headerPageTitle,
.xLarge
{
	font-size:150%;
}

/*
 * fixed
 */
.footerLayout .footerBlock .right
{
	font-size:13px;
}

/*
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * element height
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */

/*
 * half size box
 */
.halfBox .middle .body
{
	min-height:96px;
}
* html .halfBox .middle .body
{
	height:96px;
}

/*
 * info box
 */
.infoBox .middle
{
	min-height:185px;
}
* html .infoBox .middle
{
	height:185px;
}

