.editArea h2 {
  border: solid 1px #e5e5e5;
  border-left: solid 5px #eb0000;
  padding: 8px 16px 4px;
  margin: 30px 0 20px;
  background: #f9f9f9;
  color: #1f1f1f;
  font-size: 130%;
  font-weight: bold;
  clear: both;
}
.editArea h2 + .m-box-col .col-item:first-child {
  margin-top: 0;
}
.editArea h2 + .m-box-col.col-2 .col-item:nth-child(-n+2) {
  margin-top: 0;
}
.editArea h2 + .m-box-col.col-3 .col-item:nth-child(-n+3) {
  margin-top: 0;
}
.editArea h2 + .m-box-col.col-4 .col-item:nth-child(-n+4) {
  margin-top: 0;
}
.editArea h2 + .m-box-col.col-5 .col-item:nth-child(-n+5) {
  margin-top: 0;
}
.editArea h2 + .m-box-col.col-6 .col-item:nth-child(-n+6) {
  margin-top: 0;
}
.editArea h2 + *.m-list-contact {
  margin-top: 0;
}

.editArea h2:first-child {
  margin-top: 0;
}

.editArea h3 {
  color: #1f1f1f;
  font-size: 130%;
  border-bottom: solid 3px #e5e5e5;
  padding-bottom: 1px;
  margin: 20px 0 10px;
  font-weight: bold;
  clear: both;
}
.editArea h3.noborder {
  padding-bottom: 0;
  border: none;
}
.editArea h3 + .m-box-col .col-item:first-child {
  margin-top: 0;
}
.editArea h3 + .m-box-col.col-2 .col-item:nth-child(-n+2) {
  margin-top: 0;
}
.editArea h3 + .m-box-col.col-3 .col-item:nth-child(-n+3) {
  margin-top: 0;
}
.editArea h3 + .m-box-col.col-4 .col-item:nth-child(-n+4) {
  margin-top: 0;
}
.editArea h3 + .m-box-col.col-5 .col-item:nth-child(-n+5) {
  margin-top: 0;
}
.editArea h3 + .m-box-col.col-6 .col-item:nth-child(-n+6) {
  margin-top: 0;
}
.editArea h3 + *.m-list-contact {
  margin-top: 0;
}

.editArea h3:first-child {
  margin-top: 0;
}

.editArea h4 {
  color: #1f1f1f;
  font-weight: bold;
  margin: 20px 0 10px;
  clear: both;
}
.editArea h4 + .m-box-col .col-item:first-child {
  margin-top: 0;
}
.editArea h4 + .m-box-col.col-2 .col-item:nth-child(-n+2) {
  margin-top: 0;
}
.editArea h4 + .m-box-col.col-3 .col-item:nth-child(-n+3) {
  margin-top: 0;
}
.editArea h4 + .m-box-col.col-4 .col-item:nth-child(-n+4) {
  margin-top: 0;
}
.editArea h4 + .m-box-col.col-5 .col-item:nth-child(-n+5) {
  margin-top: 0;
}
.editArea h4 + .m-box-col.col-6 .col-item:nth-child(-n+6) {
  margin-top: 0;
}
.editArea h4 + *.m-list-contact {
  margin-top: 0;
}

.editArea h4:first-child {
  margin-top: 0;
}

.editArea h5, .editArea h6 {
  clear: both;
}
.editArea h5 + .m-box-col .col-item:first-child, .editArea h6 + .m-box-col .col-item:first-child {
  margin-top: 0;
}
.editArea h5 + .m-box-col.col-2 .col-item:nth-child(-n+2), .editArea h6 + .m-box-col.col-2 .col-item:nth-child(-n+2) {
  margin-top: 0;
}
.editArea h5 + .m-box-col.col-3 .col-item:nth-child(-n+3), .editArea h6 + .m-box-col.col-3 .col-item:nth-child(-n+3) {
  margin-top: 0;
}
.editArea h5 + .m-box-col.col-4 .col-item:nth-child(-n+4), .editArea h6 + .m-box-col.col-4 .col-item:nth-child(-n+4) {
  margin-top: 0;
}
.editArea h5 + .m-box-col.col-5 .col-item:nth-child(-n+5), .editArea h6 + .m-box-col.col-5 .col-item:nth-child(-n+5) {
  margin-top: 0;
}
.editArea h5 + .m-box-col.col-6 .col-item:nth-child(-n+6), .editArea h6 + .m-box-col.col-6 .col-item:nth-child(-n+6) {
  margin-top: 0;
}
.editArea h5 + *.m-list-contact, .editArea h6 + *.m-list-contact {
  margin-top: 0;
}

