@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */
/* キャンペーン用見出し */
.okayaSection {
	clear: both;
}
.okayaSection .centerImg {
	text-align: center;
}
.okayaHeader {
	font-size: 123.1%;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 1.0em 0em 0.3em 0em;
	border-bottom: 1px dotted #999;
}
/* キャンペーン用定義リスト */
dl.okayaDefine {
}
dl.okayaDefine dt {
	font-size: 108%;
	font-weight: bold;
}
dl.okayaDefine dd {
	padding-left: 1.0em;
	padding-bottom: 0.5em;
}
/* キャンペーン用テーブル */
table.okayaTable {
	margin: 0px 0px 20px 0px;
}
table.okayaTable th, table.okayaTable td {
	padding: 0.7em;
	border: 1px solid #999;
}
table.okayaTable th {
	font-weight: bold;
	background: #CCC;
}
table.hBeforeAfter {
}
table.hBeforeAfter th, table.hBeforeAfter td {
	padding: 0px 7px 7px 7px;
}
table.hBeforeAfter th {
	text-align: center;
	font-weight: bold;
	padding-bottom: 0px;
}
table.hBeforeAfter td {
	text-align: center;
}
table.hBeforeAfter td img {
	margin-top: 10px;
}
/* フローチャート用イメージ */
.chartImg {
	margin-bottom: 20px;
}
/* チェックリスト */
ul.check {
	margin-bottom: 1em;
}
ul.check li {
	background: url(images/check.jpg) no-repeat 0 3px;
	padding: 3px 0 5px 30px;
}
