@charset "utf-8";
/* タイトル部分 */
.japan_title_text {
    width: 700px;
}
.archive_title{
    height: 150px;
}
/* カテゴリー表示切替ボタン */
.navi_content {
    width: 100%;
	padding: 0px 0px 30px;
    background-color: #000;
}
.navi_content > ul {
    width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
    align-items: flex-end;
}
.navi_content > ul > li {
    display: flex;
    align-items: center;
}
.navi_content > ul > li > label {
    font-family: 'PixelMplus10';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    margin: auto 10px;
	color:#fff;
}
.navi_content > ul > li > select {
    font-family: 'PixelMplus10';
	width:300px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
	height: 45px;
    letter-spacing: 2px;
}
/*表示を変更するボタン｜デザイン*/
.change_bottom {
    font-family: 'PixelMplus10';
    width: 300px;
    height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    cursor: pointer;
    position: relative;
    margin: 0px auto;
	color:#fff;
}
.change_bottom:hover,
.change_bottom:active {
	color:#000;
	background-color:#fff;
}
.change_bottom:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: -5px;
    left: -5px;
    box-shadow: 5px 5px #fff, 5px 35px #fff, 300px 35px #fff, 300px 5px #fff;
    user-select: none;
    pointer-events: none;
}
.change_bottom:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -4px;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    user-select: none;
    pointer-events: none;
}
/*プルダウンエラー時の表記*/
.error_text {
    color: #ffff00;
    text-align: center;
    font-size: 12px;
	height: 12px;
}
.dot_title_block_design:after {
    left: 44%;
    box-shadow: 10px 0px #fff, 15px 0px #fff, 10px 5px #000, 15px 10px #000, 20px 5px #000, 20px 10px #000, 10px 10px #000, 5px 5px #000, 20px 0px #fff, 25px 5px #000;
}
/* ---------------------------------------
//タブレット以下
--------------------------------------- */
@media screen and (min-width:481px) and ( max-width:1024px) {
    .navi_content > ul {
        width: 100%;
        flex-wrap: wrap;
    }
}
/* ---------------------------------------
//スマホ
--------------------------------------- */
@media screen and (max-width:480px) {
    .archive_title {
        border-bottom: 10px solid #000;
    }
    .navi_content > ul {
        width: 100%;
        flex-wrap: wrap;
    }
    .navi_content > ul > li {
        flex-direction: column;
        margin: 10px 0;
    }
    .japan_title_text {
        width: 340px;
    }
    .navi_content {
        padding: 0px 0px 10px;
    }
    .navi_content > ul > li > label{
        margin: 5px auto;
    }
}
/* ////////////////////////////////////
　ページコンテンツ部分
/////////////////////////////////////*/
.page_content{
    width: 1400px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}
/* ---------------------------------------
//PC以下
--------------------------------------- */
@media screen and (max-width:1600px) {
    .page_content{
        width: 95%;
    }
}
@media screen and (max-width:480px) {
    .page_content{
        width: 90%;
    }
}

/* ////////////////////////////////////
　テーブルデザイン
/////////////////////////////////////*/
/* テーブル全体 */
.table_main_content {
    display: inline-block;
    overflow: hidden;
}

.table-scroll > table,
.table_main_content > table {
    display: block;
}
.table_content{
    overflow: scroll;
}
#main_content {
    user-select: none;
    width: 1400px;
    margin: auto;
    position: relative;
    overflow: scroll;
  /*IE・Edgeへ*/
  -ms-overflow-style: none;
  /*Firefox*/
  scrollbar-width: none;
}
 /*Chrome、Safari*/
#main_content::-webkit-scrollbar{
    display: none;
}

table {
    word-break: break-word;
    border-collapse: collapse;
    font-family: sans-serif;
}

th.color_yellow {
    background-color: #fff162;
    color: #000;
}
th.color_red {
    background-color: #ff0000;
    color: #ffffff;
}
th.color_blue {
    background-color: #001aff;
    color: #ffffff;
}

