@charset "UTF-8";
/*
Template:groupdandy
Theme Name:groupdandy
Author:Sho Nakagawara
Version:1.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

html{margin-top: 0 !important;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

a {
  cursor: pointer;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.15s ease;
}

a:visited {
    color: #333333;
    text-decoration: none;
}
a:link {
    color: #333333;
    text-decoration: none;
}
a:hover{
  opacity: 0.7;
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

li{
  list-style-type: none;
}


/* ここから共通 */
body{
    color: #333333;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

span.allView {
    text-align: right;
    font-size: 12px;
    float: right;
    color: #3a3a3a;
}

/* ここからメイン */
header.head {
    width: 100%;
    background: white;
    position: fixed;
    top:0;
    z-index: 10;
}
header a{
    display: inline;
}
h1.logo{
    text-align: center;
}

h1.logo img{
    margin: 10px 0 13px 0;
}

#mainNavi{
    width:100%;
    background-color: #242424;
    border-top: #909090 1px solid;
    border-bottom: #909090 1px solid;
}

#mainNavi > ul{
    margin: 0 auto;
    width: 1100px;
    height: 46px;
    display: flex;
    justify-content:space-between;
}

#mainNavi li{
    float: left;
    /*padding: 12px 16px;*/
	padding: 12px 0px;
    font-size: 12px;
    text-align: center;

}

#mainNavi a {
    color: #474747;
}

#mainNavi span{
    font-size: 10px;
    color:#aaaaaa;
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin:0 0;
}


#topic-path {
    width: 1100px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

#topic-path a {
    display: inline;
}

#common{
    width: 1100px;
    margin: 0 auto;
    display: none;
}

#RecBanner{
    display: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

#MainV{
    float: left;
    width: 800px;
    display: none;
}

#MainV img{
    width:100%;
}

#mainCont{
    width: 1150px;
    margin: 0 auto;
    margin-top: 20px;
}

#mainCont aside{
    float: right;
    width:263px;
    margin-top: 79px;
}

#mainCont aside li{
}

#mainCont main{
    float: left;
    width: 800px;
    margin-top: 80px;
}

h2{
    width: 770px;
    height: 39px;
    font-size: 24px;
    font-family: Helvetica, "sans-serif";
    font-weight: bold;
    color: white;
    padding-left: 30px;
    background-color: #000000;
    padding-top: 15px;
}

h2 span{
    font-size: 14px;
    font-weight: normal;
}

/* ここからランキング */

#rankType{
    width: 800px;
    margin-top: 30px;
    box-sizing: border-box;
}

#rankType li {
    float: left;
    font-size: 12px;
    border: 1px solid #cccccc;
    padding: 7px;
    margin-right: 12px;
}

#rankType li a{
     padding: 7px 18px;
}

#timeType  {
    width: 800px;
    margin-top: 15px;
    box-sizing: border-box;
}

#timeType ul.year{
    border-bottom: 1px solid #ccc;
}

#timeType ul.month{
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

#timeType li {
    float: left;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-bottom: none;
    margin-right: 10px;
}

li.opacity {
    opacity: 0.5;
}

#timeType li a{
     padding: 7px 16px;
}
#rankWrap .rankDetail {
    width: 144px;
    margin-bottom: 20px;
    float: left;
}

#rankWrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

#rankWrap .rankImage img{
    width: 100%;
    display: block;
    height: 100%;
}
#rankWrap .rankNum{
    text-align: center;
    padding: 5px 0;
    border: 1px solid #cccccc;
    border-bottom: none;
}

#rankWrap .shopName{
    font-size: 14px;
    margin: 5px 0;
}

#rankWrap .hostName{
    font-size: 14px;
}

#rankWrap .hostStaus{
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    height: 12px;
}

#rankWrap .hostKana{
    font-size: 10px;
}

#rankWrap .rank{
    padding: 5px 0 10px 8px;
    border:1px solid #cccccc;
}

#rankWrap .wpp-list li:nth-child(n + 31){
	display: none;
}


li.pointed {
    background: #3c3c3c;
}

li.pointed2{
    background: #b50303;
}

li.pointed a {
    color: white;
}

li.pointed2 a {
    color: white;
}

