@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}
/* section */
.l-content .section {
  margin-bottom: 50px;
}
.l-content .sectionInner {
  padding: 0 15px;
  margin-bottom: 30px;
}

.l-content .type_big {
	font-size: 30px;
}
/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url(/maker/misumi/mech/products/helical_gear/img/main.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* lead */
.l-content .leadTxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/*見出し*/
.l-content .h2_lp{
    width: 950px;
    height: 50px;
    margin: 0 0 20px;
    line-height: 50px;
	background: url(/maker/misumi/mech/products/helical_gear/img/h2_bg.png) no-repeat 0 0;
    font-size: 20px;
    font-weight: bold;
    text-indent: 35px;
}
.l-content .h3_ttl01 {
	width: 920px;
    height: 38px;
	font-size: 1.4em;
	line-height: 36px;
	border-bottom: 2px solid #0f218b;
    margin: 0 0 15px;
	background: url(/maker/misumi/mech/products/helical_gear/img/features_ttl01.png) no-repeat 0 0;
    font-weight: bold;
	 text-indent: 90px;
}
.l-content .h3_ttl02 {
	width: 920px;
    height: 38px;
	font-size: 1.4em;
	line-height: 36px;
	border-bottom: 2px solid #0f218b;
    margin: 0 0 20px;
	background: url(/maker/misumi/mech/products/helical_gear/img/features_ttl02.png) no-repeat 0 0;
    font-weight: bold;
	 text-indent: 90px;
}
.l-content .h4_ttl {
    height: 30px;
    margin: 0 0 10px 5px;
    line-height: 30px;
	background: url(/maker/misumi/mech/products/helical_gear/img/icon_gear.png) no-repeat 0 0;
    font-weight: bold;
	font-size: 1.3em;
	 text-indent: 35px;
}

.l-content .lead_ex{
	height: 30px;
	font-size: 16px;
	line-height: 30px;
    margin: 10px 0 15px;;
	background: url(/maker/misumi/mech/products/helical_gear/img/icon_features.png) no-repeat 0 0;
    font-weight: bold;
	text-indent: 130px;
}

/* ancNav */
.l-content .ancNav {
  display: table;
  width: 731px;
  margin: 0 auto 50px;
}
.l-content .ancNav > li {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.l-content .ancNav > li:first-child {
  padding-left: 0;
}
.l-content .ancNav > li a.m-btn--down {
  text-align: center;
  width: 237px;
}

/* lineupList */
.l-content .lineupList {
  margin: 0 -12px 5px 0;
  letter-spacing: -0.4em;
}
.l-content .lineupList .item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
  border: 1px solid #bfbfbf;
  width: 454px;
  padding: 15px 10px 5px;
  box-sizing: border-box;
}
.l-content .lineupList .item .name {
  font-size: 14px;
  font-weight: bold;
  color: #004bb1;
}
.l-content .lineupList .item .name02 {
  font-size: 1.1em;
  padding-bottom: 5px;
  font-weight: bold;
  color: #004bb1;
}
.l-content .lineupList .item .pic {
  width: 170px;
  margin: 10px auto;
}

.l-content .lineupList .item .m-btnList--center {
    margin: 10px auto;
	text-align: center;
}
.l-content .lineupList .item .m-btnList {
  margin: 10px auto;
  text-align: center;
}
.l-content .lineupList .item .m-btnList > li{
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;

}
.l-content .lineupList .item .m-btnList--center > li {
    display: table-cell;
	padding: 0 20px;
    vertical-align: middle;
}
.l-content .lineupList .item .m-btnList > li:first-child {
  padding-left: 0;
}
.l-content .lineupList .item a:link {
  text-decoration: none;
}
/*  About */
.l-content p.aboutLead {
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.l-content .aboutBox {
	margin: 20px auto;
}
.l-content .aboutBox .leftBox {
	width: 310px;
	height: 210px;
	float: left;	
}
.l-content .aboutBox .leftBox dl {
	width: 135px;
	float: left;
	text-align: center;
	margin-top: 15px;
}
.l-content .aboutBox .leftBox dd {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.l-content .aboutBox .rightBox {
	width: 610px;
	height: 211px;
	background: url(/maker/misumi/mech/products/helical_gear/img/about_bg.png) no-repeat 0 0; 
	float: right;
	position: relative;
}
.l-content .aboutBox .rightBox .txt01 {
  position: absolute;
  top: 55px;
  left: 80px;
}
.l-content .aboutBox .rightBox .txt01 dt {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.l-content .aboutBox .rightBox .txt01 dd {
	padding-bottom: 15px;
}

/* FeaturesList */
.l-content .FeaturesList {
  margin: 0 -13px 10px 0;
  letter-spacing: -0.4em;
}
.l-content .FeaturesList .FeaturesBox {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px 10px 0;
  border: 1px solid #bfbfbf;
  width: 298px;
  padding:0;
  box-sizing: border-box;
  min-height: 280px;
}
.l-content .FeaturesList .FeaturesBox .name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #fdd000;
}
.l-content .FeaturesList .FeaturesBox .type{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.l-content .FeaturesList .FeaturesBox .txt_point{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
	padding: 5px 0;
}

.l-content .FeaturesList .FeaturesBox .txt_under {
	padding: 5px 0;
	border-bottom: 3px solid #fdd000;
}

.l-content .FeaturesList .FeaturesBox .pic {
  width: 268px;
  margin: 5px auto;
  text-align: center;
}
.l-content .FeaturesList .FeaturesBox .pic01 {
  width: 268px;
  height: 150px;
  margin: 5px auto;
  text-align: center;
  background: url(/maker/misumi/mech/products/helical_gear/img/features_img01.png) no-repeat 0 0; 
  position: relative;
}

.l-content .FeaturesList .FeaturesBox .pic01 .txtFeatures01 {
	position: absolute;
	top: 55px;
	left: 35px;	
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic01 .txtFeatures02 {
	position: absolute;
	top: 55px;
	left: 115px;
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic01 .txtFeatures03 {
	position: absolute;
	top: 55px;
	left: 210px;
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic01 .txtFeatures04 {
	position: absolute;
	top: 130px;
	left: 55px;
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic01 .txtFeatures05 {
	position: absolute;
	top: 130px;
	left: 170px;	
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic02 {
  width: 268px;
  height: 110px;
  margin: 5px auto;
  text-align: center;
  background: url(/maker/misumi/mech/products/helical_gear/img/features_img05.png) no-repeat 0 0; 
  position: relative;
}

.l-content .FeaturesList .FeaturesBox .pic02 .txtFeatures01 {
	position: absolute;
	top: 95px;
	left: 50px;	
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic02 .txtFeatures02 {
	position: absolute;
	top: 95px;
	left: 160px;	
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic03 {
  width: 268px;
  height: 145px;
  margin: 5px auto;
  text-align: center;
  background: url(/maker/misumi/mech/products/helical_gear/img/features_img08.png) no-repeat 0 0; 
  position: relative;
}

.l-content .FeaturesList .FeaturesBox .pic03 .txtFeatures01 {
	position: absolute;
	top: 53px;
	left: 170px;	
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic03 .txtFeatures02 {
	position: absolute;
	top: 130px;
	left: 35px;	
	font-size: 1.1em;
}
.l-content .FeaturesList .FeaturesBox .pic03 .txtFeatures03 {
	position: absolute;
	top: 130px;
	left: 170px;	
	font-size: 1.1em;
}
.l-content .FeaturesList .costBox {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px 10px 0;
  border: 1px solid #bfbfbf;
  width: 298px;
  padding:10px 25px 15px;
  box-sizing: border-box;
}
.l-content .FeaturesList .costBox .name_cost {
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.5;
}

.l-content .FeaturesList .costBox .pic_cost {
  width: 240px;
  height: 160px;
  margin: 10px auto;
  text-align: center;
}
.l-content .FeaturesList .costBox .icon_cost {	
  width: 90px;
  height: 30px;
  font-size: 1.1em;
  line-height: 30px;
  background: #0f218b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  margin: 10px 0 5px;
}
.l-content .FeaturesList .costBox .price_cost {	
  font-weight: bold;
  font-size: 1.1em;
}
.l-content .FeaturesList .costBox .txt_cost {	
	line-height: 1.6;
	font-size: 1.1em;
}

/* cateList */
.l-content .cateList {
  margin: 0 -10px 5px 0;
  letter-spacing: -0.4em;
}
.l-content .cateList .cateBox {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  border: 1px solid #bfbfbf;
  width: 145px;
  padding: 10px;
  box-sizing: border-box;
}
.l-content .cateList .cateBox .name {
  font-size: 14px;
  padding: 0 5px;
  font-weight: bold;
}
.l-content .cateList .cateBox a:link {
  text-decoration: none;
}
.l-content .cateList .cateBox .pic {
  width: 90px;
  height: 90px;
  margin: 5px auto;
}

.l-content .cateList .cateBox.box_hover {
  cursor: pointer;
}
.l-content .cateList .cateBox.box_hover .pic img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .cateList .cateBox.box_hover .name  a:link {
  color: #ff730a;
}
