@charset "utf-8";
/* CSS Document */

.contBox {
	margin-bottom:30px;
	padding:25px 20px;
	border:1px solid #DDD9D4;
	background:#fff url(../../common/cont_back.jpg) no-repeat center 2px;
}

.contBox .photo {
	width:130px;
	height:180px;
	float:left;
}

.contBox table {
	margin-top:30px;
	width:470px;
	float:right;
	border:1px dotted #ccc;
	border-collapse:collapse;
}
.contBox table th {
	width:120px;
	padding:5px 10px;
	border:1px dotted #ccc;
	background:#E2EBF0;
}
.contBox table td {
	padding:5px 10px;
	border:1px dotted #ccc;
}

.top_txt {
 color:#006B26;
}

/* clearfix
---------------------------------------------------- */
.contBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.contBox {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .contBox {
	height: 1%;
}
.contBox {
	display: block;
}
/* End hide from IE-mac */


