@charset "utf-8";
/*---------------------------------------------------
    FILE;00-fontchanger.css
	
	全ページ　
-----------------------------------------------------*/
/*			<ul class="switch">
				<li><span class="fontChangeSmall">小</span></li>
				<li><span class="fontChangeNormal">中</span></li>
				<li><span class="fontChangeLarge">大</span></li>
			</ul>

			<p class="target box">あ</p>
*/

.switch 
{
	margin-bottom: 10px;
	margin-left: 0;
}
li#fontchange dt,
li#fontchange dd {
	display: inline;
}
li#fontchange dl {
	display: inline;
	line-height: 30px;
}

	 
.switch dd ,.switch dt 
{
	list-style: none;
	text-align: center;
}
 
.switch dt 
{
	display: block;
	float: left;
}
.switch span 
{
	display: block;
	float: left;
	line-height: 2em;
	height: 2em;
	width: 2em;
	cursor: pointer;
	background-color: #fff;
}
	 
.switch span.active 
{
	background-color: #eee;
}
   
.target 
{
	margin-top: 0 !important;
}
	 
.fontSmall .target 
{
	font-size: 11px;
}
 
.fontNormal .target 
{
	font-size: 100%;
}
 
.fontLarge .target 
{
	font-size: 110%;
}
.fontLarge .target 
{
	font-size: 110%;
}

.switch:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.switch 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.switch 
{
	display:block;
}
/* End hide from IE Mac */
  
