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

.sideButtum {
position: fixed;
top: 80px;
right: -1px;
z-index: 1000;
}

.sideButtum li {
list-style-type: none;
margin-bottom: 0.5em;
}

.sideButtum li img {
height: 130px;
}

/* for PC */
@media screen and (min-width: 992px) {

	.sideButtum {
	display: none;
	}

}


/* for SP */
@media screen and (max-width: 767px) {

	.wmpr-page__body {
/*	padding-right: 45px;*/
	}


}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 991px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 992px) {
}
