@charset "UTF-8";

/*================================
site_frame
================================*/
body {
	position: relative;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.5;
	/* min-width: 1140px; */
}

/*================================
.body
================================*/
.body {
	padding:0 20px;
}

/*================================
.content
================================*/
.content_base {
	min-height: 400px;
	overflow: hidden;
	padding-bottom: 40px;
}
.content_base:first-child {
	padding-top: 40px;
}

/*================================
.content-main_column
================================*/
.content-main_column {
	overflow: hidden;
}
.content-main_column > div {
	margin-bottom: 20px;
}
.content-main_column > div:last-child {
	margin-bottom: 0;
}

/*================================
.content-side_column
================================*/
.content-side_column {
	width: 280px;
}
.content-side_column.left {
	float: left;
	margin-right: 20px;
}
.content-side_column.right {
	float: right;
	margin-left: 20px;
}
.content-side_column > div {
	margin-bottom: 10px;
}
.content-side_column > div:last-child {
	margin-bottom: 0;
}