@charset "UTF-8";
/*----------------------------------------

	Default and Windows IE

	- font

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

div, dl, dt, dd, ul, ol, li, p {
	zoom: 1;
}

*html li, *html dt, *html dd {
	vertical-align: baseline;
}

*html li img, *html dt img, *html dd img {
	vertical-align: baseline;
}

*:first-child+html body {
	position: relative;
	letter-spacing: 0;
}

/*----------------------------------------
	font 12pt/19pt
-----------------------------------------*/

.main-content {
 	font-size: 1.44rem;
	line-height: 1.5;
}

/*----------------------------------------
	font 38pt/45pt
-----------------------------------------*/

.main-content .font_5xlarge45 {
	font-size: 298%;
	line-height: 1.19;
}

/*----------------------------------------
	font 24pt/31pt
-----------------------------------------*/

.main-content .font_4xlarge31 {
	font-size: 188%;
	line-height: 1.25;
}

/*----------------------------------------
	font 22pt/29pt
-----------------------------------------*/

.main-content .font_3xlarge29 {
	font-size: 173%;
	line-height: 1.32;
}

/*----------------------------------------
	font 20pt/27pt
-----------------------------------------*/

.main-content .font_xxlarge27 {
	font-size: 150%;
	line-height: 1.4;
}

/*----------------------------------------
	font 18pt/25pt
-----------------------------------------*/

.main-content .font_2xlarge25 {
	font-size: 142%;
	line-height: 1.38;
}

/*----------------------------------------
	font 16pt/25pt
-----------------------------------------*/

.main-content .font_xlarge25 {
	font-size: 135%;
	line-height: 1.45;
}

/*----------------------------------------
	font 14pt/22pt
-----------------------------------------*/

.main-content .font_large22 {
	font-size: 120%;
	line-height: 1.45;
}

/*----------------------------------------
	font 10pt/16pt
-----------------------------------------*/

.main-content .font_small16 {
	font-size: 85%;
	line-height: 1.45;
}