.pickup_mode{
	margin: 30px 0;
	text-align: center;
}
@media (max-width: 760px){
    .pickup_mode{ margin: 0px 0 0;}
}
@media (max-width: 410px){
    .pickup_mode{ margin: 0px 0 0;}
}

.shop_tel a{ color: #000;}

.pickup_lightbox{
    height: auto;
    max-width: 500px;
}
.pickup_news{
    font-size: 15px;
}
.pickup_news br{
    display: block;
}
@media (max-width: 480px){
    .pickup_news br{display: none;}
}
/*---------------------------*/
.pickup_content{
	border-radius: 10px;
	position: relative;
    margin-top: 5px;
    padding-top: 48px;
    /*padding-bottom: 10px;*/
    background-color: #ffffff;
    color: #000000;
}

.delivery_title{
	font-size: 15px;
	font-weight: 700;
	color: #025e9d;
	margin-bottom: 15px;
	text-align: left;
}
.delivery_title h2{
    font-size: 15px;
    font-weight: 700;
    color: #025e9d;
    display: inline;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.pickup_input{
	text-align: left;
    font-size: 15px;
}
.pickup_input > input[type="text"]{
    width: 50px;
    height: 35px;
    margin-right: 5px;
    padding-left: 10px;
    border: 1px solid #ccc;
}
.pickup_input > input[type="text"].input_address {
    width: 95%;
}
.pickup_input > input{
	width: 45px;
	margin-bottom: 10px;
}
.pickup_input > input:nth-of-type(2), .pickup_input > input:nth-of-type(3){
        margin: 0 5px;
}
@media (max-width: 780px){
.pickup_input > input{width: 40px;}
}
@media (max-width: 768px){
    .pickup_input > input[type="text"] {width: 45px;}
}
@media (max-width: 750px){
.pickup_input > input{width: 23%;}
.pickup_input > input[type=text] {width: 21%;}
}
@media (max-width: 540px){
.pickup_input > input{width: 18%;}
}
@media (max-width: 480px){
.pickup_input > input[type=text] {width: 18%;}
}
@media (max-width: 380px){
.pickup_input > input{width: 15%;}
.pickup_input > input[type=text] {width: 16%;}
}
.divider{
	border-bottom: 1px dotted #cacaca;
	margin: 30px 0 30px;
}


@media (max-width: 750px){
.mo_pickupLeft{margin-bottom: 0px;}
.mo_pickup{padding-top: 10px;}
}

.pickup_content .method_form {
	text-align: center;
}
.delivery_title input[type="radio"] {
    display:none;
}
.delivery_title input[type="radio"] + label{
    cursor: pointer;
}
.delivery_title input[type="radio"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-2px 4px 0 0;
    vertical-align:middle;
    background:url(../images/radio.png) -28px top no-repeat;
}
.delivery_title input[type="radio"]:checked + label{
    color: #e7153c;
}
.delivery_title input[type="radio"]:checked + label span{
    background:url(../images/radio.png) left top no-repeat;
}
.close_btn, .close_btn2{ z-index:10000;}
.selectBig {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-family: "微軟正黑體", "Microsoft JhengHei", 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 20px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: url("../images/select_arrow.png") no-repeat scroll right center / 19px auto;
}
.infor_center.viewpoint {
    width: 320px;
    margin: 0px auto;
}
.infor_center.viewpoint #map_preview{
    height: 39px;
    font-size: 15px;
    background-color:transparent;
    font-weight: bold;
    text-align:left;
    margin-bottom:0px;
    padding-left:4px;
}
#dominosPICKUP_map .inforCont_right > #google_map {
    border-radius: 0px;
    height: 100%;
    position: relative;
}
#dominosPICKUP_map {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 1000px;
    left: 0px;
    z-index: 1000;
    background-color: #fff;
}
#dominosPICKUP_map.active{
    top: 99px;
    transition: top 0.5s;
}
.select-store{
    text-align:left;
}
.store-status {
    text-align: left;
    font-weight:bold;
    color: #e7153c;
}
#dominosPICKUP_map .inforCont_right {
    padding: 0px;
}
.viewpointBtn {
    border-radius:4px;
    color:#fff;
    background-color:#e7153c;
    padding:4px 8px;
}
@media (max-width: 480px) {
    #dominosPICKUP_map.active {
        top: 58px;
        transition: top 0.5s;
    }
}