@charset "UTF-8";

/*インフォメーション*/
.news-frame{
	border-top: 5px solid #727171;
	padding: 10px 10px 30px;
	background-color: #fff;
	width: 97%;
	margin: 0 auto 30px;
	}

.news-date{
	font-family: "UD Shin Go Medium";
	color: #231815;
	margin-bottom: 10px;
	font-size: 0.9em;
	float: left;
	margin-top: 4px;
	}

.news-date a{
	color: #231815;
	}

.newswrap{
	display:flex;
	color: #3D3823;
	}

.news-title{
	line-height: 1.5em;
	clear: both;
	}

.news-title a{
	color: #231815;
	}


/*カテゴリー色分け*/
.new a{
	background-color: #e60012;
	color: #fff;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-size: 0.75em;
	font-family: "UD Shin Go Regular";
	border-radius: 1px;
	margin-left: 10px;
	padding: 3px;
	}

.new a:hover {
	color: #fff;
	text-decoration: none;
	}


.campaign a{
	background-color: #00a29a;
	color: #fff;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-size: 0.75em;
	font-family: "UD Shin Go Regular";
	border-radius: 1px;
	margin-left: 10px;
	padding: 3px;
	}

.campaign a:hover {
	color: #fff;
	text-decoration: none;
	}

.event a{
	background-color: #2ea7e0;
	color: #fff;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-size: 0.75em;
	font-family: "UD Shin Go Regular";
	border-radius: 1px;
	margin-left: 10px;
	padding: 3px;
	}

.event a:hover {
	color: #fff;
	text-decoration: none;
	}

.training a{
	background-color: #f39800;
	color: #fff;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-size: 0.75em;
	font-family: "UD Shin Go Regular";
	border-radius: 1px;
	margin-left: 10px;
	padding: 3px;
	}

.training a:hover {
	color: #fff;
	text-decoration: none;
	}

.media a{
	background-color: #006934;
	color: #fff;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-size: 0.75em;
	font-family: "UD Shin Go Regular";
	border-radius: 1px;
	margin-left: 10px;
	padding: 3px;
	}

.media a:hover {
	color: #fff;
	text-decoration: none;
	}


.other a{
	background-color: #604c3f;
	color: #fff;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-size: 0.75em;
	font-family: "UD Shin Go Regular";
	border-radius: 1px;
	margin-left: 10px;
	padding: 3px;
	}

.other a:hover {
	color: #fff;
	text-decoration: none;
	}

.support a{
	background-color: #920783;
	color: #fff;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-size: 0.75em;
	font-family: "UD Shin Go Regular";
	border-radius: 1px;
	margin-left: 10px;
	padding: 3px;
	}

.support a:hover {
	color: #fff;
	text-decoration: none;
	}

.castm-media a{
	background-color: #8fc31f;
	color: #fff;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-size: 0.75em;
	font-family: "UD Shin Go Regular";
	border-radius: 1px;
	margin-left: 10px;
	padding: 3px;
	}

.castm-media a:hover {
	color: #fff;
	text-decoration: none;
	}