@charset "utf-8";

/* **************************************************

Name: add_module.css

Description: Setting of content module

Create: 2010.03.01

Copyright 2010 Hitachi Plant Technologies, Ltd.

***************************************************** */

/* Base Setting
=========================================================================================== */
sub {
	margin: auto 1px auto;
	font-size: 92.2%;
	vertical-align: -0.15em;
	line-height: 100%;
}
/* Win IE7 & IE6 lower */
* html body sub { font-size: 105%; }
*:first-child+html body sub { font-size: 105%; }
/* */

sup {
	margin: auto 1px auto;
	font-size: 92.2%;
	vertical-align: 0.15em;
	line-height: 100%;
}
/* Win IE7 & IE6 lower */
* html body sup { font-size: 105%; }
*:first-child+html body sup { font-size: 105%; }
/* */


big {
font-size: 120%;
}
small {
font-size: 70%;
}

/* [c7] 箇条書きリスト
   [c8] 番号付リスト
=========================================================================================== */
ul.ListStyle1.listBottomL li,
ol.ListStyle1.listBottomL li {
	margin-bottom: 15px;
}

/* [c14] データテーブル
=========================================================================================== */
/* 納入事例 */
table.DeliveryCase th,
table.DeliveryCase td {
text-align: center;
}
table.DeliveryCase th.RightAdjust,
table.DeliveryCase td.RightAdjust {
text-align: right;
}

.emphasis1 {
color: #006600;
}