
/* ==========================================================================
   Products
   ========================================================================== */

body {
    background-image: url(../images/common/bg-yellow.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

h1 {
    width: 320px;
    margin: 20px auto 10px auto;
    text-align: center;
}

.tabs {
    width: 303px;
    padding-left:3px;
    margin: 0 auto;
    background-image: url(../images/products/bg-tab.png);
    background-repeat: no-repeat;
    background-size: 303px 75px;
    background-position: 3px 0px;
}

.tabs a.tab1,
.tabs a.tab2 {
    display: block;
    float:left;
}

.tabs a.tab3 {
    display: block;
    float:right;
    margin-right: 0;
    padding-right: 0;
}

div.table {
    background-image: url(../images/products/bg-center.png);
    background-repeat: repeat-y;
    background-size: 303px 100px;
    background-position: 3px 0px;
    width: 300px;
    padding:0 3px;
    padding-bottom: 5px;
    margin: 0 auto;
}

#MainContent:after {
    content:".";
    background-image: url(../images/products/bg-bottom.png);
    background-repeat: no-repeat;
    background-size: 303px 6px;
    background-position: 3px 0px;
    text-indent: -9999px;
    display: block;
    width: 300px;
    height: 6px;
    margin: 0 auto;
    padding:0 3px;
}

h2,h3,h4 {
    margin:0;
    padding: 0;
}

#MainContent p {
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    margin: 0;
}

#MainContent div {
    text-align: center;
}

#MainContent p.note{
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    padding-left: 15px;
}

#MainContent p.note .icon{
    display: block;
    float: left;
    margin-left: -15px;
}


/* ==========================================================================
   Products / Index
   ========================================================================== */
body.productsIndex #MainContent div.table h2 {
    margin: 0;
    padding: 20px 0px 10px 0px;
    text-align: center;
}

body.productsIndex #MainContent div.table .title {
    position: relative;
}

body.productsIndex #MainContent div.table .amiiboBtn {
    position: absolute;
    top: 84px;
    right: 46px;
}

body.productsIndex #MainContent div.table .ceroBtn {
    position: absolute;
    top: 84px;
    right: 23px;
}

    body.productsIndex #MainContent .package {
        width: 270px;
        margin: 0 auto 15px auto;
        background-color: #fff;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
        padding: 15px 0 20px 0;
        text-align: center;
    }

    body.productsIndex #MainContent .package h3 {
        margin-bottom: 20px;
    }

body.productsIndex #MainContent .package .image {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}

    body.productsIndex #MainContent .package .image .imgPkg {
        display: block;
        margin-left: 47px;
    }

    body.productsIndex #MainContent .package .image .iconBook {
        display: block;
        position: absolute;
        top: 136px;
        left: 182px;

    }

body.productsIndex #MainContent .package .price {
    margin-bottom: 15px;
}

body.productsIndex #MainContent .package h4 {
    margin-bottom: 10px;
}

body.productsIndex #MainContent .download {
    width: 270px;
    margin: 0 auto 20px auto;
    background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
    padding: 15px 0 20px 0;
    text-align: center;
}

body.productsIndex #MainContent .basicinfo {
    margin-bottom: 10px;
}

body.productsIndex #MainContent .download h3 {
    margin-bottom: 20px;
}
body.productsIndex #MainContent .download .image {
    width: 188px;
    margin: auto auto 20px auto;
}

body.productsIndex #MainContent .download .image .icon {
    display: block;
    float: left;
}

body.productsIndex #MainContent .download .image .price {
    display: block;
    float: right;
    margin-top: 40px;
}

body.productsIndex #MainContent .download .dl_howto {
    width: 242px;
    margin: auto;
}

