@charset "Shift_JIS";

/* **************************************************

Name: data_processing.css

Description: Setting of content module

Create: 2021.8

Copyright Hitachi, Ltd. 2021. All rights reserved.

***************************************************** */



/* ページ幅 ------------------------ */
#PopUpContents{
	width:965px;
	margin:auto;
}


/* テーブル関連 ------------------------ */

.nwp{
	white-space:nowrap;
}

/* 横見出しのみにする場合  */
table.TableStyle1.sol th:first-child,
table.TableStyle1.sol th[scope="row"]{
	display: none;
}

/* 表内リンクのアイコン */
.TableStyle3 td a,
.TableStyle1 td a {
	background:url("/image/jp/r1/icon/icon_link_right.gif") no-repeat;
	padding:0 17px 0 0;
	background-position:right center;
	text-decoration:none;
}
.TableStyle3 td a,
.TableStyle1 td a :hover {
	text-decoration:underline;
}
.TableStyle3 td a.NewWin,
.TableStyle1 td a.NewWin {
	background:url("/image/jp/r1/icon/icon_new_window.gif") no-repeat 1em 0;
	padding:2px 19px 0 0;
	background-position:right center;
}



/* お問い合わせボタン ------------------------ */
.inq_btn a{
	margin:auto;
	display:block;
	color:#fff;
	padding:15px;
	width:15em;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	background:url("/image/jp/r1/icon/icon_inquiry_white_hd.png") no-repeat center right 15px;
	background-color:#e60027;

}
.inq_btn a:hover{
	background-color:#b1000e;
}





/* [-] レスポンシブ対応
=========================================================================================== */


/* for - 1500px
=========================================================================================== */
@media screen and (max-width: 1500px) {


}







/* for - 994px
=========================================================================================== */
@media screen and (max-width: 994px) {

	#PopUpContents{
		width:auto;
	}

}







/* for - 767px
=========================================================================================== */
@media screen and (max-width: 767px) {

	.JS .ResponsiveLinkListStyle{
		margin:0;
	}

}

/* for - 579px
=========================================================================================== */
@media screen and (max-width: 579px) {





}


/* for - 399px
=========================================================================================== */
@media screen and (max-width: 399px) {





}





