@charset "utf-8";
/* -------------------------------------------------
	-Index-
	1.Reset
	2.Element
	3.Headline
	4.Clear fix
	5.for MacIE
-------------------------------------------------- */

/* =================================================
	1.Reset
================================================= */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

/* =================================================
	2.Element
================================================= */
body {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-family: "arial", "Hiragino kaku Gothic Pro", "Meiryo", "Yu Gothic",
    sans-serif;
  font-size: 14px;
  font-size: 82%;
  /* 13px */
  word-break: break-all;
}

html>body {
  font-size: 13px;
}

a {
  text-decoration: none;
  overflow: hidden;
}

img,
a img {
  border: none;
  vertical-align: middle;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

table {
  border: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

th {
  font-weight: normal;
}

input,
select,
textarea,
button {
  cursor: pointer;
  padding: 2px;
}

input[type="text"]:not(:disabled):hover,
input[type="number"]:not(:disabled):hover,
textarea:not(:disabled):hover {
  cursor: text;
}

input:disabled,
select:disabled,
textarea:disabled,
button:disabled {
  cursor: not-allowed;
}

textarea {
  font-size: 100%;
}

html>

/**/
textarea {
  font-size: 13px;
}

fieldset {
  border: none;
}

pre {
  font-family: monospace;
}

/*=================================================
	3.Headline
================================================= */
h1 {
  font-size: 170%;
}

/* 22px */
h2 {
  font-size: 131%;
}

/* 17px */
h3 {
  font-size: 116%;
}

/* 15px */
h4 {
  font-size: 108%;
}

/* 14px */
h5,
h6 {
  font-size: 100%;
}

/* 13px */

/* =================================================
	4.Clear fix
================================================= */
.clear:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

/*\*/
* html .clear {
  overflow: visible;
  height: 1%;
}

/**/

/* =================================================
	5.for MacIE
================================================= */
/*\*/
/*/
textarea, select, input {
	font-family:Osaka;
}
/**/

.input-error {
  display: block;
  padding: 5px;
  color: red;
  font-size: small;
}

.toast-message {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1050;
  padding: 15px 20px;
  line-height: normal;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.toast-success {
  background-color: #28a745;
  color: #fff;
}

.toast-error {
  background-color: #dc3545;
  color: #fff;
}

.toast-warning {
  background-color: #ffc107;
  color: #000;
}

.toast-info {
  background-color: #17a2b8;
  color: #fff;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.text-right {
  text-align: right;
}

.language {
  /* display: none; */
  display: flex;
  align-items: center;
  margin-left: 10px;
}


.language-trigger {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.language-trigger .name {
  margin-right: 5px;
}

.language-trigger .ico-arrow-top {
  display: none;
}

.language-menu {
  display: none;
  z-index: 2222;
  position: absolute;
  padding: 8px;
  max-width: 360px;
}

.s-expanded .language-menu {
  display: block;
}

.language .s-expanded .language-trigger .ico-arrow-bottom {
  display: none;
}

.language .s-expanded .language-trigger .ico-arrow-top {
  display: block;
}

.language-menu .language-menu-arrow {
  position: absolute;
}

.language-menu-arrow::before {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  top: -7px;
  z-index: 2223;
}

.language-menu-arrow:after {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 0 8px 8px;
  border-bottom-color: #dcdcdc;
  top: -8px;
  z-index: 2221;
}

.language-list {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  min-width: 1px;
  z-index: 2222;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
}

.language-list ul {
  width: 100%;
}

.language-list ul li {
  padding: 15px;
  cursor: pointer;
}

.language-list ul>li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.language-list ul>li:hover {
  background-color: #f7f7f7;
}

.ico {
  background-image: url(/images/ico.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-bottom;
}

.ico-Blank {
  width: 16px;
  height: 16px;
  background-position: -5px -5px;
  margin-right: 6px;
}

.ico-Check {
  width: 20px;
  height: 20px;
  background-position: -57px -5px;
}

.ico-affili {
  width: 44px;
  height: 44px;
  background-position: -39px -39px;
}

.ico-arrow-back {
  width: 16px;
  height: 16px;
  background-position: -151px -5px;
}

.ico-arrow-bottom {
  width: 16px;
  height: 16px;
  background-position: -87px -31px;
}

.ico-arrow-next {
  width: 16px;
  height: 16px;
  background-position: -151px -31px;
}

.ico-arrow-top {
  width: 16px;
  height: 16px;
  background-position: -85px -57px;
}

.ico-biginner {
  width: 40px;
  height: 40px;
  background-position: -111px -57px;
  margin-right: 8px;
}

.ico-check-c {
  width: 26px;
  height: 26px;
  background-position: -81px -107px;
}

.ico-guide {
  width: 40px;
  height: 40px;
  background-position: -177px -5px;
  margin-right: 8px;
}

input[type="text"].datepicker_single {
  width: auto;
  min-width: 200px;
}

input.datepicker_single[aria-invalid="true"][type="text"] {
  border: 1px solid #ff820d;
}

input.datepicker_single:focus[type="text"] {
  border: 1px solid #999;
}

input.datepicker_single[type="text"] {
  color: #222;
  padding: 4px;
  background: #fff;
  outline: none;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  resize: vertical;
  transition: border 0.15s ease;
}

.btn-icon-delete {
  background-color: #dc3545;
  height: 28px;
  border-radius: 5px;
  padding: 2px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.btn-icon-delete:hover {
  background-color: #bb2d3b;
}

.btn-edit-icon {
  background-color: #0d6efd;
  height: 28px;
  border-radius: 5px;
  padding: 6px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.btn-edit-icon:hover {
  background-color: #0b5ed7;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.m-20 {
  margin: 20px;
}

.gap-5 {
  gap: 5px;
}

.my-5 {
  margin: 5px 0;
}

.my-10 {
  margin: 10px auto;
}

.my-20 {
  margin: 20px auto;
}

.mx-5 {
  margin: auto 5px;
}

.mx-10 {
  margin: auto 10px;
}

.mx-20 {
  margin: auto 20px;
}

.py-5 {
  padding: 5px 0;
}

.px-20 {
  padding: 0 20px;
}

.bk-gray {
  background: #f2f2f2;
}

.items-center {
  align-items: center;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis:hover {
  cursor: pointer;
}

.ad_banners {
  height: auto;
  width: 98%;
  margin: 0px 10px 20px 10px;
  border: 1px solid rgba(192, 192, 192, 0.8);
}

table.ad_banners tr,
table.ad_banners td,
table.ad_banners th {
  padding: 5px 20px;
  border: 1px solid rgba(192, 192, 192, 0.8);
}

/** CSS button */
.afiHeader_loginArea .loginLink {
  font-weight: bold;
  color: rgb(255, 130, 16);
  height: 40px;
  line-height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 130, 16);
  border-image: initial;
  border-radius: 24px;
  padding: 0px 20px;
  background: rgb(255, 255, 255);
}

.afiHeader_loginArea .loginLink:hover,
.afiHeader_menu>li a:hover,
.afiHeader_links>a:hover {
  color: #858a00;
}

.btn-11 {
  border: none;
  white-space: nowrap;
  display: inline-block;
  border-radius: 20px;
  transition: background, color, box-shadow 0.15s ease;
  line-height: 1;
  text-align: center;
  color: #222 !important;
  font-weight: bold;
  border: 1px Solid #cccccc;
  background-color: #fafafa;
}

.btn-11:hover {
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-11[disabled] {
  background: #a9a9a9;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: default;
  border: none;
}

.btn-11[disabled]:hover {
  background: #a9a9a9;
}

.btn-11:hover {
  background: #fafafa;
}

.btn-12 {
  border: none;
  white-space: nowrap;
  display: inline-block;
  border-radius: 20px;
  transition: background, color, box-shadow 0.15s ease;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background-color: #ff820d;
}

.btn-12:hover {
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-12[disabled] {
  background: #a9a9a9;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: default;
  border: none;
}

.btn-12[disabled]:hover {
  background: #a9a9a9;
}

.btn-12:hover {
  background: #ff820d;
}

.btn-13 {
  border: none;
  white-space: nowrap;
  display: inline-block;
  border-radius: 3px;
  transition: background, color, box-shadow 0.15s ease;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background-color: rgb(121, 163, 30);
}

.btn-13:hover {
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-13[disabled] {
  background: #a9a9a9;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: default;
  border: none;
}

.btn-13[disabled]:hover {
  background: #a9a9a9;
}

.btn-13:hover {
  background: rgb(121, 163, 30);
}

.afiHeader_wp1 {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  height: 64px;
  background-color: #fff;
}

.btn {
  cursor: pointer;
}

.afiHeader_wp1 .btn {
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.afiHeader.adminHeader .afiHeader_wp1 {
  border-bottom: 3px solid #ff820d;
}

.afiHeader_logedin {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.afiHeader_logedin .userInfo_trigger {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.afiHeader_logedin .userInfo_icon {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 19px;
  flex: 0 0 auto;
  margin-right: 4px;
}

.afiHeader_logedin .userInfo_name {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
}

.afiHeader_logedin .userInfo_name .user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  font-size: 1.6rem;
  flex: 1 1 auto;
}

.afiHeader_logedin .userInfo_name .ico {
  margin-left: 4px;
}

.afiHeader_logedin .userInfo_name .ico-arrow-bottom {
  display: block;
}

.afiHeader_logedin .userInfo_name .ico-arrow-top {
  display: none;
}

.afiHeader_logedin .userInfo_menu {
  display: none;
  padding: 8px;
  max-width: 360px;
  z-index: 2222;
  position: absolute;
}

.afiHeader_logedin .userInfo_menu_arrow {
  position: absolute;
}

.afiHeader_logedin .userInfo_menu_arrow:before {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  top: -7px;
  z-index: 2223;
}

.afiHeader_logedin .userInfo_menu_arrow:after {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 0 8px 8px;
  border-bottom-color: #dcdcdc;
  top: -8px;
  z-index: 2221;
}

.afiHeader_logedin .userInfo_menu_cntnt {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  min-width: 1px;
  z-index: 2222;
  background-color: #fff;
}

.afiHeader_logedin .userInfo_menu_cntnt .status {
  width: 100%;
  color: #2c82e7;
  padding: 16px;
}

.afiHeader_logedin .userInfo_menu_cntnt ul {
  width: 100%;
  border-top: 3px solid #dcdcdc;
}

.afiHeader_logedin .userInfo_menu_cntnt ul>li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.afiHeader_logedin .userInfo_menu_cntnt ul>li a {
  display: inline-block;
  color: #222;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  transition: background-color 0.15s ease;
}

.afiHeader_logedin .userInfo_menu_cntnt ul>li a:hover {
  background-color: #f7f7f7;
}

.afiHeader_logedin .userInfo.s-expanded .userInfo_name {
  color: #666;
}

.afiHeader_logedin .userInfo.s-expanded .userInfo_name .ico-arrow-bottom {
  display: none;
}

.afiHeader_logedin .userInfo.s-expanded .userInfo_name .ico-arrow-top {
  display: block;
}

.afiHeader_logedin .userInfo.s-expanded .userInfo_menu {
  display: block;
}

.afiHeader_wp2 {
  width: 100%;
  height: 45px;
  background: #dde41b;
}

.afiFooter {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  padding-top: 32px;
  background: #dde41b;
  padding-bottom: 38px;
}

.afiFooter_row_inner {
  margin: 0 auto;
  padding: 32px 0;
  text-align: center;
}

.afiFooter_row_menu:before,
.afiFooter_row_menu:after {
  content: " ";
  display: table;
}

.afiFooter_row_menu:after {
  clear: both;
}

.afiFooter_row_menu>li {
  display: inline-block;
  margin-right: 24px;
}

.afiFooter_row_menu>li>a {
  color: #222;
  font-weight: bold;
}

.afiFooter_row_menu>li>a:hover {
  color: #858a00;
}

.afiFooter_row_inner:last-child {
  border-top: 1px solid #c5cc00;
}

.afiFooter_row_cright>ul>li {
  display: inline-block;
  color: #7d6913;
}

.simple_table {
  width: 100%;
  border-collapse: collapse;
  border-color: #ccc;
}

.simple_table th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}

.simple_table td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #337ab7;
  text-decoration: underline dotted;
  cursor: pointer;
}

.tooltip-content {
  position: absolute;
  visibility: hidden;
  min-width: 120px;
  max-width: 300px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 1.4;
}

/* Position Variants */
.tooltip-wrapper[data-position="bottom"] .tooltip-content {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
}

.tooltip-wrapper[data-position="top"] .tooltip-content {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}

.tooltip-wrapper[data-position="bottom"] .tooltip-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
}

.tooltip-wrapper[data-position="top"] .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

/* Hover State */
.tooltip-wrapper:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.results-info {
  font-size: 14px;
  color: #555;
}

.results-info strong {
  color: #3f51b5;
}

.total-sites {
  font-size: 14px;
  color: #666;
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 4px;
}

.no-results {
  text-align: center;
  padding: 30px;
  color: #666;
  font-style: italic;
  background-color: #fafafa;
  border-radius: 4px;
  margin: 12px 0;
}