.l-content .SearchbyGroup img
{
    vertical-align: middle;
    margin-right: 10px;
}

.l-content .mainBanner
{
    height: 300px;
    text-indent: -9999px;
    background: url(/pr/recommend_category/img/caster/main_banner.jpg) 0 0 no-repeat;
}

.l-content .engineerAdvice
{
    height: 220px;
    position: relative;
    background: url(/pr/recommend_category/img/caster/engineer_advice.jpg) 0 0 no-repeat;
}

.l-content .engineerAdvice .textAdvice
{	
    position: absolute;
    top: 25px;
    right: 160px;
    font-size: 20px;
    width: 625px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    line-height: 30px;
    vertical-align: middle;

}

.l-content .engineerAdvice .textAdvice span
{	font-weight: bold;
    font-size: 24px;
}

.l-content .box_wheelList .wheelIntro {
	height: 226px;
	padding: 20px;
	width: 261px;
	color: #fff;
	background: #007991; /* Old browsers */
	background: -moz-linear-gradient(top, #007991 0%, #57dac3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #007991 0%,#57dac3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #007991 0%,#57dac3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007991', endColorstr='#57dac3',GradientType=0 ); /* IE6-9 */
}

.l-content .box_wheelList .wheelIntro .bigText
{
    font-size: 40px;
    line-height: 55px;
    color: #fff;
}

.l-content .box_wheelList .wheelIntro .bigText span
{
    font-size:17px;
    font-weight:bold;
    color:black;
}

.l-content .bigText{
	font-size: 40px;
    color: #333333;

}
.l-content .box_wheelList .wheelIntro p
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.l-content .box_wheelList .wheelIntro h2
{
    text-shadow: 0 2px 10px #595959;
}

.l-content .wheelList li
{
    padding: 0 2px 5px 2px;
    margin-bottom: 0;
    text-align: center;
    box-sizing: border-box;
    float: left;
    position: relative;
}



.l-content .wheelList li .list_container
{
    border: 1px solid #b3b3b3;
    padding: 5px 0;
}
.l-content .wheelList li .list_container:hover
{
    border-color: #ff730a;

}




.l-content .wheelList li .stock
{
    width: 95px;
    margin: auto;
    padding: 2px 5px;
    display: block;
    color: #dd0000;
    border: 1px solid #dd0000;
    border-radius: 7px;
}

.l-content .wheelList li img
{
    display: block;
    text-align: center;
    margin: 10px auto;
}

.l-content .wheelList li span
{
    display: block;
}

.l-content .wheelList .min-span
{
    min-height: 75px;
}

.l-content .box_wheelList .button--strong
{
    float: right;
}

.l-content .wheelExample .wheelType .intro {
    min-height: 38px;
}

.l-content .wheelExample .wheelType .typeName
{
    position: relative;
}

.l-content .wheelExample .wheelType .typeName:after
{
    content: "";
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #16a252;
    position: absolute;
    top: 50%;
    right: 0;
    box-sizing: border-box;
}

.l-content .wheelExample .wheelType .typeName span
{   
    width: 18%;
    display: inline-block;
    padding: 10px 30px 10px 10px;
    color: #ffffff;
    background: #16a252;
    position: relative;
    box-sizing: border-box;
}

.l-content .wheelExample .wheelType .typeName span:after
{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 20px 0 0;
    border-color: #16a252 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

.l-content .wheelExample .wheelType .typeName.typeSpecial:after
{
    border-color: #c03504;
}

.l-content .wheelExample .wheelType .typeName.typeSpecial span:after
{
    border-color: #c03504 transparent transparent transparent;
}

.l-content .wheelExample .wheelType .typeName.typeSpecial span
{   color: #ffffff;
    background: #c03504;
}

.l-content .wheelExample .wheelType .title
{
    font-size: 18px;
    text-align: center;
    padding: 15px;
    position: relative;
    text-indent: -30px;
}

.l-content .wheelExample .wheelType .title img
{
    position: absolute;
    right: 20px;
    top: -10px;
    -webkit-box-shadow: -5px 0 10px 2px rgba(0,0,0,0.2);
    box-shadow: -5px 0 10px 2px rgba(0,0,0,0.2);
}

.l-content .wheelExample .wheelType .wheelList
{
    margin: 30px 0;
}

.l-content .wheelExample .wheelType .wheelList li
{   
    height: 270px;

}
.l-content .wheelExample .wheelType .list_logo
{   
    height: 75px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
    width:250px;

}

.l-content .list_logo .product_name {
	font-family: 'helvetica','tahoma';
	text-align: center;
	align-content: center;
	font-size: 18px;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	font-weight: bold;
	width: 300px;
}

.l-content .wheelExample .type_swivel .title {
	background: #0ed2f7; /* Old browsers */
	background: -moz-linear-gradient(left, #0ed2f7 0%, #78ffd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0ed2f7 0%,#78ffd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0ed2f7 0%,#78ffd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ed2f7', endColorstr='#78ffd6',GradientType=1 ); /* IE6-9 */
}

.l-content .wheelExample .type_fixed .title {
	color: #fff;
	background: #4568dc; /* Old browsers */
	background: -moz-linear-gradient(left, #4568dc 0%, #b06ab3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4568dc 0%,#b06ab3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4568dc 0%,#b06ab3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4568dc', endColorstr='#b06ab3',GradientType=1 ); /* IE6-9 */
}

.l-content .wheelExample .shock_absorber .title {
	color: #fff;
	background: #ee0979; /* Old browsers */
	background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ee0979 0%,#ff6a00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ee0979 0%,#ff6a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0979', endColorstr='#ff6a00',GradientType=1 ); /* IE6-9 */
}

.l-content .wheelExample .purple_01 .title {
	color: #fff;
	background: #db2431; /* Old browsers */
	background: -moz-linear-gradient(left, #db2431 0%, #7b4397 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #db2431 0%,#7b4397 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #db2431 0%,#7b4397 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2431', endColorstr='#7b4397',GradientType=1 ); /* IE6-9 */
}

.l-content .wheelExample .purple_02 .title {
	color: #fff;
	background: #e96443; /* Old browsers */
	background: -moz-linear-gradient(left, #e96443 0%, #914e94 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e96443 0%,#914e94 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e96443 0%,#914e94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96443', endColorstr='#914e94',GradientType=1 ); /* IE6-9 */
}

.l-content .wheelExample .type_fixed .wheelList
{
    width: 460px;
    margin: 30px auto;
}

.l-content .wheelExample .doual_wheel .wheelList
{
    width: 300px;
    margin: 30px auto;
}

.l-content .wheelFeature
{
    overflow: hidden;
}

.l-content .wheelFeature .mainFeature
{
	background: #f2f2f2;
	-webkit-box-shadow: 0 7px 10px 3px rgba(0,0,0,0.1);
	box-shadow: 0 7px 10px 3px rgba(0,0,0,0.1);
	text-align: center;
	padding-top: 70px;
	box-sizing: border-box;
	height: 623px;
}
.l-content .wheelFeature .mainFeature p
{
    font-size: 16px;
}

.l-content .wheelFeature .cols > .cols__wrap > .cols__1of2
{
    padding: 0 0 0 25px;
}

.l-content .wheelFeature .featureList
{
    position: relative;
    border: 1px solid #00723e;
    padding: 10px;
}

.l-content .wheelFeature .featureList .title {
	width: 410px;
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	padding:10px 0 10px 60px;
	left: -18px;
	color: #fff;
	background: #00723e; /* Old browsers */	
}

.l-content .wheelFeature .featureList .title .titleMargin{
    margin-top:15px;
    margin-bottom:15px;
}

.l-content .wheelFeature .featureList .title img
{
    position: absolute;
    top: 15px;
    left: 5px;
}

.l-content .wheelFeature .featureList .wheelList img
{

    margin: 5px auto;
}

.l-content .wheelFeature .featureList .wheelList .list_logo
{	
  font-family: 'helvetica','tahoma';

  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  width: 213px;

}

.l-content .wheelFeature .featureList .wheelList span
{	
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}




.l-content .wheelFeature .featureList .wheelList .cols__1of2:nth-child(2) .list_container .list_logo,
.l-content .wheelFeature .featureList .wheelList .cols__1of2:nth-child(3) .list_container .list_logo
{

 padding: 10px 0;

}

.l-content .wheelFeature .featureList .wheelList .cols__1of2:nth-child(2) .list_container,
.l-content .wheelFeature .featureList .wheelList .cols__1of2:nth-child(3) .list_container
{

    min-height: 250px;
    padding: 0 20px;

}



.l-content .wheelFeature .featureList .wheelList .cols__1of2:nth-child(1) .list_container
{	

    display: table-cell;
    vertical-align: middle;
    height: 507px;
    padding: 0px;
}



.l-content .wheelFeature .featureList .button--conversion
{
    margin: auto;
}

.l-content .engineer_feature
{
    position: relative;
    height: 214px;
    background: url(/pr/recommend_category/img/caster/engineer_feature.jpg) center center no-repeat;
}

.l-content .engineer_feature ul
{
    position: absolute;
    left: 295px;
    top: 105px;
}

.l-content ul.list-disc li
{
    list-style-type: disc;
}

.l-content .engineer_feature .button--conversion
{
    position: absolute;
    bottom: 0;
    right: 135px;
}

.l-content .wheelMaterial 
{	margin: 0 auto;
    width: 700px;
}
.l-content .wheelMaterial .list
{	width: 630px;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

.l-content .wheelMaterial .list ul
{	
    float: left;
    margin-left: 35px;
}

.l-content .wheelMaterial .list ul li a
{
    font-size: 14px;

}

.l-content .wheelMaterial .button--conversion
{
    margin: auto;
}

.l-content .related_product .wheelList li span
{
    height: 50px;
}

.l-content .misumi_benefit img
{
    display: block;
    margin: auto;
}

.l-content .misumi_benefit li
{
    text-align: center;
}

.l-content .misumi_benefit li span
{
    display: block;
}

.l-content .customerService
{
    width: 650px;
    margin: auto;
}

.l-content .customerService p
{
    padding-top: 30px;
}
.l-content .meritTab {
    padding: 10px;
    font-size: 18px;
}

.l-content .meritTab h3 {
	width: 420px;
    font-size: 24px;
    border: 1px dashed #bfbfbf;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-style : Solid;
    border-color : #5C9B38;
    border-color : rgba(92, 155, 56, 1);
    border-width : 3px;
    border-radius : 80px;
    -moz-border-radius : 80px;
    -webkit-border-radius : 80px;
}

.l-content .misumi_benefit .list_container{
	font-size: 16px;
	
	
	
}

.l-content a.button--pdf,
.l-content a.button--pdf:visited {
    display: block;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    height: 25px;
    padding-top: 8px;

}


.l-content a.button--pdf,
.l-content a.button--pdf:visited {
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 1px 0 0 #fff, 0 2px 0 0 rgba(0,0,0,0.1);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACHklEQVQ4y4WTTUjTYRzHP8/jn7S9hVm2Vs1lNBR8WYcMok0Fi0Ev1CU6BAWRFEndoohBh5VFkIR4KLyFBy8jImMQZC1hSoeizBSpKBfLNNskFlP3fzrU5v468nt6Dt/v5/nxe9HIU3d1gzJv2kghCQFzuqIxcPFTRdOeaiANoOWbnEf2U9N2Gl3X84ICIQRSSuLxOE6PZ+uH/sjotmZfFZDWhtwNyiyL/rpDYWZC4WW/p5WO/WmIRCIBQGWT1zXeHxnd3uyr0qYW5plinpW0bmGBTCazWO2una6e1vNPtJ+ZlcMAuq5jsVgIBoPEYjHcbjfWIunVvs6lSawAMckifFLicDjw+/2kUiksFgsfJx+gtae+O4HVALeOnxrznDhmCKtXr+HsOTJ3OikNXMFms+Ua+63EhAZMZ6dhM5mx2+0GwFzpWhIKZFlZLpidihKgJZPJ31lzSXExVqvVOP99LUwqifnQQaSUBohCGPdA/0fO1+xAlFkkP/rCbG47YwDoYglAYQQIIXh3KcCWm9cY7bpLfGAQW30tSkB5oxe1DLCkgrGue0y8fc+vnl5M9XXICifD93tJfplgQ2SQVS3NhQHpRJLw0ZNMvxnm8NAz1ntqcxXt7rjB7OcJ1ricPLzeURjQ13qB8RdRDnR3Ur6jDiGE4S5KK105f8Ee7L3djvfqZRz1NYZg9p1rulpyjS8jA8wwv2h69Pi/GzryPMofv1yyMcoW/mUAAAAASUVORK5CYII=)no-repeat 10px center  #f2f2f2;

}


.l-content .misumi_benefit .list_container a{
    text-decoration: underline;
}

.l-content .contentsWrap .button--l {
  width: 350px;
}

.l-content .ml300{
    margin-left: 300px;
}

.l-content .list_logo .product_name {
    font-family: 'helvetica','tahoma';
    text-align: center;
    align-content: center;
    font-size: 18px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-weight: bold;
    width: 300px;
}

.l-content .wheelExample .type_swivel .title {
    background: #0ed2f7; /* Old browsers */
    background: -moz-linear-gradient(left, #0ed2f7 0%, #78ffd6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0ed2f7 0%,#78ffd6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0ed2f7 0%,#78ffd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ed2f7', endColorstr='#78ffd6',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .type_fixed .title {
    color: #fff;
    background: #4568dc; /* Old browsers */
    background: -moz-linear-gradient(left, #4568dc 0%, #b06ab3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4568dc 0%,#b06ab3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4568dc 0%,#b06ab3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4568dc', endColorstr='#b06ab3',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .shock_absorber .title {
    color: #fff;
    background: #ee0979; /* Old browsers */
    background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee0979 0%,#ff6a00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ee0979 0%,#ff6a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0979', endColorstr='#ff6a00',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .purple_01 .title {
    color: #fff;
    background: #db2431; /* Old browsers */
    background: -moz-linear-gradient(left, #db2431 0%, #7b4397 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #db2431 0%,#7b4397 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #db2431 0%,#7b4397 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2431', endColorstr='#7b4397',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .purple_02 .title {
    color: #fff;
    background: #e96443; /* Old browsers */
    background: -moz-linear-gradient(left, #e96443 0%, #914e94 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e96443 0%,#914e94 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e96443 0%,#914e94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96443', endColorstr='#914e94',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .type_fixed .wheelList {
    width: 460px;
    margin: 30px auto;
}
.l-content .wheelExample .doual_wheel .wheelList {
    width: 300px;
    margin: 30px auto;
}
.l-content .wheelFeature {
    overflow: hidden;
}
.l-content .wheelFeature .mainFeature {
    background: #f2f2f2;
    -webkit-box-shadow: 0 7px 10px 3px rgba(0,0,0,0.1);
    box-shadow: 0 7px 10px 3px rgba(0,0,0,0.1);
    text-align: center;
    padding-top: 70px;
    box-sizing: border-box;
    height: 623px;
}
.l-content .wheelFeature .mainFeature p {
    font-size: 16px;
}
.l-content .wheelFeature .m-cols > .m-cols__wrap {
    margin-left: 0;
}
.l-content .wheelFeature .m-cols > .m-cols__wrap > .m-cols__1of2 {
    padding: 0 0 0 25px;
}
.l-content .wheelFeature .featureList {
    position: relative;
    border: 1px solid #00723e;
    padding: 10px;
}
.l-content .wheelFeature .featureList .title {
    width: 410px;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    padding:10px 0 10px 60px;
    left: -18px;
    color: #fff;
    background: #00723e; /* Old browsers */
}
.l-content .wheelFeature .featureList .title img {
    position: absolute;
    top: 15px;
    left: 5px;
}
.l-content .wheelFeature .featureList .wheelList img {
    margin: 5px auto;
}
.l-content .wheelFeature .featureList .wheelList .list_logo {
    font-family: 'helvetica','tahoma';
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    width: 213px;
}
.l-content .wheelFeature .featureList .wheelList span {
    height: 50px;
    vertical-align: middle;
}
.l-content .wheelFeature .featureList .wheelList .m-cols__1of2:nth-child(2) .list_container .list_logo,
.l-content .wheelFeature .featureList .wheelList .m-cols__1of2:nth-child(3) .list_container .list_logo {
    padding: 10px 0;
}
.l-content .wheelFeature .featureList .wheelList .m-cols__1of2:nth-child(2) .list_container,
.l-content .wheelFeature .featureList .wheelList .m-cols__1of2:nth-child(3) .list_container {
    min-height: 215px;
    padding: 0 20px;
}
.l-content .wheelFeature .featureList .wheelList .m-cols__1of2:nth-child(1) .list_container {
    display: table-cell;
    vertical-align: middle;
    height: 437px;
    padding: 0px;
}

.l-content .engineer_feature ul {
    position: absolute;
    left: 295px;
    top: 105px;
}
.l-content .engineer_feature .m-btnLink--conversion {
    position: absolute;
    bottom: 0;
    right: 135px;
}
.l-content ul.list-disc li {
    list-style-type: disc;
}
.l-content .wheelMaterial {
    margin: 0 auto;
    width: 700px;
}
.l-content .wheelMaterial .list{
    width: 630px;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
}
.l-content .wheelMaterial .list ul{
    float: left;
    margin-left: 35px;
}
.l-content .wheelMaterial .list ul li a {
    font-size: 14px;
}

.l-content .brand_caster .wheelList {
    margin-left: -30px;
}
.l-content .brand_caster .wheelList li .list_container {
    height: 170px;
    width: 140px;
    text-align: center;
}
.l-content .brand_caster .wheelList li .list_logo {
    display: table-cell;
    align-content: center;
    vertical-align: middle;
    align-content: center;
    width: 140px;
    height:60px;
}
.l-content .brand_caster .wheelList li .list_logo div,
.l-content .brand_caster .wheelList li .list_logo span.product_name {
    display: table-cell;
    line-height: 17px;
    width: 140px;
    padding: 0px 5px 0px 5px;
}
.l-content .related_product .wheelList li span {
    height: 50px;
}
.l-content .related_product .wheelList li .list_logo {
    display: table-cell;
    vertical-align: middle;
    width: 185px;
    height: 80px;
}

.l-content .brand_caster .list_container a,
.l-content .brand_caster .list_container a:hover {
    color: #333333;
    text-decoration: none;
}