@charset "UTF-8";
/**
 * 技術開発の取り組み
 */
/* ビジョン
   ========================================================================== */	
.newsList li{
	margin-top: 30px;
	line-height: 1.8em;
	padding-left: 1ex;
	margin-left: 1ex;
}
.ttlMail {
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
	background: #0071BC;
	border: 1px solid #cfd3d6;
	border-radius: 5px;
	font-size: 123.077%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 20px 10px 10px;
	color: #FFF;
	text-indent: 15px;
	margin-top: 20px;
}
.grayWrap {
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
	background: #FAFAFA;
	border: 1px solid #cfd3d6;
	border-radius: 5px;
	padding: 30px;
	margin: 10px 20px 20px;
}

.grayWrap ul li {
	font-size: 92.3077%;
	background: url(/company/action/technology/vision/img/icon_disc.png) no-repeat left 5px;
	padding-left: 18px;
	margin-bottom: 5px;
}

.grayWrap ul .caution {
	background: url(/company/action/technology/vision/img/icon_caution.png) no-repeat left 5px;
}
.iconWindow {
	background: url(/company/action/technology/vision/img/icon_window.png) no-repeat;
	padding-left: 15px;
}
.btnCenter02 {
	text-align: center;
	margin-top: 10px;
}
