@charset "utf-8";
.mainArea .linear_p {
	width: 950px;
	margin: 0 auto;
}
.mainArea .linear_p .mainVisual {
	width: 950px;
	height: 190px;
	margin-bottom: 30px;
	padding: 0;
	border: none;
	background: url('/maker/misumi/mech/pr/linearguide/images/main.png') no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.mainArea .linear_p .left_box {
	float: left;
	width: 400px;
	margin-right: 20px;
}
.mainArea .linear_p .right_box {
	float: right;
	width: 530px;
}
.mainArea .linear_p .left_area {
	float: left;
	width: 460px;
	margin-right: 30px;
}
.mainArea .linear_p .right_area {
	float: left;
	width: 460px;
}
.mainArea .linear_p h4 {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 13px;
}
.mainArea .linear_p ul.series {
	margin-bottom: 20px;
}
.mainArea .linear_p ul.series li {
	float: left;
}
/* table */
.mainArea .linearTable {
	width: 100%;
	border-top: solid 1px #bfbfbf;
	border-left: solid 1px #bfbfbf;
}
.mainArea .linearTable th {
	padding: 7px 6px;
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	background-color: #999999;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.mainArea .linearTable td {
	padding: 7px 10px;
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	background-color: #fff;
	text-align: center;
}
.mainArea .linearTable td.type {
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	background-color: #e6e6e6;
	text-align: center;
	font-weight: bold;
}
.mainArea .linear_p p.ttl {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* btn */
.mainArea .linear_p .btnC {
	text-align: center;
}
.mainArea .linear_p .btnC a {
	font-size: 20px;
	display: inline-block;
	border-radius: 4px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARCAYAAADpPU2iAAAAsklEQVQ4y2P4//9/138E+ArEzkDMgAvDGBPQNNkS0sAIxDOQNH0EYgt8GmCa5iFp+gDExvg0gDAzEC9F0vQaiHXxaYBpWoOk6RUQa+LTAMJsQLwZSdNTIFbBpwGmaQeSpsdArIhPAwiLQD0PA3sI2bCdWBtAijciKX4GxKr4QmkVWihp4YuHxUiK3wKxPr6YnosW0yb40tIUJMWfgdgSX1rqQ0ut9vhSayuS4h9A7IovbgCTyKF0zyD9WAAAAABJRU5ErkJggg==);
	background-position: 20px center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-repeat: no-repeat;
	box-shadow: inset 0 1px 0 0 #ffab6c, 0 2px 0 0 rgba(0,0,0,0.1);
	background-color: #ff730a;
}
.mainArea .linear_p .btnC a span {
	display: block;
	padding: 15px 55px 15px 82px;
}
/*Video*/
.mainArea .linear_p .cont_video {
	display: block;
	width: 430px;
	height: 241px;
	margin: 30px auto 0 auto;
	background: url('/maker/misumi/mech/pr/linearguide/images/movie.png') no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}
