@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.o-works.com/
File name:		layout_process.css
Summary:		base styles
Created:		2009-4-1
Last update:	2009-4-1 by Sadaoka
Author:			Sadaoka(admin), Tanaka
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Title */
/* ------------------------------------------------------------ */
.subtitle {
	clear: both;
	width: 750px;
	margin: 30px auto;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

/* Process */
/* ------------------------------------------------------------ */
.process {
	width: 680px;
	margin: 0px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.process_left {
	width: 140px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #0f0 solid;
}

.process_right {
	width: 510px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #0f0 solid;
}

.process_layout {
	width: 100%;
	margin: 10px auto 30px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.process_layout .process_arrow {
	width: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.process_layout .process_text {
	width: 480px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #f00 solid;
}

.inquiry {
	clear: both;
	width: 480px;
	margin: 10px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

.inquiry .tel {
	width: 202px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #00f solid;
}

.inquiry .icon {
	background: url(../images/top_topics_arrow.gif) left center no-repeat;
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

/* Button */
/* ------------------------------------------------------------ */
.button {
	text-align: center;
	width: 600px;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}