.editArea hr {
  clear: both;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ebebeb;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.editArea p {
  margin-top: 15px;
}
.editArea p:first-child {
  margin-top: 0;
}

.editArea ul {
  margin: 1em 5px 1.2em 0;
  overflow: hidden;
}
.editArea ul li {
  list-style-type: disc;
  margin: 0 0 3px 2em;
}

.editArea > ul:first-child {
  margin-top: 0;
}

.editArea > ul:last-child {
  margin-bottom: 0;
}

.editArea td > ul li {
  margin-left: 1.6em;
}

.editArea td > ul:first-child {
  margin-top: 0;
}

.editArea td > ul:last-child {
  margin-bottom: 0;
}

.editArea .listCol2 {
  *zoom: 1;
  padding-left: 2em;
}
.editArea .listCol2:after {
  content: " ";
  display: table;
  clear: both;
}
.editArea .listCol2 li {
  margin: 0 0 3px 0;
  box-sizing: border-box;
  width: 46%;
  float: left;
}
.editArea .listCol2 li:nth-child(even) {
  float: right;
}

.editArea ol {
  margin: 1em 5px 1.2em 0;
}
.editArea ol li {
  list-style-type: decimal;
  margin: 0 0 3px 2em;
}

.editArea > ol:first-child {
  margin-top: 0;
}

.editArea > ol:last-child {
  margin-bottom: 0;
}

.editArea td > ol li {
  margin-left: 1.6em;
}

.editArea td > ol:first-child {
  margin-top: 0;
}

.editArea td > ol:last-child {
  margin-bottom: 0;
}

.editArea ul.m-list-asterisk {
  margin-top: 20px;
}
.editArea ul.m-list-asterisk > li {
  display: block;
  padding-left: 1.2em;
  line-height: 1.6;
  position: relative;
  list-style: none !important;
  margin-left: 0;
}
.editArea ul.m-list-asterisk > li:before {
  content: "\203B";
  display: block;
  position: absolute;
  vertical-align: top;
  top: 0;
  left: 0 !important;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: transparent;
}
.editArea ul.m-list-asterisk:first-child {
  margin-top: 0;
}
.editArea ul.m-list-asterisk:last-child {
  margin-bottom: 0;
}

.editArea ol.m-list-asterisk {
  margin-top: 40px;
  counter-reset: number4;
}
.editArea ol.m-list-asterisk > li {
  padding-left: 2em;
  counter-increment: number4;
  list-style: none !important;
  margin-left: 0;
  position: relative;
}
.editArea ol.m-list-asterisk > li:before {
  content: "\203B" counter(number4);
  display: inline-block;
  position: relative;
  margin-right: 0.4em;
  left: 0;
  margin-left: -2em;
}
.editArea ol.m-list-asterisk:first-child {
  margin-top: 0;
}
.editArea ol.m-list-asterisk:last-child {
  margin-bottom: 0;
}

.editArea .btnRedR, .editArea .btnRedL {
  border-radius: 5px;
  text-decoration: none;
  background-color: #e80000;
  padding: 7px 30px 4px 20px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  position: relative;
}
.editArea .btnRedR:hover, .editArea .btnRedL:hover {
  cursor: pointer;
      filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
    -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
         opacity: 0.7;
  zoom: 1;
}
.editArea .btnRedR:before, .editArea .btnRedL:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  color: #fff;
  font-size: 10px;
  content: "";
  text-indent: 0;
}
.editArea .btnRedR:hover, .editArea .btnRedL:hover {
  text-decoration: none;
}

.editArea .btnRedL {
  padding: 7px 20px 4px 30px;
  text-align: left;
}
.editArea .btnRedL:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  color: #fff;
  font-size: 10px;
  content: "";
  text-indent: 0;
}