tbody tr, tbody th, tbody td {
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

/* 項目 */
tr.title_category > th {
    align-content: center;
    font-size: 12px;
}
/* タイトル */
th#name {
    max-width: 200px;
    min-width: 200px;
}
/* 左：アイコン */
th#icon {
    max-width: 50px;
    min-width: 50px;
}
/* 左：名称 */
.td_title {
    align-content: center;
}
.td_title > p{
    padding-left: 5px;
}
/* 左：サドル */
tr.saddle_category > th {
    align-content: center;
    font-size: 14px;
    height: 30px;
}
td.td_content,
.th_titlecontent {
    max-width: 110px;
    min-width: 110px;
    text-align: center;
    align-content: center;
}

td.td_content_map {
    align-content: center;
    text-align: center;
}

.saddle_category{
    background-color: #000;
    color: #fff;
}

th#img_itemid {
    align-content: center;
    text-align: center;
}

/* クレート - アイコン */
.color_yellow > img,
.color_red > img,
.color_blue > img {
    width: 40px;
    align-content: center;
}

/* マップアイコン */
.table_main_content > table > * > * > #icon > img {
    width: 50px;
    align-content: center;
}

/* アーティアイコン */
.table_main_content > table > * > * > .td_content_map > img {
    width: 35px;
}
/* サドルアイコン */
.table-scroll > table > * > tr > #icon > img {
    width: 50px;
    align-content: center;
}


/* スクロール判定 */
.table-scroll {
    height: 600px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.table-scroll > table {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
}

/* ホバー時に関連する列を色塗り */
th,td { position: relative; } /*ないと反映されない*/
table td:hover{
	background: rgba(151, 208, 255, 0.6);		/*ホバーしたセルのカラー*/
}
table td:hover::before,
table td:hover::after{	/*ホバーした縦横セルのハイライト準備*/
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(144, 183, 255, 0.2);		/*縦横のカラー指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
table td:hover::before{	/*ホバーした横のセル全部をハイライト*/
	width: 200vw;
	left: -100vw;
}
table td:hover::after{	/*ホバーした縦のセル全部をハイライト*/
	height: 200vh;
	top: -100vh;
}
/* ---------------------------------------
//PC以下
--------------------------------------- */
@media screen and (max-width:1600px) {
    #main_content {
        width: 95%;
        margin: auto;
    }
    .archive_listcontainer {
        align-items: flex-start;
        display: block;
        margin: 20px auto;
    }
}
/* ---------------------------------------
//モバイル以下
--------------------------------------- */
@media screen and (max-width:425px) {
    /* 項目 */
    tr.title_category > th {
        font-size: 10px;
    }
    /* タイトル */
    th#name {
        max-width: 150px;
        min-width: 150px;
    }
    /* 左：アイコン */
    th#icon {
        max-width: 25px;
        min-width: 25px;
    }
    /* 各マーク箱 */
    td.td_content,
    .th_titlecontent {
        max-width: 55px;
        min-width: 55px;
    }

    /* クレート - アイコン */
    .color_yellow > img,
    .color_red > img,
    .color_blue > img {
        width: 20px;
        align-content: center;
    }
    /* マップアイコン */
    .table_main_content > table > * > * > #icon > img {
        width: 25px;
        align-content: center;
    }
    /* アーティアイコン */
    .table_main_content > table > * > * > .td_content_map > img {
        width: 17.5px;
    }
    /* サドルアイコン */
    .table-scroll > table > * > tr > #icon > img {
        width: 25px;
        align-content: center;
    }

    /* フォントサイズ */
    .td_title > p{
        font-size: 10px;
    }
    tr.saddle_category > th{
        font-size: 10px;
        height: 20px;
    }
}

/* ////////////////////////////////////
　サイドバー
/////////////////////////////////////*/
#games_linklistblock {
    width: 1200px;
    margin:50px auto;
    text-align: start;
}
#games_linklistblock > .linkitem_listblock {
    width: 350px;
    display: inline-block;
    vertical-align: text-top;
    margin: 25px 20px;
}
/* ---------------------------------------
//PC以下
--------------------------------------- */
@media screen and (max-width:1600px) {
    #games_linklistblock {
        width: 95%;
    }
    #games_linklistblock > .linkitem_listblock{
        margin: 25px auto;
    }
}
/* ---------------------------------------
//モバイル以下
--------------------------------------- */
@media screen and (max-width:425px) {
    #games_linklistblock {
        width: 95%;
        margin:20px auto;
    }
}