@charset "UTF-8";
/* CSS Document */
/* The Anh */

.att {
	font-size: 14px;
	padding: 5px 10px;
	color: #360000;
}

.intro-wrap {
	width: 45%;
	margin-top: 30px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.1);
	padding: 10px 2% 15px;
	border-radius: 5px;
	background-color: #fff;
}

.intro-wrap:nth-child(2n+1) {
	float: left;
}

.intro-wrap:nth-child(2n) {
	float: right;
}

.photo {
	height: 170px;
	overflow: hidden;
	text-align: center;
}

.photo img {
	height: 100%;
}

h3.intro-ttl {
	padding-top: 10px;
	text-align: center;
	line-height: 2;
	font-size: 110%;
}

h3.intro-ttl span {
	font-size: 130%;
	display: block;
}

h3.intro-ttl span:after {
	content: url(../images/intro-profile/leaf.png);
	position: relative;
	top: 7px;
	left: 5px;
}

.intro-txt h4 {
	font-size: 150%;
	color: #f60;
}

.intro-txt {
	border-top: 3px dotted #fe8c5f;
	clear: both;
	padding: 15px 0 0;
	height: 280px;
	overflow: auto;
	font-size: 85%;
}

.intro-txt p {
	font-size: 130%;
	margin-bottom: 15px;
	line-height: 1.6;
}

.intro-txt a {
	color: #360000;
}