@charset "utf-8";

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

Name: recommend.css

Description: CSS for Additional Common Modules

Create: 2021.4.21
Update: 

Copyright 2017 Hitachi High-Technologies Corporation.

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


/*
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.cat_txt {
	font-size: 110%;
    background: #fff;
    padding: 6px 12px;
    display: inline-block;
    font-weight: normal;
    color: #000;
    line-height: 1.2em;
    height: auto;
}

.Section#recommend_wrap .box .txt .medical_attention {
	margin-bottom: 0.5em;
	color: #e60027;
}

.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;
}
