﻿@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
.common_h3 {
	clear: both;
	background: url(../images/h3_bg.jpg) no-repeat bottom left;
	color: white;
	font-size: 21px;
	font-weight: normal;
	height: 38px;
	padding: 12px 0 0 50px;
	margin-bottom: 20px;
}

.common_h4 {
	clear: both;
	background: url(../images/common_h4.png) no-repeat bottom left;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	padding: 13px 0 0 10px;
	margin-bottom: 20px;
}

.common_h5 {
	clear: both;
	color: #0c70b7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}

.sub {
	font-size: 12px;
	color: #666;
}

.fw_bold {
	font-weight: bold;
}
