@charset "UTF-8";
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
*/
/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:100%;
	}
body.fontM
	{
	font-size:90%;
	}
body.fontS
	{
	font-size:75%;
	}
/* 文字サイズ変更ボタン */
.none {
	display: none;
}
dl#size
	{
	}
		dl#size dt
			{
				background: url(../images/common/letter_size.png); 
				height: 12px;
				width: 71px;
				float: left;
				margin: 5px 5px 5px 0;
			}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			}
		dl#size ul
			{
			display: inline;
			}
		/* 大中小の字（変更必要なし） */
		li#small
			{
			font-size: 80%;
			background: url(../images/common/letter_s.png) no-repeat;
			width: 23px;
			height: 23px;
			float: left;
			display: block;
			padding: 0 0 0 5px;
			}
		li#medium
			{
			font-size: 100%;
			background: url(../images/common/letter_m.png) no-repeat;
			width: 23px;
			height: 23px;
			float: left;
			display: block;
			padding: 0 0 0 5px;
			}
			li#large
			{
			font-size: 120%;
			background: url(../images/common/letter_l.png) no-repeat;
			width: 23px;
			height: 23px;
			float: left;
			display: block;
			padding: 0 0 0 5px;
			}
		li#small,
		li#medium,
		li#large
			{
			cursor: help;
			}
		li#small:hover
			{
			font-size: 80%;
			background: url(../images/common/letter_s_o.png) no-repeat;
			width: 23px;
			height: 23px;
			float: left;
			display: block;
			padding: 0 0 0 5px;
			}
		li#medium:hover
			{
			font-size: 100%;
			background: url(../images/common/letter_m_o.png) no-repeat;
			width: 23px;
			height: 23px;
			float: left;
			display: block;
			padding: 0 0 0 5px;
			}
			li#large:hover
			{
			font-size: 120%;
			background: url(../images/common/letter_l_o.png) no-repeat;
			width: 23px;
			height: 23px;
			float: left;
			display: block;
			padding: 0 0 0 5px;
			}



/* 削除不可 */
}