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


/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:18px;
	}
body.fontM
	{
	font-size:12px;
	}
body.fontS
	{
	font-size:9px;
	}
/* 文字サイズ変更ボタン */
dl#size
	{
	}
		dl#size dt
			{
			font-weight: 700;
			}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			}
		dl#size ul
			{
			display: inline;
			}
		/* 大中小の字（変更必要なし） */
		li#small
			{
			font-size: 80%;
			}
		li#medium
			{
			font-size: 100%;
			}
			li#large
			{
			font-size: 120%;
			}
		li#small,
		li#medium,
		li#large
			{
			cursor:pointer;
			display:block;
			padding: 0px 5px;
			margin: 0 0 0 5px;
			color: #333333;
			border: 1px solid #cccccc;
			background: #f4f4f4;
			font-size: 12px;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #666666;
			border: 1px solid #cccccc;
			background: #f4f4f4;
			}



/* 削除不可 */
}
