@charset "UTF-8";

@import url("/sites/style_guide/style/css/bbs_common.css");
@import url("/sites/style_guide/style/css/bbs_type_table.css");

.learn_year1,
.learn_year2,
.learn_year3,
.learn_hakall,
.learn_hak1,
.learn_hak2,
.learn_isuall,
.learn_gyo,
.learn_e,
.learn_sil,
.learn_sim{display:inline-block;line-height:1;width:90px;font-size:16px;padding:6px 10px;color:#FFF;border-radius:30px;border:1px solid rgba(0,0,0,0.2);}

.learn_year1{background:#43bf52;}
.learn_year2{background:#09a8d3;}
.learn_year3{background:#898989;}

.learn_hakall{background:#898989;}
.learn_hak1{background:#2baf37;}
.learn_hak2{background:#049cbf;}

.learn_isuall{background:#898989;}
.learn_gyo{background:#ef9e00;}
.learn_e{background:#ff8683;}
.learn_sil{background:#ed4b43;}
.learn_sim{background:#9b1616;}

@media screen and (min-width: 1025px) {
	.th-year, .td-year{width:100px;}
	.th-level, .td-level{width:150px;}
	.th-period, .td-period{width:150px;}
	.th-issue, .td-issue{width:150px;}
}
@media screen and (max-width: 1024px) {
	table{text-align:left;}
	.td-access{display:none !important;}
	.th-year, .td-year,
	.th-level, .td-level,
	.th-period, .td-period,
	.th-issue, .td-issue{display:inline !important;}
	.td-subject a{padding-top:10px;}
	.learn_year1,
	.learn_year2,
	.learn_year3,
	.learn_hakall,
	.learn_hak1,
	.learn_hak2,
	.learn_isuall,
	.learn_gyo,
	.learn_e,
	.learn_sil,
	.learn_sim{width:auto;padding:4px 10px;}
}