.choice li:hover{
    background: #3c3c3c;
}

.choice li:hover a{
    color: white;
}

.choice2 li:hover{
    background: #b50303;
}

.choice2 li:hover a{
    color: white;
}



/* ここからぐトピックス一覧 */

#topicType{
    width:800px;
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

#topicType ul{
    padding: 20px 30px;
}

#topicType li {
    float: left;
    font-size: 12px;
    border: 1px solid #cccccc;
    margin-right: 12px;
}

#topicType li a{
     padding: 5px 10px;
}

#shopType  {
    width:800px;
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #cccccc;

}

#shopType ul.year{
    float: left;
    padding: 20px 10px 20px 30px;
}

#shopType ul.month{
    float: left;
    padding: 20px 10px 20px 10px;
}


#shopType li {
    float: left;
    margin-bottom: 5px;
    font-size: 11px;
    border: 1px solid #cccccc;
    margin-right: 10px;
}

#shopType ul{
    float: left;
    padding: 20px 30px 15px 30px;
}

#shopType li a{
     padding: 5px 12px;
}

#topicsView{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

#topicsView article{
    width:260px;
    margin-bottom: 30px;
    height: 270px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
}

#topicsView time{
    display: block;
    margin-top: 6px;
    margin-left: 10px;
    font-size: 12px;
}

ul.topicBtm{
    margin-top: 6px;
}

ul.topicBtm li{
    margin-right: 5px !important;
}
/* ここからグループ特集 */
main#tokushu {
    float: none;
    width: 1100px;
}

#tokushu h2{
    width: 1070px;
}

#tokushu article{
    width:535px;
    border: 1px solid #bbbbbb;
    margin:8px 0;
}

#tokushu #artWrap{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.artLeft{
    float: left;
}

.artLeft img{
    display: block;
}

.artRight{
    padding: 17px 5px 5px 17px;
    float: right;
    width: 218px;
}

.time_cat{
    width: 100%;
}

time.tokshu{
    display: block;
    float: left;
    font-size: 11px;
    margin-top: 5px;
    margin-right: 10px;
}


p.artTitle{
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

ul.genre{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

ul.genre li{
    display: inline;
    font-size: 10px;
    padding: 3px 5px;
    border: 1px solid #cccccc;
}

p.artDetail{
    color: #525252;
    clear: both;
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ここから店舗紹介 */

#shopLogos{
    border:1px solid #cccccc;
}

p.headLine{
    font-weight: bold;
    margin-top:30px;
    margin-left:30px;
}

#shopLogos ul{
    width: 755px;
    margin:16px auto;
}


#shopLogos li{
    float: left;
    text-align: center;
    font-size: 12px;
    width: 135px !important;
    margin: 10px 7px;
    height: 97.03px;
}
#shopLogos li img{
    box-sizing: border-box;
    width:135px;
    border:1px solid #ccc;
}

#shopLogos .mr0{
    margin-right: 0;
}

#shopWrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#shopWrap .shopItem{
    width:255px;
    box-sizing: border-box;
    border:1px solid #cccccc;
    margin-bottom: 20px;
}

#shopWrap .shopName{
    font-size: 20px;
    text-align: center;
    padding: 14px 0;
}

#shopWrap .shopImg img{
    display: block;
    margin: 0 auto;
}

#shopWrap .shopDesc{
    font-size: 12px;
    padding:15px 8px;
    line-height: 16px;
    letter-spacing: 0.1em;
}

/* single ギャラリー */

header.entryHeader{
    border-top: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    width:100%;
    box-sizing: border-box;
    background: white;
}

ul.category li{
    float: left;
    font-size: 10px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    margin-right: 5px;
    color: #5d5d5d;
}

.shopDetail{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #ccc;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 16px;
    text-align: center;
}

.boxDate{
    float: left;
    margin-right: 20px;
    background-color: #1f1f1f;
    width: 74px;
    height: 72px;
    text-align: center;
}

.boxDate time{
    color: #fff;
    text-align: center;
    display: inline-block;
}

.boxDate time:first-child{
    margin-top: 9px;
    font-size: 12px;
}


.boxDate time:nth-child(2){
    font-size: 38px;
    margin-top:3px;
}

