@charset "utf-8";
/* CSS Document */

img.picture {
    max-width: 130px;
    max-height: 130px;
    width: auto;
    height: auto;
}
div.listphoto {
    text-align: center;
    width: 130px;
    margin: 0 auto;
}
.right{
    float: right;
}

.bline {
	border: 1px solid #ccc;
	text-align: center;
}

.newmember{
	text-align: center;
}
.newmember a{
	display: inline-block;
	margin: 3em 1em; 					
}

ul.user_btn{
	list-style: none;
	text-align: center;
}

li.login-btn{
	display: inline-block;
}

.user_login-btn div{
    padding-top: 3px;
}
.user_login-btn a {
	position: relative;
	display: block;
	background-color: #E8702C;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 155px;
	min-height: 42px;
	line-height: 42px;
	text-decoration: none;
}
.user_login-btn a:after {
	position: absolute;
	right: 10px;
}				