@charset "utf-8";

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

Name: common.css

Description: CSS for Additional Common Modules

Create: 2021.4.21
Update: 

Copyright 2017 Hitachi High-Technologies Corporation.

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


/*
width
---------------------------------*/


/*
layout
---------------------------------*/


.Section h2.main_read {
	font-size: 140%;
	font-weight: bold;
	
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.Section h2.subttl {
	padding: 0;
	background: none;
	position: relative;
	margin-bottom: 25px;
	font-size: 120%;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.Section h2.subttl {
		width: 100%;	
		margin-left: auto;
		margin-right: auto;
	}
}

.Section h2.subttl:before {
	content: '';
	display: block;
	width: 25px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.Section .img_wrapper {
	margin-bottom: 35px;
	position: relative;
}

.Section .img_wrapper:after {
	content: '';
	clear: both;
	display: block;
}

.Section .img_wrapper.img_full_wrap .ImgOnlyStyle {
	margin-bottom: 8px;
}


.Section .img_wrapper.img_full_wrap .ImgOnlyStyle img {
	vertical-align: bottom;
}

.Section .img_wrapper.img_full_wrap .ImgOnlyStyle.w900 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 899px) {
	.Section .img_wrapper.img_full_wrap .ImgOnlyStyle.w900 {
		width: 100%;	
	}
}

.Section .img_wrapper.img_full_wrap .ImgOnlyStyle.w800 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 799px) {
	.Section .img_wrapper.img_full_wrap .ImgOnlyStyle.w800 {
		width: 100%;	
	}
}

.Section .img_wrapper.img_twocolumn_wrap.w76p .ImgOnlyStyle {
	width: 62%;
}

.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap {
	width: 36%;
}

.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap.f_right {
	position: absolute;
	right: 0;
	bottom: 12px;
}

.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap.f_left {
	position: absolute;
	left: 0;
	bottom: 12px;
}

@media screen and (max-width: 999px) {
	.Section .img_wrapper.img_twocolumn_wrap.w76p .ImgOnlyStyle {
		width: 100%;	
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap {
		width: 100%;	
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap.f_right {
		position: static;
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap.f_left {
		position: static;
	}
}


.Section .img_wrapper.img_twocolumn_wrap.w52p .ImgOnlyStyle {
	width: 52%;
}

.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap {
	width: 46%;
}

.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap.f_right {
	position: absolute;
	right: 0;
	bottom: 12px;
}

.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap.f_left {
	position: absolute;
	left: 0;
	bottom: 12px;
}

@media screen and (max-width: 999px) {
	.Section .img_wrapper.img_twocolumn_wrap.w52p .ImgOnlyStyle {
		width: 100%;	
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap {
		width: 100%;	
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap.f_right {
		position: static;
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap.f_left {
		position: static;
	}
	
}


.Section .img_wrapper.img_twocolumn_wrap .f_left {
	float: left;
}

.Section .img_wrapper.img_twocolumn_wrap .f_right {
	float: right;
}

@media screen and (max-width: 999px) {
	
	.Section .img_wrapper.img_twocolumn_wrap .f_left {
		float: none;
	}

	.Section .img_wrapper.img_twocolumn_wrap .f_right {
		float: none;
	}
	
}

.Section .img_wrapper .img_infowrap {
	background: #f2f2f2;
	padding: 12px;
	box-sizing: border-box;
}

.Section .img_wrapper .img_infowrap p.caption {
	font-size: 80%;
}



.Section p.TextStyle1.attention {
	color: #666666;
}


/*
recommend
---------------------------------*/

.Section#recommend_wrap h2.recommend_title {
	border-bottom: 10px solid #000;
	padding: 8px;
	box-sizing: border-box;
	font-size: 160%;
	color: #000;
	font-weight: bold;
	background: none;
	margin-bottom: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.Section#recommend_wrap .box {
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.Section#recommend_wrap .box:after {
	content: '';
	clear: both;
	display: block;
}

.Section#recommend_wrap .box .photo {
	width: 300px;
	float: left;
	
	box-sizing: border-box;
}

.Section#recommend_wrap.special_wrap .box .photo {
	width: 200px;
	float: left;
	
	box-sizing: border-box;
}

.Section#recommend_wrap .box .photo.right_wrap {
	width: 300px;
	float: right;
	
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	.Section#recommend_wrap .box .photo {
		width: 30%;	
	}
	
	.Section#recommend_wrap.special_wrap .box .photo {
		width: 20%;	
	}
	
	.Section#recommend_wrap .box .photo.right_wrap {
		width: 30%;	
	}
	
}

@media screen and (max-width: 767px) {
	.Section#recommend_wrap .box .photo {
		width: 100%;
		margin-bottom: 12px;
		float: none;	
		text-align: center;
	}
	
	.Section#recommend_wrap.special_wrap .box .photo {
		width: 100%;
		margin-bottom: 12px;
		float: none;	
		text-align: center;
	}
	
	.Section#recommend_wrap .box .photo.right_wrap {
		width: 100%;
		margin-bottom: 12px;
		float: none;	
		text-align: center;
	}
}

.Section#recommend_wrap .box .photo img {
	max-width: 100%;
	border: 1px solid #000;
}

.Section#recommend_wrap .box .txt {
	width: calc( 100% - 320px );
	float: right;
}

.Section#recommend_wrap.special_wrap .box .txt {
	width: calc( 100% - 220px );
	float: right;
}

.Section#recommend_wrap .box.nophoto .txt {
	width: 100%;
	float: none;
}

.Section#recommend_wrap .box .txt.left_wrap {
	width: calc( 100% - 320px );
	float: left;
}

@media screen and (max-width: 999px) {
	.Section#recommend_wrap .box .txt {
		width: 68%;	
	}
	
	.Section#recommend_wrap.special_wrap .box .txt {
		width: 78%;	
	}
	
	.Section#recommend_wrap .box .txt.left_wrap {
		width: 68%;	
	}
}

@media screen and (max-width: 767px) {
	.Section#recommend_wrap .box .txt {
		width: 100%;
		float: none;	
	}
	
	.Section#recommend_wrap.special_wrap .box .txt {
		width: 100%;
		float: none;	
	}
	
	.Section#recommend_wrap .box .txt.left_wrap {
		width: 100%;
		float: none;	
	}
}

.Section#recommend_wrap .box .txt .logo {
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #000;
	display: inline-block;
	height: 35px;
}


.Section#recommend_wrap .box .txt .logo img {
	max-height: 100%;
}

.Section#recommend_wrap .box .txt .logo.v_txt {
	font-size: 110%;
    background: #ebebeb;
    padding: 6px 12px;
    display: inline-block;
    font-weight: normal;
    color: #000;
    line-height: 1.2em;
    height: auto;
}

.Section#recommend_wrap .box .txt .logo.hitachi_review {
	border: 2px solid #c53533;
}

.Section#recommend_wrap .box .txt .ButtonStyle2 li {
	float: none;
	text-align: center;
}

.Section#recommend_wrap .box .txt.left_wrap .ButtonStyle2 li {
	text-align: left;
}

.Section#recommend_wrap .box.nophoto .txt .ButtonStyle2 li {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.Section#recommend_wrap .box .txt.left_wrap .ButtonStyle2 li {
		text-align: center;
	}

	.Section#recommend_wrap .box.nophoto .txt .ButtonStyle2 li {
		text-align: center;
	}
}



.Section#recommend_wrap .box .txt .ButtonStyle2 li.NewWin a {
	background-image: url(/image/global/sinews/featured_article/icon_new_window_hd.gif) !important;
	text-decoration: none;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
}
