/* メイン部分　文字関連 */
#column_main h3 {
	margin-bottom: 20px;
}
#column_main h4 {
	margin-bottom: 40px;
}
#column_main h5 {
	clear: both;
	margin-bottom: 20px;
	padding-left: 15px;
	color: #0068b7;
	font-size: 1.1em;
	background-image: url(../images/background_product_h5.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	border-top: solid #e6e6e6 1px;
	border-left: solid #e6e6e6 1px;
	border-bottom: solid #e6e6e6 1px;
}
#column_main h6 {
	clear: both;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}
#column_main h6.blue {
	background-color: #0068b7;
	border-left: solid #8cbfe1 20px;
}
#column_main h6.green {
	background-color: #009794;
	border-left: solid #13b6b3 20px;
}
#column_main h6.red {
	background-color: #ca455c;
	border-left: solid #b11731 20px;
}
#column_main p {
	margin-bottom: 40px;
}
#column_main ul {
	margin-bottom: 10px;
}
#column_main ul.list_blue li {
	padding-left: 16px;
	list-style-type: none;
	background-image: url(../images/icon_box_blue.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#column_main ul.list_green li {
	padding-left: 16px;
	list-style-type: none;
	background-image: url(../images/icon_box_green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#column_main ul.list_dot_green li {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.4em;
	background-image: url(../images/icon_dot_green.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
/* メイン部分　表組 */
#column_main table.equipment {
	margin-bottom: 30px;
}
#column_main table.equipment caption {
	caption-side: top;
	padding-left: 16px;
	text-align: left;
	background-image: url(../images/icon_box_brown.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#column_main table.equipment th {
	padding: 5px;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #928371;
	border-top: solid #e6e6e6 1px;
	border-right: solid #e6e6e6 1px;
	border-bottom: solid #e6e6e6 1px;
}
#column_main table.equipment td {
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #f5f2e8;
	border-right: solid #e6e6e6 1px;
	border-bottom: solid #e6e6e6 1px;
}
#column_main table.equipment .value {
	text-align: center;
}
#column_main table.equipment .value_end {
	text-align: center;
	border-right: solid #e6e6e6 0px;
}
/* メイン部分　動画 */
#column_main video {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}