@charset "utf-8";

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	font:				12px Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
	*font-size:			12px;
	color:#333333;
}

body {
	font-family:
		Arial,
		Helvetica,
		Clean,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

*:first-child+html body {
	font-family:
		Meiryo,
		"メイリオ",
		Arial,
		Helvetica,
		Clean,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

* html body {
	font-family:
		Meiryo,
		"メイリオ",
		Arial,
		Helvetica,
		Clean,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

h3 {
	color:#3fb61f;
	font-size:24px;
	margin:0px 0px 20px 0px;
}

h3.pickupHeading {
	color:#3fb61f;
	font-size:24px;
	margin-bottom:10px;
}

p {
	line-height:24px;
	padding:0px 10px 20px 10px;
	color:#333333;
}

p.keyWordText {
	padding:inherit;
	margin:0px 0px 10px 0px;
	line-height:24px;
	color:#333333;
}

.smallText {
	font-size:80%;
}

/* anchors
----------------------------------------------- */
a {
	color: #636363;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color:#2c85ff;
}

/* =clear
--------------------------------------------------------------------------------*/

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
