/*
--------------------------------------------------------------------------------

File Name   : /common_css/font_s.css

Description : Sサイズ（デフォルト）のフォントサイズを指定するCSSファイル。
Copyright   : (C)2007 Sumitomo Mitsui Financial Group. All Rights Reserved.

--------------------------------------------------------------------------------
*/


/*--------------------------------------
  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: 100%;
}
#footer .en {
font-size: 85%;
}


/*--------------------------------------
  Contents
---------------------------------------*/

/*  Common
---------------------------------------*/

#contents {
font-size: 100%;
/*line-height: 1.7;*/
}
#header,
#footer,
#breadcrumbs,
#contents_top,
#contents_top_links,
#contents_main,
#contents_main_full,
#bottomLink,
#contents_head,
#rightClum {
font-size: 100%;
}



/*  From default.css
---------------------------------------*/

.fontSmall-x {
	font-size: 70%;}
.fontSmall {
	font-size: 90%;}
.fontMedium {
	font-size: 100%;}
.fontLarge {
	font-size: 110%;}
.fontLarge-x {
	font-size: 130%;}
.fontLarge-xx {
	font-size: 150%;}
.fontLarge-xxx {
	font-size: 170%;}
.fontLarge-xxxx {
	font-size: 190%;}
.fontLarge-xxxxx {
	font-size: 210%;}



/*  From component.css
---------------------------------------*/

#contents h1 {
	font-size: 130%;
	line-height: 120%;
}
#contents h1.title {
	font-size: 130%;
	line-height: 120%;
}
#contents h2.heading,
.borderBoxSeg h2,
.borderBoxSegSmall h2 {
	font-size: 110%;
	line-height: 120%;
}
#contents h3.subHeading01 {
	font-size: 100%;
}
#contents h3.subHeading01 span {
	font-size: 100%;
	line-height: 150%;
}
#contents h3.subHeading02 {
	font-size: 100%;
}
#contents h3.subHeading03 {
	font-size: 100%;
}
#contents div.answer h3.number {
	font-size: 100%;
	line-height: 125%;
}
#contents h4.smallHeading {
	font-size: 100%;
}
#contents p.paragraph {
	font-size: 100%;
	line-height: 150%;
}
#contents .paragraph-s {
	font-size: 80%;
	line-height: 140%;
}
#contents p.paragraphRight {
	font-size: 100%;
	line-height: 150%;
}
#contents p.paragraphCenter {
	font-size: 100%;
	line-height: 150%;
}
#contents div.button {
	font-size: 100%;
}
#contents div.textLink1 p.paragraphLink {
	font-size: 100%;
	line-height: 150%;
}
#contents div.textLink2 p.paragraphLink {
	font-size: 100%;
	line-height: 150%;
}
#contents div.relatedLinkG div.rightBox {
 	font-size: 100%;

	line-height: 150%;
}
#contents table.box01 h3, #contents table.box03 h3 {
	font-size: 125%;
}



/*  From table.css
---------------------------------------*/

#contents th {
	font-size: 100%;
}



/*  From text.css
---------------------------------------*/

#contents ul, #contents ol {
	font-size: 100%;
	line-height: 125%;
}
#contents dl {
	font-size: 100%;
	line-height: 125%;
}
#contents dl.definition02 {
	font-size: 80%;
	line-height: 125%;
}
#contents p.paragraphList01 {
	font-size: 100%;
	line-height: 150%;
}
#contents p.paragraphList02 {
	font-size: 100%;
	line-height: 150%;
}
#contents p.paragraphList03 {
	font-size: 100%;
	line-height: 150%;
}
#contents p.paragraphList04 {
	font-size: 100%;
	line-height: 150%;
}
#contents p.paragraphListFAQ {
	font-size: 100%;
	line-height: 150%;
}


