﻿.naritaya-div-container:before, .container:after {
    display: table;
    content: "";
    zoom: 1 /* ie fix */;
}

.naritaya-div-container:after {
    clear: both;
}

.naritaya-div-container {
    width: auto;
    height:auto;
    margin: 0 auto;
    /*border: 1px solid #fff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ffffff;*/
}

.naritaya-div-body {
    height: auto;
    width: auto;
    border: solid #eee;
    margin:0px 0px 0px 50px;
    border-width: 1px 0;
}


.naritaya-div-header, .naritaya-div-footer {
    height: auto;
    width: auto;
    text-align:center;
    
}

.naritaya-div-footer {
    background-color: whiteSmoke;
   
}
