/* reset.cssで消されたstyleの一部を.article内でDefaultに戻す ---------------------- */
span.article dl {
  padding: 0.8em 0 0.5em 1.5em;
}
span.article dt {
  font-weight: bold;
}
span.article dd {
  margin-left: 1em;
  line-height: 1.8em;
}

table {
  border-collapse: collapse;
}

/* ArticleMovie --------------------------------------------------------- */
.ag-Article_Goods {
  position: relative;
  border: 1px solid #999;
  margin: 10px;
  font-size: 0;
}
.ag-Article_Goods-name {
  width: 100%;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
}
.ag-Article_Goods-thumb {
  position: relative;
  display: table-cell;
  width: 33%;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  border-right: solid 1px #999
}
.ag-Article_Goods-thumb > img {
  max-width: 100%;
}
.ag-Article_Goods-text {
  display: table-cell;
  width: 66%;
}
.ag-Article_Goods-date {
  font-size: 12px;
  color: #999;
  padding: 10px 10px 2px;
}
.ag-Article_Goods-title {
  font-size: 14px;
  color: #1e7dc0;
  padding: 0 10px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.ag-Article_Goods-title a {
  color: inherit;
}
.ag-Article_Goods-status {
  padding: 5px 10px;
  color: #999;
  font-size: 12px
}
.ag-Article_Goods-status li {
  display: inline-block;
}
.ag-Article_Status-buy {
  font-weight: bold;
}
.ag-Article_Goods-price {
  color: #222;
  font-size: 12px;
  padding: 0 10px;
}
.ag-Article_Goods-link {
  color: #1e7dc0;
  text-align: right;
  font-size: 10px;
  padding: 0 10px 5px
}
.ag-Article_Goods-link a {
  color: inherit;
}
.ag-Article_Title-btnThread {
  width: 150px;
  height: 30px;
  margin: 10px 0 0 10px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 6px
}
.ag-Article_Title-btnThread a {
  display: block;
  color: #747474;
}
.ag-Article_Title-btnThread a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 28px;
  background: url(/img/icon_res-gray.png) no-repeat left -6px center;
  background-size: 36px auto;
  margin-top: -2px;
}
/* ArticleMain --------------------------------------------------------- */

/* ArticleMovie --------------------------------------------------------- */
.am-Article_Movie {
  position: relative;
  border: 1px solid #999;
  margin: 10px;
  font-size: 0;
}
.am-Article_Movie-name {
  width: 100%;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
}
.am-Article_Movie-thumb {
  position: relative;
  display: table-cell;
  width: 40%;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  border-right: solid 1px #999
}
.am-Article_Movie-thumb > img {
  max-width: 100%;
}
.am-Article_Thumb-time {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
}
.am-Article_Movie-text {
  display: table-cell;
  width: 60%;
}
.am-Article_Movie-date {
  font-size: 12px;
  color: #999;
  padding: 10px 10px 2px;
}
.am-Article_Movie-title {
  font-size: 14px;
  color: #1e7dc0;
  padding: 0 10px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.am-Article_Movie-title a {
  color: inherit;
}
.am-Article_Movie-status {
  padding: 5px 0 5px 5px;
  color: #999;
  font-size: 12px
}
.am-Article_Movie-status li {
  display: block;
  background-size: 25px auto;
  padding-left: 25px;
  margin-bottom: 3px;
}
.am-Article_Movie-status li:last-child {
  margin-bottom: 0;
}
.am-Article_Status-play {
  background: url(/img/icon_countPlay.png) no-repeat left center;
}
.am-Article_Status-comment {
  background: url(/img/icon_countComment.png) no-repeat left center;
}
.am-Article_Status-fav {
  background: url(/img/icon_countFavorite.png) no-repeat left center;
}
.am-Article_Title-btnThread {
  width: 150px;
  height: 30px;
  margin: 10px 0 0 10px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 6px
}
.am-Article_Title-btnThread a {
  display: block;
  color: #747474;
}
.am-Article_Title-btnThread a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 28px;
  background: url(/img/icon_res-gray.png) no-repeat left -6px center;
  background-size: 36px auto;
  margin-top: -2px;
}

/* AricleThread --------------------------------------------------------- */
.at-List_Name {
  font-size: 12px;
  color: #222;
}
.at-List_Num {
  font-size: 14px;
  font-weight: bold;
  margin-right: 4px;
}
.at-List_Date {
  font-size: 10px;
  color: #999;
  margin-bottom: 8px;
}
.at-List_text {
  font-size: 14px;
  color: #222;
}
.at-List_Illust {
  max-width: 480px;
  margin: 0 auto;
}
.at-List_Illust-img {
  position: relative;
  border: solid 1px #999;
  margin: 10px
}
.at-List_Illust-img>img {
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: contain;
}
.at-List_Illust-title {
  font-size: 12px;
  color: #222;
  margin-left: 10px;
}
.at-Illust_Btn {
  width: 310px;
  margin: 10px auto
}
.at-Illust_Btn:after {
  content:" ";
  display:block;
  clear:both;
}
.at-Illust_Btn > li {
  float: left;
  margin-right: 20px;
}
.at-Illust_Btn > li:last-child {
  margin-right: 0px;
}
.at-Illust_Btn_homeru {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  background: url(/img/icon_hometa.png) no-repeat left 6px center;
  background-size: 32px auto;
  border: solid 1px #999;
  border-radius: 6px;
  color: #222;
  padding-left: 24px;
  outline: none
}
.at-Illust_Btn_homeru.active {
  background: url(/img/icon_hometa-or.png) no-repeat left center;
  background-size: 32px auto;
  color: #ffaf19;
}
.at-Illust_Btn-moto {
  width: 190px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 6px
}
.at-Illust_Btn-moto a {
  display: block;
  color: #222;
}

.at-List_Piko {
  margin: 10px;
  padding: 12px 0px 12px 12px;
  width: 200px;
}
.at-List_Piko-title {
  font-size: 12px;
  color: #222;
  margin-left: 10px;
}
.at-Piko_Btn {
  margin: 10px 10px 0px 10px;
}
.at-Piko_Btn_homeru {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  background: url(/img/icon_hometa.png) no-repeat left 6px center;
  background-size: 32px auto;
  border: solid 1px #999;
  border-radius: 6px;
  color: #222;
  padding-left: 24px;
  outline: none
}
.at-Piko_Btn_homeru.active {
  background: url(/img/icon_hometa-or.png) no-repeat left center;
  background-size: 32px auto;
  color: #ffaf19;
}

.at-Res_Btn-moto {
  width: 250px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 6px
}
.at-Res_Btn-moto a {
  display: block;
  color: #222;
}
/* ArticleSearchResult --------------------------------------------------------- */
.ah-Article_Title-btn {
  width: 140px;
  height: 30px;
  margin-top: 10px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  background: url(/img/icon_newarticle-gray.png) no-repeat left 5px center;
  background-size: 32px auto;
  border: solid 1px #999;
  border-radius: 6px
}
.ah-Article_Title-btn a {
  display: block;
  color: #747474;
  padding-left: 20px;
}

.ah-Article_Version {
  display: table;
  width: 100%;
}
.ah-Article_Version-date {
  min-width: 135px;
  font-size: 12px;
  color: #747474;
  display: table-cell;
}

.ah-Article_Version-link {
  font-size: 12px;
  display: table-cell;
  text-align: right;
  width: 100%
}

.ah-Article_Version-link a {
  display: block;
  color: #1e7dc0;
}

.ah-Article_List-author {
  font-size: 10px;
  margin: 10px 0 0;
  color: #999;
}

.ah-Article_List-name {
  font-size: 14px
}

.ah-Article_List-name a {
  display: block;
  color: #1e7dc0;
}

.ah-Article_List-comment {
  font-size: 10px;
  margin: 10px 0 0;
  color: #999;

}

.ah-Article_List-text {
  font-size: 14px;
  color: #222;
}
/* ArticleUser --------------------------------------------------------- */
.au-Info {
  position: relative;
  margin-bottom: 20px
}
.au-Info:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.15) inset;
  background-color: #d6d6d6;
}
.au-Info_Status {
  padding: 0 30px;
  margin: 30px 0
}
.au-Info_Status ul {
  font-size: 12px;
  padding: 10px 0
}
.au-Info_Status ul li {
  font-size: 12px;
  margin-bottom: 5px;
  display: table;
}
.au-Info_Status_title {
  display: table-cell;
  vertical-align: top;
  width: 60px;
}
.au-Info_Status-user .au-Info_Status_title {
  width: 73px;
}
.au-Info_Status-oekakiko .au-Info_Status_title {
  width: 100px;
}
.au-Info_Status-article .au-Info_Status_title {
  width: 85px;
}
.au-Info_Status-piko .au-Info_Status_title {
  width: 95px;
}
.au-Info_Status_text {
  display: table-cell;
  margin-left: 5px;
}
.au-Info_Text-rank {
  display: inline-block;
}
.au-Info_Title {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: solid 2px #ffaf19;
}
.au-Info_Recently {
  padding: 0 30px;
  margin: 30px 0
}
.au-Info_Recently ul {
  font-size: 12px;
  padding: 10px 0
}
.au-Info_Recently ul li {
  display: inline-block;
  margin: 0
}
.au-Info_Recently ul li:after {
  content: "/";
  color: #999;
  position: relative;
  padding: 0 4px 0 8px;
}
.au-Info_Recently ul li:last-child:after {
  display: none;
}
.au-Info_Recently ul li a {
  color: #1e7dc0;
}
.au-Info_Recently-text{
  display: inline-block;
}
.au-Info_Recently-tag{
  display: inline-block;
}
.au-Article_Body-disp {
    border: solid 1px #999;
    padding: 10px 15px;
    line-height: 1.8;
}

