@charset 'UTF-8';

/*size-m
----------------------------------------*/
.tS{font-size:x-small;}
* html body .tS{font-size:xx-small;}
.tM{font-size:small;}
* html body .tM{font-size:x-small;}
.tL{font-size:medium;}
* html body .tL{font-size:small;}

.hS{line-height:1.2;}
.hM{line-height:1.3;}
.hL{line-height:1.5;}

a#sizeBtmS,
a#sizeBtmM,
a#sizeBtmL{
	margin:0;padding:2px 4px;
	font-size:12px;
}
a#sizeBtmS		{color:#333;background:#e8e8e8;text-decoration:none;}
a#sizeBtmS:hover	{color:#f80;background:#fda;text-decoration:none;}
a#sizeBtmM		{color:#fff;background:#555;text-decoration:none;}
a#sizeBtmM:hover	{color:#f80;background:#fda;text-decoration:none;}
a#sizeBtmL		{color:#333;background:#e8e8e8;text-decoration:none;}
a#sizeBtmL:hover	{color:#f80;background:#fda;text-decoration:none;}
