@charset "utf-8";
/* ===================================================================
CSS information

 file name  :company.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* -----------------------------------------------------------
	#cnt_summary
----------------------------------------------------------- */
#cnt_main #cnt_summary {
	width: 690px;
	height: auto;
}
#cnt_main #cnt_summary p {
	font-size: 80%;
	color: #757575;
	padding: 15px 0 5px 25px;
	line-height: 1.2;
}
#cnt_main #cnt_summary table {
	width: 650px;
	height: auto;
	margin: 0 auto;
}
#cnt_main #cnt_summary table th {
	width: 100px;
	padding: 10px;
	background: #ede4df;
	border: 1px solid #d6cdc8;
	font-size: 80%;
	font-weight: normal;
	color: #793527;
}
#cnt_main #cnt_summary table td {
	padding: 10px;
	background: #FFF;
	border: 1px solid #d6cdc8;
	font-size: 80%;
}

#cnt_main #cnt_summary table td #google_map {
	width: 500px;
	height: 300px;
}

/* -----------------------------------------------------------
	#cnt_activity
----------------------------------------------------------- */
#cnt_main #cnt_activity {
	width: 690px;
	height: auto;
	margin: 30px 0 0 0;
}
#cnt_main #cnt_activity p {
	font-size: 80%;
	color: #757575;
	padding: 15px 25px 5px 25px;
	line-height: 1.6;
}

#cnt_main #cnt_activity ol {
	width: 600px;
	height: auto;
	padding: 20px 0 10px 40px;
}
#cnt_main #cnt_activity ol li {
	margin: 6px 0;
	font-size: 80%;
	line-height: 1.3;
	color: #757575;
	list-style-type: decimal;
	list-style-position: inside;
	border-bottom: 1px dotted #DCC89E;
}









