
#cnt{
	padding-top: 0;
}

i{font-style: normal;}


/** cover **/

#cover_bg{
	background:
	url(img/bg_l.png) no-repeat top left,
	url(img/bg_r.png) no-repeat bottom right;
}

#cover{
	background: -webkit-linear-gradient(135deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: -moz-linear-gradient(135deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: -o-linear-gradient(135deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: -ms-linear-gradient(135deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: linear-gradient(-45deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	height: 800px;
}

#name{
	position: relative;
	width: 725px;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 62px 0 0 0;
}

#name span{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
}
#name em{	color: #89612e;}
#name i{	color: #ff568e;}
#name font{	color: #e3afbe;}

#name .bt_res{
	display: inline-block;
	width: 210px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0;
	color: #fff;
	padding: 9px 0 0 32px;
	border: 1px solid #ff85ae;
	box-shadow:0px 0px 0px 1px #ff9dbd inset;
	-moz-box-shadow:0px 0px 0px 1px #ff9dbd inset;
	-webkit-box-shadow:0px 0px 0px 1px #ff9dbd inset;
	background-color: #ff8fb4;
	background: url(img/i1.png), -webkit-linear-gradient(90deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background: url(img/i1.png), -moz-linear-gradient(90deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background: url(img/i1.png), -o-linear-gradient(90deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background: url(img/i1.png), -ms-linear-gradient(90deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background: url(img/i1.png), linear-gradient(0deg, #ff85ad 0%, #ff9abc 50%, #ff85ad 100%);
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 210px;
	height: 40px;
	position: absolute;
	top: 60px;
	right: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name .bt_res:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

.txt{
	display: block;
	width: 725px;
	font-size: 11px;
	line-height: 20px;
	color: #591919;
	margin: 0 auto 10px auto;
}

#photo{
	width: 725px;
	height: 500px;
	text-align: left;
	margin: 0 auto 15px auto;
	padding: 25px 0 0 25px;
	background: url(img/cover.png) no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#thum{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px 0;
	background-color:  rgba(255, 255, 255, 0.5);
}

#thum li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}


/** prof_bt **/

#prof_bt{
	width: 840px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#prof_bt_l{
	width: 435px;
	float: left;
}

#prof_bt_r{
	width: 405px;
	float: left;
}

#prof_bt:after{
	content			: "";
	display			: block;
	clear			: both;
}

.s_title{
	width: 405px;
	height: 45px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #c57188;
	padding: 0 0 0 30px;
	background: url(img/i2.png) no-repeat 0 22px;
	-webkit-background-size: 25px 12px;
	background-size: 25px 12px;
	border-bottom: 1px solid #e7aebe;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title em{
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 1.5px;
	color: #333333;
	margin-right: 5px;
}


.data{
	width: 405px;
}

.data table{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}

.data tr{}

.data th{
	font-weight: normal;
	text-align: left;
	color: #ff72a4;
	padding: 10px 0 9px 0;
	border-bottom: 1px dotted #ffcbda;
}

.data td{
	padding: 10px 0 9px 0;
	border-bottom: 1px dotted #ffcbda;
}

.data td em{	color: #89612e;}
.data td i{	color: #e3afbe;}
.data td span{	color: #ff568e;}


.comment{}

.comment p{
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0;
}

