@charset "utf-8";

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

Name: modify.responsive.css

Description: Sub CSS

Create: 2014.07.03
Update: 2015.04.13

Copyright 2015 Hitachi,Ltd.

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


/* ----------------------------------------------------------------------------------------

Modify Setting

------------------------------------------------------------------------------------------- */
/* for - 994px
=========================================================================================== */

@media screen and (max-width: 994px) {

/* branding for hero header */
.ResponsiveBrandingImgStyle .heroHeader .ImgText{
left:15px;
}

}

/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {

}

/* for - 579px
=========================================================================================== */

@media screen and (max-width: 579px) {

}

/* for - 399px
=========================================================================================== */

@media screen and (max-width: 399px) {

}
