@charset "utf-8";
/* PC Sidebar: mainLeftArea */

/*////////////////////////////////
mainLeftArea
////////////////////////////////*/
.mainLeftArea{
    float: left;
    height: auto;
    width: 230px;
}
.mainLeftArea > div:last-child{
    margin-bottom: 0;
}

.nakai{
    border: 1px solid #eeeeee;
    padding: 50px;
}

/*---------- snapPhotoArea ----------*/
.mainLeftArea .snapPhotoArea{
    background: url(../img/bg_side_snap_photo.jpg) repeat center top;
    width: 230px;
    height: auto;
    padding-bottom: 13px;
    margin-bottom: 20px;
}
.mainLeftArea .snapPhotoArea .snapPhotoOne{
    background: #fff;
    margin: 0 10px 10px;
    padding: 5px;
    position: relative;
    box-shadow: 2px 1px 2px -1px rgba(158, 127, 99, 1);
}
.mainLeftArea .snapPhotoArea .snapPhotoOne a{
    display: block;
}

.mainLeftArea .snapPhotoArea .snapPhotoOne .number{
    color: #f5568b;
    font-family: arial;
    font-size: 133%;
    line-height: 1;
}
.mainLeftArea .snapPhotoArea .snapPhotoOne .photo{
    float: left;
    margin: 0 5px 0 0;
}
.mainLeftArea .snapPhotoArea .snapPhotoOne .shopName{
    display: block;
    line-height: 1;
}
.mainLeftArea .snapPhotoArea .snapPhotoOne .name{
    font-size: 116.7%;
    line-height: 1;
}

.mainLeftArea .snapPhotoArea .snapPhotoOne:first-child .number{
    background: #f5568b;
    border-radius: 100%;
    color: #fff;
    font-size: 150%;
    height: 48px;
    left: 10px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 86px;
    width: 48px;
}
.mainLeftArea .snapPhotoArea .snapPhotoOne:first-child .photo{
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 5px;
}
.mainLeftArea .snapPhotoArea .snapPhotoOne:first-child .shopName{
    line-height: 1.6;
}
.mainLeftArea .snapPhotoArea .snapPhotoOne:first-child .name{
    line-height: 1.6;
}
.mainLeftArea .snapPhotoArea .snapPhotoBox .more{
    text-align: center;
    padding-top: 5px;
}

/*---------- sideBnArea ----------*/
.mainLeftArea .sideBnArea{

}
.mainLeftArea .sideBnArea li{
    margin-bottom: 20px;
}
.mainLeftArea .sideBnArea .yesterdayEntryArea{
    background: #fff4f7;
    border: 2px solid #f5568b;
    border-radius: 7px;
    color: #f5568c;
    padding: 10px;
    margin-bottom: 20px;
}
.mainLeftArea .sideBnArea .yesterdayEntryArea p{
    font-size: 18px;
    font-weight: bold;
}
.mainLeftArea .sideBnArea .yesterdayEntryArea strong{
    color: #000;
    display: inline-block;
    font-size: 20px;
    text-align: right;
    width: 70px;
}
.mainLeftArea .sideBnArea .yesterdayEntryArea span{

}

/*---------- howWorkArea ----------*/
.mainLeftArea .howWorkArea{
    margin-bottom: 20px;
}
.mainLeftArea .howWorkArea ul{
    font-size: 116.7%;
    border: solid 5px #edeee9;
    border-top: none;
    padding: 0 10px;
}
.mainLeftArea .howWorkArea li{
    border-bottom: 1px dotted #edeee9;
}
.mainLeftArea .howWorkArea li:last-child{
    border-bottom: none;
}
.mainLeftArea .howWorkArea li a{
    display: block;
    background: url(../img/ico_arrow_01.png) no-repeat left center;
    color: #333;
    padding: 4px 0 5px 14px;
    text-decoration: none;
}
.mainLeftArea .howWorkArea li a:hover{
    text-decoration: underline;
}


/*---------- columunSideArea ----------*/
.columunSideArea h2{
    margin-bottom: 15px;
}
.columunSideArea ul.rankList{
    counter-reset: wpp-ranking;
}

.columunSideArea ul li{
    position: relative;
    border-top: 1px dotted #ddd;
    margin-right: 20px;
    width: 230px;
}
.columunSideArea ul.rankList li:before {
    background: url(../img/column/ico_crown.png) no-repeat center top;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 22px;
    left: -8px;
    line-height: 22px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 27px;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
.columunSideArea ul li:last-child{
    border-bottom: 1px dotted #ddd;
}
.columunSideArea ul li a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 13px 0 12px;
}
.columunSideArea ul li .thumb{
    display: table-cell;
}
.columunSideArea ul li .ttl{
    font-size: 116.7%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 13px;
    height: 70px;
}
.wpp-thumbnail {
    float: none !important;
}


.mainCont .oneColumnArea{
    width: 980px;
    overflow: hidden;
}


