@charset "utf-8";
/* CSS Document */
#info{
	color: #878787;
	line-height: 20px;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	padding-bottom:20px;
	padding-left:50px;
	padding-top:15px;
	border-bottom:#DDDDDD 3px double;
	background:url(../images/member/icon.png) 10px 10px no-repeat;
}
#info img{
	vertical-align: middle;
	margin-right:5px;
	margin-left:10px;
}
.content{
	padding-bottom:40px;
	margin-bottom: 30px;
	border-bottom:#DDDDDD 3px double;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.content_box{
	margin-bottom:30px;
}
.content .box{
	padding:0 20px 0 0;
	margin:0 20px 0px 20px;
}
.content .box li {
	list-style:none;
	clear: both;
	margin-bottom:10px;
}
.content .box li:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.content .box li .title {
	width: 140px;
	font-size: 14px;
	line-height:24px;
	font-size:13px;
	color: #FFF;
	padding: 5px 0px 5px 45px;
	position:relative;
	background:#1AB8A7;
	-webkit-border-radius:1px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.content .box li .register:before {
	content:'';
	width:11px;
	height:11px;
	position: absolute;
	top:11px;
	left:20px;
	background: url(../images/common/dot.png) 0 0px no-repeat;
}
.content .box li .rbox {
	width:100%;
	line-height: 20px;
	padding: 5px 0px;
	background:#FFF;
}
.content .box li .rbox .acc{
	color:#FF6511;
	font-weight:bold;
	display:block;
}
.content .box li .rbox .inf{
	display:block;
	line-height:25px;
}
/************************************************************/
/************************************************************/
.text{
	line-height:24px;
	text-align:center;
	margin-bottom:30px;
	padding-top:70px;
	background: url(../images/member/pic.png) center top no-repeat;
}
.text a, .text a:visited {
	color: #3977B1;
	text-decoration: underline;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
.text a:hover {
	color:#3977B1;
	text-decoration: none;

}
.text .status {
	color: #525252;
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
}
.text span.name {
	color: #FF7F00;
	font-weight: bold;
}
.text_box{
	max-width:470px;
	border:#EEEEEE 1px solid;
	background:#EEEEEE;
	position:relative;
	margin:0 auto;
}
.text_box .box2{
	padding:20px;
	border:#FFF 1px solid;
}
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media (max-width: 900px) {
}
@media (max-width: 600px) {
.content .box {
	padding:0 0px;
	margin:0px;
}
.input_24, .input_23{
	width:49.55%;
	margin-bottom:10px;
}
}