/* 
 * フォントに関わるスタイル用
 * サイズ(%指定)、太さ
 * 色は背景色と同じ箇所で指定する方が管理が容易なので含めない
 *
 * YUIをカスタマイズ利用しているため、フォントサイズ100%＝12px
 * 以下px指定と%指定時の相対サイズ
 *
 *  9px = 77%
 * 10px = 85%
 * 11px = 93%
 * 12px = 100%
 * 13px = 108%
 * 14px = 116%
 * 15px = 123.1%
 * 16px = 131%
 * 17px = 138.5%
 * 18px = 146.5%
 * 19px = 153.9%
 * 20px = 161.6%
 * 21px = 167%
 * 22px = 174%
 * 23px = 182%
 * 24px = 189%
 * 25px = 197%
 *
 */

/* 共通
******************************************/
.goPageTop{
    font-size: 85%;
}
.price{
    font-weight: bold;
    font-size: 120%;
}
#infoPrivacy dt{
    font-weight: bold;
	font-size: 100%;
}
#infoPrivacy dd{
    font-size: 93%;
}
#foot{
	font-size:9px;
}
.txt{
    font-size: 85%;
}
.headPR p{
    font-size: 85%;
    font-weight: bold;
}



/* 見出しタグ
******************************************/
#head h1{
    font-weight: bold;
    font-size: 77%;
}
h2{
    font-size: 131%;
	font-weight:bold;
}
h3{
	font-weight:bold;
	font-size:100%;
}

h4{
	font-weight:bold;
	font-size:100%;
}


/* トップページ
******************************************/
.campaign a{
    font-size: 77%;
}
#news ul li.hot,
#news ul li{
    font-size: 100%;
}


/* 検索
******************************************/
h2.searchResult{
    font-size: 123.1%;
}
.search input[type="text"],
.search select{
    font-size: 77%;
}
.tubHead ul li a {
	font-weight:bold;
	font-size:93%;
}
#kuchikomiResult dd span{
    font-size: 85%;
}


/* ログイン後
******************************************/
#topics{
    font-size: 85%;
}
#memberinfo .body .nowPoint{
    font-weight: bold;
    font-size: 108%;
}
#memberinfo .body .name{
    font-size: 93%;
}
.uranaiwaku{
	font-size: 93%;
}
.rightMenuWaku2ttl{
	font-size: 123.1%;
	font-weight:bold;
}
.uranaiwakumh{
	font-size: 108%;
	font-weight:bold;
}
.uranaiwakumh .today{
	font-size: 93%;
	font-weight:bold;
}
.uranaiwakumh .lank{
	font-size: 108%;
	font-weight:bold;
}
.pointwaku{
	font-size: 93%;
}
.pointwakumh a{
	font-weight:bold;
}
#news li,
#news li.hot,
#news div.rss a{
	font-size: 116%;
}
#checkItem h2,
#memberPoint h2{
    font-size: 123.1%;
    font-weight: bold;
}
#chengepoint{
	font-size:108%;
	font-weight:bold;
}
#memberPoint .body dd{
	font-size:85%;
}
#memberPoint .body dd.point{
	font-size:77%;
	font-weight:bold;
}
#memberPoint .body p.list a{
	font-size:93%;
	font-weight:bold;
}
.info_title h2.tell,
.info_title h2.post{
    font-size: 116%;
    font-weight: bold;
}
.tellme dl dt,
.experiences dl dt {
	font-size:108%;
	font-weight:bold;
}
.tellme dl dd,
.experiences dl dd {
	font-size:93%;
}
.text_small{
	font-size:77%;
}
#button_menu h2{
    font-size: 123.1%;
    font-weight: bold;
}
#button_menu .body ul a{
	font-size:85%;
}
#memberLogin form label,
#memberLogin form input[type=text],
#memberLogin form input[type=password],
#memberLogin form span{
    font-weight: bold;
    font-size: 100%;
}


/* ログイン前
******************************************/
#memberPoint h3{
    font-size: 138.5%;
    font-weight: bold;
}
.promiss ul{
    font-size: 93%;
}