.boxTitle{
    width: 703px;
    float: left;
    margin-top: 16px;
}

ul.category li.catTime{
    border: none;
    font-size: 13px;
    margin-left: 0;
    padding-left: 0;
}

h1.entryTitle{
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 5px;
}

.firstGal{
    margin-top: 15px;
}

.firstGal img{
    object-fit: cover;
    width: 100%;
    height: 494px;
}

.firstGal p{
    font-size: 14px;
    line-height: 1.4em;
    margin: 5px 0 15px 0;
}

ul.galList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.galList li{
    width:260px;
    margin-bottom: 15px;
    font-size: 12px;
}
ul.galList img{
    object-fit: cover;
    width: 100%;
    height: 161px;
}

ul.galList p{
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.4em;
}

/* ここからグラビア */
main#sGravure .gravThum{
    float: left;
}

.gravThum img{
    display: block;
}

main#sGravure .boxDate{
    margin-left: 20px;
}

#sGravure .entryHeader{
    border-left: 1px solid #1f1f1f;
}

#sGravure .boxTitle{
    padding-bottom: 10px;
    border-bottom: 1px solid #676767;
    width: 573px;
}

#sGravure .boxTOP {
    background: #353535;
    padding: 10px;
    font-size: 13px;
    color: white;
    padding-left: 20px;
}

#sGravure .boxTOP span {
    float: right;
    padding-right: 12px;
}

#sGravure .entryHeader{
    border-bottom: 1px solid #1f1f1f;
    position: initial;
}

#sGravure #headBoxLeft{
    width: 580px;
    float: left;
}

#sGravure ul.category{
    padding-left: 20px;
}

#sGravure .boxTitle{
    padding-bottom: 10px;
    border-bottom: 1px solid #676767;
    width: 573px;
}

#sGravure category{
    padding-left: 20px;
}

#sGravure h1.entryTitle{
    padding-left: 20px;
}

p.gravDetail{
    float: left;
    font-size: 12px;
    line-height: 1.4em;
    margin-left: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
}

#sGravure .headBoxRight{
    float: right;
    width: 200px;
    padding-top: 11px;
    padding-right: 9px;
}

#sGravure .headBoxRight img{
    width: 100%;
    height: auto;
}

article.gravure{
    margin-top: 15px;
}

article.gravure img{
    display: block;
    width:100%;
}

/* ここからスケジュール */
#mainCont main#schedule{
    margin-top: 0px;
}

section.shopBox {
    width:260px;
    margin-bottom: 14px;
}

.shopBox h3 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
}

.thumShop img {
    width: 100%;
    display: block;
}

div.wrapSchEve{
    margin: 8px 0;
    position: relative;
}

h4.shopClose {
    background: #000;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 5px 5px;
}

ul.closeDay {
    width: 98%;
    margin: 2px auto 10px auto;
}

h4.shopEvent {
    background: #585252;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 5px 5px;
}

dl.eventDay{
    font-size: 11px;
    margin: 9px auto;
    width: 98%;
}

.eventDay dt {
    margin-bottom: 2px;
}

.eventDay dd {
    margin-bottom: 7px;
    color: #dc0404;
}

ul.closeDay li {
    float: left;
    font-size: 11px;
    padding-right: 7px;
    margin-top: 9px;
}

.SchLeft{
    float: left;
    width:50%;

}

.SchRight{
    float: right;
    width:50%;
}

p.teikyu{
    bottom:11px;
    font-size: 12px;
}

 /* 普通の記事*/
#normalArt{
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#normalArt .orange{
    border-left: #ff8a22 5px solid;
    font-size:22px;
}

#normalArt p {
    margin: 3px 0 27px 0;
    line-height: 2em;
    font-size: 17px;
    letter-spacing: 0.15em;
    color: #343434;
}

#normalArt img{
    max-width: 100%;
    display: block;
    margin: 15px 0;
    height: auto;
}

#normalArt dl.explain {
    border: 1px solid #ddd;
    margin: 33px 0;
    padding: 28px 33px;
}

#normalArt dl.explain dt {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .055em;
    position: relative;
    top: -37px;
    left: -12px;
}

