body{
    margin:0;
    padding:0;
    font-size:0.8em;
}
.divbody{
    max-width:640px;
    background-color:#fff;
}
.divlayout{
    width:100%;
    display:table; 
    text-align:justify;
    line-height:1.5em;
    background-color:#fff;
    color:#6d6b6c;
    margin:0 auto;
}
.divlayout img{
    width:100%;
    display:table;
}
.padding_bottom{
    padding-bottom:4%;
}
.item_content{
    width:96%;
    margin-left:auto;
    margin-right:auto;
    display:table;
}
a{
    text-decoration:none;
    color:inherit;
}

@media screen and (min-device-width:320px) and (max-device-width: 370px) {
  .content_navigation li{
  	font-size:0.95em !important;
	}
}
@media screen and (min-device-width:371px) and (max-device-width: 410px) {
    
}

h1{
    color:#343434;
    font-size:1.6em;
    text-align:center;
}
.describe{
    text-indent:2em;
    margin-top:3%;
}
.content_layout{
    margin:3% auto 0 auto;
}
.content_navigation{
    list-style:none;
    padding:0;
    margin:3% 0 0 0;
}
.content_navigation li{
    width:24.6%;
    float:left;
    border-right:1px solid #cbcbcb;
    color:#7e7b7b;
    text-align:center;
    padding:1% 0;
    cursor:pointer;
}
.content_navigation_select{
    background-color:#c22c3d;
    color:#fff !important;
}
.margin_top{
    margin-top:4%;
}
.checkout_describe_margin{
    margin-top:2%;
}
.checkout_title{
    font-size:1.5em;
    color:#343434;
    font-weight:bold;
    text-indent:1.3em;
}
.checkout_describe{
    text-indent:2em;
}
.checkout_table{
width:100%;
    margin:2% auto;
    border-collapse:separate;
    border-spacing:0;
    border:0;
}
.checkout_table td{
    text-align:center;
    vertical-align:middle;
    height:50px;
    width:33.333333333333333333%;
}
.checkout_table tr:nth-child(odd){
    background-color:#e4e4e4;
}
.checkout_table th{
    background-color:#c13a58;
    color:#fff;
    text-align:center;
    vertical-align:middle;
    height:50px;
    font-weight: initial;
}
.dispay_none{
    display:none;
}
.dispay_view{
    display:block;
}
.prompt{
    font-size:0.8em;
    width:90%;
    margin:0 auto;
}
.prompt span{
    color:#c13a58;
    font-weight:bold;
}
.image_table{
    width:100%;
    margin:2% auto;
    border-collapse:separate;
    border-spacing:0;
    border:0;
}
.image_table td{
    text-align:center;
    vertical-align:middle;
    height:50px;
}
.image_table tr:nth-child(odd){
    background-color:#e4e4e4;
}
.image_table th{
    background-color:#c13a58;
    color:#fff;
    text-align:center;
    vertical-align:middle;
    height:50px;
    font-weight: initial;
}
.outpatient_table{
     width: 100%;
            border-spacing: 0;
            border-collapse: separate;
            border-top: 1px solid #808080;
            border-left: 1px solid #808080;
            margin:3% 0;
}
.outpatient_table td{
    border-bottom: 1px solid #808080;
                border-right: 1px solid #808080;
                text-align: center;
                padding:1%;
                vertical-align:middle;
}

.outpatient_table th{
    border-bottom: 1px solid #808080;
                border-right: 1px solid #808080;
                text-align: center;
                padding: 1%;
                vertical-align:middle;
}