/* CSS Document */

article .head_menu dl dt:nth-child(1) {	background-color: #4990C8;}


article .news .tab li a
{
	text-align: center;
	color: #FFF;
	background-color: #acacac;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
}

article .news .tab li a:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	font-weight: 900;
	margin-left: 10px;

}


article .news .tab .select a
{
	background-color: #4990c8;
}

article .news table
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

article .news table th
{
	font-family: "Helvetica Neue", HiraginoSans, "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN", "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Roboto, "Droid Sans", "ƒƒCƒŠƒI", Meiryo, Verdana, "‚l‚r‚oƒSƒVƒbƒN", sans-serif;
	width: 220px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

article .news table td
{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;

}

article .news table td a
{
	color: #000;
}

article .news table tr:nth-child(2n-1) th,
article .news table tr:nth-child(2n-1) td
{
	background-color: #efefef;
}


/* PC‚Ì‚ÝÝ’è  768 ˆÈã*/
@media print, screen and (min-width:768px)
{

article .news .tab
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

article .news .tab li
{
	display: table-cell;
	width: 20%;
	margin: 0px;
	vertical-align: middle;
	list-style-type: none;
	text-align: center;
	color: #FFF;
	background-color: #acacac;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

article .news .tab li:last-child
{
	border-right-style: none;
}

}

/* ƒ^ƒuƒŒƒbƒgƒŒƒCƒAƒEƒg : 768 px ` 959 px*/
@media screen and (max-width:959px)
{
}

/* ƒXƒ}ƒzÝ’è  768 ˆÈ‰º*/
@media screen and (max-width:767px)
{

article .news .tab
{
	display: block;
	padding: 0px;
	_zoom: 1;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

article .news .tab li
{
	display: inline-block;
	width: 33%;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	color: #FFF;
	background-color: #acacac;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 14px;
}

article .news .tab li:nth-child(3),
article .news .tab li:last-child
{
	border-right-style: none;
}

article .news table
{
}

article .news table th
{
	width: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}

article .news table td
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	display: block;

}

}