@charset "UTF-8";


/**
* Normalize CSS
*/

:after, :before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

ul {
    padding: 0;
    margin: 0;
}

[class*="eplus"] ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

[class*="eplus"] ul li:before {
    display: none;
}