@charset 'UTF-8';

.contentInner {
	font-size: 108%;
}

.contentInner a {
	color: #333;
}

/* ---------------------------------------------------------
見出し
--------------------------------------------------------- */
h1 {
	margin: 0 0 20px;
	padding: 0 0 5px 42px;
	border-bottom: 3px solid #36a904;
	background: url(../img/shared/ico_title_01.png) no-repeat 0 8px;
	font-size: 200%;
	font-weight: normal;
	line-height: 1.6;
}

h1 span {
	/* style */
}

h1 span span,
#contentWrapNoneSide h1 span span {
	/* style */
}

/*
#contentWrapNoneSide h1 { background: url(../img/h1_bg.gif) no-repeat right bottom; }
*/
h2 {
	margin: 2.0em 0 0;
	padding: 8px 0 7px 20px;
	background: #f3faee url(../img/shared/ico_title_02.png) no-repeat 0 0;
	font-size: 114%;
	font-weight: normal;
	line-height: 1.6;
}

h2 a {
	*display: inline;
	*zoom: 1;
}

h3 {
	margin: 1em 0 0;
	padding: 0 0 4px;
	border-bottom: 2px solid #36a904;
	font-size: 114%;
	font-weight: normal;
	line-height: 1.6;
}

h4 {
	margin: 1em 0 0;
	padding: 2px 5px 2px 10px;
	border-left: 3px solid #36a904;
	font-size: 114%;
	font-weight: normal;
	line-height: 1.6;
}

/* Paragraph
------------------------------------ */
p {
	margin: 1.0em 15px 0;
}

/* ---------------------------------------------------------
リンク
--------------------------------------------------------- */
/* 通常の●リスト
----------------------------------------- */
ul {
	margin: 1em 0 0 40px;
}

ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

/* 番号付きリスト
----------------------------------------- */
ol {
	margin: 1em 0 0 40px;
}

ol li {
	list-style-type: decimal;
	margin: 0;
}

/* 画像リスト
----------------------------------------- */
.listType_01 {
	display: inline-block;
	min-height: 18px;
	padding-left: 20px;
	background: url(../img/shared/ico_arrow_02.png) no-repeat 0 0.5em;
	/* style */
}

* html .listType_01 {
	height: 18px;
}

/* 通常リンク
------------------------------------ */
.linkTypeNormal {
	display: inline-block;
	min-height: 18px;
	padding-left: 20px;
	background: url(../img/shared/ico_arrow_04.png) no-repeat 5px 50%;
}

* html .linkTypeNormal {
	height: 17px;
}

/* PDF
------------------------------------ */
.linkTypePdf {
	display: inline-block;
	min-height: 18px;
	padding-left: 20px;
	background: url(../img/icons/ico_pdf.gif) no-repeat 0 2px;
}

* html .linkTypePdf {
	height: 16px;
	background-position: 0 0;
}

/* Word
------------------------------------ */
.linkTypeDoc {
	display: inline-block;
	min-height: 18px;
	padding-left: 20px;
	background: url(../img/icons/ico_doc.gif) no-repeat 0 2px;
}

* html .linkTypeDoc {
	height: 16px;
	background-position: 0 0;
}

/* Excel
------------------------------------ */
.linkTypeXls {
	display: inline-block;
	min-height: 18px;
	padding-left: 20px;
	background: url(../img/icons/ico_xls.gif) no-repeat 0 2px;
}

* html .linkTypeXls {
	height: 16px;
	background-position: 0 0;
}

/* PowerPoint
------------------------------------ */
.linkTypePpt {
	display: inline-block;
	min-height: 18px;
	padding-left: 20px;
	background: url(../img/icons/ico_ppt.gif) no-repeat 0 2px;
}

* html .linkTypePpt {
	height: 16px;
	background-position: 0 0;
}

/* 別ウィンドウ
------------------------------------ */
.linkTypeWindow {
	display: inline-block;
	min-height: 19px;
	padding-left: 20px;
	background: url(../img/icons/ico_window.png) no-repeat 0 2px;
	/* style */
}

* html .linkTypeWindow {
	height: 19px;
}

table .linkTypeWindow {
	background-position: 0 2px;
}

/* ---------------------------------------------------------
囲みブロック
--------------------------------------------------------- */
.colorBlock {
	width: 670px;
	margin: 1em auto 0;
	padding: 15px;
	background: #f3faee;
}

