@charset "UTF-8";

/* **************************************************

Name: common_hht_gr.css

Description: Main CSS for HHT Group Sites

Create: 2014.08.01
Update: 2014.10.28

Copyright 2014	Hitachi High-Technologies Corporation.

***************************************************** */

/* 1: Base Setting
===================================================== */

a:hover img {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity = 90);
}

/* [s2] Site Identity Area
===================================================== */

#SiteIdentity {
	position: relative;
}

/* [s4] Horizontal Local Navigation Bar
===================================================== */

/* 2015.6.26 comment out
#HorizontalLocalNavi li.Current a {
	line-height: 45px;
	padding: 0 15px;
	background-color: #b1000e;
}

#HorizontalLocalNavi li.Current a:link,
#HorizontalLocalNavi li.Current a:visited {
	color: #fff;
}
*/

/* [s5] Breadcrumb Trail
----------------------------------------------------- */

#TopicPath ul {
	padding: 15px 0px 15px 0px;
}


/* [cc] Column
===================================================== */

.Column3.bg-gray {
	background-color: #eee;
}

/* [c1] Page Title
----------------------------------------------------- */

.PageTitleStyle1 {
	margin: 0 0 14px 0px;
	padding: 7px 0px 7px 18px;
	border: 1px #ccc solid;
}

.PageTitleStyle1 h1 {
	line-height: 200%;
	padding: 5px 0px 0px 20px;
	border-left: 4px #ff0000 solid;
	color: #000;
}

.PageTitleStyle1 h1 a:hover {
	color: #000;
}

/* [c2] Heading
===================================================== */

h2 {
	margin: 0 0 15px;
	padding: 0 0 10px 0;
	background: url(/image/common/hht/balloon_down.gif) no-repeat 40px bottom;
}

#Contents h3 {
	padding: 5px;
	border-left: 4px solid #F00;
}

#Contents h2.NewWin a {
	background-image: url(/image/common/icon/icon_new_window.gif) !important;
}

#Contents h3.NewWin a {
	background-image: url(/image/common/icon/icon_new_window.gif) !important;
}

/* [c8] Numbered List
===================================================== */

ol.ListStyle1 ul.ListStyle1{
	padding-left: 0;
	margin-top: 5px;
}

/* [c9] Footnote
===================================================== */

.AdditionalNotesStyle1 dt,
.AdditionalNotesStyle2 dt,
.AdditionalNotesStyle3 dt {
	width: 2.5em;
}

.AdditionalNotesStyle1 dd,
.AdditionalNotesStyle2 dd,
.AdditionalNotesStyle3 dd {
	margin-top: -1.5em;
	margin-left: 2.5em;
}

/* [c11] Link List
===================================================== */

.IncludeWeekDay dd {
	margin: 0 0 0 11em;
}

/* [c12] Button
===================================================== */

.ButtonStyle2 a {
	line-height: 22px;
}

.ButtonStyle2 li {
	float: left;
	margin: 0 5px 0 0;
}

.ButtonStyle2 li.prev a {
	margin: 0 0 15px;
	line-height: 22px;
}

.ButtonStyle2 li.catalog a {
	height: 27px;
	margin: 0 0 15px;
	line-height: 15px;
}

.ButtonStyle2 li.catalog a:link,
.ButtonStyle2 li.catalog a:visited {
	padding: 6px 22px 7px 15px;
	background-color: #e60027;
	color: #fff;
	text-decoration: none;
	border-right: solid 3px transparent;
}

.ButtonStyle2 li.catalog a:hover,
.ButtonStyle2 li.catalog a:active {
	padding: 6px 24px 7px 15px;
	background-color: #b1000e;
	color: #fff;
	text-decoration: none;
	border-right: solid 1px transparent;
}

.BoxPatternA ul.LinkListStyle1 {
	font-size: 83%;
}

.Grid1 .ButtonStyle2 li {
	float: none;
	margin: 0px 0px -10px 0px;
}

/* [c16] Box
===================================================== */

.BoxPatternA table {
	margin: 15px;
	background-color: #fff;
}

.BoxPatternA table th {
	background-color: #f8f8f8;
}

.BoxPatternB ol.ListStyle1{
	margin-left: 10px;
	margin-right: 10px;
}

/* [c21] Page Top Link
===================================================== */

.PageTop.event-bg-gray {
	margin: 20px 0 20px;
	text-align: right;
	font-size: 76%;
}

