/*
--------------------------------------------------------------------------------
File Name    : /css/font_m.css
Description  : Mサイズ（デフォルト）のフォントサイズを指定するCSSファイル。
--------------------------------------------------------------------------------
*/



/*--------------------------------------
  Reset
---------------------------------------*/

*, body, h1, h2, h3, h4, h5, h6, table, p { 
font-size: 100%; 
}


/*--------------------------------------
  Base font size
---------------------------------------*/

body {
font-size: 80%;
}


/*--------------------------------------
  Footer
---------------------------------------*/

#footer ul {
font-size: 85%;
}
#footer address {
font-size: 95%;
}
@media print { /* -- This is for Print Version -- */
	#footer address { 
	font-size: 95%;
	line-height: 1.6;
	} 
}


/*--------------------------------------
  Contents
---------------------------------------*/

/*  Common
---------------------------------------*/

#content {
font-size: 100%;
}

textarea {
font-size: 120%;
}



/*  Font-Size
---------------------------------------*/

h1 { font-size: 130%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }
h6 { font-size: 100%; }


.fontSmall {
	font-size: 85%;}
.fontMedium {
	font-size: 100%;}
.fontLarge {
	font-size: 115%;}
.fontLarge-x {
	font-size: 125%;}
.fontLarge-xx {
	font-size: 130%;}
.fontLarge-xxx {
	font-size: 140%;}
.fontLarge-xxxx {
	font-size: 150%;}
.fontLarge-xxxxx {
	font-size: 160%;}



/*  Font-Size Specific in Contents
---------------------------------------*/

#content .contents-box .inner-secondary-common h2 {
font-size: 170%;
}

/*  Font-Size,color  Specific in Contents
---------------------------------------*/
#content .contents-box .inner-secondary-common .notes {
font-size: 85%;
color:#FF0000;
}