@charset "Shift_JIS";

/*--------------------------------------------------------
  部品設定
--------------------------------------------------------*/

table, td{
	border-spacing: 0px;
	padding: 0px;
}


/* テーブル線あり */
.table01 table{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 0;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

.table01 th{
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.table01 td{
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

/* テーブル線なし */
.table02 table{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 0;
	border: 0px;
	border-collapse: collapse;
}

.table02 td{
	padding-bottom: 3px;
	padding-right: 10px;
	border: 0px;
	vertical-align: top;
}

/* テーブル右寄せ */
.t_num {
	text-align: right;
}

/* テーブル中央揃え */
.t_cen {
	text-align: center;
}

/* 2行目以降字下げ（頭2文字段落2文字） */
.d_txt01 {
  padding-left: 4em;
  text-indent: -2em;
}

/* ※マーク使う用字下げ（頭0段落1文字） */
.d_txt02 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ※マーク使う用字下げ２（頭2文字段落１文字上の段落で字下げされてた時に合わせる用） */
.d_txt03 {
	padding-left: 3em;
	text-indent: -1em;
}

/* ※マーク使う用字下げ（頭0段落2文字） */
.d_txt04 {
  padding-left: 2em;
  text-indent: -2em;
}

.d_txt05 {
	padding-left: 1em;
	text-indent: -1.5em;
}
}

/* 右揃え用 */
.r_box{
	width: 650px;
	text-align: right;
}

/* 右揃え用 */
.r_box02{
	margin-left: 400px;
}

/* 中央揃え用 */
.c_box{
	width: 650px;
	text-align: center;
}

.t_en{
	font-size: 0.9em;
	color: #6690e4;
}

/*ダウンロードボタン*/
.BUTTON_DAF {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #FFFFFF;
	font-family: Open Sans;
	font-size: 19px;
	font-weight: 100;
	padding:5px;
	background-color: #3EC4E6;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	/*height: 60px;*/
	width: 230px;
	line-height: 25px;
	vertical-align: middle;
}

.BUTTON_DAF:hover {
	background: #45D9FF;
	text-decoration: none;
}

/*小ボタン*/
.btn-gradient-radius {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  background-color: #56BFED;
  transition: .4s;
}
a:link.btn-gradient-radius, a:visited.btn-gradient-radius{
    color: #FFF;
    text-decoration: none;
}
.btn-gradient-radius:hover {
  background-color: #80d9ff;
}

/*助成事業図用の小ボタン*/
.btn-gradient-radius-diagram {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  transition: .1s;
  font-weight: bold;
  background-color: #b2b8bf;
  box-shadow: 0px 1px 1px 0.5px #dcdcdc;
  border-bottom: solid 3px #979797;
}
.btn-gradient-radius-diagram:active{
  margin-top: 3px;
  box-shadow: none;
  border-bottom:none;
}
a:link.btn-gradient-radius-diagram, a:visited.btn-gradient-radius-diagram{
    color: #fff;
    text-decoration: none;
}
.btn-gradient-radius-diagram:hover {
  background-color: #d3dae3;
}