@charset "utf-8";

/* =======================================

	Others CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.heading
	2.JSON出力上での設定
 
========================================== */

/* 1.heading
========================================== */
h2.heading {
	background: url(../../images/common/bg_h2_heading.gif) no-repeat;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.224;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 1.5em;
	margin-bottom: 15px;
	clear: both;
}
p.clear {
	clear: both;
}

/* 2.template（JSON出力上での設定）
---------------------------------------------*/
#template {
	display: none;
}