@charset "utf-8";

/*------------------------------------------------
	/service/repair/factory.html styles
--------------------------------------------------*/
h1 {
	margin-bottom: 50px;
}
.factory_section_inner {
	padding: 0 0 0 10px;
}
.factory_section p {
	line-height: 1.6;
	margin-bottom: 10px;
}
.factory_section h2.tit01 {
	margin-bottom: 26px;
}
.factory_section h3 {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 13px;
}

.factory_about {
	padding-bottom: 36px;
}
.factory_about .column {
	margin-bottom: 3px;
}
.factory_section .cols_left {
	width: 401px;
}
.factory_section .cols_right {
	width: 338px;
	margin-left: -10px;
}
.factory_section .cols_right div {
	float: left;
	padding: 0 0 9px 10px;
}

/* factory_visit */
.factory_visit {
	padding-bottom: 30px;
}
.factory_visit p {
	margin-bottom: 15px;
}


.column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}