/* HometaArticle --------------------------------------------------------- */
.ho-Column_Title {
    padding: 10px 10px 0;
    font-size: 20px;
    color: #222;
}
.ho-Column_List {
  padding: 30px 20px 0;
  margin-bottom: 20px
}
.ho-Column_List:after {
    content: "";
    display: block;
    clear: both;
}
.ho-Column_List > li {
    float: left;
    width: 28%;
    margin: 0 8% 30px 0;
}
.ho-Column_List > li:nth-child(3n) {
    margin-right: 0;
}
/* PopularArticle --------------------------------------------------------- */
.me-Column_Title {
  padding: 10px 10px 0;
  font-size: 20px;
  color: #222;
}
.me-Column_History {
  display: table;
  width: 100%;
  margin-top: 5px
}
.me-Column_History:first-of-type {
  margin-top:10px;
}
.me-Column_History-date {
  width: 95px;
  display: table-cell;
  font-size: 10px;
  color: #999;
  padding-right: 10px;
  box-sizing: border-box;
}
.me-Column_History-text {
  display: table-cell;
  font-size: 12px;
  color: #747474;
}
/* HometaArticle --------------------------------------------------------- */
.ha-Column_Title {
  padding: 10px 10px 0;
  font-size: 20px;
  color: #222;
}
.ha-Column_List {
  padding: 0 16px
}
.ha-Column_List:after {
  content: "";
  display: block;
  clear: both;
}
.ha-Column_List > li {
  padding: 12px 0;
  border-bottom: solid 1px #d6d6d6;
  min-width: 320px;
}
.ha-Column_List > li:last-child {
  border-bottom: none;
}
.ha-Column_List > li:after {
  content: "";
  display: block;
  clear: both;
}
.ha-Column_List-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #222
}
.ha-Column_List-title > a {
  color: #027ac5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* MyOekakiko --------------------------------------------------------- */
.mo-Column_Title {
    padding: 10px 10px 0;
    font-size: 20px;
    color: #222;
}
.mo-Illust_Btn-toukou {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  background: url(/img/icon_targetblank.png) no-repeat right 5px center;
  background-size: 22px auto;
  border: solid 1px #999;
  border-radius: 6px;
  margin-top: 10px
}
.mo-Illust_Btn-toukou a {
    display: block;
    color: #222;
    padding-right: 15px;
}
/* ArticleMovie --------------------------------------------------------- */
.ac-Article_Commu {
  position: relative;
  border: 1px solid #999;
  margin: 10px;
  font-size: 0;
}
.ac-Article_Commu-name {
  width: 100%;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
}
.ac-Article_Commu-thumb {
  position: relative;
  display: table-cell;
  width: 33%;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  border-right: solid 1px #999
}
.ac-Article_Commu-thumb > img {
  max-width: 100%;
}
.ac-Article_Commu-text {
  display: table-cell;
  width: 66%;
}
.ac-Article_Commu-title {
  font-size: 14px;
  color: #1e7dc0;
  padding: 10px 10px 0;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.ac-Article_Commu-title a {
  color: inherit;
}
.ac-Article_Commu-info {
  display: table;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.ac-Article_Info-status {
  display: table-cell;
  padding: 5px 0 0;
  color: #999;
  font-size: 10px
}
.ac-Article_Info-status li {
  display: block;
}
.ac-Article_Commu-follow {
  display: table-cell;
  color: #1e7dc0;
  font-size: 10px;
  text-align: right;
  vertical-align: bottom;
  padding: 5px 0 0
}
.ac-Article_Commu-follow a {
  color: inherit;
}
.ac-Article_Title-btnThread {
  width: 150px;
  height: 30px;
  margin: 10px 0 0 10px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 6px
}
.ac-Article_Title-btnThread a {
  display: block;
  color: #747474;
}
.ac-Article_Title-btnThread a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 28px;
  background: url(/img/icon_res-gray.png) no-repeat left -6px center;
  background-size: 36px auto;
  margin-top: -2px;
}
/* MyPage --------------------------------------------------------- */
.mp-Profile {
  position: relative;
  padding: 20px;
  text-align: center;
}
.mp-Profile_inner {
  display: inline-block;
}
.mp-Profile_Title {
  color: #222;
  font-size: 16px;
  text-align: center;
}
.mp-Profile_Title-name {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}
.mp-Profile_Title-text {
  min-width: 130px;
  display: inline-block;
}
.mp-Profile_Status {
  position: relative;
  margin: 10px 0;
}
.mp-Profile_Status-title {
  font-size: 12px;
  padding: 10px 0 10px 45px;
  background: url("/img/icon_hometa.png") no-repeat left center;
  background-size: 50px;
  display: inline-block;
}
.mp-Profile_Count {
  border-top: 1px solid #979797;
  margin: 5px 0 0;
  padding: 10px 0 0
}
.mp-Profile_Count > li {
  display: inline-block;
  margin: 0 10px;
  color: #222;
  font-size: 14px;
}
.mp-Profile_Count-label {
  color: #999;
  font-size: 10px;
}
.mp-Menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #d6d6d6;
  box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.15) inset;
}
.mp-Menu_List {
  font-size: 0;
  background-color: #fff
}
.mp-Menu_List li {
  border-bottom: 1px solid #979797;
  background: url("/img/icon_arrow-right.png") no-repeat right center;
  background-size: 30px;
}
.mp-Menu_List li a {
  display: table;
  color: #222;
  padding: 10px 30px 10px 10px;
  min-height: 50px;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
}
.mp-Menu_Title {
  font-size: 16px;
  color: #222;
  padding-right: 60px;
}
.mp-Menu_Title-s {
  display: table-cell;
  vertical-align: middle;
  padding-right: 60px;
  font-size: 16px;
}
.mp-Menu_Subtitle {
  font-size: 10px;
  color: #999;
  margin-top: 3px;
}
.mp-Info {
  position: relative
}
.mp-Info:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.15) inset;
  background-color: #d6d6d6;
}
.mp-Info_Status {
  padding: 0 30px;
  margin: 30px 0
}
.mp-Info_Status ul {
  font-size: 12px;
  padding: 10px 0;
}
.mp-Info_Status ul li {
  font-size: 12px;
  margin-bottom: 5px;
  display: table;
}
.mp-Info_Status_title {
  display: table-cell;
  vertical-align: top;
  width: 60px;
}
.mp-Info_Status-user .mp-Info_Status_title {
  width: 73px;
}
.mp-Info_Status-oekakiko .mp-Info_Status_title {
  width: 100px;
}
.mp-Info_Status-article .mp-Info_Status_title {
  width: 85px;
}
.mp-Info_Status-piko .mp-Info_Status_title {
  width: 95px;
}
.mp-Info_Status_text {
  display: table-cell;
  margin-left: 5px;
}
.mp-Info_Text-rank {
  display: inline-block;
}
.mp-Info_Title {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: solid 2px #ffaf19;
}
.mp-Info_Recently {
  padding: 0 30px;
  margin: 30px 0 0
}
.mp-Info_Recently ul {
  font-size: 12px;
  padding: 10px 0;
}
.mp-Info_Recently ul li {
  display: inline-block;
  margin: 0;
}
.mp-Info_Recently ul li:after {
  content: "/";
  color: #999;
  position: relative;
  padding: 0 4px 0 8px;
}
.mp-Info_Recently ul li:last-child:after {
  display: none;
}
.mp-Info_Recently ul li a {
  color: #1e7dc0;
}
.mp-Info_Recently-text{
  display: inline-block;
}
.mp-Info_Recently-tag{
  display: inline-block;
}
/* Notification --------------------------------------------------------- */
.no-Column_Title {
  padding: 10px 10px 0 35px;
  font-size: 20px;
  color: #222;
  background: url(/img/icon_notice.png) no-repeat left top 4px;
  background-size: 40px auto;
}
/* PopularArticle --------------------------------------------------------- */
.pa-Column_Title {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #222;
  padding-left: 35px;
  background: url(/img/icon_hometa.png) no-repeat left -1px center;
  background-size: 40px auto;
}

/* News --------------------------------------------------------- */
.ne-Column_Title {
  padding: 10px 10px 10px 35px;
  font-size: 20px;
  color: #222;
  background: url(/img/icon_info.png) no-repeat left top 4px;
  background-size: 40px auto;
}

.ne-Column_List {
  padding: 0 10px
}

.ne-Column_List li {
  color: #222;
  font-size: 14px;
  border-bottom: solid 1px #d6d6d6;
  padding: 12px 25px 12px 0;
  background: url(/img/icon_targetblank.png) right center no-repeat;
  background-size: 24px;
}

.ne-Column_List li:last-child {
  border-bottom: none;
}
.ne-Column_List-title {
  color: #027ac5;
}

/* PushWord --------------------------------------------------------- */
.pw-Column_Title {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #222;
  padding-left: 35px;
  background: url(/img/icon_pushword.png) no-repeat left center;
  background-size: 40px auto;
}

/* ResEdit --------------------------------------------------------- */
.re-Wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.re-Wrapper_Inner {
    position: relative;
    width: 100%;
    max-width: 768px;
    min-height: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.re-Form {
  position: relative;
  margin: 15px 0;
}
.re-Guide {
  margin-bottom: 20px;
}
.re-Guide_Title {
  padding: 10px;
  font-size: 14px;
  color: #222;
  text-align: center;
}
.re-Guide_Text {
  padding: 0 10px;
  color:#999;
  font-size: 12px
}
.re-Guide_Text p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.re-Guide_Text p:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}
.re-Guide_Text p:last-child {
    margin-bottom: 0;
}
.re-Guide_Text p .re-Guide_Text-gray {
    color: #999;
}
.re-Guide_Text-red {
  color: #f00;
}
.re-Guide_Text-link {
  color: #1e7dc0;
}
.re-More_Close,.re-More_Open {
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box
}
.re-More_Close:after, .re-More_Open:after {
    content: "";
    display: block;
    clear: both;
}
.re-More_Btn {
    text-align: center;
}
.re-More_Btn-text {
  color: #1e7dc0;
  font-size: 12px;
}
.re-Form_LeadText {
  font-size: 12px;
  color: #747474;
  margin-bottom: 20px;
}
.re-Form_TextTab {
  width: 100%;
  max-width: 480px;
  padding: 0 10px;
  margin: 20px auto 40px;
  box-sizing: border-box
}
.re-Form_TextTab dt {
    font-size: 14px;
    color: #222;
    margin-bottom: 8px;
    font-weight: normal;
}
.re-Form_TextTab dd {
    margin-bottom: 20px;
    margin-left: 0;
    line-height: 1.3em;
}
.re-Form_TextTab-name input[type="text"] {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border: solid 1px #999;
  box-sizing: border-box;
  background: #fff;
}
.re-Form_TextTab-name {
  position: relative
}
.re-Form_TextTab-text {
  position: relative
}
.re-Form_TextTab-text textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: solid 1px #999;
    box-sizing: border-box;
    background: #fff;
}
.textTab-Caution {
  position: absolute;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 7px;
  top: 140px;
  width: 100%;
  color: #222;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.15)
}
.textTab-name-Caution {
  top: 40px;
}
.textTab-Caution:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
}
.textTab-Caution:after {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -8px;
    z-index: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid #979797;
}
.re-Form_TextTab-btn {
  margin: 20px 0
}
.re-Form_TextTab-btn > a, button.re-Form_TextTab-btn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #ffaf19;
}
.re-Form_TextTab-btn > a.disabled {
    background: #eaeaea;
    color:#999;
    border: #d6d6d6;
    pointer-events: none;
}
.re-Form_OekakikoTab {
  width: 100%;
  padding: 0 10px;
  max-width: 490px;
  margin: 20px auto 40px;
  box-sizing: border-box
}
.re-Form_OekakikoTab dl {
    margin: 0 0 40px;
    padding: 0;
}
.re-Form_OekakikoTab dt {
    font-size: 14px;
    color: #222;
    margin-bottom: 8px;
    font-weight: normal;
}
.re-Form_OekakikoTab dd {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    margin-left: 0;
    line-height: 1.3em;
}
.re-Form_OekakikoTab-cautionUp,
.re-Form_OekakikoTab-cautionDown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 7px;
  width: 100%;
  left: 0;
  color: #222;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
  z-index: 1
}
.re-Form_OekakikoTab-cautionUp:before, .re-Form_OekakikoTab-cautionDown:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    z-index: 2;
}
.re-Form_OekakikoTab-cautionUp:after, .re-Form_OekakikoTab-cautionDown:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
}
.re-Form_OekakikoTab-cautionUp {
  top: -45px
}
.re-Form_OekakikoTab-cautionUp:before {
    border-top: 10px solid #fff;
    bottom: -17px;
}
.re-Form_OekakikoTab-cautionUp:after {
    border-top: 10px solid #979797;
    bottom: -18px;
}
.re-Form_OekakikoTab-cautionDown {
  bottom: -45px
}
.re-Form_OekakikoTab-cautionDown:before {
    border-bottom: 10px solid #fff;
    top: -17px;
}
.re-Form_OekakikoTab-cautionDown:after {
    border-bottom: 10px solid #979797;
    top: -18px;
}
.oekakikoTab-Caution_Text-up {
  top: -83px;
}
.oekakikoTab-Caution_Text-down {
  top: 5px;
}
.re-Form_OekakikoTab-label {
  display: table-cell;
  vertical-align: middle
}
.re-Form_OekakikoTab-label p {
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #747474;
}
.re-Form_OekakikoTab-input {
  position: relative;
  display: table-cell;
  width: 100%
}
.re-Form_OekakikoTab-input > input[type="text"] {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    height: 40px;
    border: solid 1px #999;
    box-sizing: border-box;
    background: #fff;
}
.re-Form_OekakikoTab-updown {
  display: table-cell;
  padding: 0 20px
}
.re-Form_OekakikoTab-updown > input[type="button"] {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    color: #747474;
    background: #eaeaea;
    border: solid 1px #d6d6d6;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
}
.re-Form_OekakikoTab-sizemax {
  display: table-cell
}
.re-Form_OekakikoTab-sizemax > input[type="button"] {
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #222;
    background: #eaeaea;
    border: solid 1px #d6d6d6;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
}
.re-Form_OekakikoTab-btn {
  margin: 20px 0
}
.re-Form_OekakikoTab-btn > a {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #ffaf19;
}
.re-Form_OekakikoTab-btn > a.disabled {
    background: #eaeaea;
    color: #999;
    border: #d6d6d6;
}

