@charset "utf-8";

/*-----------------------------------------------
	コンテンツリンク部
-----------------------------------------------*/
.p_features{
	margin: 15px 10px 15px;
	padding-bottom: 20px;
}

.p_features li{
	float: left;
	width: 246px;
	height: 57px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.p_features li{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 2px 3px 42px;
	height: 50px;
	list-style-type: none;
	display: table;
}

.p_features li.no_mg{
	margin-right: 0px;
}

.p_features li.out{
	background: url('img/link_icon_out.png') 21px 28px no-repeat;
}

.p_features li.in{
	background: url('img/link_icon_in.png') 21px 28px no-repeat;
}

.p_features li.on{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

.p_features li a{
	width: 250px;
	height: 65px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5em;
}

.p_features li a:hover{
	text-decoration: none !important;
}

.p_features_info {
	float: right;
}

.products_info_type_info {
	background: transparent url("/jp/2014renew_common/images/bg_product.jpg") repeat-x scroll 0% 0%;
	margin-bottom: 20px;
	height: 39px;
	border: 1px solid #E5E5E5;
	margin-top: -27px;
	margin-left: -30px;
	margin-right: -30px;
}

.p_features_info li {
	width: 149px;
	height: 36px;
	margin: 4px 21px 10px 0px;
	background: transparent url("/jp/2014renew_common/images/icon05.png") no-repeat scroll 0px 12px;
	color: #004473;
	padding-left: 14px;
	list-style-type: none;
	display: table;
}

.p_features_info li a {
	width: 245px;
	height: 36px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

