﻿@charset "utf-8";
@import url("common.css");

#content{margin-top:70px;}
#content article {margin-bottom:70px;}
#content article h2{font-size:30px; font-weight:normal; background:url(../img/bar.png) no-repeat left bottom; padding-bottom:15px; margin-bottom:30px;}


#content .images {
    width: 100%;
}

#content .images ul {
    background: url('../img/main_ourproduct_Bg.jpg');
    background-repeat: no-repeat;
}

#content .images ul li {
    float: left;
}

#content .images ul::after {
    content: "";
    display: block;
    clear: both;
}


#content article div{width:316px;}
#content article .part1{float:left;}
#content article .part2{float:left; margin-left:26px; margin-right:26px;}
#content article .part3{float:right;}