/* Original Modules
===================================================== */
/* [-] Fat Menu
----------------------------------------------------- */

.FMRTLink .FMTitleLinkStyle1 a:link,
.FMRTLink .FMTitleLinkStyle1 a:visited {
	padding: 8px 25px 6px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #e60027;
	border-right: solid 3px transparent;
}

.FMRTLink .FMTitleLinkStyle1 a:hover,
.FMRTLink .FMTitleLinkStyle1 a:active {
	padding: 8px 25px 6px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
	border-right: solid 3px transparent;
}

.FMGrid5 {
	width: 360px;
	float: left;
	text-align: left;
}

/* [-] Dropdown
----------------------------------------------------- */
.DropMenu li a {
	background-color: #eee;
	background-image: url(/image/common/icon/icon_link_right_disabled.gif);
}

.DropMenu li a:hover {
	background-image: url(/image/common/icon/icon_link_right_disabled.gif);
}

.DropMenu ul li ul {
	position: absolute;
	background-color: #fff;
	padding: 2px 5px 5px 5px;
	border: solid 1px #ccc;
	left: 232px;
	width: 100%;
	top: 0px;
	position: absolute;
	display: none;
}

.DropMenu li li a {
	padding: 9px 30px 9px 15px !important;
	background-image: none !important;
}

.DropMenuWrapper ul li {
	padding: 0px;
}

.DropMenuWrapper Column3 {
	display:none;
}

.DropMenuWrapper .Column3.FirstItem	+ .Column1.LastItem .TopNaviMenu li a,
.DropMenuWrapper .Column1.SecondItem + .Column1 .TopNaviMenu > .LinkListStyle1 > li+li+li a,
.DropMenuWrapper .SecondItem .TopNaviMenu li:first-child a {
	background-color: #fff;
}

.DropMenuWrapper .Column3.FirstItem	+ .Column1.LastItem .TopNaviMenu li a:hover,
.DropMenuWrapper .Column1.SecondItem + .Column1 .TopNaviMenu > .LinkListStyle1 > li+li+li a:hover,
.DropMenuWrapper .SecondItem .TopNaviMenu li:first-child a:hover {
	color: #b1000e;
}

.TopNaviMenu.WhiteBG li a:link,
.TopNaviMenu.WhiteBG li a:visited {
	background-color: #fff;
}

.TopNaviMenu.WhiteBG li a:hover {
	color: #b1000e;
	background-color: #fff;
}

.DropDownMenuHeadLink {
	margin: 0 0 10px;
	font-size: 96%;
	font-weight: bold;
	color: #333;
	line-height: 130%;
}

.DropDownMenuHeadLink a {
	color: #000;
	text-decoration: none;
	background-image: url(/image/common/icon/icon_link_right_xl.gif);
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
}

.DropDownMenuHeadLink a:hover {
	color: #B1000E;
	padding: 0 22px 0 0;
	text-decoration: underline;
}

.ColumnHalf {
	float: left;
	width: 165px;
	margin: 0 0 0 15px;
}

.TopNaviMenu:hover {
	position: relative;
	z-index: 1;
}

/* [-] FloatingMenu
----------------------------------------------------- */
.FloatContent {
	background-color: #fff;
	border-bottom: 5px solid #d2d2d2;
}
	
.FloatingMenu {
	padding-left: 0px;
	clear: right;
	margin: 0 auto;
	min-width: 720px;
	text-align: left;
}

.FloatingMenu ul.ButtonStyle2 li {
	margin-right: 0px;
	margin-left: 5px;
}

.FloatingMenu ul.ButtonStyle2 li.first_item {
	margin-left: 0px;
	margin-right: 57px;
}

