@charset "utf-8";
/* CSS Document */
#contents01 .media {
	width: 540px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.media .media_ttl02 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #E5E5E5;
	width: 300px;
	padding-left: 10px;
}
.media li {
	margin-left: 20px;
	margin-bottom: 10px;
}
.media .media_left {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.media .media_right {
	float: right;
	width: 310px;
	margin-right: 10px;
}