#contentWrapNoneSide .colorBlock {
	width: 820px;
}

.colorBlock th,
.colorBlock td {
	padding: 10px;
	border: none;
}

.colorBlock p {
	margin: 1em 15px 0;
}

.colorBlock p.firstChild,
.colorBlock h2.firstChild,
.colorBlock h3.firstChild,
.colorBlock h4.firstChild,
.colorBlock p:first-child,
.colorBlock h2:first-child,
.colorBlock h3:first-child,
.colorBlock h4:first-child {
	margin-top: 0;
}

.colorBlock ul {
	margin-left: 30px;
}

.colorBlock ul li {
	list-style: square;
}

.colorBlock ol {
	margin-left: 30px;
}

/* ---------------------------------------------------------
テーブル
--------------------------------------------------------- */
/* レイアウトテーブル
------------------------------------ */
.tblLayout {
	border-collapse: collapse;
	border: none;
}

.tblLayout th,
.tblLayout td {
	padding: 0;
	border: none;
}

/* 通常
------------------------------------ */
table {
	border-collapse: collapse;
	margin: 1.0em 0 0;
	border: 3px solid #e3f2e7;
}

table th {
	padding: 10px 15px;
	border: solid 1px #e3f2e7;
	background: #f3faee;
	color: #666;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
}

table thead th {
	border-bottom-width: 2px;
}

table tbody th {
	border-right-width: 2px;
}

table td {
	padding: 10px 15px;
	border: solid 1px #e3f2e7;
	line-height: 1.4;
}

table p {
	margin: 0.5em 0 0;
}

table p.firstChild,
table p:first-child {
	margin-top: 0;
}

table .nowrap {
	white-space: nowrap;
}

table ul,
table ol {
	margin: 0 0 0 24px;
}

table dl {
	margin: 0;
}

/* ---------------------------------------------------------
画像カラムレイアウト
2カラム：imgColumns_01
3カラム：imgColumns_02
4カラム：imgColumns_03
5カラム：imgColumns_04
------------------------------------ */
.imgColumns_01,
.imgColumns_02,
.imgColumns_03,
.imgColumns_04 {
	margin-top: 1em;
	border: none;
}

.imgColumns_01 td,
.imgColumns_02 td,
.imgColumns_03 td,
.imgColumns_04 td {
	padding: 0;
	border: none;
}

.imgColumns_01 p,
.imgColumns_02 p,
.imgColumns_03 p,
.imgColumns_04 p {
	margin-top: 0.5em;
}

.imgColumns_01,
.imgColumns_02,
.imgColumns_03,
.imgColumns_04 {
	border-collapse: collapse;
}

.imgColumns_01 td,
.imgColumns_02 td,
.imgColumns_03 td,
.imgColumns_04 td {
	vertical-align: top;
}

.imgColumns_01 img,
.imgColumns_02 img,
.imgColumns_03 img,
.imgColumns_04 img {
	margin: 0 0 6px;
	border: 2px solid #dcdcdc;
	background: #fff;
}

/* 2カラム */
.imgColumns_01 .item_01 {
	padding-right: 26px;
}

.imgColumns_01 .item_02 {
	padding-left: 26px;
}

#contentWrapNoneSide .imgColumns_01 .item_01 {
	padding-right: 61px;
}

#contentWrapNoneSide .imgColumns_01 .item_02 {
	padding-left: 61px;
}

.imgColumns_01 img {
	width: 324px;
	height: 244px;
}

#contentWrapNoneSide .imgColumns_01 img {
	width: 404px;
	height: 304px;
}

/* 3カラム */
.imgColumns_02 .item_01 {
	width: 204px;
	padding-right: 28px;
}

.imgColumns_02 .item_02 {
	width: 204px;
	padding: 0 16px;
}

.imgColumns_02 .item_03 {
	width: 204px;
	padding-left: 28px;
}

#contentWrapNoneSide .imgColumns_02 .item_01 {
	width: 284px;
	padding-right: 26px;
}

#contentWrapNoneSide .imgColumns_02 .item_02 {
	width: 284px;
	padding: 0 13px;
}

#contentWrapNoneSide .imgColumns_02 .item_03 {
	width: 284px;
	padding-left: 26px;
}

.imgColumns_02 img {
	width: 204px;
	height: 154px;
}

