@charset 'UTF-8';

/* r-de.net stylesheets
 *
 * update: 2008.01.26
 * code by Hidetake Kurihara
 * copyright (c)2008 R-design. all rights reserved.
 */


/* フォントサイズ変更ボタン */
.fontBtnS { background-color: #F60; }
.fontBtnM { background-color: #FFF; }
.fontBtnL { background-color: #FFF; }

/* フォントサイズ変更箇所 */
.mainContents h3 {
	font-size: 108%; /*14px相当*/
	line-height: 1.6;
}
.mainContents h4,
.mainContents h5 {
	font-size: 93%; /*12px相当*/
	line-height: 1.6;
}

.mainContents p,
.mainContents li,
.mainContents table {
	font-size: 93%; /*12px相当*/
	line-height: 1.6;
}
