/* ===================== 全体 ====================== */

body {
    box-sizing: border-box;
    background: #eeeeee;
    max-width: 1024px;
    line-height: 2;
    letter-spacing: 0.02em;
    font-family: sans-serif;
    margin: auto;
}

@media screen and ( max-width:1023px) {
    body {
        padding-right: 1em;
        padding-left: 1em;
        font-size: 0.8em;
    }
}

/*----*/

@media screen and ( min-width:1024px) {
    main {
        background: #fff;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 2px;
        width: 652px;
        float: left;
    }
}

@media screen and ( max-width:1023px) {
    main {
        background: #fff;
        margin-top: 10px;
        width: 100%;
        float: left;
    }
}

/*----*/

@media screen and ( min-width:1024px) {
    h1 {
        font-size: 2.5em;
        text-align: center;
    }
}

@media screen and ( max-width:1023px) {
    h1 {
        font-size: 5vw;
        text-align: center;
    }
}

h2 {
    font-size: 1.5em;
    color: #000000;
    font-weight: 600;
    background-color: cyan;
    border-left: 15px solid #72E6B4;
    padding-right: 0.5em;
    padding-left: 5px;
    margin-top: 3em;
    margin-bottom: 3em;
}

@media screen and ( max-width:1023px) {
    h2 {
        font-size: 4vw;
    }
}

h3:not(#index) {
    font-weight: 500;
    font-size: 1.5em;
    margin-top: 3em;
    border-left: 10px solid #72E6B4;
    border-bottom: 10px solid #D4FFBE;
}

h4 {
    border-left: 10px solid #72E6B4;
    margin-top: -0.2em;
}

.note > h4 {
    border: none;
}

strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

a {
    text-decoration: none;
}


div.jQuery_international {
  height: 300px;
  overflow: scroll;
}

/* ===================== テーブル ====================== */



table{
    border-collapse: collapse;
    margin: 0px auto 40px 40px;
}

/* ヘッダー部 */
table thead {
}

/* ヘッダー要素 */
table th {
    border-top: 3px solid #003366;
    border-bottom: 3px solid #003366;
    border-right: 3px solid #003366;
    border-left: 3px solid #003366;
    color: #3D6388;
    padding: 5px;
    font-size:120%;
}

/* 本文 */
table tbody td{
    border: solid 2px;
    border-color: #cccccc;
    padding: 5px;
}


/* ========== sidebar =========== */

aside {
    background: #fff;
    width: 336px;
    margin-top: 10px;
    padding-left: 2px;
    padding-right: 5px;
    float: right;
}
aside table th{
border: none;
}
@media screen and ( max-width:1023px) {
    aside  {
        background: #fff;
        width: 100%;
        margin-top: 10px;
        padding-left: 2px;
        padding-right: 5px;
        float: right;
    }
}

table {
    border-collapse: collapse;
    margin: auto;
}

@media screen and ( max-width:1023px) {
    table {
        border-collapse: collapse;
        width: 100%;
    }
}

#ranking td {
    border: 1px solid #DDD;
}

#ranking .title {
    text-align: center;
    font-size: 1.3em;
    padding-bottom: 1em;

}

#ranking .first {
    border-width: 1px 0px;
    border-left: 20px solid #ffd700;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.3em;
    text-align: right;
}

#ranking .second {
    border-width: 1px 0px;
    border-left: 20px solid #C0C0C0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.3em;
    text-align: right;
}

#ranking .third {
    border-width: 1px 0px;
    border-left: 20px solid #C47222;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.3em;
    text-align: right;
}

#ranking .other {
    border-width: 1px 0px;
    border-left: 10px solid #ffffff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.3em;
    text-align: right;
}

/* ========== index.html =========== */

#url_link,
#url_link2,
#url_link3,
#url_link4 {
    background: #7fffd4;
    font-size: 110%;
    padding-bottom: 10px;
    margin: 30px auto;
}

#time {
    text-align: center;
    margin-top: 10em;
    margin-bottom: 10em;
}

span.time {
    font-size: 3em;
}

@media screen and ( max-width:768px) {
    span.time {
        font-size: 5vmin;
    }
}

/* ===================== 一覧ページ ====================== */

.list div:not(.sharebutton) {
    background: #7fffd4;
    font-size: 110%;
    padding-bottom: 1em;
    margin: 1em auto;
}
.index {
    display: inline-block;
    background: #eeeeee;
    border: solid 1px;
    border-radius: 5px;
    padding: 0px 50px 5px 5px;
    margin: 50px 30px 50px 30px;
    max-width: 100%;
}
@media screen and ( max-width:768px) {
    .index {
        padding: 0px 10px 5px 5px;
        margin: 20px 0px 50px 0px;
    }
}


/* ===================== navタグ ====================== */

header {
    background: #fff;
}

header nav {
    font-size: 2em;
    text-align: center;
}

header nav a {
    display: block;
    background-color: cyan;
}

header nav a:hover {
    display: block;
    color: #000000;
}

nav ul {
    padding-left: 0px;
}

header nav li.nav {
    width: 77.3px;
    margin: 4px;
    float: left;
    list-style: none;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    min-width: 2em;
}

@media screen and ( max-width:1023px) {
    header nav li.nav {
        width: 22vmin;
        margin: 2px;
        float: left;
        list-style: none;
        border-bottom-width: 5px;
        border-bottom-style: solid;
    }
}