.editArea .btnBlueR, .editArea .btnBlueL {
  border-radius: 5px;
  text-decoration: none;
  background-color: #004099;
  padding: 7px 30px 4px 20px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  position: relative;
}
.editArea .btnBlueR:hover, .editArea .btnBlueL:hover {
  cursor: pointer;
      filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
    -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
         opacity: 0.7;
  zoom: 1;
}
.editArea .btnBlueR:before, .editArea .btnBlueL:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  color: #fff;
  font-size: 10px;
  content: "";
  text-indent: 0;
}
.editArea .btnBlueR:hover, .editArea .btnBlueL:hover {
  text-decoration: none;
}

.editArea .btnBlueL {
  padding: 7px 20px 4px 30px;
  text-align: left;
}
.editArea .btnBlueL:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  color: #fff;
  font-size: 10px;
  content: "";
  text-indent: 0;
}

.editArea .btnWhiteR, .editArea .btnWhiteL {
  border-radius: 5px;
  text-decoration: none;
  border: #e5e5e5 solid 1px;
  background-color: #fff;
  padding: 7px 30px 4px 20px;
  font-weight: bold;
  display: inline-block;
  color: #333;
  position: relative;
}
.editArea .btnWhiteR:hover, .editArea .btnWhiteL:hover {
  cursor: pointer;
      filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
    -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
         opacity: 0.7;
  zoom: 1;
}
.editArea .btnWhiteR:before, .editArea .btnWhiteL:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  color: #e80000;
  font-size: 10px;
  content: "";
  text-indent: 0;
}
.editArea .btnWhiteR:hover, .editArea .btnWhiteL:hover {
  text-decoration: none;
}

.editArea .btnWhiteL {
  padding: 7px 20px 4px 30px;
}
.editArea .btnWhiteL:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  color: #e80000;
  font-size: 10px;
  content: "";
  text-indent: 0;
}

.editArea .btnClose {
  border-radius: 5px;
  text-decoration: none;
  border: #e5e5e5 solid 1px;
  background-color: #fff;
  padding: 7px 35px 4px 20px;
  font-weight: bold;
  display: inline-block;
  color: #333;
  position: relative;
}
.editArea .btnClose:hover {
  cursor: pointer;
      filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
    -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
         opacity: 0.7;
  zoom: 1;
}
.editArea .btnClose:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  color: #e80000;
  font-size: 10px;
  content: "×";
  text-indent: 0;
}
.editArea .btnClose:hover {
  text-decoration: none;
}

.editArea .btnWhiteL {
  padding: 7px 20px 4px 30px;
}
.editArea .btnWhiteL:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  color: #e80000;
  font-size: 10px;
  content: "";
  text-indent: 0;
}

.editArea .btnGrayR, .editArea .btnGrayL {
  border-radius: 10px;
  text-decoration: none;
  background-color: #ececec;
  padding: 1px 17px 0 15px;
  display: inline-block;
  color: #1f1f1f;
  position: relative;
}
.editArea .btnGrayR:before, .editArea .btnGrayL:before {
  position: absolute;
  top: 50%;
  right: 6px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  border-left-color: #e80000;
  border-left-width: 3px;
}
.editArea .btnGrayR:hover, .editArea .btnGrayL:hover {
  background: #fff3f3;
  color: #e80000;
  text-decoration: none;
}

.editArea .btnGrayL {
  padding: 1px 15px 0 17px;
}
.editArea .btnGrayL:before {
  position: absolute;
  top: 50%;
  left: 6px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  border-right-color: #e80000;
  border-right-width: 3px;
}

.editArea .btnPDF, .editArea .btnRedPDF {
  border-radius: 5px;
  text-decoration: none;
  border: #e5e5e5 solid 1px;
  background-color: #fff;
  padding: 7px 30px 4px 20px;
  font-weight: bold;
  display: inline-block;
  color: #333;
  position: relative;
}
.editArea .btnPDF:hover, .editArea .btnRedPDF:hover {
  cursor: pointer;
      filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
    -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
         opacity: 0.7;
  zoom: 1;
}
.editArea .btnPDF:before, .editArea .btnRedPDF:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url(../images/i_linkPDF.gif) no-repeat;
}
.editArea .btnPDF:hover, .editArea .btnRedPDF:hover {
  text-decoration: none;
}

