@charset "shift_jis";


/* **************************************************

Name: partner.css

Description: Setting of  magazine common page

Create: 2015.05.29
Update: 2015.05.29

Copyright 2015 Hitachi, Ltd. 

***************************************************** */


/* content===========================================
/*===================================================== */


/*Index_Title*/
.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 p.ImgOnlyStyle {
/*	width: 100%; */
	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:0;padding-left: .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%;}
}

@media screen and (max-width: 579px){
	.PageTitleStyle.IndexStyle p.ImgOnlyStyle {
		float: none;
	}
	.PageTitleStyle.IndexStyle p.ImgOnlyStyle img {
		margin: 0 auto;
	}
/*
@media screen and (max-width: 767px){

.PageTitleStyle.IndexStyle p.ImgOnlyStyle img {
	max-width:100%;
	height: auto;
	padding: .5em 0;
	margin-bottom: .5em;
	display: block;
	
}

}
*/