@charset "utf-8";
/* CSS Document */

body { font-size:1.3em;}

hr {
    background: url(../images/hr.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    height: 45px;
}
.allpage { margin-bottom:20px;}
.mgtop { margin-top:35px;}
.att { height:475px;}

#dateci, #dateco {
    background: none repeat scroll 0 0 #fff;
    border: 1px inset #ccc;
    height: 32px;
    padding-left: 3px;
}
#expandBox {
   width: 200px;
}
.theme-button, #commentform #submit, .wpcf7 #current-shop-items-overlay.wpcf7-submit.theme-button .buttons a, .woocommerce .button, input[type="submit"], button {
    background: none repeat scroll 0 0 #ff9900;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    margin: 0;
    outline: medium none;
    padding: 0 12px;
}

.center-row-inner1 {
    border-bottom: medium none;
    padding: 20px 0;
	margin-bottom:50px;
}

.center-row-inner {
    /*border-bottom: none;*/
    padding: 20px 0;
}


.mg { margin-top:20px;}
label {
    color: #60002D;
}






/*Desktop*/
@media  (min-width: 992px){

}

/*Tablet XLLLLLL*/
@media (min-width: 992px ) and (max-width:1200px) {

}

/*Tablet SSSSSSSSSS*/
@media (min-width: 768px ) and (max-width:991px) {

}

@media (max-width:480px ){

}