@charset "utf-8";

/* font-size small
============================================================================================================*/

body {
	font-size: 65%;
}

html>/**/body {
	font-size: 72%;
}

/* safari only \*/
html:\66irst-child body {
	font-size: 65%;
}
/* end */

/* opera only */
*+html>/**/body {font-size: 70% !important;}
/* end */




/* index
------------------------------------------------------------------------------------------------------------*/
div#contentsArea div#informationArea div#informationContents {
	height: 40em;
}


/* business
------------------------------------------------------------------------------------------------------------*/
div#contentsArea div#mainContents div#explanation ul li {
	position: static;
	top: 0;
	margin-bottom: 1.4em;
}


