@charset "UTF-8";

.is_selected {
	background-color: #ff4f01;
}

.is_current {
    color: #fff;
    background-color: #81bd20;
}

.is_open {
    display: block;
}

.is_authed main {
    max-width: 640px;
}

.is_unauthed main {
    max-width: 960px;
}


/* SP */
@media only screen and (max-width: 750px) {
.is_authed main {
    max-width: none;
}
	
}
