@charset "UTF-8";

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

Name: print.css

Create: 2016.10.05
Update: 2016.10.05

Copyright 2016 Hitachi, Ltd.

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

/* all
=========================================================================================== */
.contentsWidth {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* insight
=========================================================================================== */
#insightMain { background-size: auto 100%; }


/* about
=========================================================================================== */
#aboutMain {
	min-height: auto;
	background-attachment: scroll;
	background-size: 100% auto;
}
#aboutMain .contentsWidth:first-child {
	min-height: auto;
	padding: 0;
}
#aboutMain h1 {
	padding-top: 70px;
	padding-bottom: 50px;
}
#aboutMain .capText01 { margin-bottom: 50px; }
#aboutMain .mainText01 {
	position: static;
	right: 0;
	bottom: 0;
	float: right;
	margin-bottom: 15px;
	font-size: 14px;
	color: #ffffff;
}
#aboutBlock01 .abLeft01 { background-attachment: scroll; }
#aboutBlock02 .abLeft02 {
	background-image: none;
	text-align: center;
}
#aboutBlock02 .abLeft02 .spOnlyInline {
	display: inline;
	max-width: 450px;
	height: auto;
	margin-top: 130px;
}
#aboutBlock03 .abLeft01 { background-attachment: scroll; }
#aboutBlock03 .abLeft02 h3 { margin-top: 30px; }
#aboutBlock04,#aboutBlock05,#aboutBlock06,#aboutBlock07 {
	padding-top: 30px;
	padding-bottom: 30px;
}
#aboutMenu { position: relative; }

#aboutMain.ftSecBtnList:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .#aboutMain { zoom: 1; }


/* service
=========================================================================================== */
#serviceMain { background-size: auto 100%; }
.serviceImages img {
	width: 100%;
	height: auto;
}

/* usecase
=========================================================================================== */
#usecaseMain { background-size: auto 100%; }

/* showroom
=========================================================================================== */
#showroomMain { background-size: auto 100%; }
.showroomBox01 img {
	width: 100%;
	height: auto;
}