#contentWrapNoneSide .imgColumns_02 img {
	width: 284px;
	height: 214px;
}

/* 4カラム */
.imgColumns_03 .item_01 {
	width: 154px;
	padding-right: 18px;
}

.imgColumns_03 .item_02 {
	width: 154px;
	padding: 0 14px 0 10px;
}

.imgColumns_03 .item_03 {
	width: 154px;
	padding: 0 10px 0 14px;
}

.imgColumns_03 .item_04 {
	width: 154px;
	padding-left: 18px;
}

#contentWrapNoneSide .imgColumns_03 .item_01 {
	width: 217px;
	padding-right: 16px;
}

#contentWrapNoneSide .imgColumns_03 .item_02 {
	width: 217px;
	padding: 0 10px 0 5px;
}

#contentWrapNoneSide .imgColumns_03 .item_03 {
	width: 217px;
	padding: 0 4px 0 11px;
}

#contentWrapNoneSide .imgColumns_03 .item_04 {
	width: 217px;
	padding-left: 16px;
}

.imgColumns_03 img {
	width: 154px;
	height: 117px;
}

#contentWrapNoneSide .imgColumns_03 img {
	width: 217px;
	height: 164px;
}

/* 5カラム */
.imgColumns_04 .item_01 {
	width: 124px;
	padding-right: 14px;
}

.imgColumns_04 .item_02,
.imgColumns_04 .item_04 {
	width: 124px;
	padding: 0 6px;
}

.imgColumns_04 .item_03 {
	width: 124px;
	padding: 0 14px;
}

.imgColumns_04 .item_05 {
	width: 124px;
	padding-left: 14px;
}

#contentWrapNoneSide .imgColumns_04 .item_01 {
	width: 154px;
	padding-right: 30px;
}

#contentWrapNoneSide .imgColumns_04 .item_02 {
	width: 154px;
	padding: 0 20px 0 10px;
}

#contentWrapNoneSide .imgColumns_04 .item_03 {
	width: 154px;
	padding: 0 20px;
}

#contentWrapNoneSide .imgColumns_04 .item_04 {
	width: 154px;
	padding: 0 10px 0 20px;
}

#contentWrapNoneSide .imgColumns_04 .item_05 {
	width: 154px;
	padding-left: 30px;
}

.imgColumns_04 img {
	width: 124px;
	height: 94px;
}

#contentWrapNoneSide .imgColumns_04 img {
	width: 154px;
	height: 117px;
}

/* ---------------------------------------------------------
画像回り込み
--------------------------------------------------------- */
.columnsBlock {
	border-collapse: collapse;
	width: 670px;
	margin: 0;
	border: none;
}

#contentWrapNoneSide .columnsBlock {
	width: 930px;
}

.columnsBlock th,
.columnsBlock td {
	padding: 0;
	border: none;
}

.columnsBlock p {
	margin: 1.0em 15px 0;
}

.columnsBlock .tblLayout {
	*margin-top: 0;
}

.columnsBlock .tblLayout p {
	margin-top: 0.5em;
}

.columnsBlock .tblLayout p:first-child {
	margin-top: 0;
}

*:first-child + html .columnsBlock .tblLayout p:first-child {
	margin-top: 1.0em;
}

.columnsBlock .tblLayout img {
	margin-bottom: 10px;
	border: 2px solid #dcdcdc;
	background: #fff;
}

/* 見出しなどが余白にはみ出さないように設定 */
.columnsBlock h2,
.columnsBlock h3 {
	overflow: hidden;
	margin-top: 0;
}

* html .columnsBlock h2,
* html .columnsBlock h3 {
	zoom: 1;
}

.alignR {
	margin-right: 0;
}

.alignL {
	margin-left: 0;
}

img.imgLine_01 {
	padding: 0;
	border: none;
}

img.imgLine_02 {
	padding: 1px;
	border: 1px solid #b8b8b8;
	background: #fff;
}

/* ---------------------------------------------------------
区切り線
--------------------------------------------------------- */
hr.breakLine_01 {
	margin: 50px 0;
	border: none;
	border-bottom: 2px dotted #36a904;
}

hr.breakLine_02 {
	margin: 50px 0;
	border: none;
	border-bottom: 2px solid #cce2b2;
}

/* ---------------------------------------------------------
新着情報
--------------------------------------------------------- */
.topicsBlock table {
	border-collapse: collapse;
	width: 100%;
	border: none;
}

