<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*ストライプ*/
table.striped {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;border-bottom: 1px solid #999;
}
table.striped tr:nth-child(even) { background-color: #eee;/* 偶数番目の指定*/}

table.striped th, table.striped td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 5px 10px;
}
table.striped th:nth-child(1), table.striped td:nth-child(1) {border-left: none;}
table.striped th {
  font-size:14px;
  background-color: #888;
  text-align: left;
  color: #fff;
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
}
table.striped td {font-size:14px;}

table.striped .time {font-size:12px;text-align: center;vertical-align: middle;white-space: nowrap; }
table.striped .fa-chevron-right {font-size: 10px;}
table.striped .fa-file-pdf-o {margin-right: 5px;}
table.striped a {color: #afa02e;font-size: 95%;}

/* happyou */
.abs-dead4 {
  margin: 10px 0;
  padding: 10px;
  border: #cc0000 3px double;
}
.red {
  color: #cc0000;
}
.bold {
  font-weight: bold;
}

.cap {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #1da5a7;
  margin-bottom: 0 !important;
}

.margin40 {
  margin-top: 40px;
}

.deci {
  margin-left: 17px;
  list-style-type: decimal;
}

.deci li .offset {
  padding-left: 17px;
}

.deci li .onset {
  margin-left: -17px;
}

.note {
margin-left: 1em;
text-indent: -1em;
}

.mb5 {
  margin-bottom: 5px;
}
.mt15 {
  margin-top: 15px;
}
.abs-box1 {
  padding: 10px;
  border: #ccc 3px double;
}
.mt5 {
  margin-top: 5px;
}

dl.abs-exa2 ,
.abs-exa2 dt {
  margin: 0 !important;
}

.abs-dl1 {
  padding: 10px;
  font-size: 13px;
  border: #bbb 1px dotted;
}

.win-icon {
  color: #cc3333;
    margin-right: 4px;
    padding-right: 16px;
    background: url(./win_icon.gif) 100% 0.4em no-repeat;
}

@media screen and (max-width: 600px){
.over-table {
  widows: 100%;
  overflow-x: scroll;
}

a,
li {
word-break: break-all;
}
}


.happyou2-table {
  width: 100%;
}

.happyou2-table td {
  padding: 10px;
  border: 1px solid #aaa;
}

.happyou2-table-l {
  background-color: rgb(82,121,206);
  color: #fff;
}

.happyou2-table-m {
  background-color: rgb(247,243,247);
  text-align: center;
}

.happyou2-box &gt; div {
  width: 50%;
  float: left;
}

.happyou2-box &gt; div:nth-child(3n+1) {
  padding: 7px;
}

.happyou2-box .clear {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px){
.happyou2-box &gt; div {
  width: 100%;
  float: none;
}
}

.table_type01b td {
  text-align: center;
  vertical-align: middle;
}
.page-under #main-area .content table.table_type01b th:nth-child(1), .page-under #main-area .content table.table_type01b td:nth-child(1) {
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 660px){
.table_type01b-outer {
  overflow-x: scroll;
}
.table_type01b {
  min-width: 650px;
}
}</pre></body></html>