/* CSS Document */


/* ***********************************************************
 *
 * Since:     2018-04-25
 * Editor:    contents
 * Modified:  2018-04-25
 *
 * ***********************************************************
 */




/* ///////////////////////////////////////////////////////////////////
	experiences
/////////////////////////////////////////////////////////////////// */


#experiences{
	width: 730px;
	margin: 5px 0px;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
  

#experiences h4{
	color: #333;
	font-size: 116.7%;
	background-color: #FFEDEF;
	border-left: #F4B3B9 solid 4px;
	padding: 8px 8px 8px;
	margin: 10px 0px 10px;
	font-weight: normal;
}


/*ÐÞÁËÉú¥á¥Ã¥»©`¥¸*/
#experiences .mesList_l{
	border-bottom: #CCCCCC dotted 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#experiences .mesList_l dt{
	float: left;
	width: 188px;
}

#experiences .mesList_l dd{
	line-height: 1.7em;
	margin-left: 218px;
}


