@charset "utf-8";

/*========================

経済界は考えます

========================*/

/*------------------------

常にインクルードするCSS

------------------------*/

@import "reset.css";
@import "base.css";

/*-----------------------------------------

テキスト

-----------------------------------------*/

.text .border20 {
	border: 2px solid #CDCDCD;
	padding: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.txtRight {
	text-align:right;
}

.clear {
	clear:both;
}

/*-----------------------------------------

マージン

-----------------------------------------*/

.marginTop1em {
	margin-top: 1em;
}

.marginLeft3em {
	margin-left: 3em;
}

.marginBottom10 {
	margin-bottom: 10px;
}

/*-----------------------------------------

リスト

-----------------------------------------*/

.text dl {
	margin-left: 9px;
}

.text dl dt {
	padding-left: 23px;
	float: left;
	width: 510px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.text dl dd {
	float: right;
}

.text ul {
	clear: both;
	margin-left: 3em;
	margin-top: -5px;
}

.text ul li {
	margin-bottom: 5px;
}

.text p {
	display:list-item
}

/*-----------------------------------------

アイコン

-----------------------------------------*/

.text li img {
	vertical-align: middle;
	padding:0 0 4px;
}
