@charset "UTF-8";

/* ---------------------------------
 width <= 1279px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:1279px) {
.skin {
	width: 1000px;
}
/* less 1279 */
}

/* ---------------------------------
 width <= 1023px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:1023px) {
/* less 1023 */
}

/* ---------------------------------
 width <= 840px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:840px) {
/* less 840 */
}

/* ---------------------------------
 width <= 640px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:640px) {
/* less 640 */
}

/* ---------------------------------
 width <= 480px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:480px) {
#log-in {
	text-align:left;
}
#log-in p {
	padding:1.6rem 1rem 1.3rem 1rem;
}
#log-in a {
	display:block;
	padding:0;
}
/* less 480 */
}

/* ---------------------------------
 width <= 360px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:360px) {
/* less 360 */
}

/* ---------------------------------
 width <= 320px
 --------------------------------- */
@media screen and (min-width:1px) and (max-width:320px) {
/* less 320 */
}

/* End of css */