@charset "utf-8";
/* ======================================================
    aboutIndex
====================================================== */

#content .inner .cf .leftContent .contentInner dl dt {
	background-color: #efe8cd;
	padding: 10px 20px 7px;
	font-weight: bold;
}
#content .inner .cf .leftContent .contentInner dl dd.year {
	float:left;
	width: 170px;
	margin: 20px 0 0 20px;
	font-weight: bold;
}
#content .inner .cf .leftContent .contentInner dl dd.title {
	margin: 20px 20px 0 20px;
	font-weight: bold;
}
#content .inner .cf .leftContent .contentInner dl dd.article {
	padding: 0 20px 0 190px;
	margin-bottom: 20px;
}
/* ======================================================
    buysell.html
====================================================== */
.textArea {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e5da;
}

h4 {
	list-style-type: decimal;
	font-weight: bold;
	margin-bottom: 10px;
	color: #40a419;
	font-size: 18px;
}
h5 {
	margin: 20px 0;
	background-color: #efe8cd;
	padding: 7px 10px 5px;
}
h5 span {
	background-color: #ffffff;
	padding: 0 5px;
	margin-right: 10px;
}
ol ul li{
	margin-bottom: 20px;
}
ol ul li.indent{
	margin-left: 3.5em;
	list-style-type: decimal;
}
dl.case {
	margin: 0 10px 40px 10px;
}
dl.lastCase {
	margin: 0 10px;
}
dd.mb40 {
	margin-bottom: 40px;
}
dd.mb40 p {
	text-indent: 1ex;
}
.indent {
	text-indent: 1ex;
}
dd.indent p:last-child{
	margin-bottom: 0; 
}
p.caseImg {
	text-align:center;
	text-align: center;
	margin-bottom: 40px;
}
.smallNumber {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 10px;
}
p.mb0 {
	margin-bottom: 0;
}
/* ======================================================
    leaders.html
====================================================== */
li.square {
	list-style-type:square;
	margin-left: 1.5em;
}
.sec {
	margin-bottom:40px;
}
.imgLeft {
	float: left;
	margin-right: 20px;
}
.imgLeft img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.imgRight img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.greenText {
	margin-bottom:20px;
	color:#40a419;
	text-align:center;
}
.mb20 {
	margin-bottom:20px;
}