@media screen and (max-width: 320px) {
  .re-Form_OekakikoTab-cautionUp {
    top: -55px
  }
  .re-Form_OekakikoTab-cautionUp:before {
        border-top: 10px solid #fff;
        bottom: -17px;
    }
  .re-Form_OekakikoTab-cautionUp:after {
        border-top: 10px solid #979797;
        bottom: -18px;
    }
  .re-Form_OekakikoTab-cautionDown {
    bottom: -55px
  }
  .re-Form_OekakikoTab-cautionDown:before {
        border-bottom: 10px solid #fff;
        top: -17px;
    }
  .re-Form_OekakikoTab-cautionDown:after {
        border-bottom: 10px solid #979797;
        top: -18px;
    }
}
/* NewIllust --------------------------------------------------------- */
.ni-Column .sw-Column_Title {
    padding-left: 35px;
    background: url(/img/icon_illust.png) no-repeat left center;
    background-size: 40px auto;
}

/* MyPage --------------------------------------------------------- */
.ru-Column {
  position: relative;
  padding: 10px 0 210px;
}
.ru-Column_Title {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 4px #ffaf19;
  font-size: 20px;
  color: #222;
}
.ru-Column_Text {
  padding: 10px;
  font-size: 12px;
  color: #222;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ru-Column_Text-para {
  margin-bottom: 20px;
  line-height: 1.5;
}
.ru-Text_Subtitle {
  font-size: 14px;
  color: #222;
  margin: 40px 0 20px;
  font-weight: bold;
}
.ru-Text_Subtitle-normal{
  font-size: 14px;
  color: #222;
  margin: 30px 0 20px;
  font-weight: normal;
}
.ru-Text_List {
  list-style: disc;
  margin-top: 10px
}
.ru-Text_List > li {
  margin-left: 20px;
  list-style: none;
  padding: 0 0 10px;
}
.ru-Text_List > li:last-child {
  padding: 0;
}
.ru-Text_List-sub {
  list-style: none;
  padding: 10px 0 0
}
.ru-Text_List-sub li {
  background: url(/img/icon_arrow-right.png) left -5px top -2px no-repeat;
  background-size: 20px;
  list-style: none;
  padding: 0 0 10px 18px;
}
.ru-Text_List-sub li:last-child {
  padding: 0 0 0 18px;
}
.ru-Agree_Box {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  max-width: 768px;
  padding-bottom: 30px;
}
.ru-Agree_Box:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  top: -20px;/* margin-left: -3%; */
  box-shadow: 0px -6px 4px -4px rgba(0,0,0,0.15) inset;
}
.ru-Agree_Box-text {
  padding: 20px 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.ru-Agree_Box-btn{
  text-align: center;
  padding: 0 10px 10px;
  font-size: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center
}
.ru-Agree_Box-btn > li {
  width: 50%;
  background-color: #747474;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
}
.ru-Agree_Box-btn > button {
  width: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  margin-left: 20px;
  background-color: #ffaf19;
  cursor: pointer;
}
.ru-Arrow_Top {
  position: fixed;
  bottom: 135px;
  right: 5px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  text-align: center;
  line-height: 64px;
  font-size: 10px;
  color: #747474;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  background: #fff url(/img/icon_arrow-top.png) no-repeat center top;
  background-size: 36px auto;
  z-index: 10
}
.ru-Arrow_Top a {
  display: block;
  color: #747474;
  height: 44px;
}
/* SearchResult --------------------------------------------------------- */
.sr-Header_Btn-search {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 48px;
  vertical-align: middle;
  box-sizing: border-box;
  background: url(/img/icon_search.png) no-repeat center center;
  background-size: 40px auto
}
.sr-Header_Btn-search:after {
  content:'';
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 1px;
  height: 25px;
  border-right: #636363 solid 1px;
  background-size: 100%;
}
.sr-Header_Btn-search a {
  display: block;
  height: 100%;
}
.sr-Header_SearchMenu {
  width: 100%;
  background: #222;
  box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.sr-Header_SearchMenu-inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.sr-Header_SearchInput {
  margin: 0 10px;
  padding-bottom: 10px;
  position: relative
}
.sr-Header_SearchInput input[type="search"] {
  width: 100%;
  height: 32px;
  font-size: 15px;
  padding: 6px 8px 6px 28px;
  border: 0;
  border-radius: 6px;
  background:#fff url(/img/icon_search_input.png) no-repeat left 0 center;
  background-size: 28px auto
}
.sr-Header_SearchInput input[type="search"]::-webkit-search-cancel-button {
  opacity: 0.8;
}
.sr-SearchInput_Caution {
  position: absolute;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 7px;
  top: 35px;
  width: 100%;
  color: #222;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.15)
}
.sr-SearchInput_Caution:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 1;
}
.sr-SearchInput_Caution:after {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -8px;
  z-index: 0;
  border: 8px solid transparent;
  border-bottom: 10px solid #979797;
}
.sr-Navi {
  width: 100%;
  overflow: hidden;
  height: 48px;
  background: #eaeaea;
  margin-bottom: 20px;
}
.sr-Navi_Inner {
  height: 60px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sr-Navi_List {
  display: inline-table;
  max-width: 100%;
  padding: 10px 0
}
.sr-Navi_List > li {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: solid 1px #d6d6d6;
  white-space: nowrap
}
.sr-Navi_List > li:last-child {
  border-right:none;
}
.sr-Navi_List > li.active {
  position: relative;
  color: #222;
  font-weight: bold;
  padding: 0px 1.5em;
  box-sizing: border-box
}
.sr-Navi_List > li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 4px;
  background:#ffaf19;
}
.sr-Navi_List > li > a {
  display: block;
  color: #999;
  padding: 4px 1.5em;
  box-sizing: border-box;
}
.sr-Navi_List-num {
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #747474;
}
.sr-List_SortMenu {
  margin: 0 10px 10px;
}
.sr-oe_List_SortMenu {
  margin: 0 20px 10px;
  padding: 0 0 12px;
}
.sr-List_SortMenu-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.sr-List_SortMenu-select {
  position: relative;
  width: 150px;
  height: 30px;
  font-size: 10px;
  color: #747474;
  padding: 0 30px 0 5px;
  border-radius: 0px;
  border: solid 1px #999;
  box-sizing: border-box;
  box-shadow: none;
  background: #ffffff url(/img/icon_arrow-select.png) no-repeat right center;
  background-size: 30px 30px;
}
/* st-Ad --------------------------------------------------------- */
.st-Ad {
  position: relative;
  /*background: #d6d6d6;*/
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden
}
.st-Ad:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 106%;
  height: 20px;
  margin-left: -3%;
  /*box-shadow:0px 8px 8px -1px rgba(0,0,0,0.15) inset;*/
}
.st-Ad:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 106%;
  height: 20px;
  margin-left: -3%;
  /*box-shadow:0px -8px 8px -1px rgba(0,0,0,0.15) inset;*/
}
.st-Ad_Normal {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.st-Ad_Normal-media {
  font-size: 12px;
  color: #fff;
  background: #222;
  padding: 4px;
}
.st-Ad_Aeticle {
  padding: 10px 20px
}
.st-Ad_Aeticle img {
  width: 100%;
  border: solid 1px #222;
  box-sizing: border-box;
}
.st-Ad_Aeticle-title {
  margin-top: 4px;
  font-size: 14px;
  color: #222;
  padding: 8px 4px;
  background: #fff;
  border: solid 1px #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.st-Ad_Special {
  position: relative;
  width: 100%;
  /*height: 420px;
  background: url(/img/img_sample_640-640.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;*/
}
.st-Ad_Special-parallax {
  position: relative;
  width: 100%;
}
.st-Ad_Special-parallax:before {
  content:'';
  display: block;
  padding-top: 175%;
}
.st-Ad_Special-parallaxImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/img_sample_640-1120.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.st-Ad_Special-mainImg {
  position: absolute;
  width: 100%;
  font-size: 0;
  bottom: 0;
  left: 0;
}
.st-Ad_Special-mainImg img {
  width: 100%;
}
/* st-Ad --------------------------------------------------------- */
body, html {
  margin: 0;
}
.am-Wrapper {
  padding-top: 48px;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1
}
.am-Wrapper > .bs-Wrapper_Inner > .sw-Article_SubContents {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.st-Ad_Slide {
  position: relative;
  max-width: 420px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
.st-Ad_Slide-img {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 75% 0 0;
  z-index: 0;
  background-image: url('/img/ad_bg-gochiusa.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.st-Ad_Slide-movie {
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
#video {
  max-width: 420px;
  width: 100%;
}
/* Footer --------------------------------------------------------- */
.st-Footer {
  width: 100%;
  height: 50px;
  background: #222;
  margin-top: -50px;
  position: relative;
}
.st-Footer_Inner {
  padding: 10px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  box-sizing: border-box;
}
.st-Footer_Inner:after {
  content:" ";
  display:block;
  clear:both;
}
.st-Footer_Copy {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 10px;
}
.st-Footer_Btn-pc {
  float: right;
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  border-radius: 6px
}
.st-Footer_Btn-pc a {
  display: block;
  color: #747474;
}


/* Header --------------------------------------------------------- */
.st-Header_Ad {
  display: block;
  background: #fff;
  width: 100%;
  text-align: center;
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.st-Header_Ad-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  color: #999;
  text-align: center;
  box-sizing: border-box;
  line-height: 21px;
  background: rgba(255,255,255,0.25);
}
.st-Header_Ad-close-wrapper {
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
}
.st-Header {
  width: 100%;
  height: auto;
}
.st-Header_Inner {
  position: relative;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-bottom: solid;
  background-color: #222;
}
.st-Header_Inner-contents {
  position: relative;
  max-width:768px;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin: 0 auto;
  line-height: 48px;
  box-sizing: border-box;
  border-bottom: solid;
}
.st-Header_Logo {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  line-height: 48px;
  margin-left: 35px
}
.st-Header_Logo a {
  display: inline-block;
  width: 158px;
  height: 22px;
  margin-top: 14px;
  background: url(/img/img_header-logo.png) no-repeat 0 -1px;
  background-size: 100%;
}
.st-Header_Menu {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.st-Header_Btn-mainmenu {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 48px;
  vertical-align: middle;
  box-sizing: border-box;
  background: url(/img/icon_humberger.png) no-repeat center center;
  background-size: 40px auto
}
.st-Header_Btn-mainmenu.active {
  background: url(/img/icon_humberger_active.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_Btn-mainmenu a {
  display: block;
  height: 100%;
}
.st-Header_MainMenu {
  max-width: 768px;
  margin: 0 auto;
  padding: 10px;
  background-color: #d7d7d7;
  box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.st-Header_MainMenu dl {
  background: #fff;
  padding: 0;
}
.st-Header_MainMenu dt {
  padding: 5px;
  font-size: 10px;
  color: #fff;
  background: #ffaf19;
  font-weight: normal;
}
.st-Header_MainMenu dd {
  padding: 10px 10px 10px 40px;
  font-size: 14px;
  border-bottom: solid 1px #999;
  margin-left: 0;
  line-height: 1.3em;
}
.st-Header_MainMenu dd a {
  display: block;
  color: #000;
}
.st-Header_MainMenu dd:last-child {
  border-bottom: none;
}
.st-Header_MainMenu dd.st-Header_MainMenu-request {
  padding-right: 30px;
}
.st-Header_MainMenu dd.st-Header_MainMenu-privacy {
  padding-right: 30px;
}
.st-Header_MainMenu-info {
  background: url(/img/icon_info.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-mypage {
  background: url(/img/icon_mypage.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-notice {
  background: url(/img/icon_notice.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-random {
  background: url(/img/icon_random.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-pushword {
  background: url(/img/icon_pushword.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-popular {
  background: url(/img/icon_humberger_hometa.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-guide {
  background: url(/img/icon_guide.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-help {
  background: url(/img/icon_help.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-rule {
  background: url(/img/icon_rule.png) no-repeat left 4px center;
  background-size: 30px auto;
}
.st-Header_MainMenu-request {
  background: url(/img/icon_request.png) no-repeat left 4px center, url(/img/icon_targetblank.png) no-repeat right 4px center;
  background-size: 30px auto,  20px auto;
}
.st-Header_MainMenu-privacy {
  background: url(/img/icon_privacy.png) no-repeat left 4px center, url(/img/icon_targetblank.png) no-repeat right 4px center;
  background-size: 30px auto,  20px auto;
}

.st-Header_Nav {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.st-Header_Btn-search {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 48px;
  vertical-align: middle;
  box-sizing: border-box;
  background: url(/img/icon_search.png) no-repeat center center;
  background-size: 40px auto
}
.st-Header_Btn-search.active {
  background: url(/img/icon_search_active.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_Btn-search:after {
  content:'';
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 1px;
  height: 25px;
  border-right: #636363 solid 1px;
  background-size: 100%;
}
.st-Header_Btn-search a {
  display: block;
  height: 100%;
}
.st-Header_SearchMenu {
  width: 100%;
  background: #222;
  box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.st-Header_SearchMenu-inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.st-Header_SearchInput {
  padding:0 10px 10px
}
.st-Header_SearchInput input[type="search"] {
  width: 100%;
  height: 32px;
  font-size: 15px;
  padding: 6px 8px 6px 28px;
  border: 0;
  border-radius: 6px;
  background:#fff url(/img/icon_search_input.png) no-repeat left 0 center;
  background-size: 28px auto;
}
.st-Header_SearchInput input[type="search"]::-webkit-search-cancel-button {
  opacity: 0.8;
}
.st-Header_PushWord {
  background: #eaeaea;
  padding: 10px;
}
.st-Header_PushWord-title {
  width: 100%;
  max-width: 768px;
  font-size: 10px;
  color: #535353;
  margin:0 auto 8px
}
.st-Header_PushWord-title:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/img/icon_pushword.png) no-repeat center center;
  background-size: 18px auto;
  vertical-align: middle;
}
.st-Header_PushWord-list {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  font-size: 0
}
.st-Header_PushWord-list li {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 12px;
  line-height: 1.0;
  color: #747474;
  border: 1px solid #999;
  border-radius: 4px;
  margin: 0 10px 6px 0;
  box-sizing: border-box;
}
.st-Header_PushWord-list li a {
  color: #747474;
  padding: 8px 10px;
  display: inline-block;
}
.st-Header_PushWord-list li:last-child {
  margin-right: 0;
}
.st-Header_PushWord-more {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: right;
  font-size: 10px
}
.st-Header_PushWord-more a {
  color: #1e7dc0;
}

.st-Header_Btn-globalmenu {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 48px;
  vertical-align: middle;
  box-sizing: border-box;
  background: url(/img/icon_menu.png) no-repeat center center;
  background-size: 40px auto
}

.st-Header_Btn-globalmenu.active {
  background: url(/img/icon_menu_active.png) no-repeat center center;
  background-size: 40px auto;
}

.st-Header_Btn-globalmenu a {
  display: block;
  height: 100%;
}
.st-Header_GlobalMenu {
  width: 100%;
  background: #d7d7d7;
  box-sizing: border-box;
  box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.st-Header_GlobalMenu-inner {
  width: 100%;
  max-width: 768px;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.st-Header_Signup {
  margin-bottom: 12px
}
.st-Header_Signup li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.st-Header_Signup li.st-Header_UserBox {
  font-size: 0;
  line-height: 1.4;
  height: auto;
}
.st-Header_Signup li.st-Header_UserBox a {
  color: #747474;
  text-shadow: none;
  text-decoration: underline;
}
.st-Header_Signup li a {
  color: #fff;
  text-shadow: rgba(0,0,0,0.6) 1px 1px 0;
  display: block;
}
.st-Header_Signup li:last-child {
  margin-bottom: 0px;
}

.st-Header_UserBox {
  background: #fff;
  padding: 10px;
  border-radius: 4px
}

.st-Header_UserBox:after {
  content:" ";
  display:block;
  clear:both;
}
.st-Header_UserBox-thumb {
  display: table-cell;
  vertical-align: middle
}
.st-Header_UserBox-thumb img {
  width: 24px;
  height: auto;
  margin-right: 4px;
}
.st-Header_UserBox-user {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #747474;
  text-align: left;
  font-size: 12px
}
.st-Header_UserBox-user a {
  margin-right: 2px;
}

.st-Header_UserBox-point {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 10px
}

.st-Header_UserBox-point p {
  width: 80px;
  color: #525252;
}

.st-Header_UserBox-point p:before {
  content: '>';
  display: inline-block;
  margin-right: 4px;
}

.st-Header_Btn-signin {
  background: #498dca;
  border-right: #36668e solid 1px;
  border-bottom: #36668e solid 1px;
}
.st-Header_Btn-signup {
  background: #e3a000;
  border-right: #ae8a10 solid 1px;
  border-bottom: #ae8a10 solid 1px;
}
.st-Header_ServiceList {
  margin-bottom: 8px
}
.st-Header_ServiceList dt {
  position: relative;
  padding:0 10px;
  height: 30px;
  line-height: 30px;
  background: #767676;
  font-weight: normal;
}
.st-Header_ServiceList dt p {
  color: #fff;
}
.st-Header_ServiceList dt a {
  position: absolute;
  top:0;
  right: 0;
  font-size: 12px;
  color: #fff;
  height: 30px;
}
.st-Header_ServiceList dt a:after {
  content: '>';
  display: inline-block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.st-Header_ServiceList dd {
  position: relative;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: #ccc solid 1px;
  background: #fff;
  margin-left: 0;
}
.st-Header_ServiceList dd:last-child {
  border-bottom: none;
}
.st-Header_ServiceList dd a {
  display: block;
  color: #333;
}
.st-Header_ServiceList dd a:before {
  content: '';
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  vertical-align: middle;
}
.st-Header_ServiceList dd a:after {
  content: '>';
  display: inline-block;
  position: absolute;
  top:0;
  right: 0;
  width: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #999;
}
.st-Header_ListItem-niconico a:before {
  background: url(/img/icon_niconico_sp.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_ListItem-video a:before {
  background: url(/img/icon_video.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_ListItem-live a:before {
  background: url(/img/icon_live.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_ListItem-news a:before {
  background: url(/img/icon_news.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_ListItem-channel a:before {
  background: url(/img/icon_channel.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_ListItem-blomaga a:before {
  background: url(/img/icon_blomaga.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_ListItem-atsumaru a:before {
  background: url(/img/icon_atsumaru.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_ListItem-mastodon a:before {
  background: url(/img/icon_mastodon.png) no-repeat center center;
  background-size: 40px auto;
}
.st-Header_ListItem-manga a:before {
  background: url(/img/manga.svg) no-repeat center center;
}
.st-Header_ListItem-niconicoq a:before {
  background: url(/img/niconicoq.svg) no-repeat center center;
  background-size: 20px auto;
}
.st-Header_Logout {
  text-align: right
}
.st-Header_Logout a {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
  color: #666;
}
.st-Header_Logout a:before {
  content: '';
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  vertical-align: middle;
  background: url(/img/icon_logout.png) no-repeat center center;
  background-size: 30px auto;
}

/* Original Popup CSS --------------------------------------------------------- */
.st-PopupInline {
  width: 100%;
  max-width: 320px;
  background: #fff;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
}
.st-PopupInline_TextArea {
  padding: 30px 20px;
}
.st-PopupInline_TextArea-text {
  text-align: center;
  font-size: 14px;
  color: #222;
}
.st-PopupInline_BtnArea {
  display: table;
  width: 100%;
  border-top: solid 1px #d6d6d6;
}
.st-PopupInline_Btn {
  display: table-cell;
  border-right: solid 1px #d6d6d6
}
.st-PopupInline_Btn:last-of-type {
  border-right: none;
}
.st-PopupInline_Btn a {
  width: 100%;
  display: block;
  padding: 20px;
  font-size: 14px;
  color: #1e7dc0;
  text-align: center;
  box-sizing: border-box;
}
.st-PopupInline_Btn-two {
  width: 50%;
}

.mfp-zoom-in.mfp-ready.mfp-bg.st-PopupTimer_Bg {
  opacity: 0;
}
#am-WatchList_Add {
  max-width: 280px;
  background: rgba(83,83,83,0.90)
}
#am-WatchList_Add .st-PopupInline_TextArea {
  padding: 25px 20px 30px;
}
#am-WatchList_Add .st-PopupInline_TextArea-text {
  color: #fff;
  padding-top: 35px;
  background: url(/img/icon_check-wh.png) no-repeat center top -5px;
  background-size: 40px auto;
}

#st-Hometa_Notyet {
  max-width: 150px;
  background: rgba(83,83,83,0.90)
}

#st-Hometa_Notyet .st-PopupInline_TextArea {
  padding: 20px;
}

#st-Hometa_Notyet .st-PopupInline_TextArea-text {
  color: #fff;
  padding-top: 90px;
  background: url(/img/icon_hometa-wh-big.png) no-repeat center top;
  background-size: 80px auto;
}

/* Magnific Popup CSS --------------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0,0,0,0.35);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,  .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,  .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,  .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Animetion Popup CSS --------------------------------------------------------- */
/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* WatchList --------------------------------------------------------- */
.wl-Column_Title {
  padding: 10px 90px 0 10px;
  font-size: 20px;
  color: #222;
}
.wl-Counter {
  width: 80px;
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  font-size: 0;
}
.wl-Counter_Num {
  font-size: 16px;
  color: #222;
}
.wl-Counter_Num-label {
  font-size: 10px;
  color: #999;
  margin-right: 4px;
}
.wl-Counter_Caption {
  font-size: 10px;
  color: #999;
}
.wl-Column_Status {
  display: table;
  margin-top: 8px;
}
.wl-Column_Status-update {
  display: table-cell;
  width: 100%;
}
.wl-Column_Status-delete {
  display: table-cell;
  vertical-align: bottom;
  font-size: 10px
}
.wl-Column_Status-delete a {
  display: block;
  width: 70px;
  color: #1e7dc0;
}

#wl-delete .st-PopupInline_TextArea-text {
  text-align: center;
}

#wl-delete .st-PopupInline_TextArea-text .wl-PopupInline_ArticleTitle {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* Top --------------------------------------------------------- */
.tp-Info {
  width: 100%;
  background: #FFFCD8;
}
.tp-Info_Inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  box-sizing: border-box
}
.tp-Info_Inner li {
  color: #F58200;
  border-bottom: 1px solid #F58200;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(/img/icon_info.png) no-repeat left 10px center;
  background-size: 30px auto;
  position: relative;
}
.tp-Info_Inner li:last-child {
  border-bottom: 1px solid #F58200;
  /*border-bottom: none;*/
}
.tp-Info_Inner li a {
  color: inherit;
  display: block;
  position: relative;
  padding: 10px 30px 10px 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tp-Info_Inner li:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url(/img/icon_arrow-right-wh.png) no-repeat right center;
  background-size: 20px;
}
.tp-PushWord .sw-Column_Title {
  padding-left: 35px;
  background: url(/img/icon_pushword.png) no-repeat left center;
  background-size: 40px auto;
}
.tp-PopularArticle .sw-Column_Title, .tp-PushWord .sw-Column_Title {
  padding-left: 35px;
  background: url(/img/icon_hometa-bold.png) no-repeat left center;
  background-size: 42px auto;
}
.tp-PopularArticle .sw-Column_List, .tp-PushWord .sw-Column_List {
  counter-reset: rank-label;
}
.tp-PopularArticle .sw-Column_List>li, .tp-PushWord .sw-Column_List>li {
  position: relative;
  counter-increment: rank-label 1;
  padding-left: 30px;
}
.tp-PopularArticle .sw-Column_List>li:before, .tp-PushWord .sw-Column_List>li:before {
  content: counter(rank-label);
  position: absolute;
  top:10px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background:#d6d6d6;
}
.tp-PopularArticle .sw-Column_List>li:nth-of-type(1):before, .tp-PushWord .sw-Column_List>li:nth-of-type(1):before {
  background:#f58200;
}
.tp-PopularArticle .sw-Column_List>li:nth-of-type(2):before, .tp-PushWord .sw-Column_List>li:nth-of-type(2):before {
  background:#ffaf19;
}
.tp-PopularArticle .sw-Column_List>li:nth-of-type(3):before, .tp-PushWord .sw-Column_List>li:nth-of-type(3):before {
  background:#ffcb2c;
}
.sw-Article_SubContents .tp-PushWord .sw-Column_List>li:nth-of-type(6):before {
  content: 'PR';
}
.tp-WeeklyRecommend .sw-Column_Title {
  padding-left: 35px;
  background: url(/img/icon_recommend.png) no-repeat left center;
  background-size: 40px auto;
}
.tp-WeeklyRecommend_Article {
  padding: 10px
}
.tp-WeeklyRecommend_Article a {
  display: block;
  color:#1e7dc0;
}
.tp-WeeklyRecommend_Article-title {
  font-size: 14px;
  color:#1e7dc0;
  margin-bottom:8px;
}
.tp-WeeklyRecommend_Article-text {
  font-size: 12px;
  color:#222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tp-WeeklyRecommend_Article-election {
  padding: 10px 0 10px 20px;
  font-size: 12px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(/img/icon_election.png) no-repeat left -7px center;
  background-size: 30px auto;
}

.tp-WeeklyIllust .sw-Column_Title {
  padding-left: 35px;
  background: url(/img/icon_illust.png) no-repeat left center;
  background-size: 40px auto;
}
.tp-WeeklyIllust_Article {
  padding: 10px;
  text-align: center;
}
.tp-WeeklyIllust_Article-title {
  font-size: 14px;
  margin-bottom:8px
}
.tp-WeeklyIllust_Article-title a {
  color:#1e7dc0;
}

.tp-WeeklyIllust_Img {
    display: inline-block;
    position: relative;
    font-size: 0;
    margin-bottom: 10px
}

.tp-WeeklyIllust_Img > img {
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: ridge 10px #ffde43;
}
.tp-WeeklyIllust_Hometa {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 4px 4px 20px;
    border-bottom-left-radius: 6px;
    color: #fff;
    font-size: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.35) url(/img/icon_hometa-wh.png) no-repeat left center;
    background-size: 24px auto;
}
.tp-WeeklyIllust_Label {
    font-size: 12px;
    color: #222;
    text-align: center;
}

.tp-WeeklyIllust_Box {
  text-align: center;
}
.tp-WeeklyIllust_Box-img {
  position: relative;
  font-size: 0;
  text-align: center;
  padding: 0 20px
}
.tp-WeeklyIllust_Box-img > a {
  display: inline-block;
}
.tp-WeeklyIllust_Box-frame {
  position: relative;
  border: 5px ridge #ffd619;
  display: inline-block;
  padding: 10px
}
.tp-WeeklyIllust_Box-frame > img {
  object-fit: contain;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #999;
}
.tp-WeeklyIllust_Box-hometa {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 4px 4px 4px 20px;
  border-bottom-left-radius: 6px;
  color: #fff;
  font-size: 10px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.35) url(/img/icon_hometa-wh.png) no-repeat left center;
  background-size: 24px auto;
}
.tp-WeeklyIllust_Box-info {
  vertical-align: top;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.tp-WeeklyIllust_Box-label {
  font-size: 12px;
  color: #222;
  padding: 0 20px;
}
.tp-WeeklyIllust_Box-election {
  padding-left: 20px;
  margin: 10px 0;
  font-size: 12px;
  color: #222;
  display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  background: url(/img/icon_election.png) no-repeat left -7px top -7px;
  background-size: 30px auto;
}

.tp-WeeklyPiko .sw-Column_Title {
  padding-left: 35px;
  background: url(/img/icon_piko.png) no-repeat left center;
  background-size: 40px auto;
}
.tp-WeeklyPiko_Article {
  padding: 10px;
  text-align: center;
}
.tp-WeeklyPiko_Article-title {
  font-size: 14px;
  margin-bottom:8px
}
.tp-WeeklyPiko_Article-title a {
  color:#1e7dc0;
}
.tp-WeeklyPiko_Box {
    display: inline-block;
    position: relative;
    font-size: 0;
    margin-bottom: 10px;
    border: ridge 10px #ffde43;
    padding: 15px 50px 15px 50px;
}
.tp-WeeklyPiko_Label {
    font-size: 12px;
    color: #222;
    text-align: center;
}

.tp-NewIllust_Article-list {
  padding: 10px
}
.tp-NewIllust_Article-list:after {
  content:'';
  display:block;
  clear:both;
}
.tp-NewIllust_Article-list>li {
  float: left;
  width: 31.33%;
  margin: 0 3% 0 0;
}
.tp-NewIllust_Article-list>li>a {
  display: block;
}
.tp-NewIllust_Article-list>li:last-child {
  margin-right: 0;
}
.tp-NewIllust_Box-img {
  position: relative;
  border: solid 1px #999
}
.tp-NewIllust_Box-img:before {
  content:"";
  display: block;
  padding-top:100%;
}
.tp-NewIllust_Box-img>img {
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tp-NewIllust_Hometa {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 4px 4px 20px;
  border-bottom-left-radius: 6px;
  color: #fff;
  font-size: 10px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.35) url(/img/icon_hometa-wh.png) no-repeat left center;
  background-size: 24px auto;
}
.tp-NewIllust_Box-label {
  font-size: 10px;
  color: #1e7dc0;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tp-NewPiko_Article-list {
  padding: 10px
}
.tp-NewPiko_Article-list:after {
  content:'';
  display:block;
  clear:both;
}
.tp-NewPiko_Article-list>li {
  float: left;
  width: 31.33%;
  margin: 0 3% 0 0;
}
.tp-NewPiko_Article-list>li>a {
  display: block;
}
.tp-NewPiko_Article-list>li:last-child {
  margin-right: 0;
}
.tp-NewPiko_Box-box {
  position: relative;
  padding: 10px 0px 10px 5px;
}
.tp-NewPiko_Box-box:before {
  content:"";
  display: block;
}
.tp-NewPiko_Box-box>img {
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tp-NewPiko_Hometa {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 4px 4px 20px;
  border-bottom-left-radius: 6px;
  color: #fff;
  font-size: 10px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.35) url(/img/icon_hometa-wh.png) no-repeat left center;
  background-size: 24px auto;
}
.tp-NewPiko_Box-label {
  font-size: 10px;
  color: #1e7dc0;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tp-NewUpdate .sw-Column_Title {
  padding-left: 35px;
  background: url(/img/icon_newupdate.png) no-repeat left center;
  background-size: 40px auto;
}
.tp-NewArticle .sw-Column_Title {
  padding-left: 35px;
  background: url(/img/icon_newarticle.png) no-repeat left center;
  background-size: 40px auto;
}
.tp-NewRes .sw-Column_Title {
  padding-left: 35px;
  background: url(/img/icon_res.png) no-repeat left center;
  background-size: 40px auto;
}
/* base.css --------------------------------------------------------- */
body , html {
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 14px;
  line-height: 1.3;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, ArialMT,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",sans-serif;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}
a {
  color: #1e7dc0;
}
blockquote{
  max-width:100%;
	border: 1px solid #FFD248;
	background-image: url(/img/quote.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-left: 30px;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.bs-Wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.bs-Cover {
  display: block;
  position: fixed;
  font-size: 12px;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 80;
}

.bs-Wrapper_Inner {
  position: relative;
  width: 100%;
  max-width: 768px;
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 105px;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #d6d6d6;
}
/* sw-Article --------------------------------------------------------- */
.sw-Article {
  position: relative;
  margin: 15px 0;
}
.sw-Article_Title {
  display: block;
  padding: 0 10px;
  margin: 15px 0;
  box-sizing: border-box;
}
.sw-Article_TitleBox {
  margin-top: 10px;
}
.sw-Article_TitleBox:after {
  display: block;
  content: "";
  clear: both;
}
.sw-Article_Title-label {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}
.sw-Article_Title-category {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding:3px 4px;
  background:#999;
  vertical-align: middle;
  margin: -4px 0 0 4px;
  border-radius: 4px;
}
.sw-Article_Title-sublabel {
  font-size: 16px;
  color: #222;
}
.sw-Article_Title-yomi {
  font-size: 10px;
  color: #999;
}
.sw-Article_Title-btnArticle {
  width: 120px;
  height: 30px;
  margin-top: 10px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  background: url(/img/icon_newarticle-gray.png) no-repeat left 5px center;
  background-size: 32px auto;
  border: solid 1px #999;
  border-radius: 6px
}
.sw-Article_Title-btnArticle a {
  display: block;
  color: #747474;
  padding-left: 20px;
}
.sw-Article_Title-btnThread {
  float: left;
  width: 150px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 6px
}
.sw-Article_Title-btnThread a {
  display: block;
  color: #747474;
}
.sw-Article_Title-sns {
  float: right;
  width: 140px;
  font-size: 0;
  text-align: center;
}
.sw-Article_Title-sns li {
  display: inline-block;
  margin-right: 4px;
}
.sw-Article_Title-sns li:last-child {
  margin-right: 0;
}
.sw-Article_Title-sns li a {
  display: block;
  background: #535353;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.sw-Article_Title-sns li img {
  width: 20px;
  vertical-align: middle;
}
.sw-Article_Title-btnThread a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 28px;
  background: url(/img/icon_res-gray.png) no-repeat left -6px center;
  background-size: 36px auto;
  margin-top: -2px;
}
.sw-Article_Title-count {
  font-size: 10px;
}
.sw-Article_Title-Revision {
  padding: 5px 10px 5px 10px;
  margin: 2px 10px 2px 10px;
  font-size: 12px;
  color: #F58200;
  border: solid 1px #F58200;
}
.sw-Article_Title_Reses {
  margin: 15px 40px 15px 0;
}
.sw-Article_Indicator {
  position: absolute;
  top: 0;
  right: 0;
}
.sw-Article_Indicator-comment {
  width: 40px;
  padding-top:20px;
  text-align: center;
  color: #999;
  font-size: 10px;
  box-sizing: border-box;
  background: url(/img/icon_comment-gray.png) no-repeat center top -10px;
  background-size: 40px auto;
}
.sw-Article_Indicator-hometa {
  width: 50px;
  padding-top: 20px;
  text-align: center;
  color: #999;
  font-size: 10px;
  box-sizing: border-box;
  background: url(/img/icon_hometa-gray.png) no-repeat right 1px top -10px;
  background-size: 40px auto;
}
.sw-Article_List {
  padding: 0 10px
}
.sw-Article_List > li {
  padding: 12px 0;
  border-bottom: solid 1px #d6d6d6;
}
.sw-Article_List > li:last-child {
  border-bottom: none;
}
.sw-Article_Menu {
  margin: 20px 0;
  background:#eaeaea;
}
.sw-Article_Menu-fixed {
  margin: 0;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 80;
}
.sw-Article_Menu-list {
  display: table;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5px 10px
}
.sw-Article_Menu-list > li {
  display: table-cell;
  width: 33.3%;
  font-size: 10px;
  color: #222;
  text-align: center;
}
.sw-Article_Menu-list li:before {
  content: '';
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 25px;
  margin-bottom: 2px;
}
.sw-Article_Menu-list li.sw-Article_Menu-homeru:before {
  display: none;
}
.sw-Article_Menu-homeru a {
  outline: none;
  border-style: none;
  display: block;
  color: #252525;
}
.sw-Article_Menu-homeru a:before {
  content: '';
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 25px;
  background: url(/img/icon_hometa.png) no-repeat center center;
  background-size: 40px auto;
  margin-bottom: 2px;
}
.sw-Article_Menu-homeru.active {
  color: #ffaf19
}
.sw-Article_Menu-homeru.active:before {
  background: url(/img/icon_hometa-or.png) no-repeat center center;
  background-size: 50px auto;
}
.sw-Article_Menu-share:before {
  background: url(/img/icon_news-dg.svg) no-repeat center center;
  background-size: 20px auto;
}
.sw-Article_Menu-share.active {
  color: #c5c5c5
}
.sw-Article_Menu-share.active:before {
  background: url(/img/icon_news-dg.svg) no-repeat center center;
  background-size: 20px auto;
}
.sw-Article_Menu-othre:before {
  background: url(/img/icon_other.png) no-repeat center center;
  background-size: 40px auto;
}
.sw-Article_Menu-othre.active {
  color: #c5c5c5
}
.sw-Article_Menu-othre.active:before {
  background: url(/img/icon_other-gray.png) no-repeat center center;
  background-size: 40px auto;
}

.sw-Article_Body {
  margin: 20px 0;
}
.sw-Article_Body-inner {
  padding: 0 10px;
  box-sizing: border-box
}
.sw-Article_Body-inner p {
  font-size: 14px;
  line-height: 1.8;
  /*color: #222;*/
  margin-bottom: 20px;
}
.sw-Article_Body-inner p a {
  color: #1e7dc0;
}
.sw-Article_Body-inner p:last-child {
  margin-bottom: 0;
}
.sw-Article_Body-inner h2 {
  border-left: solid 8px #ffaf19;
  padding-left: 10px;
  font-size: 20px;
  /*color: #222;*/
  font-weight: bold;
  margin:30px 0 10px;
}
.sw-Article_Body-inner h2:first-child {
  margin-top: 0;
}
.sw-Article_Body-inner h3 {
  position: relative;
  font-size: 18px;
  padding-left: 1em;
  margin:30px 0 10px;
}
.sw-Article_Body-inner h3:before {
  content: '■';
  position: absolute;
  top: 4px;
  left: 2px;
  color: #ffaf19;
  font-size: 12px;
}
.sw-Article_Body-inner h3:first-child {
  margin-top: 0;
}
.sw-Article_Body-inner h4 {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
  margin:30px 0 10px;
}
.sw-Article_Body-inner h4:before {
  content: '■';
  position: absolute;
  top: 4px;
  left: 2px;
  color: #999;
  font-size: 10px;
}
.sw-Article_Body-inner h4:first-child {
  margin-top: 0;
}
.sw-Article_Body-inner h5 {
  position: relative;
  font-size: 14px;
  margin:30px 0 10px;
}
.sw-Article_Body-inner h5:first-child {
  margin-top: 0;
}
.sw-Article_Body-inner ul {
  margin-bottom: 20px;
}
.sw-Article_Body-inner ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
}
.sw-Article_Body-inner ul > li:before {
  content: '●';
  display: block;
  position: absolute;
  left: 0;
  top:3px;
  font-size: 10px;
  color: #999;
}
.sw-Article_Body-inner ul > li > ul {
  margin-top: 10px;
}
.sw-Article_Body-inner ul > li > ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  background: url(/img/icon_arrow-right.png) left -5px top -2px no-repeat;
  background-size: 20px;
  list-style: none;
}
.sw-Article_Body-inner ul > li > ul > li:before {
  content: '';
  display: none;
}
.sw-Article_Body-inner ol > li {
  list-style: decimal outside;
}
.sw-Article_Body-inner th {
  background-color: #F1F1F1;
  padding: 2px;
  border: 1px solid #D1D1D1;
}
.sw-Article_Body-inner td {
  padding: 5px;
  border: 1px solid #D1D1D1;
}
.sw-Article_Body-inner sup {
  font-size: 0.7em;
  vertical-align: super;
}
.sw-Article_Body-inner sub {
  font-size: 0.7em;
  vertical-align: sub;
}

.sw-Article_Body-fixed {
  margin-top: 90px;
}
.sw-Article_Body-inyou {
  border: solid 1px #999;
  padding: 36px 15px 10px;
  background: url(/img/icon_double-quotation_gray.png) no-repeat left 12px top 8px;
  background-size: 22px auto;
  line-height: 1.8;
}
.sw-Article_SnsBox {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  overflow: auto;
}
.sw-Article_SnsBox-list {
  padding: 10px 20px;
  text-align: center
}
.sw-Article_SnsBox-list dt {
  font-size: 14px;
  color: #252525;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d6d6d6;
  font-weight: normal;
}
.sw-Article_SnsBox-list dd {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  line-height: 1.3em;
}
.sw-Article_SnsBox-list dd a {
  display: block;
}
.sw-Article_SnsBox-list dd img {
  width: 100%;
}
.sw-Article_SnsBox-list dd:last-child {
  margin-right: 0;
}
.sw-Article_NewsBox-list {
  padding: 10px 20px;
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
}
.sw-Article_NewsBox-list dt {
  padding-bottom: 8px;
  border-bottom: solid 1px #ddd;
}
.sw-Article_NewsBox-listLogo {
  height: 20px;
  margin-bottom: 4px;
}
.sw-Article_NewsBox-listTitle {
  font-size: 12px;
  color: #535353;
}
.sw-Article_NewsBox-list dd {
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
}
.sw-Article_NewsBox-list dd:last-child {
  border-bottom: none;
}
.sw-Article_NewsBox-list dd:after {
  content: "";
  display: block;
  clear: both;
}
.sw-Article_NewsBox-thumb {
  float: left;
  width: 20%;
  margin-right: 3%;
}
.sw-Article_NewsBox-thumb a {
  display: block;
}
.sw-Article_NewsBox-thumb img {
  width: 100%;
}
.sw-Article_NewsBox-text {
  float: left;
  width: 77%;
  text-align: left;
}
.sw-Article_NewsBox-textLabel {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.sw-Article_NewsBox-textLabel a {
  color: #1e7dc0;
}
.sw-Article_NewsBox-textDate {
  color: #999;
  font-size: 10px;
}
.sw-Article_NewsBox-nothing {
  margin: 50px 10px;
  padding-bottom: 120px;
  background: url(/img/img_none-article.png) no-repeat center bottom;
  background-size: 90px auto;
}
.sw-Article_NewsBox-nothingText {
  font-size: 14px;
  color: #222;
  margin-bottom: 20px;
}

.sw-Article_OthreBox {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  overflow-y: auto;
}
.sw-Article_OthreBox-info {
  background: #eaeaea;
  padding:20px 10px
}
.sw-Article_OthreBox-info dt {
  font-size: 12px;
  text-align: center;
  color: #999;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d6d6d6;
  font-weight: normal;
}
.sw-Article_OthreBox-info dd {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 8px;
  margin-left: 0;
}
.sw-Article_OthreBox-info dd:last-child {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sw-Article_OthreBox-navi li {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px #999 solid;
}
.sw-Article_OthreBox-navi li:last-child {
  border-bottom: none;
}
.sw-Article_OthreBox-navi li a {
  display: block;
  color: #222;
}
.sw-Article_Menu-cancell {
  border-top:solid 4px #999;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #1e7dc0;
}
.sw-Article_SubContents {
  margin-bottom: 20px;
}
.sw-Article_SubContents-title {
  padding: 8px 10px;
  background: #222;
  color: #fff;
  font-size: 14px;
  margin-top: 4px;
}
.sw-Article_SubContents-pushword {
  padding-left: 30px;
  background:#222 url(/img/icon_pushword-wh.png) no-repeat left center;
  background-size: 30px;
}
.sw-Article_SubContents-hometa {
  padding-left: 30px;
  background:#222 url(/img/icon_hometa-wh.png) no-repeat left center;
  background-size: 35px;
}
.sw-Article_SubContents-portal-link {
  padding: 8px;
}
.sw-Article_SubContents-portal-link ul li {
  display: inline;
  word-wrap: break-word;
  font-size: 12px;
}
.sw-Article_SubContents-portal-link ul li:not(:last-child)::after {
  padding: 0 3px;
  content: '/';
}
.sw-Article_RecommedMovie {
  padding: 10px;
  border-bottom: 1px #d6d6d6 solid;
}
.sw-Article_SubContents-subtitle {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-Article_RecommedMovie-lisit > li {
  padding: 10px 0;
  border-bottom: solid #d6d6d6 1px;
}
.sw-Article_RecommedMovie-lisit > li:first-child {
  padding-top: 0;
}
.sw-Article_RecommedMovie-lisit > li:last-child {
  border-bottom: none;
}
.sw-Article_RecommedMovie-lisit > li:after {
  content:" ";
  display:block;
  clear:both;
}
.sw-Article_RecommedMovie-thumb {
  float: left;
  width: 30%;
  margin-right: 3%
}
.sw-Article_RecommedMovie-thumb img {
  width: 100%;
}
.sw-Article_RecommedMovie-textbox {
  float: left;
  width: 67%;
}
.sw-Article_RecommedMovie-date {
  font-size: 10px;
  color: #999;
  margin-bottom:5px;
}
.sw-Article_RecommedMovie-label {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px
}
.sw-Article_RecommedMovie-label a {
  color: #1e7dc0;
}
.sw-Article_RecommedMovie-countSet:after {
  content:" ";
  display:block;
  clear:both;
}
.sw-Article_RecommedMovie-countSet > li {
  float: left;
  width: auto;
  max-width: 31%;
  color: #999;
  font-size: 10px;
  margin-right: 3.5%;
}
.sw-Article_RecommedMovie-countSet > li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.sw-Article_RecommedMovie-countSet > li:last-child {
  margin-right: 0;
}
.sw-Article_RecommedMovie-countPlay:before {
  background: url(/img/icon_countPlay.png) no-repeat center center;
  background-size: 20px;
}
.sw-Article_RecommedMovie-countComment:before {
  background: url(/img/icon_countComment.png) no-repeat center center;
  background-size: 20px;
}
.sw-Article_RecommedMovie-countFavorite:before {
  background: url(/img/icon_countFavorite.png) no-repeat center center;
  background-size: 20px;
}
.sw-Article_SubContents-moreLinks {
  text-align: right;
  font-size: 10px;
  margin-top: 10px
}
.sw-Article_SubContents-moreLinks a {
  color: #1e7dc0;
}
.sw-Article_SubContents-moreLinks a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(/img/icon_search-blu.png) no-repeat center center;
  background-size: 20px;
}
.sw-Article_RecommedIllust {
  padding: 10px;
  border-bottom: 1px #d6d6d6 solid;
}
.sw-Article_RecommedIllust-lisit {
  max-width: 480px;
  margin: 0 auto
}
.sw-Article_RecommedIllust-lisit:after {
  content:" ";
  display:block;
  clear:both;
}
.sw-Article_RecommedIllust-lisit li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.sw-Article_RecommedIllust-lisit li:last-child {
  margin-right: 0;
}
.sw-Article_RecommedIllust-thumb {
  position: relative;
  border: solid 1px #999
}
.sw-Article_RecommedIllust-thumb:before {
  content:"";
  display: block;
  padding-top:100%;
}
.sw-Article_RecommedIllust-thumb>img {
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sw-Article_RecommedIllust-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 5px
}
.sw-Article_RecommedIllust-label a {
  color: #1e7dc0;
}
.sw-Article_RecommedIllust-name {
  font-size: 10px;
  color: #999;
}
.sw-Article_RecommedNews {
  padding: 10px;
  border-bottom: 1px #d6d6d6 solid;
}
.sw-Article_RecommedNews-list > li {
  padding: 10px 0;
  border-bottom: solid #d6d6d6 1px;
}
.sw-Article_RecommedNews-list > li:first-child {
  padding-top: 0;
}
.sw-Article_RecommedNews-list > li:last-child {
  border-bottom: none;
}
.sw-Article_RecommedNews-list > li:after {
  content:" ";
  display:block;
  clear:both;
}
.sw-Article_RecommedNews-thumb {
  float: left;
  width: 20%;
  margin-right: 3%
}
.sw-Article_RecommedNews-thumb img {
  width: 100%;
}
.sw-Article_RecommedNews-textbox {
  float: left;
  width: 77%;
}
.sw-Article_RecommedNews-label {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px
}
.sw-Article_RecommedNews-label a {
  color: #1e7dc0;
}
.sw-Article_RecommedNews-countSet:after {
  content:" ";
  display:block;
  clear:both;
}
.sw-Article_RecommedNews-countSet > li {
  float: left;
  width: auto;
  max-width: 48.25%;
  color: #999;
  font-size: 10px;
  margin-right: 3.5%;
}
.sw-Article_RecommedNews-countSet > li:last-child {
  margin-right: 0;
}
.sw-Article_RecommedNews-countSet .sw-Article_RecommedNews-countComment {
  float: right;
}
.sw-Article_RecommedNews-date {
  font-size: 10px;
  color: #999;
  margin-bottom:5px;
}
.sw-Article_RecommedNews-countComment:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(/img/icon_countComment.png) no-repeat center center;
  background-size: 20px;
}
.sw-Article_SubContents-threadtitle {
  font-size: 18px;
  font-weight: bold;
  background: url(/img/icon_res-or.png) no-repeat left center;
  background-size: 40px;
  margin: 10px;
  padding: 10px 10px 10px 40px;
  border-bottom: 1px solid #d6d6d6;
}
.sw-Article_ListLinks {
  padding: 0 10px;
  margin: 10px 0
}
.sw-Article_ListLinks:after {
  content:" ";
  display:block;
  clear:both;
}
.sw-Article_ListLinks-date {
  float: left;
  color: #999;
  font-size: 10px;
}
.sw-Article_ListLinks-link {
  float: right;
  font-size: 12px
}
.sw-Article_ListLinks-link a {
  color:#1e7dc0;
}
/* sw-Btn --------------------------------------------------------- */
.sw-Arrow_Top {
  position: fixed;
  bottom: 55px;
  right: 5px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  text-align: center;
  line-height: 64px;
  font-size: 10px;
  color: #747474;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  background: #fff url(/img/icon_arrow-top.png) no-repeat center top;
  background-size: 36px auto;
  z-index: 10
}
.sw-Arrow_Top a {
  display: block;
  color: #747474;
  height: 44px;
}

.sw-Link_Prev {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  margin: 20px 0 70px 0;
  background: url(/img/icon_arrow-left.png) no-repeat left 10px center;
  background-size: 30px auto
}

.sw-Link_Prev > a {
  display: block;
  font-size: 14px;
  color: #222;
  padding: 15px 0;
  position: relative;
}
.sw-Link_Next {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  margin: 20px 0;
  background: url(/img/icon_arrow-right.png) no-repeat right 10px center;
  background-size: 30px auto
}
.sw-Link_Next > a {
  display: block;
  font-size: 14px;
  color: #222;
  padding: 15px 0;
  position: relative;
}
.sw-Link_Next_bbs {
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e2e2));
	background: linear-gradient(#fff, #e2e2e2);
	border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	margin:0px;
	cursor:pointer;
  clear: both;
}
.sw-Link_Next_bbs > a {
	font-size:14px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	color: #1e7dc0;
	height: 40px;
	margin: 0;
	display:block;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
  background: url(/img/arrow.png) no-repeat right;
}
/* sw-Column --------------------------------------------------------- */
.sw-Column {
  position: relative;
  padding: 15px 0;
}
.sw-Column_Title {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 4px #ffaf19;
  font-size: 20px;
  color: #222;
}
.sw-Column_List {
  padding: 0 10px
}
.sw-Column_List > li {
  padding: 12px 0;
  border-bottom: solid 1px #d6d6d6;
}
.sw-Column_List > li:last-child {
  border-bottom: none;
}
.sw-Column_List-rank {
  counter-reset: rank-label
}
.sw-Column_List-rank>li {
  position: relative;
  counter-increment: rank-label 1;
  padding-left: 30px;
}
.sw-Column_List-rank>li:before {
  content: counter(rank-label);
  position: absolute;
  top:10px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background:#d6d6d6;
}
.sw-Column_List-rank>li:nth-of-type(1):before {
  background:#f58200;
}
.sw-Column_List-rank>li:nth-of-type(2):before {
  background:#ffaf19;
}
.sw-Column_List-rank>li:nth-of-type(3):before {
  background:#ffcb2c;
}

.sw-Column_List-date {
  font-size: 10px;
  color: #999;
  margin: 4px 0;
}
.sw-Column_List-title {
  width: 100%;
  font-size: 14px;
  color: #222
}
.sw-Column_List-title > a {
  color: #027ac5;
}
.sw-Column_Label {
  display: table-cell;
  width: 100%;
  color: #1e7dc0;
  font-size: 14px
}
.sw-Column_Label > a {
  display: block;
  color: #1e7dc0;
}
.sw-Colum_List-indicator {
  display: table-cell;
  vertical-align: top;
  font-size: 0
}
.sw-Colum_List-indicator > ul {
  width: 55px;
  text-align: right;
  font-size: 0;
  line-height: 1;
}
.sw-Colum_List-indicator-single {
  display: table-cell;
  vertical-align: top;
  font-size: 0
}
.sw-Colum_List-indicator-single > ul {
  width: 40px;
  text-align: right;
  font-size: 0;
  line-height: 1;
}
.sw-Colum_List-hometa {
  color: #999;
  font-size: 10px;
  box-sizing: border-box
}
.sw-Colum_List-hometa:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  background: url(/img/icon_hometa-gray.png) no-repeat center center;
  background-size: 24px auto;
}
.sw-Colum_List-coment {
  color: #999;
  font-size: 10px;
  box-sizing: border-box
}
.sw-Colum_List-coment:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  background: url(/img/icon_comment-gray.png) no-repeat center center;
  background-size: 24px auto;
}
.sw-Colum_List-category {
  display: inline-block;
  white-space: nowrap;
}
.sw-Column_Nothing {
  margin: 20px 10px;
  padding-bottom: 120px;
  background: url(/img/img_none-article.png) no-repeat center bottom;
  background-size: 90px auto;
}
.sw-Column_Nothing-text {
  font-size: 14px;
  color: #222;
  margin-bottom: 20px;
}
.sw-Column_Nothing-hint {
  font-size: 12px;
  color: #747474;
}

.sw-Colum_More {
  padding: 0 10px;
  margin: 10px 0;
  box-sizing: border-box
}

.sw-Colum_More:after {
  content: "";
  display: block;
  clear: both;
}
.sw-Colum_More-date {
  float: left;
  font-size: 10px;
  color: #999;
}
.sw-Colum_More-link {
  float: right;
  font-size: 12px
}
.sw-Colum_More-link a {
  color: #1e7dc0;
}
.sw-Colum_More-list {
  text-align: center;
}
.sw-Colum_More-listtext {
  color: #1e7dc0;
  font-size: 12px;
}
.sw-Colum_More-listmark {
  color: #1e7dc0;
  display:block;
  width: 1em;
  word-break: break-word;
  line-height: 0.4;
  margin: 0 auto;
}
.sw-Column_Update {
  margin-top: 8px;
}
.sw-Column_Update-date {
  font-size: 10px;
  color: #999;
}
.sw-Column_Update-comment {
  font-size: 12px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sw-Colum_Resboard {
  margin-top: 8px;
}
.sw-Colum_Resboard-comment {
  font-size: 12px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 10px;
  border-left: solid 6px #d6d6d6;
  box-sizing: border-box;
}
.sw-Paging {
  padding: 10px 15px;
  background: #eaeaea;
  box-sizing: border-box;
  margin:20px 0
}
.sw-Paging:last-of-type {
  margin:20px 0;
}
.sw-Paging:after {
  content: "";
  display:block;
  clear:both;
}
.sw-Paging_Num {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #222;
  text-align: center;
}
.sw-Paging_Prev {
  float: left;
  width: 80px;
  font-size: 0;
  color: #999;
}
.sw-Paging_Prev-firstbtn {
  display: inline-block;
  font-size: 12px;
  letter-spacing: -0.4em;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-right: solid 1px #cfcfcf;
  box-sizing: border-box
}
.sw-Paging_Prev-firstbtn a {
  display: block;
  color: #222;
  font-weight: bold;
}
.sw-Paging_Prev-prevbtn {
  display: inline-block;
  font-size: 12px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-right: solid 1px #cfcfcf;
  box-sizing: border-box
}
.sw-Paging_Prev-prevbtn a {
  display: block;
  color: #222;
  font-weight: bold;
}
.sw-Paging_Next {
  float: right;
  width: 80px;
  font-size: 0;
  color: #999;
}
.sw-Paging_Next-nextbtn {
  display: inline-block;
  font-size: 12px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-left: solid 1px #cfcfcf;
  box-sizing: border-box
}
.sw-Paging_Next-nextbtn a {
  display: block;
  color: #222;
  font-weight: bold;
}
.sw-Paging_Next-lastbtn {
  display: inline-block;
  font-size: 12px;
  letter-spacing: -0.4em;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-left: solid 1px #cfcfcf;
  box-sizing: border-box
}
.sw-Paging_Next-lastbtn a {
  display: block;
  color: #222;
  font-weight: bold;
}
.sw-TabMenu {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 4px #ffaf19
}
.sw-TabMenu:after {
  content: "";
  display: block;
  clear: both;
}
.sw-TabMenu > li {
  float: left;
  background: #eaeaea;
  border: solid 1px #d6d6d6;
  border-bottom: solid 1px #999;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  display: block;
  color: #999;
}
.sw-TabMenu > li.active {
  background: #fff;
  border: solid 1px #999;
  border-bottom:solid 1px #fff;
  color: #222;
}
.sw-TabMenu > li > a {
  float: left;
  background: #eaeaea;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  display: block;
  color: #999;
}
.sw-TabMenu > li.active > a {
  background: #fff;
  border: solid 1px #999;
  border-bottom:solid 1px #fff;
  color: #222;
}
.sw-TabMenu_Three li {
  width: 33.3%;
}
.sw-TabMenu_Two li {
  width: 50%;
}
.sw-TabBoxes_Item {
  display: none
}
.sw-TabBoxes_Item:first-of-type {
  display: block;
}

.sw-Illust_List {
  padding: 0 20px
}

.sw-Illust_List:after {
  content:" ";
  display:block;
  clear:both;
}

.sw-Illust_List>li {
  float: left;
  width: 28%;
  margin: 0 8% 30px 0;
}

.sw-Illust_List>li:nth-child(3n) {
  margin-right: 0;
}
.sw-Illust_List-title {
  font-size: 12px;
  color: #1e7dc0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 4px;
}
.sw-Illust_List-date {
  font-size: 10px;
  color: #999;
  margin: 4px 0;
}
.sw-Illust_List-img {
  position: relative;
  border: solid 1px #999
}
.sw-Illust_List-img:before {
  content:"";
  display: block;
  padding-top:100%;
}
.sw-Illust_List-img>img {
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sw-Illust_List-hometa {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 4px 20px;
    border-bottom-left-radius: 6px;
    color: #fff;
    font-size: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.35) url(/img/icon_hometa-wh.png) no-repeat left 2px center;
    background-size: 24px auto;
}
.sw-Illust_List-label {
  font-size: 10px;
  color: #747474;
  margin: 5px 0;
}
.sw-Illust_Btn-homeru {
  width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  background: url(/img/icon_hometa.png) no-repeat left 6px center;
  background-size: 28px auto;
  border: solid 1px #999;
  border-radius: 6px
}
.sw-Illust_Btn-homeru a {
  display: block;
  color: #222;
  padding-left: 20px;
  border-style: none;
  outline: none;
}

@media screen and (max-width: 420px){
  .sw-Illust_List>li {
    float: left;
    width: 47%;
    margin: 0 6% 30px 0;
  }
  .sw-Illust_List>li:nth-child(3n) {
    margin-right: 6%;
  }
  .sw-Illust_List>li:nth-child(2n) {
    margin-right: 0;
  }
}

.sw-Piko_List {
  padding: 0 20px
}
.sw-Piko_List:after {
  content:" ";
  display:block;
  clear:both;
}
.sw-Piko_List>li {
  float: left;
  width: 28%;
  margin: 0 8% 30px 0;
}
.sw-Piko_List>li:nth-child(3n) {
  margin-right: 0;
}
.sw-Piko_List-date {
  font-size: 10px;
  color: #999;
  margin: 4px 0;
}
.sw-Piko_List-box {
  position: relative;
  border: solid 1px #999;
  padding: 12px 0px 12px 12px;
  margin-bottom: 5px;
}
.sw-Piko_List-box:before {
  content:"";
  display: block;
}
.sw-Piko_List-title {
  font-size: 12px;
  color: #1e7dc0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 4px;
}
.sw-Piko_List-hometa {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 4px 20px;
    border-bottom-left-radius: 6px;
    color: #fff;
    font-size: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.35) url(/img/icon_hometa-wh.png) no-repeat left 2px center;
    background-size: 24px auto;
}
.sw-Piko_Btn-homeru {
  width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  background: url(/img/icon_hometa.png) no-repeat left 6px center;
  background-size: 28px auto;
  border: solid 1px #999;
  border-radius: 6px
}
.sw-Piko_Btn-homeru a {
  display: block;
  color: #222;
  padding-left: 20px;
  border-style: none;
  outline: none;
}
@media screen and (max-width: 420px){
  .sw-Piko_List>li {
    float: left;
    width: 47%;
    margin: 0 6% 30px 0;
  }
  .sw-Piko_List>li:nth-child(3n) {
    margin-right: 6%;
  }
  .sw-Piko_List>li:nth-child(2n) {
    margin-right: 0;
  }
}

ol {
  padding-left: 32px;
  list-style: decimal outside;
  line-height: 1.8;
}
.dot{
	image-rendering: pixelated;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.nicovideo {
  height: 220px;
  width: 340px;
}
.tweetblock{
  border-color:#1b95e0 !important;
  background-position:5px;
  background-size:20px;
  background-image:url(/img/twitter_logo.png) !important;
  margin-left:0px !important;
  border-radius:5px;
  max-width:468px;
  word-wrap: break-word !important;
}

/* st-Topnews --------------------------------------------------------- */
.st-Topnews {
  padding: 0 10px;
  margin: 15px 0;
}
.st-Topnews_List {
  background: #ffffff;
  border: solid 3px #979797;
  border-radius: 4px;
}
.st-Topnews_List-title {
  position: relative;
  padding: 8px 120px 8px 8px;
  margin-bottom: 10px;
  font-size: 0.625rem;
  color: #535353;
  border-bottom: solid 1px #979797;
}
.st-Topnews_List-title:after {
  content: "by";
  display: block;
  width: 105px;
  height: 13px;
  line-height: 13px;
  background: url(/img/news-logo.png) right center  no-repeat / 87px 13px;
  position: absolute;
  top: 6px;
  right: 8px;
}
.st-Topnews_List-item {
  padding: 0 8px 10px;
  font-size: 0.75rem;
  margin: 0;
}
.st-Topnews_List-item a {
  position: relative;
  display: block;
  padding-right: 20px;
  color: #1e7dc0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.st-Topnews_List-item a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  right: 0;
  background: url(/img/outlink.svg) right center  no-repeat / cover;
}
