/* CSS Document */

#news ul li strong
{
	color: #F00;
	padding-left: 10px;
}


.new
{
	font-weight: bold;
	color: #F00;
	margin-right: 10px;
}


.icon_pdf:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f1c1';
	font-weight: 900;
	color: #ad0b00;
	margin-left: 4px;
}

.icon_word:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f1c2';
	font-weight: 900;
	color: #1e3071;
	margin-left: 4px;
}

.icon_excel:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f1c3';
	font-weight: 900;
	color: #1f6e43;
	margin-left: 4px;
}


.icon_dlink:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f35d';
	font-weight: 900;
	color: #999;
	margin-left: 4px;
}


.icon_01,
.icon_02,
.icon_03,
.icon_04
{
	color: #fff;
	background-color: #ed8399;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0em;
	width: 100px;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	vertical-align: middle;
	font-weight: bold;
}

.icon_02{		background-color: #75cc99;}
.icon_03{	color: #2693FF;}
.icon_04{	color: #B2B200;}




.icon_news,
.icon_con,
.icon_kai,
.icon_event
{
	color: #FFF;
	background-color: #7dc385;
	display: inline-block;
	margin-left: 4px;
	font-size: 14px;
	line-height: 100%;
	width: 4em;
	text-align: center;
	padding: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


.icon_con{	background-color: #f08300;}
.icon_kai{	background-color: #e9420a;}
.icon_event{	background-color: #ed7faf;}


.work_icon_01,
.work_icon_02,
.work_icon_03
{
	font-size: 16px;
	line-height: 100%;
	background-color: #0689B5;
	text-align: center;
	display: inline-block;
	width: 150px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFF;
}

.work_icon_02{	background-color: #079659;}
.work_icon_03{	background-color: #C75459;}




