@charset "shift_JIS";

/*Webフォントの読み込み*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/***Win Netscape & Opera  Mac Opera****/
/***文字装飾の設定　ここから****/

body,th,td {
/*	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-selif ;*/
/*	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothic, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif;*/
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:normal;
/*	font-size:13px;*/
	font-size:17px;
}

h1 {
	font-size : 10px ;
}

h2 {
/*	font-size:16px;*/
	font-size:18px;
}
#sidebar h2,#navi h2,#subnavi h2 {
	font-size:13px;
}

h3{
/*	font-size: 16px ;*/
	font-size: 18px ;
}
#sidebar h3,#navi h3,#subnavi h3 {
	font-size:13px;
}

h4{
/*	font-size: 13px ;*/
	font-size: 15px ;
}

#subnavi {
	font-size:11px;
}
#footer {
	font-size:10px;
}
#footer h2{
	font-size:10px;
}

.text_xxxxl,
.text_price_xxxxl,
.text_price_xxxxl_red{
	font-size:60px;
}
.text_xxxl,
.text_price_xxxl,
.text_price_xxxl_red{
	font-size:40px;
}
.text_xxl,
.text_price_xxl,
.text_price_xxl_red{
	font-size:28px;
}
.text_xl,
.text_price_xl,
.text_price_xl_red{
	font-size:20px;
}
.text_l,
.text_price_l,
.text_price_l_red{
	font-size:16px;
}
.text_m,
.text_price_m,
.text_price_m_red{
	font-size:13px;
}
.text_s,
.text_price_s,
.text_price_s_red{
	font-size:10px;
}



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