@charset "utf-8";
/* CSS Document */
#globalNavi li.list05 {
    background-color: #000;
}
.widthDateTime {
    width: 70px!important;
}
.widthYear {
    width: 100px!important;
}
.area {
}
.recommend {
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 5px;
}
.cat {
    width: 100%;
    display: block;
    float: left;
}
.area span, .cat span {
    margin-right: 10px;
}
.area {
    margin-bottom: 20px;
}
.read p {
    width: 100%;
    display: block;
    float: left;
    font-size: 110%;
}
.coment {
    width: 100%;
    float: left;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    margin-bottom: 10px;
}
.coment p {
    text-align: left;
    font-size: 100%;
    line-height: 1.8em;
    margin-top: 5px;
}
.editor img {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
}
.speaker img {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 100px;
    height: 100px;
}
.speaker {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #989898;
}
.speaker p {
    text-align: left;
    font-size: 100%;
    line-height: 1.8em;
}
.bannerArea {
    margin-bottom: 20px;
}
ul.prefecture {
    border-bottom: 1px dotted #999999;
}
ul.prefecture li {
    margin-left: 15px;
    display: inline-block;
}
.btnOpen {
    text-align: right;
    margin-bottom: 10px;
    border-bottom: 1px solid #C70B0F;
}
.btnClose {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul.category li {
    margin-right: 15px;
    display: inline-block;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
}

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

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

@media only screen and (max-width:970px) {
}
