@charset "utf-8";

/* Reset */
body > #Container{
overflow:hidden;
color:#333;
}
div#HeaderArea{
margin-bottom:0;
}
div#ContentsArea div#ContentsLayout.SingleWide:first-child{
padding-top:0;
padding-bottom:0;
}
div#MainContentBody > .Section:first-child > p:first-child{
margin-bottom:0;
}
div#ContentsArea div#MainContent div.Section{
padding-bottom:0;
}

/* Container */
.LpLearnMeasurementContent{
position:relative;
margin:0 0 30px;
padding:0 0 40px;
}
.LpLearnMeasurementContent:before{
z-index:-1;
content:'';
display:block;
position:absolute;
width:300%;
height:100%;
left:-100%;
top:0;
background:#eaf7e6 url(../../img/landing_page/lp_learnmeasurement/lp_learnmeasurement_bg_01.gif) repeat-x 0 0;
}

/* Head */
.LpLearnMeasurementHead{
display:table;
width:100%;
padding:42px 0 41px;
}
.LpLearnMeasurementMainHdg{
display:table-cell;
color:#12723a;
font-size:333.3%;
line-height:1.2;
vertical-align:bottom;
}

/* Catalog Button */
.LpLearnMeasurementHead .cmnLpAncrBtn03{
display:table-cell;
padding-left:30px;
text-align:right;
vertical-align:bottom;
}
div#MainContent .LpLearnMeasurementHead .cmnLpAncrBtn03 > a{
position:relative;
padding:12px 7px 14px 57px;
bottom:-1px;
}

/* Body */
.LpLearnMeasurementItemWrap{
display:table;
position:relative;
background:#fff;
letter-spacing:-.4em;
}
.LpLearnMeasurementItem{
display:inline-block;
width:208px;
margin:0 0 0 6px;
padding:19px 15px 22px;
border-top:solid 4px #0e7138;
text-align:center;
letter-spacing:normal;
vertical-align:top;
}
.LpLearnMeasurementItem:first-child,
.LpLearnMeasurementItem:first-child + .LpLearnMeasurementItem + .LpLearnMeasurementItem + .LpLearnMeasurementItem + .LpLearnMeasurementItem{
margin:0;
}
div#MainContent ul.LpLearnMeasurementItemList{
margin:0;
}
div#MainContent .LpLearnMeasurementItemList > li{
padding-left:14px;
font-size:125%;
text-align:left;
line-height:1.2;
}
div#MainContent .LpLearnMeasurementItemHdg{
display:table;
width:100%;
margin:6px 0 18px;
color:#0e7138;
font-size:150%;
line-height:1.2;
}
.LpLearnMeasurementItemHdgInner{
display:table-cell;
vertical-align:middle;
}

/* Download */
div#MainContent p.LpLearnMeasurementDownload{
margin-bottom: 50px;
color:#fff;
text-align:center;
font-size:2.083333em;
padding:6px 0;
background:#3f3f3f;
background:-webkit-linear-gradient(top,  #3f3f3f 0%,#1c1c1c 100%);
background:linear-gradient(to bottom,  #3f3f3f 0%,#1c1c1c 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#1c1c1c',GradientType=0 );
}
.LpLearnMeasurementDownload:before,
.LpLearnMeasurementDownload:after{
content:'';
display:inline-block;
width:26px;
height:29px;
margin:0 44px;
background:url(../../img/landing_page/lp_bt_proofing/arrow_01.png) no-repeat 0 0;
vertical-align:middle;
}