@charset "utf-8";

/********************************/
/* 基本から内容が変更される設定 */
/********************************/

.content {
    float: right;
	padding: 0;
/*    width: 73%;*/
	width: 660px;
	margin-right: 5px;
}

.main {
	padding: 10px 5px 50px 10px;
	width: 99%;
}

.sidebar_l {
    float: left;
	width: 20%;
	width: 225px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

/************************/
/* 企業支援制度用の設定 */
/************************/

/* 企業支援制度　各タイトル（デフォルト） */
.category h3 {
	background-image: url(../images/bg_site.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 1.5em;
	font-size: 1.5em;
}
/* 企業支援制度　各タイトル（土地関連） */
.category h3.site {
	background-image: url(../images/bg_site.jpg);
}
/* 企業支援制度　各タイトル（工場関連） */
.category h3.factory {
	background-image: url(../images/bg_factory.jpg);
}
/* 企業支援制度　各タイトル（税金関連） */
.category h3.tax {
	background-image: url(../images/bg_tax.jpg);
}
/* 企業支援制度　各タイトル（融資） */
.category h3.money {
	background-image: url(../images/bg_money.jpg);
}
/* 企業支援制度　各タイトル（コールセンター） */
.category h3.tel {
	background-image: url(../images/bg_tel.jpg);
}
/* 企業支援制度　各タイトル（雇用関連） */
.category h3.job {
	background-image: url(../images/bg_job.jpg);
}

/* 企業支援制度　各支援内容 */
.subject {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
	border: #00A17C solid 2px;
	background-color: #D4EAD8;
}
/* 企業支援制度　各支援内容・タイトル */
.subject h5 {
	padding: 5px 0px 5px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
}
/* 企業支援制度　各支援内容・リスト */
.subject ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.subject ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 0px;
	line-height: 1.5em;
}
/* タイトル（ピンク） */
h4.title_pink {
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #F1B1C9;
	border: #EB91B2 solid 2px;
}
/* タイトル（ブルー） */
h4.title_blue {
	padding: 0px 10px 0px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #A2CFEF;
	margin: 100px 0px 10px 0px;
	border: #79BAE8 solid 2px;
}
/* 企業支援制度　各テーブル */
.support_table {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 70px;
	line-height: 1.2em;
	page-break-inside:avoid;
}
.support_table table tr th,
.support_table table tr td {
	border-bottom: #221814 solid 1px;
	border-left: #221814 solid 1px;
	padding-right: 1px;
}
.support_table table tr th {
	background-color: #ED831A;
	color: #000000;
}
.support_table table .first {
	border-top: #221814 solid 1px;
}
/* 各行の最終セル */
.support_table table tr td.end {
	border-right: #221814 solid 1px;
}
/* テーブルのタイトル行 */
.support_table table tr th.head {
	background-color: #221814;
	color: #FFFFFF;
	width: 20%;
}
/* 識別セル（その１） */
.support_table table tr td.type1 {
	background-color: #FFBB33;
}
/* 識別セル（その２） */
.support_table table tr td.type2 {
	background-color: #FCD100;
}
/* 識別セル（その３） */
.support_table table tr td.type3 {
	background-color: #FFF133;
}
/*  */
.support_table table tr td.bleft_n {
	border-left: none;
}
/*  */
.support_table table tr td.bleftbottom_n {
	border-bottom: none;
	border-left: none;
}
/* 中央寄せ */
.txt_center {
	text-align: center;
}
/* 右寄せ */
.txt_right {
	text-align: right;
}
/* リンク（ページトップ等） */
.link_space {
	line-height: 1.5em;
	margin: 5px 5px 5px 0px;
	text-align: right;
}
/* 注目ポイント（赤文字・太字） */
.point_red {
	font-size: 1.3em;
	font-weight: bold;
	color: #E51E1E;
}
/* 文字サイズ小 */
.txt_s {
	font-size: 80%;
}
/* 文字サイズ中小 */
.txt_ms {
	font-size: 90%;
	vertical-align: central;
}

/* データテーブル（注釈用） */
.support_table dl {
	clear: both;
	width: 98%;
	line-height: 1.5em;
/*	margin: 0px 0px 3px;*/
}
.support_table dl dt {
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	width: 2em;
/*	text-align: center;
	font-weight: bold;*/
}
.support_table dl dd {
	margin: 0px 0px 0px 0px;
	padding-left: 3em;
	padding-bottom: 3px;
}
