@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: #FFF; }
.fontBtnM { background-color: #FFF; }
.fontBtnL { background-color: #CCC; }


/* フォントサイズ変更箇所 */
.mainContents p,
.mainContents li,
.mainContents dl,
.mainContents table,
.stageArea p,
.stageArea li,
.stageArea table {
	font-size:135%;
	line-height:1.6;
}

.flowDetail h4,
.flowDetail p {
	font-size:116%;
	line-height:1.4;}