@charset "Shift_JIS";

/* **************************************************

Name: modify.css

Description: Sub CSS

Create: 2016.04.xx
Update: 2016.04.xx

Copyright 2016 Hitachi,Ltd.

***************************************************** */

/* Branding
=========================================================================================== */
#BrandingArea {
background-color: #78c2cb;
min-width: 965px;
width: 100%;
}
#BrandingImgStyle2 {
	background-color: #78c2cb;
margin: 0 auto;
padding: 0;
width: 965px;
}
.ContentsTop {
padding-top: 30px;
}

/* サイトトップツールエリア角丸ボックス
=========================================================================================== */

div.BoxPatternRound {
margin: 0 0 15px;
background: url(/products/energy/EV/image/box_bottom_gray_round.gif) no-repeat 0 bottom;
}
div.BoxPatternRound .Inner {
padding: 15px 10px 0;
background: url(/products/energy/EV/image/box_top_gray_round.gif) no-repeat 0 top;
}
div.inquiry div.Inner {
padding: 20px 10px 0;
}
div.BoxPatternRound .Inner p.Title {
font-size: 90%;
line-height: 1.35;
padding-bottom: 10px;
}
div.inquiry .Inner p.Title {
padding-bottom: 30px;
}
div.customer_support .Inner {
background: url(/products/energy/EV/image/tool_bg_customer_support.jpg) no-repeat 0 top;
}
div.company .Inner {
background: url(/products/energy/EV/image/tool_bg_company.jpg) no-repeat 0 top;
}
div.inquiry .Inner {
background: url(/products/energy/EV/image/tool_bg_inquiry.jpg) no-repeat 0 top;
}


/* Adjustment
=========================================================================================== */
.ClearFix:after,
div.Section:after,
div.PageTitleStyle1:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
}

.ClearFix,
div.Section,
div.PageTitleStyle1,
div.PageTitleStyle2 { display: inline-block; }
/* Hides from IE 4-6 \*/
* html .ClearFix,
* html div.Section,
* html div.PageTitleStyle1,
* html div.PageTitleStyle2 { height: 1%; }
.ClearFix,
div.Section,
div.PageTitleStyle1,
div.PageTitleStyle2 { display: block; } 
/* End hide from IE 4-6 */
