@charset "utf-8";

/* Link Icon */
[class*="hht-nc"] li.NewWin a,[class*="hht-nc"] dt.NewWin a,[class*="hht-nc"] li.Mail a,[class*="hht-nc"] dt.Mail a,[class*="hht-nc"] li.Inquiry a,[class*="hht-nc"] dt.Inquiry a,[class*="hht-nc"] li.Pdf a,[class*="hht-nc"] dt.Pdf a,[class*="hht-nc"] li.Download a,[class*="hht-nc"] dt.Download a,[class*="hht-nc"] li.Sound a,[class*="hht-nc"] dt.Sound a,[class*="hht-nc"] li.Movie a,[class*="hht-nc"] dt.Movie a,[class*="hht-nc"] li.Important a,[class*="hht-nc"] dt.Important a,[class*="hht-nc"] li.Bottom a,[class*="hht-nc"] dt.Bottom a,[class*="hht-nc"] li.Top a,[class*="hht-nc"] dt.Top a
{
	background-image: none!important;
}

/* Colmun Layout */
/* 不要な下マージンの排除 */
body>#Contents figure,
body>.where-not figure {
	margin: 0 0 10px;
}

body>#Contents .hht-nc5-2-1,
body>.where-not .hht-nc5-2-1 {
	margin-top: 30px;
	margin-bottom: 0px;
}

/* データの無い figcaption の非表示 */
body>#Contents .hht-nc5-2-1 figure figcaption:empty,
body>.where-not .hht-nc5-2-1 figure figcaption:empty {
	display: none!important;
}

/* テキストの line-height の最適化 */
body>#Contents .hht-nc3-3-1 p,
body>.where-not .hht-nc3-3-1 p {
	line-height: 1.2;
}


/* 灰色のボタンを日立レッドに修正 */
body>#Contents .hht-floating-navigation__button101,
body>.where-not .hht-floating-navigation__button101 {
	background: #e60027;
	color: #fff;
}
body>#Contents .hht-floating-navigation__button101:hover,
body>.where-not .hht-floating-navigation__button101:hover {
	background-color: #b1000e;
	color: #fff;
}

body>#Contents .hht-button-6,
body>.where-not .hht-button-6 {
	border-color: #e60027;
	background-color: #e60027;
	color: #fff;
}
body>#Contents .hht-button-6:hover,
body>.where-not .hht-button-6:hover {
	border-color: #b1000e;
	background-color: #b1000e;
	color: #fff;
}

