@charset "utf-8";

.user_main{
/*	border:1px solid #D7C58E;*/
	padding:15px;
	background:url(../img/item/item_bk.jpg);
	margin-bottom:20px;

	border-radius: 10px;        /* CSS3‘ˆÄ */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome—p */  
	-moz-border-radius: 10px;   /* Firefox—p */  

}

.user_main table{
	border:1px solid #D8C18B;
	width:100%;
	margin-top:10px;
}

.user_main table th{
	padding:15px 10px 15px 75px;
	background:url(../img/profile/blog_icon.png) #FFDD76 no-repeat 5px 7px;
	color:#663300;
	text-align:left;
	font-size:17px;
	font-weight:bold;
}
.user_main table th a{
	font-size:15px;
	font-weight:normal;
}
.user_main table td{
	padding:10px;
	text-align:left;
	line-height:150%;
	background:#FFF;
}

.user_main_left{
	float:left;
	text-align:center;
}

.user_main_left p{
	border:1px solid #EFEFEF;
	width:200px;
	height:200px;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
	background:#FFF;
	margin:0 0 30px 0;
}

.user_main_left img{
	max-width:200px;
	max-height:200px;
}

.user_main_right{
	float:right;
	width:385px;
	color:#333333;
}

.user_main_title{
/*	background:#FFEFF7;
	color:#663300;
*/
	background:url(../img/common/title_bk.jpg);
	color:#FFF;
	font-size:12px;
	padding:5px 10px;
}

.user_main_title p span{
	font-size:18px;
	font-weight:bold;
	margin:0 5px 0 0;
}

.user_main_title img{
	float:right;
}

.user_rank_title{
	background:#FFEFF7;
	color:#333333;
	padding:3px 10px;
	margin:0 0 15px 0;
}

.user_rank_title img{
	vertical-align:middle;
	margin-right:5px;
}

.user_rank_title span{
	font-size:18px;
	vertical-align:middle;
}
.user_rank_p{
	float:left;
}
.whatrank{
	float:right;
	text-align:right;
	font-size:10px;
	margin:10px 0 0 0;
}

.whatrank img{
	width:15px;
}

.user_total{
	color:#FF6699;
	font-size:15px;
	margin:0 0 15px 0;
}
.user_detail{
	line-height:180%;
}
.user_bookmarkbtn{
	text-align:right;
	margin:0;
}
/*---------------------------*/

.user_comment_list{
	padding:10px 0px;
	border-bottom:1px dotted #CCCCCC;
}

.item_left{
	text-align:center;
	width:120px;
	float:left;
	font-size:11px;
}

.item_left p{
	width:120px;
	height:120px;
	margin:0px auto;
}

.item_left span{
	font-weight:bolder;
}

.item_left img{
	max-width:120px;
	max-height:120px;
}

.user_memberfukidasi{
	margin-top:15px;
	width:460px;
	padding:10px;
	background-color:#FFF;
}

.user_memberfukidasi img{
	float:left;
	margin-right:5px;
	max-width:150px;
	max-height:150px;
}

.user_come_date{
	color:#999999;
	font-size:11px;
	text-align:right;
}

.user_memberfukidasi{
	float:right;
	border:1px solid #E0D3BE;
	border-radius: 5px;        /* CSS3‘ˆÄ */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
	-moz-border-radius: 5px;   /* Firefox—p */  
	position: relative;
}

.user_memberfukidasi:before{
	border-color:transparent #E0D3BE transparent transparent;
	content:"";
	position:absolute;
	width:0px;
	border-style:solid;
	border-width:7px 21px 7px 0px;
	left:-21px;
}

.user_memberfukidasi:after{
	content:"";
	position:absolute;
	width:0px;
	border-style:solid;
	border-width:6px 20px 6px 0px;
	border-color:transparent #FFF transparent transparent;
	left:-19px;
	top:11px;
}

.pro_tab{
	border-bottom:2px solid #FF9ECE;
	margin:10px 0;
}
.pro_tab li{
	width:50%;
	text-align:center;
	background:#EEE7DC;
	padding:15px 0;
	color:#663300;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
.pro_tab li.left{
	float:left;
}
.pro_tab li.right{
	float:right;
}
.pro_tab li a{
	color:#663300;
	font-weight:bold;
	background:url(../img/common/side/side_tab_icon2.jpg) no-repeat 0 -2px;
	padding:0 0 0 20px;
}

.pro_tab li.active{
	background:#FF859C;
}

.pro_tab li.active a{
	background:url(../img/common/side/side_tab_icon1.png) no-repeat 0 -2px;
	color:#FFF;
}

.pro_title{
	color:#FF6699;
	font-size:15px;
}


/*---------------------------*/

.pro_school_box{
	position:relative;
	background:#fdf5e6;
	border-radius: 10px;        /* CSS3‘ˆÄ */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome—p */  
	-moz-border-radius: 10px;   /* Firefox—p */  
	margin:0 0 20px 0;
	padding:15px;
	overflow:hidden;
}

.pro_school_more{
	text-align:right;
}

.pro_monthly_icon{
	width:100px;
	top:15px;
	right:-25px;
	text-align:center;
	position:absolute;
	-moz-transform:    rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	-o-transform:      rotate( 45deg );
	-ms-transform:     rotate( 45deg );
	transform:         rotate( 45deg );

	background:#A2D902;
	color:#FFF;
	padding:2px 0;
	font-weight:bold;
}

.pro_irregular_icon{
	width:100px;
	top:15px;
	right:-25px;
	text-align:center;
	position:absolute;
	-moz-transform:    rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	-o-transform:      rotate( 45deg );
	-ms-transform:     rotate( 45deg );
	transform:         rotate( 45deg );

	background:#FFD65B;
	color:#FFF;
	padding:2px 5px;
	font-weight:bold;
}

.pro_school_title{
	font-size:132%;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#663300;
	background:url(../img/top/top_school.png) no-repeat 0 0;
	padding:0 0 5px 65px;
	height:45px;
	line-height:45px;
}
.pro_school_title a{
	color:#663300;
}

