@charset "UTF-8";

/* =========================================================
common
========================================================= */
#videoresume {
	font-size: 85%;
	line-height: 1.4;
	margin: 10px 0;
}
#videoresume .video-sample {
	text-align: center;
	margin: 0 -10px;
}
#videoresume .title {
	color: #ffffff;
	font-weight: bold;
	background-color: #777777;
	padding: 10px;
	margin: 0 -10px 20px -10px;
}
/* =========================================================
header
========================================================= */
#videoresume .header {
	margin-bottom: 30px;
}
#videoresume .header p {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#videoresume .header ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 3px;
}
#videoresume .header li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px;
}
#videoresume .header li:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 4px;
	border-left: 3px solid #00cc66;
	border-bottom: 3px solid #00cc66;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#videoresume .header span {
	display: block;
	padding-left: 3px;
	margin-bottom: 10px;
}
/* =========================================================
sample
========================================================= */
#videoresume .sample {
	margin-bottom: 30px;
}
#videoresume .sample .box {
	margin-bottom: 25px;
}
#videoresume .sample dl {
	margin-bottom: 10px;
}
#videoresume .sample dt {
	font-weight: bold;
	background-image: url(/imgm/common/common/icon_video.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 2px 0 2px 30px;
	margin-bottom: 5px;
}
/* =========================================================
point
========================================================= */
#videoresume .point {
	margin-bottom: 30px;
}
#videoresume .point .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	width: 100%;
}
#videoresume .point .box dl {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
#videoresume .point .box dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#videoresume .point .box div {
	display: table-cell;
	vertical-align: middle;
	background-color: #faf9ef;
	padding: 10px;
	width: 110px;
}
#videoresume .point .box div img {
	max-width: 110px;
}
/* =========================================================
howto
========================================================= */
#videoresume .howto {
	margin-bottom: 30px;
}
#videoresume .howto .video-sample {
	margin: 0 -10px 30px -10px;
}
#videoresume .howto dt {
	font-weight: bold;
	margin-bottom: 15px;
}
#videoresume .howto ul {
	padding: 0;
	margin: 0 0 0 1.5em;
}
#videoresume .howto ul li {
	margin-bottom: 10px;
}
#videoresume .howto ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#videoresume .howto ol li {
	counter-increment: titleNum;
	position: relative;
	padding: 0 0 0 2em;
	margin-bottom: 10px;
}
#videoresume .howto ol li::before {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0;
	content: counter(titleNum);
	width: 20px;
	height: 20px;
	background-color: #c8b799;
	border-radius: 100%;
}
#videoresume .howto .step {
	margin-bottom: 20px;
}
#videoresume .howto .step dt {
	font-weight: bold;
	background-image: url(/imgm/common/common/icon_video.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 2px 0 2px 30px;
}
#videoresume .howto .filesize p {
	margin-bottom: 10px;
}
/* =========================================================
tool
========================================================= */
#videoresume .tool dt {
	margin-bottom: 5px;
}
#videoresume .tool dd {
	margin-bottom: 10px;
}