body.productsIndex #MainContent .download .dl_howto .arakajime{
    text-align: left;
}
body.productsIndex #MainContent .download .dl_howto .arakajime p{
    border: none;
    padding: 0;
    font-weight: normal;
    margin-bottom: 0;

}
body.productsIndex #MainContent .download .dl_howto .arakajime a{
    font-size: 11px;
    color: #08a1d0;
    background-image: url(../images/products/soft/arrow_link_00_2x.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px auto;
    padding-left: 13px;
}
body.productsIndex #MainContent .download .dl_howto p {
    border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
    font-weight: normal;
}

body.productsIndex #MainContent .download .dl_howto .gb {
    font-size: 13px;
    font-weight: bold;
    color: #c4270d;
}

body.productsIndex #MainContent .download .book {
    width: 242px;
    margin:auto;
}

body.productsIndex #MainContent .download .book .inner {
    background-color: #eaeaea;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
    padding: 15px;
    font-size: 13px;
}

body.productsIndex #MainContent .download .book .inner > p {
    color: #000;
    padding: 10px 0px 10px 0px;
}

body.productsIndex #MainContent .download .book .dl_book1,
body.productsIndex #MainContent .download .book .dl_book2 {
    background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
    padding: 10px;
}

body.productsIndex #MainContent .download .book .dl_book1 {
    margin-bottom: 10px;
}

body.productsIndex #MainContent .download .book .dl_book1 > img,
body.productsIndex #MainContent .download .book .dl_book2 > img {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}
body.productsIndex #MainContent .download .book .dl_book1 .linkbtn,
body.productsIndex #MainContent .download .book .dl_book2 .linkbtn {
    margin-top: 10px;
}
body.productsIndex #MainContent .download .book .dl_book1 .linkbtn a,
body.productsIndex #MainContent .download .book .dl_book2 .linkbtn a{
    text-decoration: none;
}

body.productsIndex #MainContent .both {
    width: 270px;
    margin: 0 auto 15px auto;
    background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
    padding: 15px 0 20px 0;
    text-align: center;
}

body.productsIndex #MainContent .both h3 {
    margin-bottom: 15px;
}

body.productsIndex #MainContent .both p {
    margin-bottom: 10px;
    padding: 15px 15px 0px 15px;

}

body.productsIndex #MainContent .both .attention {
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 0 15px;
    text-align: left;
}

body.productsIndex #MainContent .detail {
    width: 270px;
    margin: 0 auto 15px auto;
    background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
    padding:0;
    text-align: center;
}

body.productsIndex #MainContent .detail h3 {
    margin-bottom: 15px;
}

body.productsIndex #MainContent .detail h4 {
    text-align: left;
    margin-bottom: 15px;
}

body.productsIndex #MainContent .detail > div {
    padding: 0px 15px 15px 15px;
}

body.productsIndex #MainContent .info .inner {
    border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
body.productsIndex #MainContent .info table th,
body.productsIndex #MainContent .info table td {
    font-size: 11px;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}
body.productsIndex #MainContent .info table th {
    border-right: 1px solid #cccccc;
    white-space: nowrap;
}
body.productsIndex #MainContent .info table td span {
    font-size: 80%;
}

body.productsIndex #MainContent .info table tr:last-child th,
body.productsIndex #MainContent .info table tr:last-child td {
    border-bottom: none;
}

body.productsIndex #MainContent .controller1 {
    background-image: url(../images/products/soft/bg-controller1.png);
    background-repeat: no-repeat;
    background-size: 240px 210px;
    display: block;
    width: 240px;
    height: 210px;
    margin-bottom: 5px;
}

body.productsIndex #MainContent .controller1 ul {
    padding-top: 1px;
}
body.productsIndex #MainContent .controller1 ul li {
    font-size: 11px;
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 160px;
    text-align: center;
}

body.productsIndex #MainContent .controller2 {
    background-image: url(../images/products/soft/bg-controller2.png);
    background-repeat: no-repeat;
    background-size: 240px 37px;
    margin-bottom: 5px;
    display: block;
    width: 240px;
    height: 37px;
}

