@charset "UTF-8";

/*
.widget_shop01 .inner_item_img {
    display: none;
}
.widget_shop01 .inner_item_txt {
    width: 100%;
    float: none;
    padding-left: 0!important;
}
.widget_form .content_wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.widget_form .content_wrapper > div {
    width: 50%;
    padding: 5%;
}
.widget_form .content_wrapper > form {
    width: 50%;
}
@media screen and (max-width: 900px) {
.widget_form .content_wrapper > div {
    width: 100%;
    padding: 25px 0 0 0;
}
.widget_form .content_wrapper > form {
    width: 100%;
}
}
*/

@media screen and (max-width: 650px){
	.widget_shop01 .wrapper_item{
		margin-bottom: 0;
	}
}

