@charset "shift_JIS";

/***モバイル用CSS****/
/***文字装飾の設定　ここから****/

body,th,td {
	font-size:18px;
}
th,td {
/*	font-size : 14px ;*/
	font-size : 77% ;
}

h1 {
/*	font-size : 10px ;*/
	font-size : 72% ;
}
#sidebar h1 {
/*	font-size : 14px ;*/
	font-size : 100% ;
}
#content h1 {
/*	font-size : 24px ;*/
/*	font-size : 172% ;*/
	font-size : 133% ;
}

h2 {
/*	font-size:20px;*/
	font-size : 143% ;
}
#sidebar h2,#navi h2,#subnavi h2 {
/*	font-size:14px;*/
	font-size : 100% ;
}
#footer h2{
/*	font-size:14px;*/
	font-size : 100% ;
}

h3{
/*	font-size: 16px ;*/
	font-size : 115% ;
}
#sidebar h3,#navi h3,#subnavi h3 {
/*	font-size:14px;*/
	font-size : 100% ;
}

h4{
/*	font-size: 16px ;*/
	font-size : 115% ;
}

#header_caption{
/*	font-size:11px;*/
	font-size : 79% ;
}
#subnavi p{
/*	font-size:14px;*/
	font-size : 100% ;
}
#subnavi li{
/*	font-size:11px;*/
	font-size : 79% ;
}
#footer address,
#footer p{
/*	font-size:11px;*/
	font-size : 66% ;
}

.text_xl{
/*	font-size:20px;*/
	font-size : 143% ;
}
.text_l{
/*	font-size:16px;*/
	font-size : 115% ;
}
.text_m{
/*	font-size:14px;*/
	font-size : 100% ;
}
.text_s{
/*	font-size:12px;*/
	font-size : 86% ;
}
.text_xs{
/*	font-size:11px;*/
	font-size : 79% ;
}



input[type=button],
input[type=submit] {
/*	font-size:16px;*/
	font-size : 115% ;
}

.table_spec th,
.table_spec td {
/*	font-size : 12px ;*/
	font-size : 66% ;
}

.table_spec td.subhead {
/*	font-size:11px;*/
	font-size : 55% ;
}


/***文字装飾の設定　ここまで****/