.nav_Jan {
    border-bottom-color: #FF0000;
}

.nav_Feb {
    border-bottom-color: #FF8000;
}

.nav_Mar {
    border-bottom-color: #FFFF00;
}

.nav_Apr {
    border-bottom-color: #80FF00;
}

.nav_May {
    border-bottom-color: #00FF00;
}

.nav_Jun {
    border-bottom-color: #00FF80;
}

.nav_Jul {
    border-bottom-color: #00FFFF;
}

.nav_Aug {
    border-bottom-color: #0080FF;
}

.nav_Sep {
    border-bottom-color: #0080FF;
}

.nav_Oct {
    border-bottom-color: #8000FF;
}

.nav_Nov {
    border-bottom-color: #FF00FF;
}

.nav_Dec {
    border-bottom-color: #FF0080;
}

/* ===================== 画像・動画 ====================== */

.image {
    display: inline-block;
    margin: auto;
    float: left;
    text-align: center;
    font-size: 80%;
    margin-bottom: 10px;
    width: 100%;
}

img {
    max-width: 50%;
}

.movie {
    display: inline-block;
    margin: auto;
    float: left;
    text-align: center;
    font-size: 80%;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* ===================== PR ====================== */

div.PR h3 {
    border-left: 10px solid #FFFF00;
}

.PRcontents {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
    border-style: double;
    border-width: 5px;
    border-radius: 10px;
    padding: 10px 10px 0px 10px;
    border-color: #EBDEDE;
}

/* 画像とそれ以外でカラム分け */

.PRleft {
    float: left;
    width: 40%;
}

.PRright {
    float: right;
    width: 60%;
}

.PR .text_link {
    font-size: 110%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-decoration: underline;
}

.PR img {
    margin: auto;
    max-width: 300px;
    max-height: 200px;
}

.PR .amazon {
    display: inline-block;
    background: #EEE7E7;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #EE6161;
    width: 150px;
    font-size: 140%;
}

.PR .amazon a {
    text-decoration: none;
    display: block;
    color: #EE6161;
}

.PR .rakuten {
    display: inline-block;
    background: #FFFDF8;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #FF8C00;
    width: 150px;
    font-size: 140%;
}

.PR .rakuten a {
    text-decoration: none;
    display: block;
    color: #FF8C00;
}

/* =================== まとめ =================== */

.summary {
    background: #e6e6fa;
    font-size: 110%;
    line-height: 2em;
}

.summary h3 {
    padding-top: 10px;
    padding-left: 10px;
}

div.summary ul li {
    list-style: none;
    padding-left: 24px;
    position: relative;
}

div.summary ul li:before,
div.summary ul li:after {
    content: "";
    display: block;
    position: absolute;
}

div.summary ul li:before {
    /* 四角の方 */
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #108BF7;
    left: -5px;
    top: 9px;
}

div.summary ul li:after {
    /* チェックについて */
    border-left: 4px solid #fff;
    border-bottom: 3px solid #fff;
    width: 12px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -5px;
    top: 10px;
}

.link div {
    background: #7fffd4;
    font-size: 110%;
    padding-bottom: 10px;
    margin: 10px auto;
}

.link h3 {
    padding-top: 10px;
}

.link a {
    text-decoration: underline;
}

/* =================== 注釈 =================== */

.note {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid;
    background: #eeeeee;
    padding: 5px;
    margin: 10px 5px 10px;
    /* [上][左右][下] */
}

.note_title {
    font-size: 1.0em;
    font-weight: bolder;
    padding-left: 10px;
}

.note_title_2 {
    font-size: 1.0em;
    font-weight: bolder;
    padding-left: 10px;
    margin-top: 40px;
}

/* =================== 引用 =================== */

blockquote {
    background-color: #F5F5F5;
    margin: 40px auto;
    position: relative;
}

blockquote p {
    padding: 2.5em 0.5em 0 0.5em;
    z-index: 2;
}

blockquote footer {
    text-align: right;
    font-size: 80%;
}

blockquote:before {
    position: absolute;
    content: "“";
    font-size: 1000%;
    line-height: 1em;
    font-family: serif;
    color: #D8D7D9;
    left: 0;
    top: 0;
    opacity: 0.5;
    /* 透過させる */
}

.info_source{
    text-align: right;
    font-size: 80%;
}


/* =================== 引用 =================== */

.external_link {
    background-color: cyan;
    font-size: 110%;
    padding-bottom: 10px;
    margin: 30px auto;
}

.external_link a {
    text-decoration: underline;
}

.external_link li {
    list-style: none;
}

/* =================== SNSボタン =================== */

@media screen and ( min-width:1081px) {
    .sharebutton {
        position: fixed;
        top: 0;
        right: 350px;
        z-index: 1000;
    }
    .sharebutton img {
        display: inline-block;
        width: 50px;
    }
}

@media screen and ( max-width:1080px) {
    .sharebutton {
        position: fixed;
        right: 0;
        bottom: 0;
    }
    .sharebutton img {
        width: 40px;
    }
}

/*-------- アドセンス --------*/

#adsense,
#adsense2 {
    border: 1px solid ;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    width: 300;
}

/* ================================== フッター ======================================= */

footer {
    clear: both;
    border-top: 1px solid #cacaca;
    background: #fff;
}

footer p {
    font-size: 2em;
    margin: auto;
}

footer li {
    width: 25%;
    margin: 0.3%;
    list-style: none;
    min-width: 7em;
}
