@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ CUSTOM CSS                                                             ■ */
/* ■ ---------------------------------------------------------------------- ■ */
/* ■ Author: ENDY @endyme(https://twitter.com/endyme/)                      ■ */
/* ■ ---------------------------------------------------------------------- ■ */
/* ■ Updated: 2021/07/12                                                    ■ */
/* ■ ---------------------------------------------------------------------- ■ */
/* ■ 【Remark】                                                             ■ */
/* ■ 使用する際はstyle.css内で @import"endy.css";                           ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


.en-center {
  text-align: center;

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ フォント・テキストサイズ・太さ・色                                     ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ Update: 2017/10/02                                                     ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.b {
  font-weight: bold;
}

.r { color: #FF3311; }
.white { color: #FFF;}

.ft060 { font-size: 0.6em; }
.ft070 { font-size: 0.7em; }
.ft080 { font-size: 0.8em; }
.ft090 { font-size: 0.9em; }
.ft110 { font-size: 1.1em; }
.ft120 { font-size: 1.2em; }
.ft130 { font-size: 1.3em; }
.ft140 { font-size: 1.4em; }
.ft150 { font-size: 1.5em; }
.ft160 { font-size: 1.6em; }
.ft170 { font-size: 1.7em; }
.ft180 { font-size: 1.8em; }
.ft190 { font-size: 1.9em; }
.ft200 { font-size: 2.0em; }


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ 蛍光ペン                                                               ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ Update: 2017/10/02                                                     ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ■■■ 基本 ■■■ */
.marker-def {
  background: -moz-linear-gradient(transparent 60%, #abffdc 0%);      /* Firefox用 */
  background: -webkit-linear-gradient(transparent 60%, #abffdc 0%);   /* Safari用 */
  background: -ms-linear-gradient(transparent 60%, #abffdc 0%);       /* IE用 */
  background: -o-linear-gradient(transparent 60%, #abffdc 0%);        /* Opera用 */
  background: linear-gradient(transparent 60%, #abffdc 0%);           /* default */
}

/* ■■■ 蛍光ピンク ■■■ */
.marker-r {
  background: -moz-linear-gradient(transparent 60%, #fdb3b3 0%);      /* Firefox用 */
  background: -webkit-linear-gradient(transparent 60%, #fdb3b3 0%);   /* Safari用 */
  background: -ms-linear-gradient(transparent 60%, #fdb3b3 0%);       /* IE用 */
  background: -o-linear-gradient(transparent 60%, #fdb3b3 0%);        /* Opera用 */
  background: linear-gradient(transparent 60%, #fdb3b3 0%);           /* default */
} 

/* ■■■ 蛍光グリーン ■■■ */
.marker-g {
  background: -moz-linear-gradient(transparent 60%, #a0ffa2 0%);      /* Firefox用 */
  background: -webkit-linear-gradient(transparent 60%, #a0ffa2 0%);   /* Safari用 */
  background: -ms-linear-gradient(transparent 60%, #a0ffa2 0%);       /* IE用 */
  background: -o-linear-gradient(transparent 60%, #a0ffa2 0%);        /* Opera用 */
  background: linear-gradient(transparent 60%, #a0ffa2 0%);           /* default */
} 

/* ■■■ 蛍光ブルー ■■■ */
.marker-b {
  background: -moz-linear-gradient(transparent 60%, #a6eaea 0%);      /* Firefox用 */
  background: -webkit-linear-gradient(transparent 60%, #a6eaea 0%);   /* Safari用 */
  background: -ms-linear-gradient(transparent 60%, #a6eaea 0%);       /* IE用 */
  background: -o-linear-gradient(transparent 60%, #a6eaea 0%);        /* Opera用 */
  background: linear-gradient(transparent 60%, #a6eaea 0%);           /* default */
}

/* ■■■ 重要事項(蛍光イエロー＋赤字) ■■■ */
.marker-imp {
  background: -moz-linear-gradient(transparent 20%, #FFFF88 0%);      /* Firefox用 */
  background: -webkit-linear-gradient(transparent 20%, #FFFF88 0%);   /* Safari用 */
  background: -ms-linear-gradient(transparent 20%, #FFFF88 0%);       /* IE用 */
  background: -o-linear-gradient(transparent 20%, #FFFF88 0%);        /* Opera用 */
  background: linear-gradient(transparent 20%, #FFFF88 0%);           /* default */
  color: #FF3311;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ 画像フレーム・キャプション                                             ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ Update: 2017/10/02                                                     ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ 使い方:                                                                ■ */
/* ■ TextExpander: ,capt                                                    ■ */
/* ■ <div class="caption-box">                                              ■ */
/* ■ <div class="caption-text-top left">▼ %|</div>                         ■ */
/* ■ <img src="#" />                                                        ■ */
/* ■ </div>                                                                 ■ */
/* ■                                                                        ■ */
/* ■ TextExpander: ,capb                                                    ■ */
/* ■ <div class="caption-box">                                              ■ */
/* ■ <img src="#" />                                                        ■ */
/* ■ <div class="caption-text-bottom left">▲ %|</div>                      ■ */
/* ■ </div>                                                                 ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.caption-box {
  background: #202020;  /* フレーム背景色(黒系) */
  border-radius: 5px;   /* フレームを角丸にしたくない場合はこの行を削除 */
  max-width: 100% !important;
  padding: 5px;
  margin:10px 0 40px 0;
  text-align: center;
}

.caption-box img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;   /* 画像を角丸にしたくない場合はこの行を削除 */
  text-align: center;
}

/* ■■■ 画像の上にキャプションを入れる場合 ■■■ */
.caption-box .caption-text-top {
  font-weight: bold;
  font-size: 13px;
  padding: 5px 0 0;
  text-align: left;
  color: #FFF;          /* 文字色(白系) */
}

/* ■■■ 画像の下にキャプションを入れる場合 ■■■ */
.caption-box .caption-text-bottom {
  font-weight: bold;
  font-size: 13px;
  padding: 5px 0 0;
  margin-top: 0px;
  text-align: left;
  color: #FFF;          /* 文字色(白) */
}

.caption-box .left  { text-align: left; }
.caption-box .right { text-align: right; }
.caption-box .center { text-align: center; }


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ Webビーコン非表示                                                      ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ Update: 2017/10/02                                                     ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
img[width="1" height="1"] {
  display: none;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ アプリーチ                                                             ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ Update: 2020/04/16                                                     ■ */
/* ■         新規追加                                                       ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* アプリーチ */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ AppHtml                                                                ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ Update: 2020/08/05                                                     ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.apphtml-frame {
  border: 1px solid #d0d0d0;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 10px;
  margin: 15px 0px;
}

.apphtml-Info {
  display: table;
  border-spacing: 10px 0;
}

.apphtml-image {
  display: table-cell;
  vertical-align: top;
}

.apphtml-image img{
  border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  -webkit-border-radius: 16px 16px 16px 16px;
  box-shadow: 1px 2px 4px 1px #999999;
  -moz-box-shadow: 1px 2px 4px 1px #999999;
  -webkit-box-shadow: 1px 2px 4px 1px #999999;
  margin: 0 10px 10px 1px;
}

.apphtml-image img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.apphtml-app-info {
  display: table-cell;
  vertical-align: top;
}

.apphtml-title {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0 5px 5px;
}

.apphtml-title a {
  text-decoration: none;
}

.apphtml-title a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.apphtml-category {
  font-size: 13px;
  padding: 5px 0 1px 5px;
}

.apphtml-price {
  font-size: 14px;
  font-weight: bold;
  color: #FF3311;
  padding: 5px 0 1px 5px;
}

.apphtml-alert {
  font-size: 12px;
  padding: 5px 0 1px 5px;
}

.apphtml-download {
  display: block;
  text-align: center;
}

.apphtml-itunes-dl-btn,
.apphtml-android-dl-btn,
.apphtml-itunes-disable-dl-btn,
.apphtml-android-disable-dl-btn {
  display: inline-block;
  margin: 5px 10px 0px 10px;
  border-radius: 5px;
  font-size: 15px;
  width : 150px;
  height : 35px;
  line-height: 35px;
  text-align: center;
}

.apphtml-itunes-dl-btn {
  background-color: #2495F3;
}

.apphtml-itunes-dl-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
  text-decoration: none;
}

.apphtml-android-dl-btn {
  background-color: #B3C641;
}

.apphtml-android-dl-btn a {
  display: block;
  color: #fff !important;
  text-decoration: none;
}

.apphtml-itunes-disable-dl-btn,
.apphtml-android-disable-dl-btn {
  background-color: #AAA;
  color: #777;
  text-decoration: none;
}

.apphtml-itunes-disable-dl-btn a,
.apphtml-android-disable-dl-btn a {
  /* Do Nothing */
}

.apphtml-itunes-dl-btn:hover,
.apphtml-android-dl-btn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
}

.apphtml-preview {
  font-size: 12px;
  font-weight: bold;
  color: #FF3311;
  padding: 0 0 5px 0;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ Pochipp                                                                ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ Update: 2021/07/12                                                     ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.pochipp-box__logo {
  display: none;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■                                                                        ■ */
/* ■ XO Event Calendar - Event list                                         ■ */
/* ■------------------------------------------------------------------------■ */
/* ■ Update: 2022/03/21                                                     ■ */
/* ■                                                                        ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */S
.xo-event-list * {
	font-size: 1rem;
}
.xo-event-list {
	list-style: none;
	display: block;
	margin: 0;
}
.xo-event-list p {
	margin: 0 0 0.5rem;
	padding: 0;
}
.xo-event-list > dl {
	display: block;
	margin: .1rem 0 0 0;
	padding: 0 0 .1rem 0;
	overflow: hidden;
	color: #444;
	border-bottom: dotted 1px #ccc;
}
.xo-event-list > dl > dt,
.xo-event-list > dl > dd {
	display: table-cell;
	vertical-align: top;
}
.xo-event-list > dl > dt > span,
.xo-event-list > dl > dd > span {
	float: left;
	margin: 0 1rem 0 0;
	padding: 0;
	vertical-align: middle;
}
.xo-event-list .thumbnail {
	margin: .2rem 0;
}
.xo-event-list .thumbnail img {
	padding-right: 15px;
	width: 110px;
	min-width: 110px;
	height: auto;
	object-fit: cover;
}
.xo-event-list .date {
	margin-top: .1rem;
	font-size: .9rem;
}
.xo-event-list.type-short .date,
.xo-event-list.type-standard .date {
	width: 7.5rem;
}
.xo-event-list .category {
	margin-top: .2rem;
	margin-bottom: .1rem;
	padding: 0 .5rem;
	text-align: center;
	font-size: .8rem;
	color: #fff;
	border-radius: 2px;
}
.xo-event-list.type-short .category,
.xo-event-list.type-standard .category {
	width: 8.5rem;
}
.xo-event-list.type-detail .category {
	margin-left: 0.5rem;
}
.xo-event-list .title {
	margin-top: .1rem;
}
.xo-event-list .event-date {
	font-size: .9rem;
}
.xo-event-list li br {
	display: block;
}

.xo-event-list.type-custom .event-date {
	width: 16rem;
	margin-top: .2rem;
}