#normalArt dl.explain dd{
    position: relative;
    margin-top: 4px;
}


.rankWrap .rankDetail {
    margin-bottom: 20px;
    float: left;
    width: 144px;
}

.rankWrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.rankWrap .rankImage img{
    display: block;
    width: 100%;
    height: auto;
}
.rankWrap .rankNum{
    text-align: center;
    padding: 5px 0;
    border:1px solid #cccccc;
}

.rankWrap .shopName{
    font-size: 14px;
    margin: 5px 0;
}

.rankWrap .hostName{
    font-size: 14px;
}

.rankWrap .hostStaus{
    font-size: 11px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rankWrap .hostKana{
    font-size: 10px;
}

.rankWrap .rank{
    padding: 5px 0 10px 8px;
    border:1px solid #cccccc;
}

.rankImage {
    border: 1px solid #ccc;
    border-bottom: none;
}

h3.staff{
    font-size: 18px;
    font-family: Helvetica, "sans-serif";
    color: white;
    padding: 5px 0 5px 30px;
    margin: 20px auto 10px auto;
    font-weight: normal;
    background-color: #000000;
}

#topicsView article.pickupHost {
    width: 382px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

article.pickupHost .topicBottom {
    margin-left: 10px;
        margin-bottom: 6px;
}

.left{
    float: left;
}

article.pickupHost span.category{
    line-height: 16px;
    border: 1px solid #cccccc;
    padding: 1px 7px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}


#rankWrap .shopName {
    text-align: center;
    width: 142px;
    box-sizing: border-box;
    padding: 5px 0;
    font-size: 11px;
    color: white;
    background: #000;
    left: 1px;
    position: absolute;
    top: 205px;
    margin: 5px 0;}

#rankWrap .hostStaus {
    font-size: 11px;
    margin-bottom: 5px;
    color: #aaa;
}

#rankWrap .rank {
    text-align: center;
    padding: 12px 0 10px 0px;
    border: 1px solid #cccccc;
    width: 142px;
}

#rankWrap .hostName {
    font-size: 13px;
}

p.hostName {
    text-align: center;
    padding-top: 3px;
}

#rankWrap .hostKana {
    font-size: 10px;
    color: #aaa;
}

#rankWrap .rankDetail {
    position: relative;
}


.pcOnly{
    display:block;
    }

.spOnly{
    display:none;
}

#normalArt h2 {
    clear: both;
    font-size: 23px;
    background-color: #eee;
    border-radius: 10px;
    padding: 21px 18px 16px;
    color: #3c3c3c;
    line-height: 1.3em;
    margin-bottom: 17px;
    height: auto;
    width: auto;
}

#normalArt img {
    margin: 0;
}

[data-href]{ cursor: pointer;}
[data-href] img {transition: transform 0.1s linear;}
[data-href] img:hover {transform: scale(1.1); cursor: pointer;}
/*[data-href] a:hover{ opacity: 1.0;}*/
.itemImage{
    background: #ccc;
}

.rankImage {
    overflow: hidden;
    width: 142px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.topicThum {
    width: 260px;
    height: 150px;
    overflow: hidden;
}

.topicBottom {
    margin-left: 10px;
}

ul.category.clearfix.topicBtm {
    position: absolute;
    bottom: 10px;
}

.author-area h3{
    padding: 10px 0 10px 13px;
    border-bottom: 1px dashed #ede8e2;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.author-area {
    border: 1px solid #ccc;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px;
    padding: 0px;
    border: 1px solid #ede8e2;
}

.author-area th{
    width: 160px;
    vertical-align: middle;
    padding: 10px 5px 10px 52px;
}

.author-area td{
    vertical-align: middle;
    padding: 19px 0 0px 0;
    padding-right: 50px;
}

.author-area p.title{
    color: #263bf1;
    font-weight: bold;
    margin-bottom: 5px;
}

.author-area p.profile{
    font-size: 12px;
    line-height: 1.4em;
}

.author-area tr:not(:last-child) {
    border-bottom: 1px dashed #ccc;
}

#normalArt .author-area th img{
    border-radius: 50%;
    width: 100%;
    height: auto;
    max-width: 100px;
    margin-left: 40px;
    border: 1px solid #ccc;
}

