@charset "UTF-8";

/*
==============================================================
    Cecile MiddleGenre layout CSS
    Version: 13th Jul. 2012
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	/* color: #333333; */
	color: #3a3a3a;
	/* font-family: "Roboto", 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif; */
	font-weight: 500;
	font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	-webkit-text-size-adjust:100%;
}

p{
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 12px;
}

#size-table{
	/* background: #f7f9f9; */
	background: #f7f6f4;
	margin: 0;
	table-layout: fixed;
}
#size-table + p{
	margin: 10px 0 0;
}


#size-table td{
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	white-space: nowrap;
}

#size-table td.hd{
	padding: 6px 22px;
	vertical-align: middle;
	/* background: #eaf0f0; */
	background: #edece6;
}