@charset "utf-8";
/* ------------------------------
 上書きCSS
------------------------------ */
/* 左サイドタイトル */
.headTitle {
	font-size: 1.4rem;
	font-weight: 500;
}
.sideNav ul li:first-child p {
	border-top: none;
}

/* 新着リスト */
.newsList {
    border-top: none;
}
.newsList .boxText {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}

/* ------------------------------
 新着情報
------------------------------ */
/* -- メインイメージ　TOP -- */
.headering {
	background: url(/yamahafinetech/shared/img/news_main.jpg) no-repeat center center / cover;
}

/* -- メインイメージ　下層 -- */
.contents .headering {
	background: url(/yamahafinetech/shared/img/news_main_s.jpg) no-repeat center center / cover;
}



/* テーブル */
.linetb table tr > *:first-child {
	width: 20%;
}

/* PDF上スペースなし */
.cms_text p.cms_pdf + p.cms_pdf {
	margin-top: 0;
}

/* リンク */
.cms_block a::after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 2rem;
	color: #337AC4;
	line-height: .7;
	margin-left: 10px;
	display: inline-block;
}
.cms_block a.cms_blank::after {
	content: '';
	width: 12px;
	height: 12px;
	margin-left: 5px;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	
}

<!--0.00019478797912598-->