@charset "UTF-8";

#header {
	z-index: 101; /* on sidetab */
}

.searchblock-container {
  padding: 30px 0 30px 0;
  margin: 0 0 0 0;
	background: #fff;
	border-top:1px solid #eee;
	border-bottom: 1px solid #eee;
}
.searchblock-container2 {
  padding: 30px 0 30px 0;
  margin: 0 0 0 0;
	background: #fff;
	border-top:1px solid #eee;
}

.searchblock__body {
  width: 690px;
  margin: 0 auto;
}

.searchblock__body:before,
.searchblock__body:after {
  content: " ";
  display: table;
  clear: both;
  height: 0;
}

.searchblock__ttl {
  width: 130px;

  line-height: 40px;  float: left;
/*   color: #FFF; */
  color: #aaa;
  font-size: 114.28571%;
}

.searchSoft,
.searchSoft2 {
  float: left;
  height: 40px;
  background: #eee;
  border-radius: 20px;
  padding: 0 0 0 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}
.searchSoft,
.searchSoft2 {
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.searchSoft.form_focus,
.searchSoft2.form_focus{
  background-color: #ebf6fa;
}

.form_text {
  width: 560px;
	padding: 8px 0;
  height: 34px;
  margin: 0 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 85.71429%;
  vertical-align: top;
}

.form_btn {
  padding: 0 22px 0 43px;
  height: 34px;
  margin: 3px 3px 3px 0px;
  border-radius: 17px;
  background: #434a54 url(../../../css/img/icon_search_01.png) 15px center no-repeat;
}
.form_btn:hover {
  opacity: 0.75;
}
.form_text:focus {
  background: transparent;
}


/* ==========================================================================
  SOFTWARE TAB NAV
========================================================================== */
/* TEXT LINK
-------------------------------------------------------------------------- */
#page-container .link-text-container {
  width: 960px;
  margin: 0 auto 9px auto;
  padding-top: 12px;
  font-family: sans-serif;
  overflow: hidden;
}
#page-container .link-text__body {
  float: right;
  line-height: 15px;
  height: 16px;
}
#page-container .link-text__dlsoft {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0 0 0 11px;
}
#page-container .link-text__eshop {
  display: inline-block;
  border-left: #d6d6d6 1px solid;
  margin: 0 6px 0 0;
  padding: 0 0 0 11px;
}
#page-container .link-text__dlsoft a:before,
#page-container .link-text__eshop a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 0 0;
  background: transparent url(../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}
#page-container .link-text__dlsoft a span,
#page-container .link-text__eshop a span {
  display: inline-block;
  height: 15px;
  border-bottom: 1px solid transparent;
  vertical-align: top;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  line-height: 15px;
  font-size: 10px;
  vertical-align: top;
  border-bottom: 1px solid #FFF;
}
#page-container .link-text__dlsoft a:hover span,
#page-container .link-text__eshop a:hover span {
  border-bottom: 1px solid #0096c8;
  background-position: 0 100%;
}
#page-container .link-text__dlsoft a span {
  width: 185px;
  background: url(img/tab_textlink-dlsoft.png) 0 0 no-repeat;
}
#page-container .link-text__eshop a span {
  width: 151px;
  background: url(img/tab_textlink-eshop.png) 0 0 no-repeat;
}

#page-container .link-text__dlsoft a.is_current span,
#page-container .link-text__eshop a.is_current span {
  background-position: 0 100%;
}

/* TAB
-------------------------------------------------------------------------- */
#page-container .tab-container {
  width: 100%;
  border-bottom: #d6d6d6 1px solid;
}
#page-container .tab__body {
  display: table;
  table-layout: fixed;
  width: 960px;
  margin: 0 auto -1px auto;
}
#page-container .tab__item,
#page-container .tab__item--active {
  display: table-cell;
  vertical-align: top;
}
#page-container .tab__item a,
#page-container .tab__item--active a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6F6;
  border-top: #d6d6d6 1px solid;
  border-right: #d6d6d6 1px solid;
  position: relative;
}
#page-container .tab__item a:before,
#page-container .tab__item--active a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #FFF;
}
#page-container .tab__item .item__text,
#page-container .tab__item--active .item__text {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  line-height: 14px;
  height: 14px;
  font-size: 0.001%;
  position: absolute;
  top: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#page-container .tab__item .item__icon,
