@charset "utf-8";
/* CSS Document */

#globalNavi li.list03 {
    background-color: #000;
}
.topArea {
    float: left;
    width: 100%;
    border: 1pt solid #ADABAB;
    margin-bottom: 20px;
}
.topArea .areaLeft {
    padding-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.topArea .areaRight {
    padding-left: 3%;
    padding-right: 3%;
    width: 96%;
    padding-bottom: 10px;
    font-size: 120%;
}
table.ranking {
    width: 100%;
}
table.ranking {
    width: 100%;
}
table.ranking td {
    border-bottom: 1px dotted #9C9C9C;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
table.ranking th {
    border-bottom: 1px dotted #9C9C9C;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
table.ranking th {
    background-color: #E5E5E5;
}
table.ranking td.list01 {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
table.ranking th.list01 {
    width: 10%;
}
table.ranking th.list02 {
    width: 60%;
}
table.ranking th.list03 {
    width: 15%;
}
table.ranking th.list04 {
    width: 15%;
}
table.ranking tr.list01 {
    background-color: #EAF9FF;
}
table.ranking tr.list02 {
    background-color: #EBFBF7;
}
/* ===================================================================== */
/*	スマホ　インタビューリスト
/* ===================================================================== */

.interviewList {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.interviewList .areaLeft {
    float: left;
    width: 20%;
}
.interviewList .areaLeft img {
    width: 90%;
    height: auto;
    border: 1px solid #BDBABA;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.interviewList .areaRight {
    width: 77%;
    float: right;
}
.interviewList .areaRight h2 {
    font-size: 120%!important;
    padding-top: 5px;
    border-bottom: 2px solid #CC0809;
    margin-bottom: 5px;
    font-family: Ryumin Bold KL;
    letter-spacing: 0.2em;
}
.interviewList .areaRight .read .name {
    font-size: 100%;
    line-height: 1em;
    margin-bottom: 8px;
    display: block;
}
.interviewList .areaRight .read .catch1 {
    font-size: 100%;
    line-height: 1.5em;
}
a:hover .interviewList .areaRight .read .catch1 {
    color: #000000;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
.topArea {
    float: left;
    width: 100%;
    border: 1pt solid #ADABAB;
    margin-bottom: 20px;
}
.topArea .areaLeft {
    width: 25%;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    margin-left: 3%;
}
.topArea .areaLeft img {
    width: 100%;
    height: auto;
}
.topArea .areaRight {
    float: right;
    width: 68%;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 10px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
#globalNavi li.list03 a {
    background-position: -388px -32px;
    background-image: url(../function/images/global_nav.png);
}
}

@media only screen and (max-width:970px) {
/* ##################################################################### */
/*	スマートフォン テーブル
/* ##################################################################### */
/* ===================================================================== */
/*	スマートフォン テーブル　レジスター 
/* ===================================================================== */

table.ranking {
    display: block;
    width: 100%;
}
table.ranking thead {
    display: none;
}
table.ranking tbody {
    display: block;
}
table.ranking td.list01 {
    background-color: #C0EAFB;
}
table.ranking td.list02 {
    background-color: #B1F9E7;
}
table.ranking tbody tr {
    display: block;
}
table.ranking td {
    margin-bottom: 2em;
}
table.ranking tbody th, table.ranking tbody td {
    display: list-item;
    border: none;
    padding-left: 0px;
}
table.ranking tbody th {
    display: none;
}
table.ranking th span {
    display: block;
    margin-left: 20px;
    padding-bottom: 0px;
}
table.ranking td {
    padding-left: 10px!important;
    list-style-type: none;
    line-height: 1.3em;
    margin-bottom: 3px;
}
table.ranking txtarea.widthLong {
    width: 100%;
}
table.ranking input {
    margin-left: 0px!important;
    padding-top: 5px;
    padding-bottom: 5px;
}
input[type="text"] {
    width: 96%;
    margin-bottom: 0px;
}
input[type="checkbox"] {
    margin-bottom: 10px;
}
input.zip {
    width: 30%;
}
select {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
}
table.ranking tbody td:nth-of-type(1):before {
    content: " ランキング ";
    font-weight: bold;
}
table.ranking tbody td:nth-of-type(2):before {
    content: " [ 商品名 ] ";
    font-weight: bold;
}
table.ranking tbody td:nth-of-type(3):before {
    content: " [ ジャンル ] ";
    font-weight: bold;
}
table.ranking tbody td:nth-of-type(4):before {
    content: " [ ショップ名 ] ";
    font-weight: bold;
}
/*
table.ranking tbody td:nth-of-type(1):before {content: " [カテゴリ ] "; }
.register tbody td:nth-of-type(2):before {content: " [詳細] "; }

*/
}
