.rankIcn {}

.rankIcn li {
    width: 240px;
    margin: 0 auto 10px auto;
}

.rankIcn li img {
    width: 100%;
}

#profileWrap {
    width: 100%;
    overflow: hidden;
    margin: -30px auto 0px auto;
}

#profileNameWrap {
    /* border-bottom: 1px dotted #121212; */
    text-align: center;
}

h3.profileName {
    font-size: 48px;
    color: #121212;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: bold;
    font-family: "�q���M�m���� Pro W6", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", serif;
}

h3.profileName span {
    margin: 10px 0 0 0;
    font-weight: normal;
    color: #494949;
    font-size: 12px;
    display: block;
}

h3.profileName span b {
    color: #121212;
    font-size: 20px;
    font-weight: normal;
    margin-right: 8px;
    letter-spacing: 0px;
}

h3.profileName strong {
    float: right;
}

/*******************************��������************************************/

#profWrap {
    position: relative;
    width: 100%;
}

#photoWrap {
    position: relative;
    width: 100%;
    height: 700px;
    /* height: 600px; */
    background-image: url(/pc/img/photoBg.jpg);
    background-repeat: repeat;
    background-size: 500px auto;
    text-align: center;
    margin: 0px auto;
}

.photoContents {
    height: 100%;
    text-align: center;
    position: relative;
}

.photoContents img {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; */

    height: 700px;
    /* height: 600px; */
}

#prof_thumb {
    position: absolute;
    bottom: 20px;
    width: 440px;
    z-index: 99999;
    left: 50%;
    margin-left: -220px;

}

#prof_thumb li {
    height: 59px;
    text-align: center;
    padding: 1px;
    margin-left: 5px;
    float: left;
}

#prof_thumb li a {
    display: block;
    height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
}

#prof_thumb li img {
    vertical-align: bottom;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

#prof_thumb li img:hover,
#prof_thumb li.active img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
}

#commentArea {
    width: 80%;
    max-width: 1080px;
    position: relative;
    margin: 50px auto 0 auto;
    background: rgba(255,255,255,0.8);
    padding: 40px;
}

#commentArea p.subTit {
    color: #e05d5d;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    margin: 50px 0 0 0;
}

#commentArea blockquote {
    color: #000000;
    overflow: auto;
}

#commentRight {
    width: 49%;
    margin-left: 51%;
}

.commentleft{
    width: 49%;
    float: left;
}
#commentArea table {
    border-collapse: collapse;
    width: 100%;
}

#commentArea table th.t_top {
    text-align: left;
    color: #121212;
}

#commentArea table th {
    border-bottom: #686868 1px dotted;
    text-align: left;
    padding: 12px 10px 9px 10px;
    font-weight: bold;
    color: #121212;
    overflow: hidden;
    font-size: 14px;
    width: 160px;
}

#commentArea table td.t_top {
    text-align: left;
}

#commentArea table td {
    border-bottom: #686868 1px dotted;
    text-align: center;
    color: #121212;
    font-size: 14px;
    padding-left: 20px;
}

#profileTimeArea {
    position: relative;
}
#profileShift2{
    width: 100%;
    margin: 0 auto 50px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#profileShift2 li{
    width: 14.2857%;
    text-align: center;
}
#profileShift2 li span{
    display: block;
    background-color: #121212;
    text-align: center;
    margin: 0px 2px;
    padding: 2px;
}
#profileShift2 li span b{
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
}

#profileShift2 li span small{
    display: block;
    background: #fff;
    color: #000;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

/*
#profileShift {
    width: 100%;
}

#profileShift dt {
    float: left;
    width: 12%;
    background-color: #121212;
    text-align: center;
    margin: 0px 3px 0px 0px;
    padding: 5px;
    border: 1px solid #121212;
}

#profileShift dd {
    float: left;
    width: 12%;
    text-align: center;
    margin: 0px 3px 0px 0px;
    padding: 5px;
    border-bottom: 1px solid #121212;
    border-left: 1px solid #121212;
    border-right: 1px solid #121212;
}

#profileShift * span {}

#profileShift dt span {
    color: #fff;
    background-color: #121212;
    font-size: 12px;
}

#profileShift dd span {
    color: #121212;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}
*/
.blog a {
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
    color: #121212;
    background-color: #f9a1a1;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px;
}

.blog a:hover {
    background-color: #f98c8a;
}

.report a {
    display: block;
    color: #121212;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px;
    margin: 5px 0;
    border: 1px solid #e0e0e0;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}

.profileShadow {
    position: absolute;
    width: 100%;
    top: 700px;
    left: 50%;
    transform: translateX(-50%);
}

#profileShame {
    position: relative;
    width: 900px;
    margin: 0px auto;
    padding-top: 50px;
    clear: both;
}

#profileShame_list li {
    width: 174px;
    float: left;
    margin: 3px;
    background-color: #fff;
    text-align: center;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    box-shadow: 0 0 0 5px #121212;
    -webkit-transition: all .2s ease;
    box-shadow: 0px 0px 5px #121212;
}

#profileShame_list li a {
    display: block;
    text-decoration: none;

}

#profileShame_list li a span {
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    text-align: center;
    color: #ccc;
    font-size: 14px;
}

/*	#profileShame_list li a:hover > div.profileShame_thumb:hover{
    opacity:0.8;
}
*/
#profileShame_list li a p.date {
    font-size: 10px;
    color: #000;
}

#profileShame_list li a p.title {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #000;
}

#profileShame_list li a p.name {
    font-size: 12px;
    color: #ff0080;
    height: 20px;
    line-height: 20px;
}


.shameAllList {
    margin: 10px auto ;
    text-align: right;
}

.shameAllList a {
    display: inline-block;
    padding: 10px 20px;
    color: #121212;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}

.profileIfream {
    background: #fff;
    border: none;
}

.prof_gravure {
    margin: 10px 0 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.prof_gravure li {
    width: 25%;
}

.prof_gravure li a {
    display: block;
    border: 2px solid #000;
}

.prof_gravure li a span img {
    width: 100%;
}
