@charset "utf-8";
/* CSS Document */
.footer_common{
background: #F4F4ED;
padding: 20px 0 60px;
}

.width{
width: 1012px;
margin: 0 auto;
overflow: hidden;

}

.footer_common ul{
list-style: none;
float: left;
color: #554A45;
margin-right: 45px;
}

.footer_common span{
font-size: 13px;
}

.footer_common span.02{
font-size: 12px;
}


.footer_common ul li{
font-size: 14px !important;
margin: 10px 0;
text-indent: -15px;
padding-left: 15px;
}

li.bold{
font-weight: bold;
}

.footer_common ul li a{
text-decoration: underline;
margin-bottom: 20px;
color: #554A45;
font-size: 14px !important;
}

.footer_common img.window{
padding-left: 5px;
}

.footer_common img{
vertical-align: middle;
}

.net-order{
overflow: hidden;
}

.net-order ul{
margin-right: 0;
}

.net-order ul li{
text-indent: 0;
padding-left: 0;
text-align: center;
}

.net-order img.logo1{
margin-bottom: 10px;
}

.desk{
display: block;
}

.mobile{
display: none;
}


@media (max-width: 767px) and (min-width: 0){

.desk{
display: none;
}

.mobile{
display: block;
}

.footer_common{
margin-top: 0;
   padding: 0;
}

.width{
width: 100%;

}


.footer_common ul{
float: none;
margin-right: 0;
padding: 10px 20px;
}

.net-order ul li{
text-align: left;
}
hr{
color: #D2CFCD;
}

.net-order img.logo1{
margin-left: 10px;
}

}