main .author-area th img{
    border-radius: 50%;
    width: 70%;
    height: auto;
    max-width: 130px;
    margin-left: 10px;
    border: 1px solid #ccc;
}

/*ページネーション*/
.wp-pagenavi a, .wp-pagenavi span {
    overflow: hidden;
    outline: none;
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: 0 5px 5px 5px;
    background: #fff;
    line-height: 43px;
    text-align: center;
    border: 1px solid #ccc;
}

.wp-pagenavi {
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
    text-align: center;
}

.wp-pagenavi a.next,a.prev{
    padding:0 10px 0 7px;
}

.wp-pagenavi a {
    text-decoration: underline;
}

.wp-pagenavi a, .wp-pagenavi span {
    overflow: hidden;
    outline: none;
    display: inline-block;
    width: 40.4px;
    height: 43px;
    margin: 0 5px 5px 5px;
    background: #fff;
    line-height: 43px;
    text-align: center;
    border: 1px solid #ccc;
}

/*サイドバー */
aside h4{
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    margin-top: 2px;
}

ul.recentPost{
    margin-top: 10px;
    margin-bottom: 40px;
}
li.recentPost .newsThum {
    width: 100px;
    height: 75px;
    float: left;
}

li.recentPost .newsRight {
    float: right;
    width: 150px;
}

li.recentPost .newsThum img {
    width: 100%;
}

li.recentPost {
}

li.recentPost .time {
    font-size: 11px;
    color: #ccc;
    padding-top: 5px;
}

li.recentPost p.newsTitle {
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
}


/* 記事内 */
/*#mainCont .box_tweet {
    overflow: hidden;
    display: block;
    margin: 0 0;
    position: relative;
    min-height: 90px;
    padding-left: 110px;
    padding-top: 22px;
    font-size: 18px;
    line-height: 1.9;
    font-weight: normal;
}

#mainCont .box_tweet>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: auto;
    display: block;
    margin: 0;
}*/

#mainCont .box_tweet {
    overflow: hidden;
    display: flex;
align-items: center;
    margin: 0 0;
    position: relative;
    min-height: 90px;
    padding-left: 120px;
    /*padding-top: 22px;*/
    font-size: 18px;
    line-height: 1.7;
    font-weight: normal;
}

#mainCont .box_tweet>img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 70px;
    height: auto;
    display: block;
    margin: 0;
}

#mainCont .box_tweet>p {

line-height:1.7;
margin:0px;

}

#normalArt h3{
    font-size: 24px;
    padding: 18px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;

}
#normalArt h3{
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    margin: 60px 0 22px;
}

#normalArt a{
    display: inline;
    color: #6e58d8;
}

#normalArt p.profile {
    line-height: 1.5em;
    font-size: 13px;
}

table.about_table th {
    padding:20px;
    width: 100px;
    border: 1px solid #ccc;
    vertical-align:middle;
    line-height:1.5em;
}

table.about_table td {
    padding:20px;
    width: 420px;
    border: 1px solid #ccc;
    line-height:1.5em;
}

table.about_table {
    margin-top: 30px;
    width: 800px;
}

table.about_table2 th {
    padding:20px;
    width: 100px;
    border: 1px solid #ccc;
    vertical-align:middle;
    line-height:1.5em;
}

table.about_table2 td {
    padding:20px;
    width: 420px;
    border: 1px solid #ccc;
    line-height:1.5em;
}

table.about_table2 {
    margin-top: 30px;
    width: 730px;
}

.rankWrap ul.wpp-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 800px;
}

.wpp-list .rankNum::before {
  counter-increment: ranking;
  content: counter(ranking);
  text-align: center;
  font-size: 14px;
  z-index: 3;
}

.wpp-list {
    list-style: none;
    counter-reset: ranking;
}

.tabStaff.choice2 li.select {
    background: #424141;
    color: white;
    font-weight: bold;
}

.tabStaff.choice2 li{
    width: 100px;
    text-align: center;
    margin-bottom: -1px;
}

ul.clearfix.tabStaff.choice2 li:hover{
    background: #424141 !important;
    color: white;
    font-weight: bold;
}

