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

.modal_width {
    width: 700px;
}
.btn_close, .btn_close_Size, .btn_close_Map {
    width: 100%;
    box-sizing: border-box;
    margin: 20px auto 10px;
    padding: 0 20px 0 0;
    text-align: right;
    background: transparent;
	border: none;
}
.ord_popup_title {
    padding: 2% 0 2% 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: bold;
}
.sizepop_wrap {
    width: 100%;
}
.sizepop_wrap ul {
    list-style: none;
    padding: 0;
}

/*************************************************************/
/*************************************************************/
/*************************************************************/
@media screen and (max-width:430px) {

.modal_width {
    width: 96%;
}	
.ord_popup_title {
        margin-top: 5px;
        margin-bottom: 15px;
}
	
	
}