.FloatingMenu ul.ButtonStyle2 li a {
	float: left;
	height: 22px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.FloatingMenu ul.ButtonStyle2 li.first_item a {
	border-right: 0px;
}

.FloatingMenu li.first_item a {
	background-color: #E9E6E6;
	color: #333;
	padding-right: 0px;
	padding-left: 5px;
	background-image: url(/image/common/icon/icon_link_left_l_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	word-break: break-all;
}

.FloatingMenu li.first_item a:hover,
.FloatingMenu li.first_item a:active {
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
}

.FloatingMenu li.second_item a {
	background-image: url(/image/common/icon/icon_link_right_l_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	word-break: break-all;
}

.FloatingMenu li.list1 a {
	background-image: url(/image/common/icon/icon_link_right_l_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	word-break: break-all;
}

/* [-] Contact Navi
----------------------------------------------------- */
#ContactNavi {
	padding: 0px 0px 30px 0px;
	margin: 0 0 20px 0;
}

#ContactNaviLeft li {
	background-color: #f2f2f2;
	float: left;
}

#ContactNaviLeft li a {
	display: block;
	line-height: 35px;
	padding: 0 15px;
	font-size: 83%;
	background: url(/image/common/hht/bg_category_navi.gif) no-repeat left center;
}

#ContactNaviLeft li:first-child a {
	background: none;
}

#ContactNaviLeft li a:link,
#ContactNaviLeft li a:visited {
	color: #333;
	text-decoration: none;
}

#ContactNaviLeft li a:hover,
#ContactNaviLeft li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
}

#ContactNaviRight {
	width: 720px;
}

#ContactNaviRight:after {
	content: "";
	display: block;
	clear: both;
}

#ContactNaviRight li {
	background-color: #f2f2f2;
	text-align: center;
	float: right;
}

#ContactNaviRight li a {
	display: block;
	line-height: 14px;
	padding: 3px 20px;
	font-size: 83%;
}

#ContactNaviRight li a:link,
#ContactNaviRight li a:visited {
	color: #333;
	text-decoration: none;
}

#ContactNaviRight li a:hover,
#ContactNaviRight li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
}

/* [-] TabNavi
----------------------------------------------------- */

.TabNavi ul {
	background-color: #f2f2f2;
}

.TabNavi li {
	max-height: 50px;
}

.TabNavi li a {
	min-width: 50px;
	font-size: 80%;
	background-image: none;
}

.TabNavi li a:link,
.TabNavi li a:visited {
	color: #333333;
	font-weight: bold;
}

.TabNavi li h2 {
	background-image: none;
}

.TabNavi li.Current a {
	color: #fff;
}

.TabNavi li.twoline a {
	line-height: 110%;
}

/* Corresponding Responsive Layout [OPC 2017-07-05] */
@media screen and (max-width:767px) {
	.JS .TabNavi li {
		max-height: none;
	}

	.JS .TabNavi li h2 {
		margin: 0px;
		padding: 0px;
	}
}
/* Corresponding Responsive Layout [OPC 2017-07-05] */


/* [-] Magnifying
----------------------------------------------------- */

.MagnifyingArea { 
	position: relative;
}

.MagnifyingAreaw200 { 
	position: relative;
	width: 200px;
}

.magnifying { 
	position: absolute;
	bottom: 0px;
	right: 5px;
}

.magnifying2 {
	position: absolute;
	display: inline-block;
	bottom: 5px;
	right: 0;
}

/* [-] Pop Up Window
----------------------------------------------------- */

.hidden-screen {
	display: none;
}

#PopHeaderArea {
	width: 100%;
	border-top: solid 5px #E60027;
	background-color: #F2F2F2;
	zoom: 1;
	height: 49px;
}

#PopHeaderSet {
	min-width: 320px;
	text-align: right;
	height: 49px;
	zoom: 1;
}

#PopHeaderSet .Statement {
	float: left;
	width: 95px;
	padding: 10px;
	height: 29px;
}

#PopHeaderFunc {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#PopHeaderFunc:after {
	content: "";
	display: block;
	clear: both;
}

.PopClose {
	padding: 0px;
	height: 49px;
}
.PopClose a {
	padding: 30px 10px 4px 10px;
	font-size: 80%;
	background-color: #E60027;
	color: #FFF;
	line-height: 70px;
	background-image: url(/image/common/icon/icon_close.gif);
	background-position: 50% 25%;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* [-] Lightbox
----------------------------------------------------- */
/* Preload images */

body:after {
/*
	content: url(/image/common/icon/close.png) url(/image/common/icon/loading.gif) url(/image/common/icon/prev.png) url(/image/common/icon/next.png);
*/
	display: none;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 10px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
/*
	background: url(/image/common/icon/loading.gif) no-repeat;
*/
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
/*
	background: url(/image/common/icon/prev.png) left 48% no-repeat;
*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
/*
	background: url(/image/common/icon/next.png) right 48% no-repeat;
*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
/*
	background: url(/image/common/icon/close.png) top right no-repeat;
*/
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* [-] No Script Message
----------------------------------------------------- */

#NoScriptMsgWrap {
	padding: 17px 0px;
	border-bottom: 1px solid #C00;
	background: none repeat scroll 0% 0% #FFE3E3;
}
 
#NoScriptMsgWrap p {
	width: 965px;
	margin: 0px auto;
	color: #C00;
	font-size: 90%;
	font-weight: bold;
}

