@charset "UTF-8";
/* CSS Document */

body {
	font-size: 16px;
}

* html body { font-size: 100%; }
*:first-child+html body { font-size: 100%; }
head~/* */body { font-size: 100%; }
html:not(:target) body { font-size: 16px; }


/* ボタンの表示状態
--------------------*/


#header #headerBody dl#fSize dd ul li#sizeS a { background: url(../images/font-size_s.gif) no-repeat 0 0;}
#header #headerBody dl#fSize dd ul li#sizeS a:hover { background-position: 0 -16px;}

/*カレント*/
#header #headerBody dl#fSize dd ul li#sizeL a { background: url(../images/font-size_l.gif) no-repeat 0 -16px;}
#header #headerBody dl#fSize dd ul li#sizeL a:hover { background-position: 0 -16px;}

#header #headerBody dl#fSize dd ul li a {
	font-size: 1%;
}


/* TOP（/index.html）
--------------------*/

#mainBox #newsBox dl dt {
	float: left;
	width: 85px;
	padding-bottom: 5px;
	font-size: 92%;
}

#mainBox #newsBox dl dd {
	margin: 0 0 15px 85px;
	font-size: 92%;
}

#mainBox #newsBox dl dd span {
	font-size: 84%;
	color: #5A5858;
}


/* episode
------------------------------------------------------------------*/

#mainBox .epiBox .epiMain .epiTxtBox p {
	font-size: 92%;
	line-height: 1.8;
}