@charset "UTF-8";
body {
	font-size:16px;
}
div#header h1{
	font-size:12px;
}
/* contents */
div#contents{
	font-size:16px;
}
*html div#contents{
	font-size:16px;
}
div#contents div#service div.blockservice p{
	font-size:12px;
}
/* footmenu */
div#footmenu{
	font-size:16px;
}
/*sub*/
div#contents div#main p#path{
	font-size:14px;
}
div#contents div#main h4{
	font-size:18px;
}

div#contents div#main h5{
	font-size:16px;
}
div#contents div#main table{
	font-size:16px;
}
div#contents div#main table.event{
	font-size:14px;
}
div#contents div#main dl#flow dd{
	font-size:14px;
}
div#contents div#main p.hosoku{
	font-size:12px;
}
div#contents div#main ul.question{
	font-size:14px;
}

/*文字変更*/
div#contents div#size a.L{
	background:url(../images/common/big_o.jpg) no-repeat;
}
div#contents div#size a:hover.L{
	background:url(../images/common/big_o.jpg) no-repeat;
}
div#contents div#size a.S{
	background:url(../images/common/small.jpg) no-repeat;
}
div#contents div#size a:hover.S{
	background:url(../images/common/small_o.jpg) no-repeat;
}