/* [-] News Category
----------------------------------------------------- */

.NewsLabel {
	float: right;
	padding: 2px 0px 0;
	margin:0px 20px 3px 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

.news1 dt {
	width: 220px;
}

.news2 dt {
	width: 220px;
}

.DateListStyle2 {
	margin: -1px 0 10px;
}

/* [-] Layout Adjustment
----------------------------------------------------- */
#VerticalLocalNavi li.nolinkdir4 span {
	display: block;
	padding: 9px 15px 9px 30px;
	vertical-align: top;
	border-top: 1px solid #FFF;
	line-height: 140%;
	text-decoration: none;
	background-color: #E1E1E1;
}

.Column2 dt {
	padding: 0 20px 20px 20px;
}

.Column2 dd {
	padding: 0 20px 0px 0px;
}

dl.ListStyle3 dd {
	margin: 20px 20px 10px 20px;
}

.NotFoundSearchEn dt {
	width: 350px;
	text-align: right;
}

.NotFoundSearchEn dd {
	margin: 0 0 0 0px;
}

.pad_1 dt {
	width: 215px;
	text-align: right;
}

.pad_1 dd {
	margin: 0 0 0 0px;
}

.TopAdjust {
	margin-top: -15px;
}

.SearchTextBoxInContents {
	width: 300px;
	height: 16px;
	margin: 0px 4px 0px 15px;
	padding: 4px;
	vertical-align: top;
	border: solid 1px #ccc;
}

.SearchTextBox2 {
	width: 250px;
	height: 18px;
	margin: 0 15px;
	padding: 4px;
	vertical-align: top;
	border: 1px solid #ccc;
}

ul.Panel2 {
	margin-top:5px;
}

ul.Panel2 li {
	position: relative;
	width: 175px;
	margin-bottom: 15px;
	background-color: #e1e1e1;
	border-radius: 7px 7px 5px 5px;
	-moz-border-radius: 7px 7px 5px 5px;
	-webkit-border-radius: 7px 7px 5px 5px;
	-o-border-radius: 7px 7px 5px 5px;
	-ms-border-radius: 7px 7px 5px 5px;
}

ul.Panel2 li strong { 
	display:block;
	margin-top:6px;
	padding:3px 10px 0px 13px;
	line-height:16px;
	font-weight:normal;
	font-size:83%;
	color:#777;
}

ul.Panel2 li span { 
	display:block;
	padding:3px 10px 0px 13px;
	line-height:16px;
	font-weight:normal;
	font-size:73%;
	color:#777;
}

ul.Panel2 li a:link,
ul.Panel2 li a:visited {
	text-decoration:none;
}

ul.Panel2 li a:hover strong {
	color: #b1000e;
	text-decoration: underline;
}

ul.Panel2 li a:active strong {
	color: #b1000e;
	text-decoration: underline;
}


