@charset "utf-8";
/* CSS Document */

/*----------------
contents
----------------*/
.l-content {
	box-sizing: border-box;
}
.l-content a {
	text-decoration: none;
}
.l-content a:hover {
	text-decoration: underline;
}
/* h1 */
.l-content h1 {
    width: 950px;
    height: 200px;
    padding: 0;
    border: none;
    background: url(/pr/vona/fs/machining_cad/cam_library/img/main_visual.png) no-repeat 0 0;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
}
/* .lead */
.l-content .leadTxt {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
	line-height: 26px;
}

.l-content .section_contents04 .softbox {
    border:1px solid #bfbfbf;
		width: 300px;
		float: left;
		margin-top:10px;
		margin-right: 22px;
		text-align: center;
}
.l-content .section_contents04 .softbox.last {
    float: right;
		margin-right:0;
}
.l-content .section_contents04 .softbox_tt {
    background: #f4f4f4;
		padding:10px 0;
		margin-bottom: 15px;
}
.l-content .section_contents04 .softbox_tx span{
    font-size: 28px;
}

/* 210113 add */

.l-content .nav ul li {
	width: 317px;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.l-content .nav ul li a{
	background: #d49256;
	font-weight: bold;
	padding: 8px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin-right:5px;
}
.l-content .nav ul li a.active{
	background: #ad692b;
}
.l-content .nav ul li a span{
	display: block;
	padding:0 10px 0 18px;
	background: url(/pr/vona/fs/machining_cad/cam_library/img/nav_allow.png) 10px center no-repeat;
}
