@charset "utf-8";


/* -------------------------------
common
------------------------------- */
/* section */
.l-content .section {
	margin-bottom:40px;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* h1 */
.l-content .mainVisual {
    width: 950px;
    height: 250px;
    background: url(/maker/misumi/mech/pr/fa_catalog2019/img/main.png) no-repeat 0 0;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* btn */
.l-content .btnArea {
    width: 556px;
    margin: 0 auto 45px;
    text-align: center;
}
.l-content .btnArea .m-btnLinkWin--conversion,
.l-content .btnArea .m-btn--down {
    width: 556px;
    height: 54px;
    font-size: 20px;
    padding-top: 12px;
}

/* anchor */
.l-content .anchor {
    padding-bottom: 50px;
}
.l-content .anchor .anchorTtl {
    width: 775px;
    height: 42px;
    background: url(/maker/misumi/mech/pr/fa_catalog2019/img/anchor_ttl.png) no-repeat 0 0;
    margin: 0 auto 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.l-content .anchor ul {
    width: 695px;
	margin: 0 auto;
    text-align: center;
}
.l-content .anchor ul li {
	float: left;
	margin-right: 10px;
}
.l-content .anchor ul li .m-btn--down {
	width: 225px;
    display: table-cell;	
	vertical-align: middle;
}

/* .item */
.l-content .section .itemBox {
	margin-left: 20px;
}
.l-content .section .itemBox .item {
	width: 220px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	margin: 0 10px 15px 0;
	float: left;
}
.l-content .section .itemBox .item2 {
	width: 450px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	margin: 0 10px 15px 0;
	float: left;
}
.l-content .section .itemBox .item2 .item {
    border: none;
    width: 218px;
    margin-bottom: 0;
}
.l-content .section .itemBox .item2 .txt {
    height: 30px;
    padding: 15px 0 0 20px;
}
.l-content .section .itemBox .item .pic {
	text-align: center;
	margin-bottom: 15px;
}
.l-content .section .itemBox.category01 .itemInner {
    border-top: #00a0e9 5px solid;
}
.l-content .section .itemBox.category02 .itemInner  {
    border-top: #dd0000 5px solid;
}
.l-content .section .itemBox.category03 .itemInner  {
    border-top: #ff730a 5px solid;
}
.l-content .section .itemBox .item .name {
	font-size: 15px;
	font-weight: bold;
    padding: 0 20px 10px;
}
.l-content .section .itemBox .item .name a {
	text-decoration: none;
}
.l-content .section .itemBox .item .caption {
    padding: 0 20px 10px;
}
.l-content .section .itemBox .item .btn {
    margin-bottom: 13px;
}
.l-content .section .itemBox .item .btn a {
	width: 165px;
    height: 35px;
    margin: 0 auto;
}

/* .box_hover */
.l-content .box_hover {
	cursor: pointer;
}
.l-content .box_hover:hover .pic {
	filter: alpha(opacity=75);
	-ms-filter: 'alpha(opacity=75)';
	opacity: 0.75;
}
.l-content .section .itemBox .box_hover .name a {
	text-decoration: underline;
	color: #ff730a;
}

.l-content .catalogArea {
    width: 750px;
    margin: 0 auto;
    padding-top: 35px;
    border: #b2b1b1 8px solid;
}
.l-content .catalogArea .txtBox {
    margin: 35px 96px;
}
.l-content .catalogArea .txtBox h3 {
    text-indent: 1.3em;
    position: relative;
    margin-bottom: 5px;
}
.l-content .catalogArea .txtBox h3::after{
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 4px;
    border: 4px solid #333333;
    border-radius: 100%;
    box-sizing: border-box;
}
.l-content .catalogArea .txtBox .mailTxt {
    border: #cccccc 1px solid;
    padding: 20px;
    margin-bottom: 20px;
}