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

.member_newbox {
	text-align: left;
	display: table;
	padding-top: 10px;
}
.member_date {
	width: 40px;
	vertical-align: top;
	display: table-cell;
	padding: 1px;
}
.member_link {
	padding: 1px;
	vertical-align: top;
	display: table-cell;
}
.member_loginbox {
    float: right;
    color: #4E4E4E;
    padding: 0px 20px;
    display: inline-block;
}

/* sp */

@media screen and (max-width: 760px) {

}

/* tb */

@media screen and (min-width: 760px) {

}

/* pc */

@media screen and (min-width: 1020px) {

}