
#download{
	max-width: 900px;
	margin: 0 auto;
}

.consapoNavi__tabText {
	display:table-cell;
	width:800px;
	height:40px;
	vertical-align:middle;
	font-size:0.9em;
	font-weight: bold;
	border: #c8c8c8 solid 1px;
	color: #000;
}


.consapoDL__tabText{
	display:table-cell;
	width:800px;
	height:50px;
	vertical-align:middle;
	font-size:0.9em;
	font-weight: normal;
	padding-left: 1em;
	/*background-color: #ECECEC;*/
	background-color: #fff;
	color: #000;
	border:1px solid #CBCBCB;
}

.consapoDL__tabText_nolink{
	display:table-cell;
	width:800px;
	height:60px;
	vertical-align:middle;
	font-size:0.9em;
	font-weight: bold;
	padding-left: 1em;
	border: #c8c8c8 solid 1px;
	color: #333;
}

/* 見出し「導入前の確認」の左に長方形を追加 */
#download .consapoDL__title::before {
  content: "";
  display: inline-block;
  width: 5px; /* 長方形の幅 */
  height: 1.1em; /* 長方形の高さ（文字の高さに合わせる） */
  background-color: #0064b9; /* 長方形の色 */
  vertical-align: middle;
  margin-right: 10px; /* 文字との間に余白を作る */
}

/*アコーディオンメニューを使用するキーワードのクラス名&大枠の設定*/
.accordion {
	height:auto;
	width:auto !important;
	/*width:680px;*/
	/*margin:0px 15px 0px 0px;*/
	text-align:left;
}

/*アコーディオンメニューを開閉する時、クリックする要素につけるクラス*/
.openKey{
	cursor:pointer;	
	background-color: #F1F1F1;
	color: #000;
}

/*開閉のためクリックする要素の前に三角をつける*/
.openKey:before{
	position:relative;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    margin-top: -15px;
    top: 21px;
	right: 15px;
    border-left: 7px solid #0064b9;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;

}

.consapoDL__text:hover {
	text-decoration: underline;
}

/*マウスオーバーで色変え*/
.openKey:hover
{
	/*背景色の変更*/
	background-color:#FFF;
}

/* ホバー時に下線を表示 */
#download .consapoDL__tabText.consapoDL__text:hover,
.accordion .consapoDL__tabText:hover { /* アコーディオン内のリンクもホバーで下線 */
	text-decoration: underline;
}

/*****アコーディオンメニューが開いている時のcss*****/

.open:before{
	/*三角を下向きにする*/
    top: 25px;
	right: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0064b9;
}

.download_list,
.download-list,
.download_list li,
.download-list li,
.download-subtitle + ul,
.download-subtitle + ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* セクション全体に余白を持たせる */
.download-subsection {
  margin-top: 10px;
  margin-bottom: 20px;
}

#download .consapoNavi__tabText.consapoDL__title {
  font-weight: bold;
  font-size: 1.1em;
  padding-left:0em;
  border: none;
  color: #000;
}

#download .consapoDL__tabText.consapoDL__text {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9em;
  background-color: #F1F1F1;
　color: #323232;
}

.download-section {
  margin-top: 10px;
}

#download .openKey.consapoDL__tabText {
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
}

#download .consapoDL__tabText {
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
}

.accordion .consapoDL__tabText {
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

.main {
  margin-bottom: 60px;
}

/*各項目タイトルあしらい*/
.title{
	font-size: 20px;
	color:#323232;
	padding-left:20px;
	padding-bottom:0.3em;
	padding-top:5px;
	border-left:solid 10px #0064b9;
	border-bottom:solid 2px #0064b9;
	margin-top: 40px;
	margin-bottom: 20px;
}

/*注釈 */
.annotation {
    font-size: 1em;
    color: #666;
    margin-top: 10px;
    list-style: none;
}