body.productsIndex #MainContent .controller2 p {
    font-size: 11px;
    display: block;
    height: 37px;
    line-height: 37px;
    padding-left: 160px;
    text-align: center;
    font-weight: normal;
}

body.productsIndex #MainContent .internet ul li {
    font-size: 11px;
    text-align: left;
    padding-left: 15px;
}

body.productsIndex #MainContent .internet ul li .circle {
    color: #f9cc00;
    display: block;
    float: left;
    margin-left: -15px;
}

body.productsIndex #MainContent .internet ul {
    margin-bottom: 5px;
}

body.productsIndex #MainContent div.amiibo {
    background-image: url(../images/products/soft/bg-amiibo.png);
    background-repeat: no-repeat;
    background-size: 240px 225px;
    display: block;
    width: 240px;
    height: 135px;
    margin-left: 15px;
    font-size: 11px;
    padding: 90px 0 15px 0;
    line-height: 13px;
}

body.productsIndex #MainContent div.amiibo table {
}

body.productsIndex #MainContent div.amiibo tr.row1 {
    text-align: left;
}

body.productsIndex #MainContent div.amiibo tr.row1 .small{
    font-size: 8px;
}

body.productsIndex #MainContent div.amiibo tr.row1 td {
    width: 120px;
    height: 40px;
    padding: 2px 0 2px 10px;
}

body.productsIndex #MainContent div.amiibo tr.row2 {
    text-align: left;
}

body.productsIndex #MainContent div.amiibo tr.row2 td {
    width: 120px;
    height: 40px;
    padding: 2px 0 2px 10px;
}

body.productsIndex #MainContent div.amiibo tr.row3 {
    text-align: center;
}

body.productsIndex #MainContent div.amiibo tr.row3 td {
    width: 240px;
    height: 40px;
    padding: 3px 0 0 0;
}


/* ==========================================================================
   Products / Set
   ========================================================================== */

body.productsSet #MainContent h2 {
    margin: 15px auto 10px auto;
}
body.productsSet #MainContent .set1 {
	padding-top: 10px;
}
body.productsSet #MainContent .set2 {
    padding-top: 40px;
    margin-bottom: 50px;
}

body.productsSet #MainContent .price {
    padding-bottom: 10px;
}

body.productsSet #MainContent .btn a {
    display: block;
    background-image: url(../images/products/set/btn-detail.png);
    background-repeat: no-repeat;
    background-size: 273px 94px;
    background-position: 3px 0;
    width: 270px;
    height: 47px;
    margin: 10px auto;
    padding: 0 3px;
    text-indent: -9999px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body.productsSet #MainContent .btn a:active {
    background-position: 3px -47px;
}

/* ==========================================================================
   Products / Amiibo
   ========================================================================== */

body.productsAmiibo #MainContent .image {
    width: 210px;
    margin: 15px auto;
}

body.productsAmiibo #MainContent .imgAmiibo {
    display: block;
    margin-bottom: 10px;
}

body.productsAmiibo #MainContent .classic {
    float:left;
    width: 93px;
    text-align: center;
}

body.productsAmiibo #MainContent .modern {
    float:right;
    width: 93px;
    text-align: center;
}

body.productsAmiibo #MainContent .info {
    width: 270px;
    margin: 0 auto 15px auto;
    background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
    padding: 20px 0 15px 0;
    text-align: center;
}

body.productsAmiibo #MainContent .info .logo {
    margin-bottom: 10px;
}

body.productsAmiibo #MainContent .btn a {
    display: block;
    background-image: url(../images/products/amiibo/btn-detail.png);
    background-repeat: no-repeat;
    background-size: 273px 94px;
    background-position: 3px 0;
    width: 270px;
    height: 47px;
    margin: 10px auto;
    padding: 0 3px;
    text-indent: -9999px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body.productsAmiibo #MainContent .btn a:active {
    background-position: 3px -47px;
}

