﻿@charset "UTF-8";

/* fixed for this page */
#content {
	padding: 0;
}

.section {
	padding: 0 20px;
}

h2 {
	width: 330px;
	margin: 0 0 20px 0;
}
/*/fixed for this page */

/* layout01 */
.layout01 {
	overflow: hidden;
}

.layout01 .section_left {
	width: 330px;
	float: left;
}

.layout01 .section_right {
	width: 330px;
	float: right;
}

/* section_content */
.section_content {
	padding: 0 0 0 30px;
}


/* clearfix */
.layout01:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.layout01 {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.layout01 { height: 1%; }
.layout01 { display: block; }
/* End hide from IE-mac */

