@charset 'utf-8';

/*=============================================

	拡大表示用

=============================================*/

body{
	font-size:16px;
}
/*--for IE----------*/
*:first-child+html body{
	font-size:100%;
}
* html body{
	font-size:100%;
}

.small,.default{
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1.0; /*FF*/
	opacity:1.0;
}

.large{
	filter:alpha(opacity=0); /*IE*/
	-moz-opacity:0.0; /*FF*/
	opacity:0.0;
}

h2{
	font-size:83%;
}

#NaNewsTab li.Tab07 a,#NaNewsTab li.Tab08 a{
	height:39px;
	_height:45px;
	padding-top:6px;
}

.IcoMov,.IcoPhoto{
	background-position-y:0.4em;
}

#RightColumn .MobileAcc{
	height:75px;
	_height:90px;
	padding:15px 90px 0 17px;
	line-height:1.2em;
}

#Footer .info{
	height:75px;
	_height:83px;
	padding-top:8px;
}