﻿@charset "UTF-8";
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
*/


/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:16px;
	}
body.fontM
	{
	font-size:14px;
	}
body.fontS
	{
	font-size:12px;
	}
/* 文字サイズ変更ボタン */

		/* 大中小の字（変更必要なし） */
		li#normal
			{
			font-size: 12px;
			}
		li#large
			{
			font-size: 14px;
			}
		li#king
			{
			font-size: 16px;
			}
		li#normal,
		li#large,
		li#king
			{
			display: inline;
			cursor: pointer;
			}



/* 削除不可 */

}