.topicsBlock table col.dateType {
	width: 8.0em;
	*width: 10.2em;
}

.topicsBlock table col.icoType {
	width: 100px;
}

.topicsBlock th {
	padding: 0 10px 15px 0;
	border: none;
	background: none;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.topicsBlock td {
	padding: 0 10px 6px 0;
	border: none;
	line-height: 1.5;
	vertical-align: top;
}

.topicsBlock em {
	display: inline-block;
	width: 43px;
	height: 21px;
	margin: 0 0 0 5px;
	background: url(../img/shared/ico_new_01.png) no-repeat 0 0;
	font-size: 0;
	vertical-align: middle;
	text-indent: -9999px;
}

.topicsBlock td a {
	color: #333;
}

.topicsBlock img {
	width: 84px;
	height: auto;
}

.topicsBlock .category {
	display: block;
	padding: 2px 0;
	border-radius: 2px;
	background: #36a904;
	color: #fff;
	font-size: 86%;
	text-align: center;
}

/* コンテンツ内のトピックス
------------------------------------ */
#conetntsTopics .topicsBlockWrap {
	width: 684px;
	margin: 1.0em 4px 0;
	padding-bottom: 23px;
}

#conetntsTopics .topicsBlockWrap h2 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 0;
}

#conetntsTopics .topicsBlockWrap .topicsBlock {
	margin: 0 10px;
	padding: 8px 18px 8px;
}

#conetntsTopics .topicsBlockWrap table {
	width: 99%;
}

/* ---------------------------------------------------------
サイトマップ
--------------------------------------------------------- */
.sitemap ul {
	margin: 1.0em 0 2em 15px;
}

.sitemap ul ul {
	margin: 0;
}

.sitemap li {
	list-style: none;
	min-height: 17px;
	padding-left: 20px;
	background: url(../img/shared/ico_arrow_02.png) no-repeat 0 0.5em;
	/* style */
}

* html .linkTypeNormal {
	height: 17px;
}

/* ---------------------------------------------------------
お問い合わせ
--------------------------------------------------------- */
/*
.pageContactBlockWrap {
	margin: 46px auto 0px;
	width: 684px;
}
*/
.boxError {
	padding: 10px;
	border: 2px #d00 solid;
	color: #d00;
	text-align: center;
}

.tblForm {
	width: 100%;
	line-height: 1.5;
}

.tblForm th {
	width: 25%;
	vertical-align: middle;
}

.tblForm th em {
	float: right;
	color: #d00;
	font-weight: normal;
	font-style: normal;
}

.tblForm td .typeText {
	width: 90%;
	margin: 5px 0;
	padding: 5px;
	border: 1px #ccc solid;
}

.tblForm textarea {
	resize: vertical;
	width: 90%;
	margin: 5px 0;
	padding: 5px;
	border: 1px #ccc solid;
}

.tblForm select {
	margin: 5px 0;
	padding: 5px;
	border: 1px #ccc solid;
}

.tblForm td .typeText:focus,
.tblForm td select:focus,
.tblForm td textarea:focus {
	background: #fff5f0;
}

.tblForm .error {
	display: block;
	margin: 10px 0 0;
	padding: 5px;
	background: #d00;
	color: #fff;
}

.tblAgree p {
	margin: 10px 0;
	text-align: center;
}

.btnForm {
	margin: 40px 0 0;
	text-align: center;
}

.btnForm li {
	display: inline-block;
	list-style-type: none;
	margin: 0 10px;
}

.btnForm input {
	padding: 5px 30px;
	font-size: 125%;
}

.boxComplete {
	margin: 0 0 200px;
}

.boxComplete .ttl {
	margin: 1em 15px 30px;
	font-size: 125%;
}

.boxSsl p {
	float: left;
	width: 650px;
}

.boxSsl p.seal {
	float: right;
	width: 120px;
}

.boxSsl:after {
	content: '';
	display: block;
	clear: both;
}

.boxSsl {
	*zoom: 1;
}

/* ---------------------------------------------------------
googleMap
--------------------------------------------------------- */
#map {
	width: 673px;
	height: 600px;
	margin: 1.0em 4px 0;
}

/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
.columnsBlock:after {
	content: '';
	display: block;
	clear: both;
}

.columnsBlock {
	*zoom: 1;
}