#page-container .tab__item--active .item__icon {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  height: 26px;
  font-size: 0.001%;
  position: absolute;
  top: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#page-container .tab__item {
  margin-bottom: -1px;
}
#page-container .tab__item a {
  border-bottom: #d6d6d6 1px solid;
}
#page-container .tab__item a:before {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .tab__item a:hover:before {
  height: 63px;
}
#page-container .tab__item a:hover .item__text {
  background-position: 0 100%;
}
#page-container .tab__software-top a {
  border-left: #d6d6d6 1px solid;
  border-top-left-radius: 12px;
}
#page-container .tab__software-top .item__text {
  width: 61px;
  left: 104px;
  background: url(img/tab_software-top.png);
}
#page-container .tab__software-top .item__icon {
  width: 23px;
  left: 70px;
  background: url(img/tab_software-top_icon.png);
}
#page-container .tab__ranking .item__text {
  width: 61px;
  left: 107px;
  background: url(img/tab_ranking.png);
}
#page-container .tab__ranking .item__icon {
  width: 25px;
  left: 70px;
  background: url(img/tab_ranking_icon.png);
}
#page-container .tab__wiiusoft .item__text {
  width: 72px;
  left: 108px;
  background: url(img/tab_privatesoft.png);
}
#page-container .tab__wiiusoft .item__icon {
  width: 34px;
  left: 63px;
  top: 19px;
  background: url(img/tab_privatesoft_icon.png);
}
#page-container .tab__vc a {
  border-top-right-radius: 12px;
}
#page-container .tab__vc .item__text {
  width: 121px;
  left: 81px;
  background: url(img/tab_vc.png);
}
#page-container .tab__vc .item__icon {
  width: 36px;
  left: 33px;
  background: url(img/tab_vc_icon.png);
}
#page-container .tab__item--active a {
  background: #FFF;
  border-bottom: #FFF 1px solid;
  border-top: 0;
}
#page-container .tab__item--active a:before {
  top: 0;
  bottom: auto;
  height: 4px;
  background: #0096c8;
}
#page-container .tab__item--active .item__text {
  background-position: 0 100%;
}

/* PANEL BLOCK
-------------------------------------------------------------------------- */
#page-container .softwarepkg__block {
  width: 952px;
  margin: 0 auto;
}
#page-container .softwarepkg__body {
  margin-left: -13px;
  width: 978px;
  overflow: hidden;
}

/* VC BLOCK
-------------------------------------------------------------------------- */
#page-container .softwarevc__block {
  width: 958px;
  margin: 0 auto;
}
#page-container .softwarevc__body {
  margin-left: -13px;
  width: 984px;
  overflow: hidden;
}

