﻿@charset "utf-8";

.service-block-wrap {
	border: 1px solid #999;
	padding: 1em 2em;
	position: relative;
}

.service-block-wrap .title04 {
	position: relative;
	margin: -1em -2em 1em;
}
.service-block01,
.service-block02 {
	margin-top: 20px;
}

.service-block01 .txt-block {
	float: left;
	width: 420px;
	}

.service-block01 img {
	float: right;
	width: 220px;
}

.service-block02 .txt-block {
	float: right;
	width: 420px;
	}

.service-block02 img {
	float: left;
	width: 220px;
}


/* Modern Browsers
------------------------------- */

.service-block01:after,
.service-block02:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

.service-block01,
.service-block02 {
	*zoom: 1;
}