.editArea .btnRedPDF {
  background-color: #e80000;
  color: #fff;
  border: none;
}

.editArea .linkPDF {
  display: inline-block;
  color: #1f1f1f;
  padding-right: 24px;
  background: url(../images/i_linkPDF.gif) right no-repeat;
}
.editArea .linkPDF:hover {
  color: #e80000;
}

.editArea .linkEXCEL {
  display: inline-block;
  color: #1f1f1f;
  padding-right: 24px;
  background: url(../images/i_linkEXCEL.gif) right no-repeat;
}
.editArea .linkEXCEL:hover {
  color: #e80000;
}

.editArea .linkWORD {
  display: inline-block;
  color: #1f1f1f;
  padding-right: 24px;
  background: url(../images/i_linkWORD.gif) right no-repeat;
}
.editArea .linkWORD:hover {
  color: #e80000;
}

.editArea .linkBlank {
  display: inline-block;
  color: #1f1f1f;
  padding-right: 24px;
  background: url(../images/i_linkBlank.gif) right no-repeat;
}
.editArea .linkBlank:hover {
  color: #e80000;
}

.editArea .linkArrow {
  display: inline-block;
  color: #1f1f1f;
  position: relative;
  padding-right: 18px;
}
.editArea .linkArrow:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  color: #e80000;
  font-size: 10px;
  content: "";
  text-indent: 0;
}
.editArea .linkArrow:hover {
  color: #e80000;
}

.editArea .linkAnchor {
  display: inline-block;
  color: #1f1f1f;
  position: relative;
  padding-right: 18px;
}
.editArea .linkAnchor:before {
  font-family: 'WebHostingHub-Glyphs';
  line-height: 1;
  /* Better Font Rendering =========== */
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  color: #e80000;
  font-size: 10px;
  content: "";
  text-indent: 0;
}
.editArea .linkAnchor:hover {
  color: #e80000;
}

