@charset "UTF-8";
/* 文字サイズ_大用CSS 
----------------------------------------------------------------------------- */
#wrap{font-size: 150%;}
@media screen and (max-width: 640px) { 
    #wrap {font-size: 160%;}
}
/* サイズ変更させない要素 */
h1{font-size: 11px;}
#fchange{font-size: 14px;}
#search-book{font-size: 11px;}

/* ボタンの表示状態 */
#fsmall a,#fmiddle a,#flarge a{
	float: right;
	width: 40px;
	height:40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 4px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#fmiddle a{background-image: url(../images/fsize_m.gif);}
#fsmall a{background-image: url(../images/fsize_s.gif);}
#flarge a{background-image: url(../images/fsize_l_h.gif);}
#fmiddle a:hover{background-image: url(../images/fsize_m_h.gif);}
#fsmall a:hover{background-image: url(../images/fsize_s_h.gif);}
