@charset "utf-8";

/* ===========================================================

	Title:			size_l.css
	Created:			2015-08-10
	Last Created:		2015-08-10
	
=========================================================== */
/*

	bt font size
	
----------------------------------------------------------- */
.header dl.font-size  dd.font-size-s:hover  {
	background: url(../img/ja/common/fontsize_bt_small.png) right 0 no-repeat;
}
.header dl.font-size  dd.font-size-l  {
	background: url(../img/ja/common/fontsize_bt_large.png) right 0 no-repeat;
}
.header dl.font-size  dd.font-size-l a  {
	cursor: default;
}

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

	main font size
	
----------------------------------------------------------- */

div.contents,
div.contents table,
div.footer {
	font-size: 15px;
	line-height: 2;
}

div.contents .txt-ss {
	font-size: 12px;
	line-height: 1.8;
}
div.contents .txt-s {
	font-size: 13px;
	line-height: 1.8;
}
div.contents .txt-l {
	font-size: 17px;
}
div.contents .txt-ll {
	font-size: 22px;
}

div.contents h3 {
	font-size: 23px;
}

div.contents h4 {
	font-size: 20px;
}

div.contents h5 {
	font-size: 16px;
}

div.contents h6 {
	font-size: 15px;
}