/* PANEL PACKAGE SOFT
-------------------------------------------------------------------------- */
.softwarepkg__item {
  width: 300px;
  margin: 0 13px 26px 13px;
  float: left;
}
.softwarepkg__item .item__body {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.softwarepkg__item .imgblock {
  position: relative;
  width: 100%;
}
.softwarepkg__item .imgblock img {
  vertical-align: bottom;
}
.softwarepkg__item .ss {
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  height: 173px;
}
.softwarepkg__item .ss img {
  width: 100%;
  height: auto;
}
.softwarepkg__item .pkg {
  position: absolute;
  bottom: -12px;
  right: 20px;
}
.softwarepkg__item .pkg img {
  vertical-align: bottom;
  height: 100px;
  width: auto;
}
.softwarepkg__item .infoblock {
  border-radius: 0 0 16px 16px;
  background: #0096c8;
  padding: 16px 20px 14px 20px;
}
.softwarepkg__item .infoheader {
  margin-bottom: 4px;
  min-height: 3em;
}
.softwarepkg__item .ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.35;
}
.softwarepkg__item .ttl .title {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.35;
}
.softwarepkg__item .info {
  font-size: 85.71429%;
  line-height: 1.4;
  margin-bottom: 4px;
}
.softwarepkg__item .info .date {
  padding-right: 10px;
}
.softwarepkg__item .mod-dlicon .imgblock:after {
  content: "";
  display: block;
  width: 115px;
  height: 23px;
  background: url(img/icon_dl.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 16px 0 0;
  z-index: 4;
}
.softwarepkg__item .mod-noss .imgblock {
  position: static;
  height: 172px;
  display: table-cell;
  vertical-align: middle;
  border: #d6d6d6 1px solid;
  border-bottom: 0;
  width: 298px;
  text-align: center;
  border-radius: 16px 16px 0 0;
}
.softwarepkg__item .mod-noss .ss {
  display: none;
}
.softwarepkg__item .mod-noss .pkg {
  position: static;
  right: auto;
  bottom: auto;
  display: inline;
}
.softwarepkg__item .mod-noss .pkg img {
  height: 120px;
}

/* PANEL dl soft
-------------------------------------------------------------------------- */
.softwaredl__item {
  width: 300px;
  margin: 0 13px 26px 13px;
  float: left;
}
.softwaredl__item .item__body {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.softwaredl__item .imgblock {
  position: relative;
  width: 100%;
}
.softwaredl__item .imgblock img {
  vertical-align: bottom;
}
.softwaredl__item .ss {
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  height: 173px;
}
.softwaredl__item .ss img {
  width: 100%;
  height: auto;
}
.softwaredl__item .infoblock {
  border-radius: 0 0 16px 16px;
  background: #0096c8;
  padding: 16px 20px 14px 20px;
}
.softwaredl__item .infoheader {
  margin-bottom: 4px;
  min-height: 3em;
}
.softwaredl__item .ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.35;
}
.softwaredl__item .ttl .title {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.35;
}
.softwaredl__item .info {
  font-size: 85.71429%;
  line-height: 1.4;
  margin-bottom: 4px;
}
.softwaredl__item .date {
  padding-right: 10px;
}
.softwaredl__item .imgblock:after {
  content: "";
  display: block;
  width: 115px;
  height: 23px;
  background: url(img/icon_dl.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 15px 0 0;
  z-index: 4;
}
.softwaredl__item .mod-noss{
  position: relative;
}
.softwaredl__item .mod-noss .imgblock {
  position: static;
  height: 172px;
  display: table-cell;
  vertical-align: middle;
  border: #d6d6d6 1px solid;
  border-bottom: 0;
  width: 298px;
  text-align: center;
  border-radius: 16px 16px 0 0;
}
.softwaredl__item .mod-noss .ss {
  position: static;
  right: auto;
  bottom: auto;
  display: inline;
}
.softwaredl__item .mod-noss .ss img {
  height: auto;
  width: auto;
}
.softwaredl__item .mod-noss .pkg{
  display: none;
}

/* PANEL VC soft
-------------------------------------------------------------------------- */
.softwarevc__item {
  width: 220px;
  margin: 0 13px 26px 13px;
  float: left;
}
.softwarevc__item .item__body {
  display: block;
  color: #3b3b3b;
  text-decoration: none;
}
.softwarevc__item .imgblock {
  position: relative;
  width: 100%;
  height: 158px;
}
.softwarevc__item .imgblock img {
  vertical-align: bottom;
}
.softwarevc__item .img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  height: 158px;
}
.softwarevc__item .mod-noss .imgblock {
  position: static;
  display: table-cell;
  vertical-align: middle;
  border: #e6e6e6 4px solid;
  border-bottom: 0;
  width: 212px;
  height: 154px;
  text-align: center;
  border-radius: 16px 16px 0 0;
}
.softwarevc__item .mod-noss .img {
  position: static;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
}
.softwarevc__item .mod-noss .img img {
  width: auto;
  height: auto;
  margin: 0;
}
.softwarevc__item .infoblock {
  background: #e6e6e6;
  padding: 16px 16px 14px 16px;
}
.softwarevc__item .infoheader {
  margin-bottom: 4px;
  min-height: 3em;
}
.softwarevc__item .ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.35;
}
.softwarevc__item .ttl .title {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.35;
}
.softwarevc__item .info {
  font-size: 85.71429%;
  line-height: 1.4;
  margin-bottom: 4px;
}
.softwarevc__item .iconblock {
  border-radius: 0 0 16px 16px;
  background: #e6e6e6;
  padding: 0 4px 4px 4px;
}
.softwarevc__item .iconbody {
  border-radius: 0 0 13px 13px;
  height: 30px;
  background: #FFF;
  width: 100%;
  text-align: center;
}
.softwarevc__item .iconfamicom,
.softwarevc__item .iconadvance,
.softwarevc__item .iconsuperfamicom,
.softwarevc__item .iconpcengine,
.softwarevc__item .iconmsx,
.softwarevc__item .iconds,
.softwarevc__item .icon64 {
  width: 100%;
  height: 30px;
}
.softwarevc__item .iconfamicom {
  background: url(img/vc_logo_famicom.png) 50% 0 no-repeat;
}
.softwarevc__item .iconadvance {
  background: url(img/vc_logo_gameboyadvance.png) 50% 0 no-repeat;
}
.softwarevc__item .iconsuperfamicom {
  background: url(img/vc_logo_superfamicom.png) 50% 0 no-repeat;
}
.softwarevc__item .iconpcengine {
  background: url(img/vc_logo_pcengine.png) 50% 0 no-repeat;
}
.softwarevc__item .iconmsx {
  background: url(img/vc_logo_msx.png) 50% 0 no-repeat;
}
.softwarevc__item .iconds {
  background: url(img/vc_logo_ds.png) 50% 0 no-repeat;
}
.softwarevc__item .icon64 {
  background: url(img/vc_logo_64.png) 50% 0 no-repeat;
}


