@charset "Shift_JIS";

/* ================================================
CITIZEN WATCH co.jp
Cascading Style Sheets FILE
【001-fontsize.css】　文字サイズ用スタイルシート
================================================ */

/*************** 文字サイズ ***************/
#header,#header li{
	font-size:12px;
}
#header-navi li{
	font-size:12px;
	text-align:center;
}
#footer li{
	font-size:12px;
}
#pan-navi{
	font-size:12px;
	line-height:150%;
}
h1{
	font-size:100%;
}
h2{
	font-size:100%;
}
h2.release{
	font-size:95%;
	line-height:130%;
}
h2.release span.subtitle {
	font-size:83%;
}
h3{
	font-size:100%;
}
h4{
	font-size:84%;
}
strong,em,li,p,h5,h6,td,th,caption,dt,dd,blockquote,q,legend,address{
	font-size:84%;
	line-height: 150%;
}
#contents dl.releaseList01 dt,
#contents dl.releaseList01 dd {
	font-size: 100%;
}

/** 注記用の小さい文字 **/
p.note{
	font-size:70%;
}

table.note td{
	font-size:70%;
}

td p.note{
	font-size:80%;
}
/** smallText **/
.smallText {
	font-size: 83%;
}

/** 注記用の小さい文字（テーブル下配置） **/
p.note-table{
	font-size:70%;
}

/** フォーム入力例（td内に配置） **/
.example{
	font-size:85%;
	color:#666666;
}

/*************** 2重フォント回避 ***************/
#pan-navi strong{
	font-size:12px;
	line-height: 100%;
}

h1 strong,
td strong,td em,td li,td p,td td,
th strong,th em,th li,th p,th th,th td,
li strong,li em,li li,li p,li th,
blockquote strong,blockquote em,blockquote li,blockquote p,
address strong,address em,address li,address p,
dd strong,dd em,dd li,dd p,
dt strong,dt em,dt li,dt p,
td h4
{
	font-size:100%;
}
p strong,p em,p li{
	font-size:100%;
}
#contents td p,#contents th p{
	padding:0;
	margin:0;
}


/*************** 昔のデータの文字処理 ***************/
.m3{
	font-size:14px;
}
.m2{
	font-size:12px;
}

.cm3{
	font-size:90%;
}
.cm2{
	font-size:80%;
}