ul.Panel2 li .Radius {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url(/image/common/hht/bg_radius.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

* html ul.Panel2 li .Radius {
	display: none;
}

ul.Panel2 li img { 
	 padding:18px 0px 2px 10px;
}

ul.Panel2 li strong img { 
	 padding:0px 0px 5px 5px;
}

ul.Panel2 .price { 
	padding:0px 10px 0px 13px;
	font-weight:normal;
	font-size:83%;
	color:#777;
}

ul.Panel2 .catalog { 
	margin-top:-15px;
	padding:0px 10px 15px 3px;
}
.Column2.WhatsNew {
	margin-bottom:20px;
	background-color:#eee;
}

h2.Lv2 {
	width:340px;
	font-size: 90%;
	font-weight: bold;
	margin:0px;padding:0px 0px 0px 13px;
	line-height: 350%;
	background-image: url(/image/jp/common/icon_panel_link2.gif);
	background-repeat: no-repeat;
	background-position: 318px 15px;
	background-color: #808080;
}

h2.Lv2 a {
	background:none;
	color: #fff;
}
h2.Lv2 a:link,
h2.Lv23 a:visited {
	color: #fff;
	text-decoration: none;
}
h2.Lv2 a:hover,
h2.Lv2 a:active {
	color: #fff;
	text-decoration: underline;
}

/* --- Add Modules --- */
/* Added by GBS 2014/9/19 */

.ImageListStyle1 {
	margin: -5px -5px 15px;
	letter-spacing: -.4em;
	overflow: hidden;
}
.ImageListStyle1 li {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 0 0 0;
	line-height: 140%;
	letter-spacing: normal;
	zoom: 1;
}

/* --- Add Modules for Category Index by GBS 2014/10/23 --- */
.ListIndexBox120 {
	float:right;
	width:212px;
}

.ListIndexBox2 {
	float:right;
	width:272px;
}

.ListIndexBox2_2{
	float:right;
	width:640px;
}

.DynamicColumn{
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
}
.FirstColumn{
	float: left;
	width: 50%;
}
.SecondColumn{
	overflow: hidden;
}

/* --- Add Modules for Text Valiation by GBS 2014/10/23 --- */
.italic {
	font-style: italic;
}

/* --- Add Modules for Catch Copy Valiation by GBS 2014/10/23 --- */
.CatchCopyBigger {
	font-size: 100%;
	padding-bottom:1.2em;
}

/* --- Add Modules for Table Layout Adjustment by GBS 2014/9/29 --- */
.Nowrap {
	white-space: nowrap;
}

table p.TextStyle1 {
	font-size: 100%;
	margin: 0.1em 0 0.2em;
}

table ul.ListStyle1 {
	font-size: 100%;
	margin-bottom: 0.2em;
}

table ul.ListStyle1 li {
	margin-bottom: 0.1em;
}

table ul.LinkListStyle1 {
	font-size: 100%;
	margin-bottom: 0px;
}

table dl.AdditionalNotesStyle2 {
	margin-bottom: 0px;
}

table.TableManyInfo th, 
table.TableManyInfo td {
	padding: 10px 8px;
}

p.tableinhead01 {
  font-weight:bold;
  margin-top:2px;
  margin-bottom:2px;
}

/* --- Add Modules for Icon List by GBS 2014/10/29 --- */

.IconW50SetStyle1 dt {
	float: left;
	clear: both;
	width: 50px;
}

.IconW50SetStyle1 dd {
	margin-left: 50px;
	padding-top: 3px;
	padding-bottom: 20px;
	font-size: 90%;
	line-height: 140%;
}

/* --- Add Modules for News by GBS 2014/12/10 --- */

h2.note1{
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
	vertical-align: text-top;
	border-top: none;
	padding: 4px 0 4px 9px;
	text-align: center;
	background: none;
	line-height: 1.35;
	color: #000000;
}

p.SubTitle2{
	margin-bottom:24px;
	font-size:90%;
	font-weight:bold;
	text-align:center;
}

/* --- Add Modules for Table Layout Adjustment by OPC 2016/7/11 --- */
.DateListStyle2 dd, .DateListStyle4 dd {
    margin-left: 15.5em;
}

/* --- Add Modules for News by GBS 2015/2/15 --- */

.ListStyle1.ListwithImage120 {
	padding-left:130px;

}

.NewsIndexArea {
	padding-bottom: 10px;
}

.NewsIndexArea .DateListStyle1 {
	margin-bottom: 10px;
}

.NewsIndexArea .DateListStyle1 dt {
	float: left;
	display: inline-block;
	padding: 0;
}

.NewsIndexArea .DateListStyle1 dd {
	clear: both;
}

.NewsIndexArea .DateListStyle1 dd.Label {
	clear: none;
	display: inline-block;
	margin: 0 0 0 10px;
}
.NewsIndexArea .DateListStyle1 dd.Label img {
	margin: 0;
	vertical-align: baseline;
}
.NewsIndexArea .DateListStyle1 dd.Article {
	margin: 0 0 0 15em;
}
.NewsIndexArea ul {
	margin: 0!important;
}
.NewsIndexArea li {
	padding: 0 0 15px 0!important;
}

td.tablesum
{
	background-color: #f2f2f2;
}
td.tablehalfcell
{
	width: 50%;
}

/* --- Add Modules for Pannel unit radius by OPC 2017/4/7 --- */
div.ImgHeadingStyle p.Img img.topRadius {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
}