aside .newsThum {
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

aside .newsWrap.clearfix {
    padding: 12px 0 13px 7px !important;
    border-bottom: none !important;
}

aside h4{
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

ul.tabStaff.clearfix li {
    float: left;
    font-size: 12px;
    /* padding: 7px 20px; */
    /* margin: 10px 9px; */
    border: 1px solid #000;
}

ul.tabStaff li.select {
    color:white;
    background:#000;
}

div.Arank{
    margin-bottom: 50px;
}

aside .staffAccess .newsThum img {
    height: auto;
    top: -30px;
}

ul.hotKey li{
    font-size: 10px;
    line-height: 16px;
    border: 1px solid #cccccc;
    padding: 3px 7px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

div#hotWord {
    margin-bottom: 40px;
}

aside li .time {
    font-size: 11px;
    color: #ccc;
    padding-top: 5px;
    font-weight:normal;
    position: absolute;
    top: 5px;
}

.tabSearch li {
    width: 85px !important;
    border: 1px solid #d1d1d1 !important;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    padding: 12px 0px;
    margin: 3.7px;
    float: left;
}

ul.tabSearch li.select {
    color: #404040;
    background: #eaeaea;
}

ul.tabSearch.clearfix {
    margin-bottom: 12px;
    width: 90%;
    margin: 0 auto 12px auto;
}

aside .newsThum a:hover{
    opacity: 1.0 !important;
}

aside h4{
    font-family: 'Lato';
    text-align: center;
    color: #666;
    font-size: 22px;
    letter-spacing: 2.5px;
    font-weight: 300;
    margin: 30px 0 0 0;
    position: relative;
    border-bottom: none;
}
aside h4 span {
    background: #fff;
    z-index: 2;
    position: relative;
}

aside h4 span:before {
    content: "/";
    margin: 0 10px;
}

aside h4 span:after {
    content: "/";
    margin: 0 10px;
}

aside h4:after {
    content: "";
    border-top: 1px solid #666;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
}

aside h4+p {
    text-align: center;
    font-size: 0.7em;
    color: #666;
    margin: 0px 0 20px;
    }
 ul.hotKey.clearfix {
    width: 281px;
    margin: 0 auto;
}

p.ArankTitle {
    font-size: 12px !important;
    font-weight: normal !important;
    margin-top: 14px;
    letter-spacing: 0.1em;
}

input.search-field{
    border: 1px solid #ccc !important;
    width: 300px;
    padding: 10px !important;
}

span.screen-reader-text{
    position: absolute;
    top:5px;
}


p.ArankCat {
    font-size: 11px;
    color: #898989;
    font-weight: normal;
    position: absolute;
    bottom: 8px;
}

aside ul.tabStaff.clearfix {
    margin-bottom: 12px;
    width: 93%;
    margin: 0 auto 12px auto;
}

.tabStaff li {
    width: 85px !important;
    border: 1px solid #d1d1d1 !important;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    padding: 12px 0px;
    margin: 3.7px;
    float: left;
}

ul.tabStaff li.select {
    color: #404040;
    background: #eaeaea;
    font-weight: bold;
}

p.hostArea{
    font-size: 10px;
    color: #ccc;
    font-weight: normal;
    margin-bottom: 1px;
    letter-spacing: 0.12em;
}

p.ArankShop {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.04em;
}

p.ArankKana {
    font-weight: normal;
    color: #ccc;
    font-size: 10px;
    margin-top: 16px;
    letter-spacing: 0.1em;
}


span.subText {
    font-size: 12px;
    color: #8f8f8f;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}

.searchMenu.clearfix {
    margin-top: 18px;
}


.sideBanner {
    margin-bottom: 50px;
}

aside .newsThum:after
{
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    border: 1px solid #ddd;
    background: #f3f3f3;
    box-sizing: border-box;
    top: 15px;
    left: 9px;
    z-index: 0;
}

aside .newsThum img{
    position:relative;
    z-index: 2;
    border: none;
}

aside .newsThum a:hover{
    opacity: 1.0 !important;
}

aside h4{
    font-family: 'Lato';
    text-align: center;
    color: #666;
    font-size: 22px;
    letter-spacing: 2.5px;
    font-weight: 300;
    margin: 30px 0 0 0;
    position: relative;
    border-bottom: none;
}
aside h4 span {
    background: #fff;
    z-index: 2;
    position: relative;
}


aside .wpp-list {
  counter-reset: ranking;
  list-style-type: none;
}
aside .wpp-list li {
  clear: both;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
aside .wpp-list li:before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  width: 1.5em;
  text-align: center;
  background: #454545;
  top: 13px;
  left: 10px;
  font-size: 0.7em;
  padding: 3px 0;
  color: #fff;
  font-weight: bold;
  z-index: 3;
}

aside .notRanking li:before{
 display:none;
}

.wpp-list .newsWrap.clearfix::before{
    content: "";
    position: absolute;
    top: 27px;
    left: 10px;
    width: 17px;
    border-width: 3px 8px;
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent #454545;
    z-index: 3;
}

p.button2.more-button2.more-canstagram2 {
    font-size: 12px;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    width: 240px;
}

p.button2.more-button2.more-canstagram2 a {
    padding: 12px 30px;
}

aside .hide {
    display: none;
}

div#asideRandom img {
    border: 1px solid #ccc;
	width:100%;
	height:auto;
}

.sideBanner img {
	border: 1px solid #ccc;
	width:100%;
	height:auto;
}
/* ここからヘッダー */
.haedMiddle h1 {
    font-size: 10px;
    font-weight: normal;
    color: #474747;
    position: absolute;
    top: 21px;
    right: 119px;
    line-height: 1.4em;
    color: #858585;
}

.headLeft {
    float: left;
    margin-top: 10px;
}

.haedMiddle {
}

.headRight {
    float: right;
    width: 80px;
    margin-top: 16px;
    margin-bottom: 14px;
}

.headRight td {
    font-size: 10px;
    vertical-align: middle;
    padding-left: 10px;
    color: #858585;
    line-height: 1.3em;
}

.headRight th{
    vertical-align: middle;
}

li.logo img {
    position: relative;
    top: -12px;
}

div#headWrapper {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}


/* ここからドロップダウン */

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}
.dropmenu li a{
  display: block;
  margin: 0;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 118%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 330px;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}
.dropmenu li ul li{
  width: 100%;
  position: relative;
  padding: 0 !important;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #a7a7a7;
  background: #fff;
  text-align: left;
}
.dropmenu li:hover > a{
  color:#ccc;
}
.dropmenu li a:hover{
  color:#f3f3f3;
  opacity:0.6;
  cursor: pointer;
}

#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

#fade-in li:hover ul li a:hover{
  opacity: 0.3;
}