.editArea table {
  margin-top: 15px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.editArea table th, .editArea table td {
  border: 1px solid #e5e5e5;
  padding: 16px 19px;
  text-align: left;
  vertical-align: top;
}
.editArea table.sizeS th, .editArea table.sizeS td {
  padding: 10px;
}
.editArea table th {
  background: #f8f8f8;
}
.editArea table td {
  background: #fff;
}
.editArea table:first-child {
  margin-top: 0;
}

.editArea table.noBorder {
  border: none;
}
.editArea table.noBorder tr, .editArea table.noBorder td {
  border: none;
}

.editArea table.noPadding tr, .editArea table.noPadding td {
  padding: 0;
}

.editArea .tabLayoutArea {
  margin-top: 40px;
}
.editArea .tabLayoutArea:first-child {
  margin-top: 0;
}
.editArea .tabLayoutArea .tabLayoutArea_tab {
  *zoom: 1;
  border-bottom: solid 3px #02a8cc;
}
.editArea .tabLayoutArea .tabLayoutArea_tab:after {
  content: " ";
  display: table;
  clear: both;
}
.editArea .tabLayoutArea .tabLayoutArea_tab.base_gray {
  border-bottom: solid 3px #e6e6e6;
}
.editArea .tabLayoutArea .tabLayoutArea_tab.base_red {
  border-bottom: solid 3px #e80000;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem {
  margin-left: 2%;
  width: 32%;
  float: left;
  text-align: center;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem:first-child {
  margin-left: 0;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem a, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem span.tab_ttl {
  border-radius: 5px 5px 0 0;
  border: solid 2px #e5e5e5;
  border-bottom: none;
  display: block;
  background: url(../images/b_tabTurquoiseMark.png) 10px 15px no-repeat;
  padding: 14px 0 13px;
  text-decoration: none;
  font-weight: bold;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem a:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem a.active, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem span.tab_ttl:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem span.tab_ttl.active {
  color: #fff;
  background-image: url(../images/b_tabTurquoiseMark_on.png);
  background-color: #02a8cc;
  border-color: #02a8cc;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem span.tab_ttl {
  border-color: #e6e6e6;
  background: #fff;
  color: #e6e6e6;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem span.tab_ttl:hover {
  background: #fff;
  border-top: solid 2px #e6e6e6;
  border-left: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  color: #e6e6e6;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_red a {
  background-image: url(../images/b_tabRedMark.png);
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_red a:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_red a.active {
  background-image: url(../images/b_tabRedMark_on.png);
  background-color: #e80000;
  border-color: #e80000;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_cyan a, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_aichi a {
  background-image: url(../images/b_tabCyanMark.png);
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_cyan a:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_aichi a:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_cyan a.active, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_aichi a.active {
  background-image: url(../images/b_tabCyanMark_on.png);
  background-color: #009fc7;
  border-color: #009fc7;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_nakaMoegi a, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_gifu a {
  background-image: url(../images/b_tabNakaMoegiMark.png);
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_nakaMoegi a:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_gifu a:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_nakaMoegi a.active, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_gifu a.active {
  background-image: url(../images/b_tabNakaMoegiMark_on.png);
  background-color: #4aa800;
  border-color: #4aa800;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_karaKurenai a, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_mie a {
  background: url(../images/b_tabKaraKurenaiMark.png) 10px 15px no-repeat;
}
.editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_karaKurenai a:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_mie a:hover, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_karaKurenai a.active, .editArea .tabLayoutArea .tabLayoutArea_tab .tabItem.tab_mie a.active {
  background-image: url(../images/b_tabKaraKurenaiMark_on.png);
  background-color: #e2415c;
  border-color: #e2415c;
}
.editArea .tabLayoutArea .tabLayoutArea_content .contentItem {
  display: none;
}

.editArea .archive_titleBox {
  *zoom: 1;
  text-align: center;
  position: relative;
  border-bottom: solid 3px #e5e7e8;
}
.editArea .archive_titleBox:after {
  content: " ";
  display: table;
  clear: both;
}
.editArea .archive_titleBox .archive_titleHead {
  border: none;
  background: none;
  padding: 0;
  margin: 30px 0 0;
  font-size: 145%;
  font-weight: bold;
  color: #e80000;
  text-align: left;
}
.editArea .archive_titleBox a.archive_btnAll {
  position: absolute;
  top: 0;
  right: 0;
}

.editArea .archive_table {
  border: none;
  text-align: left;
  margin-top: 0;
}
.editArea .archive_table td, .editArea .archive_table th {
  border: none;
  background: none;
}
.editArea .archive_table tr {
  border-bottom: solid 1px #e5e7e8;
}
.editArea .archive_table th, .editArea .archive_table td {
  padding: 12px 0 8px;
  text-align: left;
  vertical-align: top;
}
.editArea .archive_table th a, .editArea .archive_table td a {
  text-decoration: none;
}
.editArea .archive_table th a:hover, .editArea .archive_table td a:hover {
  text-decoration: underline;
}
.editArea .archive_table .archive_tableDate {
  width: 100px;
  padding-right: 10px;
  font-size: 92.8%;
}
.editArea .archive_table .archive_tableCategory {
  width: 120px;
  /*
			span{
				padding:1px 5px 0px;
				box-sizing: border-box;
				background:#38aee3;
				color:#fff;
				display: inline-block;
				text-align:center;
				width:80px;
				font-size: 80%;

				&.info_lightBlue{
					background:#38aee3;
				}
				&.info_yellowGreen{
					background:#0cb431;
				}
				&.info_deepPink{
					background:#c01259;
				}
				&.info_orange{
					background:#c06e1d;
				}
				&.info_purple{
					background:#7e65aa;
				}
			}
*/
  /*
			span{
				padding:1px 5px 0px;
				box-sizing: border-box;
				background:#38aee3;
				color:#fff;
				display: inline-block;
				text-align:center;
				width:80px;
				font-size: 80%;

				&.info_lightBlue{
					background:#38aee3;
				}
				&.info_yellowGreen{
					background:#0cb431;
				}
				&.info_deepPink{
					background:#c01259;
				}
				&.info_orange{
					background:#c06e1d;
				}
				&.info_purple{
					background:#7e65aa;
				}
			}
*/
}
.editArea .archive_table .archive_tableCategory span {
  padding: 2px 5px 1px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100px;
  font-size: 78.5%;
}

.editArea .boxType01, .editArea .boxType01_bgGray, .editArea .boxType01_bgPink {
  margin-top: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  *zoom: 1;
}
.editArea .boxType01:after, .editArea .boxType01_bgGray:after, .editArea .boxType01_bgPink:after {
  content: " ";
  display: table;
  clear: both;
}

.editArea .boxType01_bgGray {
  border-color: #f9f9f9;
  background: #f9f9f9;
  padding: 10px;
}

.editArea .boxType01_bgPink {
  border-color: #fff0f0;
  background: #fff0f0;
}

.editArea .boxTypeFlow {
  margin-top: 10px;
  margin-bottom: 33px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  *zoom: 1;
}
.editArea .boxTypeFlow:after {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  content: "";
  width: 22px;
  height: 13px;
  margin-top: -3px;
  bottom: -24px;
  background: url(../images/i_frow.png) right no-repeat;
}
.editArea .boxTypeFlow:after {
  content: " ";
  display: table;
  clear: both;
}

.editArea .archive_list, .editArea .archive_listCard {
  *zoom: 1;
  margin-right: -20px;
}
.editArea .archive_list:after, .editArea .archive_listCard:after {
  content: " ";
  display: table;
  clear: both;
}
.editArea .archive_list .archive_item a, .editArea .archive_listCard .archive_item a {
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 350px;
  box-sizing: border-box;
  border: solid 1px #dedede;
  border-top: none;
  border-radius: 5px;
}
.editArea .archive_list .archive_item a:hover, .editArea .archive_listCard .archive_item a:hover {
  border-color: #e80000;
}
.cur_account .editArea .archive_list .archive_item a:hover, .cur_account .editArea .archive_listCard .archive_item a:hover {
  border-color: #e44c65;
}
.cur_saving .editArea .archive_list .archive_item a:hover, .cur_saving .editArea .archive_listCard .archive_item a:hover {
  border-color: #1579f1;
}
.cur_loan .editArea .archive_list .archive_item a:hover, .cur_loan .editArea .archive_listCard .archive_item a:hover {
  border-color: #ff9416;
}
.cur_insurance .editArea .archive_list .archive_item a:hover, .cur_insurance .editArea .archive_listCard .archive_item a:hover {
  border-color: #60b314;
}
.cur_convenience .editArea .archive_list .archive_item a:hover, .cur_convenience .editArea .archive_listCard .archive_item a:hover {
  border-color: #f7be07;
}
.cur_consultation .editArea .archive_list .archive_item a:hover, .cur_consultation .editArea .archive_listCard .archive_item a:hover {
  border-color: #02a8cc;
}
.editArea .archive_list .archive_item a .archive_ttl, .editArea .archive_listCard .archive_item a .archive_ttl {
  border-radius: 5px 5px 0 0;
  color: #fff;
  background: url(../images/bg_catGrad_gray.png) top right repeat-y, url(../images/bg_cat_gray.gif) -205px -204px;
  background-color: #989898;
  position: relative;
  font-size: 120%;
  font-weight: bold;
  margin-left: -1px;
  margin-right: -1px;
}
.editArea .archive_list .archive_item a .archive_ttl span, .editArea .archive_listCard .archive_item a .archive_ttl span {
  border-radius: 5px 5px 0 0;
  display: block;
  background: url(../images/bg_ttl_line.png) left repeat-y;
  padding: 10px 50px 9px 15px;
}
.editArea .archive_list .archive_item a .archive_ttl .archive_arrow, .editArea .archive_listCard .archive_item a .archive_ttl .archive_arrow {
  position: absolute;
  top: 12px;
  right: 10px;
}
.editArea .archive_list .archive_item a .archive_content figure, .editArea .archive_listCard .archive_item a .archive_content figure {
  overflow: hidden;
  margin: 0;
  height: 160px;
}
.editArea .archive_list .archive_item a .archive_content figure .archive_thumb, .editArea .archive_listCard .archive_item a .archive_content figure .archive_thumb {
  display: block;
  padding-top: 13px;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.editArea .archive_list .archive_item a .archive_content .archive_excerpt, .editArea .archive_listCard .archive_item a .archive_content .archive_excerpt {
  color: #202020;
  display: block;
  padding: 10px;
  line-height: 1.5;
}
.editArea .archive_list .archive_item a:hover, .editArea .archive_listCard .archive_item a:hover {
  text-decoration: none;
}
.editArea .archive_list .archive_item a:hover .archive_ttl, .editArea .archive_listCard .archive_item a:hover .archive_ttl {
  background: url(../images/bg_catGrad_red.png) top right repeat-y, url(../images/bg_cat_red.gif) -205px -204px;
  background: url(../images/bg_cat_red.gif) -205px -204px \9;
}
.cur_account .editArea .archive_list .archive_item a:hover .archive_ttl, .cur_account .editArea .archive_listCard .archive_item a:hover .archive_ttl {
  background: url(../images/bg_catGrad_pink.png) top right repeat-y, url(../images/bg_cat_pink.gif) -205px -204px;
  background: url(../images/bg_cat_pink.gif) -205px -204px \9;
}
.cur_saving .editArea .archive_list .archive_item a:hover .archive_ttl, .cur_saving .editArea .archive_listCard .archive_item a:hover .archive_ttl {
  background: url(../images/bg_catGrad_blue.png) top right repeat-y, url(../images/bg_cat_blue.gif) -205px -204px;
  background: url(../images/bg_cat_blue.gif) -205px -204px \9;
}
.cur_loan .editArea .archive_list .archive_item a:hover .archive_ttl, .cur_loan .editArea .archive_listCard .archive_item a:hover .archive_ttl {
  background: url(../images/bg_catGrad_orange.png) top right repeat-y, url(../images/bg_cat_orange.gif) -205px -204px;
  background: url(../images/bg_cat_orange.gif) -205px -204px \9;
}
.cur_insurance .editArea .archive_list .archive_item a:hover .archive_ttl, .cur_insurance .editArea .archive_listCard .archive_item a:hover .archive_ttl {
  background: url(../images/bg_catGrad_green.png) top right repeat-y, url(../images/bg_cat_green.gif) -205px -204px;
  background: url(../images/bg_cat_green.gif) -205px -204px \9;
}
.cur_convenience .editArea .archive_list .archive_item a:hover .archive_ttl, .cur_convenience .editArea .archive_listCard .archive_item a:hover .archive_ttl {
  background: url(../images/bg_catGrad_yellow.png) top right repeat-y, url(../images/bg_cat_yellow.gif) -205px -204px;
  background: url(../images/bg_cat_yellow.gif) -205px -204px \9;
}
.cur_consultation .editArea .archive_list .archive_item a:hover .archive_ttl, .cur_consultation .editArea .archive_listCard .archive_item a:hover .archive_ttl {
  background: url(../images/bg_catGrad_lightBlue.png) top right repeat-y, url(../images/bg_cat_lightBlue.gif) -205px -204px;
  background: url(../images/bg_cat_lightBlue.gif) -205px -204px \9;
}

.editArea .archive_listCol1, .editArea .archive_listCol2 {
  *zoom: 1;
  margin-top: 20px;
}
.editArea .archive_listCol1:after, .editArea .archive_listCol2:after {
  content: " ";
  display: table;
  clear: both;
}
.editArea .archive_listCol1:first-child, .editArea .archive_listCol2:first-child {
  margin-top: 0;
}
.editArea .archive_listCol1 .archive_item a,.editArea .archive_listCol1 .archive_item .no-link, .editArea .archive_listCol2 .archive_item a, .editArea .archive_listCol1 .archive_item .archive_headBox, .editArea .archive_listCol2 .archive_item .archive_headBox {
  text-decoration: none;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  border: none;
  box-sizing: border-box;
}
.editArea .archive_listCol1 .archive_item a:hover, .editArea .archive_listCol2 .archive_item a:hover, .editArea .archive_listCol1 .archive_item .archive_headBox:hover, .editArea .archive_listCol2 .archive_item .archive_headBox:hover {
  border-color: #e80000;
}

.editArea a {
    text-decoration: underline;
}