/* SIDE TAB
-------------------------------------------------------------------------- */

#sidetab-container.is-topFix{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:100;
  top: 0;
  left: -100%;
}

#sidetab-container{
  width: 100%;
  height: 500px;
  position: absolute;
  z-index:100;
  top: 190px;
  left: -100%;
}

#sidetab-container .sidetab-container {
  width: 100%;
  margin: 0 0 0 0;
  position: absolute;
  top: 50%;
  margin-top: -232px;
}
#sidetab-container .sidetab-container:before,
#sidetab-container .sidetab-container:after {
  content: " ";
  display: table;
}
#sidetab-container .sidetab-container:after,
#sidetab-container .sidetab-container:after {
  clear: both;
}

#sidetab-container .sidetab__btn {
  width: 40px;
  height: 191px;
  border-radius: 0 16px 16px 0;
  float: right;
  margin-top: 38px;
  position: absolute;
  right: -40px;
  z-index: 9999;
}

#sidetab-container #tabD .sidetab__btn{
   margin-top: 229px;
}

#sidetab-container #tabU .sidetab__btn,
#sidetab-container #tabU .sidetab__block{
  background: #0096c8;
}
#sidetab-container #tabD .sidetab__btn,
#sidetab-container #tabD .sidetab__block{
  background: #9abb01;
}
#sidetab-container .sidetab__btn a {
  width: 40px;
  height: 191px;
  overflow: hidden;
  display: block;
}
#sidetab-container #tabU .sidetab__btn a {
  background: url(img/sidetab_hard.png) 0 0 no-repeat;
}
#sidetab-container #tabD .sidetab__btn a {
   background: url(img/sidetab_campaign.png) 0 0 no-repeat;
}
#sidetab-container #tabU .sidetab__btn.open a,
#sidetab-container #tabD .sidetab__btn.open a {
  background-position: 100% 0;
}
#sidetab-container .sidetab__btn a:hover {
  opacity: 0.85;
}

#sidetab-container .sidetab__block {
  border-radius: 0 16px 16px 0;
  position: relative;
}
#sidetab-container #tabU .sidetab__block {
  height: 463px;
}

#sidetab-container #tabU .sidetab__block:before{
	content: "";
	width: 960px;
	height: 463px;
	display: block;
	background: #0096c8;
	position: absolute;
	left: -960px;
}

#sidetab-container #tabD .sidetab__block {
  height: 500px;
}
#sidetab-container #tabD .sidetab__block:before{
	content: "";
	width: 960px;
	height: 500px;
	display: block;
	background: #9abb01;
	position: absolute;
	left: -960px;
}
#sidetab-container #tabU .sidetab__banner01 {
  position: absolute;
  right: 28px;
  top: 27px;
}
#sidetab-container #tabU .sidetab__banner02 {
  position: absolute;
  right: 28px;
  top: 5px;
}
#sidetab-container #tabD .sidetab__banner02 {
  position: absolute;
  right: 28px;
  top:28px;
}
#sidetab-container #tabU .sidetab__banner01 img:hover, #sidetab-container #tabU .sidetab__banner02 img:hover, #sidetab-container #tabD .sidetab__banner01 img:hover, #sidetab-container #tabD .sidetab__banner02 img:hover {
  opacity: .9;
}