@charset "UTF-8";
/************************************************************
 *
 *	2016/05/30
 *	CSS : Topics
 *	Auther : Mr.Kazui
 *
 ************************************************************/
/* =========================================================
 Topics
========================================================= */
.page-news #main {
	width: 960px;
}

.page-news #main .page-header {
	background: url("../img/background/bg_title01.jpg") no-repeat left center;
	line-height: 85px;
	text-shadow: 5px 5px 5px #00517e, 0 5px 5px #00517e, -5px 5px 5px #00517e, -5px 0 5px #00517e, -5px -5px 5px #00517e, 0 -5px 5px #00517e, 5px -5px 5px #00517e, 5px 0 5px #00517e;
}

.bbs {
	border-bottom: 1px dotted #CCC;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.bbs .date {
	color: #00517e;
	float: left;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
}

.bbs .date:before {
	color: #00517e;
	content: "\f138";
	display: block;
	font-family: FontAwesome;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}

.bbs .sub {
	line-height: 1.5;
	margin: 0;
	padding: 0 0 0 120px;
}

.bbs .sub .file {
	float: right;
	margin: 0 0 20px 20px;
}

