@charset "utf-8";

/* beginner guide
---------------------------------------------*/
#beginner_guide .section-box{
background:#fff;
}
#beginner_guide figure{
margin: 10px 0;
text-align:center;
}
#beginner_guide p em{
font-style:normal;
color:#FF4A01;
}
#beginner_guide .linklist{
padding: 10px;
border-top:1px solid #BFBFBF;
}

#beginner_guide .linklist li{
text-align:right;
}

/* beginner guide purchase
---------------------------------------------*/
#beginner_guide section h2{
margin-bottom:10px;
padding:10px 0 10px 23px;
background:#F3F3F3 url(/static/docs/SMART/images/content/support/icon-stitle.png) 10px center no-repeat;
-webkit-background-size: 4px 14px;
-moz-background-size: 4px 14px;
border-bottom:1px solid #BFBFBF;
}
#beginner_guide .purchase_step li{
padding-bottom: 22px;
background: url(/static/docs/SMART/images/content/guide/arrow-downword.png) center bottom no-repeat;
-webkit-background-size: 19px 22px;
-moz-background-size: 19px 22px;
text-align:center;
}
#beginner_guide .purchase_step li figure{
margin:0;
}
#beginner_guide .purchase_step li:last-child{
padding:0;
background:none;
}
#beginner_guide .guide_link{
text-align:right;
}
#beginner_guide .example{
padding:10px 0;
border-top:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
}
#beginner_guide .left_step li{
margin-top:10px;
}
#beginner_guide .nmb{
margin-bottom:0;
}