@charset "UTF-8";
/* CSS Document */
.contents #header #h_icon {
  background: url(../img/icon_setting.svg) no-repeat !important;
  left: 33px;
  top: 10px;
}

.wrap_set{
	position:absolute;
	left:0;
	top:60px;
}

/* テーブル */
#table_wrapper1 {
  left: 112px;
  top: 140px;
  width:576px;
  height:56px;
}


/* テキスト */
#table_middle_text {
  position: relative;
  left: 112px;
  top: 40px;
  width:576px;
  height:90px;
  font-size:20px;
  background-color: #9cc9b8;
}

#text_line1 {
  top: 35px;
  text-align:center;
  font-weight: bold;
}

#text_attention {
  top: 115px;
  left: 236px;
  line-height: 23px;
  font-size: 18px;
}

.channel_table {
  border-collapse: separate;
  border-spacing: 0px 17px;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.channel_table th {
  text-align: right;
  width: 70%;
  font-weight: bold;
}

.channel_table td {
  text-align: left;
  width: 30%;
  font-weight: bold;
}