.dropmenu li ul li:after {
    content:">";
    color:#ccc;
    position: absolute;
    right:10px;
    top: 14px;
}

body > header {
    width: 100%;
    background: white;
    position: fixed;
    z-index: 10;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid #ccc;
}

#mainNavi {
    width: 100%;
    background-color: #ffffff;
    height: 0px !important;
    border-top: #000000 3px solid;
}

#mainNavi .headLeft > ul {
    margin: 0 auto;
    width: 812px;
    height: 46px;
    display: flex;
    justify-content: space-between;
}

/* ここからぱんくずリスト */
#breadcrumb {
    position: absolute;
    top: 69px;
    width: 100vmax;
    font-size: 11px;
    background: #f7f7f7;
    padding: 5px;
    height: 13px;
    list-style: none;
   color: #797979;
}

#breadcrumb a{
    color: #797979;
}

#breadcrumb a:link{
    color: #797979;
}

#breadcrumb a:visited{
    color: #797979;
}

#breadcrumb a:hover{
    color: #ccc

}

#breadcrumb ul {
    margin: 0;
    padding: 0;
}

#breadcrumb li {
    display: inline-block;
    padding: 0 5px;
}

#breadcrumb ol{
    width: 1150px;
    margin: 0px auto;
    }

#breadcrumb img {
    width: 15px;
    height: 15px;
    margin: -2px 3px 2px 5px;
    float: left;
}
.snsIconPc{
	width: 14px;
	height: auto;
	margin-right: 14px;
	vertical-align: middle;
}
