@charset "utf-8";

/*--------------------------------------------------------------------
	
	各製品のトップページで使用
	（e_solution/solar/index.html,
	　e_solution/mieruka/index.html,
	　e_solution/battery/index.html,
	　e_solution/ecocute/index.html）
	
--------------------------------------------------------------------*/

#topImage {
	min-width: 950px;
	height: 105px;
	text-align: center;
	position: relative;
}

#top_img_bt {
	width: 950px;
	height: 105px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -475px;
	overflow: hidden;
}
#top_img_bt img {
	position: absolute;
	top: 38px;
	right: 16px;
}


/*--------------------------------------------------------------------
 .subContents 上書き
--------------------------------------------------------------------*/

.subContents {
	width: 680px;
	padding-bottom: 30px;
}
.subContents .lowConColumn {
	width: 675px;
	padding-left: 5px;
}



/*--------------------------------------------------------------------
 動画リンクのタイトル（2行にするのに複雑なスタイルを使うのでここに記述）
--------------------------------------------------------------------*/
.mp_tit{
	text-align: left;
	display:inline-block;
	zoom: 1;
	/display:inline;
	font-size: 108%;
	font-weight: bold;
	padding-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}


