@charset "shift_jis";


/* **************************************************

Name: pf.css

Description: Setting of Custom CSS 

Create: 2015.06.09
Update: 2015.xx.xx

Copyright 2015 Hitachi, Ltd. 

***************************************************** */

/*170510追加　ニュースリリース用サブタイトル調整テスト*/

.PageTitleStyle1 .SubTitleNR {
	margin: 0;
	font-size: 65%;
	line-height: bottom;
	color: #777;
	float: right;

}
.PageTitleStyle1 .SubTitleNR strong {color: #777;}



/*---ページタイトル---*/

.PageTitleStyle1.Common h1 span.SubTitle { 
	display: block;
	font-size: 100%;
	line-height: 130%;
	margin-top: 30px;
}

.PageTitleStyle1.Common h1 span.SubTitle_M { 
	display: block;
	font-size: 70%;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
}



/*---ページタイトル---*/

.PageTitleStyle.IndexStyle {
	background-color: #FBF5E1;
	border-top: 2px solid #E5E1D9;
	border-right: 2px solid #E5E1D9;
	border-bottom: 6px solid #E5E1D9;
	border-left: 2px solid #E5E1D9;
	color: #666;
	margin-bottom: 1em;
}

.PageTitleStyle.IndexStyle.Img {
	background-color:transparent;
	box-shadow:0px 1px 1.25px #bfbfbf;
	border-bottom: 1px solid #D7DADD;
	color: #333;
	padding:0;
}6
.PageTitleStyle.IndexStyle.Img h1,
.PageTitleStyle.IndexStyle.Img h1 a,
.PageTitleStyle.IndexStyle.Img img{
	margin:0;
	padding:0;
	font-size:0;
}

.PageTitleStyle.IndexStyle p.Chapter {
	color: #444; 
	margin:0;
	padding: .5em 0 0 .25em;
}

.PageTitleStyle.IndexStyle p.ImgOnlyStyle {
	height: auto;
	padding: 0;
	margin: 0 ;
	float: right;
} 
.PageTitleStyle.IndexStyle p.ImgOnlyStyle img {
	max-width:100%;
	height: auto;
	margin: 0;
	display: block;	
}

.PageTitleStyle.IndexStyle p.ImgOnlyStyle:after,
.PageTitleStyle.IndexStyle p.ImgOnlyStyle img:after  {
	content: "";
	display: block;
	clear: both;
}
	
.PageTitleStyle.IndexStyle h1,
.PageTitleStyle.IndexStyle p.TextStyle2 { 
	width: 100%;
	margin-left: 0 .25em;
}

@media screen and (max-width: 767px){
	
	.PageTitleStyle.IndexStyle p.ImgOnlyStyle img {
		max-width:100%;
		height: auto;
		padding: .5em 0;
		margin-bottom: .5em;
		display: block;		
	}
	
	.PageTitleStyle.IndexStyle h1 { font-size: 140%;}
	
	.PageTitleStyle.IndexStyle.Img { padding:0;}
	
	.PageTitleStyle.IndexStyle.Img h1,
	.PageTitleStyle.IndexStyle.Img h1 a
	.PageTitleStyle.IndexStyle.Img img {
		width: 100%!important;
		margin:0;
		padding:0;
	}
	
}

@media screen and (max-width: 579px){

	.PageTitleStyle.IndexStyle p.ImgOnlyStyle { float: none;}
	
	.PageTitleStyle.IndexStyle p.ImgOnlyStyle img { margin: 0 auto;}

}