@charset "utf-8";
/* CSS Document */

@media screen and (max-width:767px){
	
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}
#wrap #wrapper #main .content .bbox table tr #entry_button img {
	max-width:500px;
	width:90%;	
}
.flexbox {
	display: flex;
	flex-direction: column;
}

#category_box2 .tablebox {
	width: 100%;
	margin-bottom:15px;
}

.button_flex {
    display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#form{
	margin-right: 20px;
	margin-left: 20px;
	box-sizing: border-box;
}

#button2{
	margin-top: 32px;
}


.red_text {
    font-size: 12px;
	font-weight:normal;
}
}