h1 {
  color: #1161a8;
}

/*
* enの場合にcontentとfooterが繋がってしまうバグの暫定的な対処。
* 今後ja,enを共通化する際に解消する予定
*/
.container {
  min-height: 1080px;
}

#mainImg_02 {
  background-color: #1161A8;
  padding-top: 10px;
  /* height: 20px; */
}

.DL_title {
  color: #454545;
  display: table-cell;
  width: 1024px;
  text-align: left;
  /* background-color: blue; */
  padding-top: 30px;
}

.DL_title img {
  float: left;
}

.DL_title p {
  float: left;
  padding: 20px 0 0 20px;
  color: #273133;
  font-size: 1.3rem;
}

.DL_BTN {
  color: #454545;
  display: table-cell;
  width: 1024px;
  text-align: right;
  /* background-color: yellow; */
  vertical-align: top;
}

.DL_BTN img {
  float: right;
}

.DL_BTN p {
  float: right;
  padding: 5px 8px 0 8px;
  font-size: 14px;
  color: #273133;

}

.DL_BTN p:hover {
  opacity: 0.6;
}

.margin_top_30 {
  margin-top:30px;
}

.content h1 {
  margin: 0;
  text-align: left;
  font-size:1.1em;
}

.DLmainContents {
  margin: 0 auto;
  width: 1024px;
  position: relative;
  height: 100%;
  padding-top: 10px;
}

.mainLeft_content {
  width: 50%;
  float: left;
  /*background-color: red;*/
}

.mainLeft_content > h1 {
  border-left: solid 5px #1161a8;
  border-bottom: solid 1px #1161a8;
  padding: 5px 0 5px 10px;
  margin: 30px 0 20px 0;
}

.mainRight_content {
  width: 49%;
  float: right;
  /*background-color: yellow;*/
}

.mainRight_content_03 {
  width: 48%;
  float: right;
  /*background-color: yellow;*/
  margin-right: 5px;
}

.mainRight_content > h1 {
  border-left: solid 5px #1161a8;
  border-bottom: solid 1px #1161a8;
  padding: 5px 0 5px 10px;
  margin: 30px 0 20px 0;
}

.mainBTM_content {
  width: 100%;
  clear: both;
  padding-top: 30px;
  /*background-color: blue;*/
}

.mainBTM_content > h1 {
  border-left: solid 5px #1161a8;
  border-bottom: solid 1px #1161a8;
  padding: 5px 0 5px 10px;
  margin: 30px 0 20px 0;
}


.inner_BTN  {
  display: table-cell;
  border-collapse: separate;
  border-spacing: 5px 0;
  vertical-align: middle;
}

.inner_BTN.spacer {
  visibility: hidden;
}


.inner_BTN a {
  display: table-cell;
  border: solid 1px #1161a8;
  width: 250px;
  height: 100px;
  /*padding: 30px 15px 30px 15px;*/
  border-radius: 5px;
  color: #1161a8;
  text-align: center;
  vertical-align: middle;
  transition: background-color 200ms, color 200ms;
}

.inner_BTN a:hover {
  background-color: #1161a8;
  color: #ffffff;
}

.inner_BTN.half_height a {
  height: 50px;
}

.right_contens_inner {
  border: solid 1px #454545;
  /* width: 100%; */
  padding: 15px 15px 15px 15px;
  border-radius: 5px;
  color: #454545;
  text-align: center;
  margin-bottom: 15px;
}

.text_02 a {
  display: block;
  font-size: .8em;
  font-weight: bolder;
  color: #454545;
  padding-top: 5px;
}

.text_02 a:hover {
  opacity: 0.6;
}

.right_contens_inner > ul {
  text-align: left;
  padding: 10px 0 10px 20px;
  font-size: 0.7em;
}

.right_contens_inner > ul li {
  margin-bottom: 7px;
  line-height: 1.1em;
}

.left_inner_top {
  /* width: 50%; */
}

.left_inner_btm {
  /* width: 50%; */
  margin-top: 10px;
}

#text_title {
  text-align: center;
  font-size: .8em;
  font-weight: bold;
}


.DL_title img {
  width: 65px;
  height: 65px;
}