header{
    color:#ccc;
    font-size:11px;
    width:100%;
    /*height:250px;*/
    margin:0 auto;
    text-align:center;
}

#logo {
    max-width:1100px;
    /*height:170px;*/
    margin:0 auto;
}

#logo img {
    width: 100%;
}

#menu_area {
    clear:both;
    width:110%;
    height:64px;
    margin:0 auto;
    background: #e46d11;
}

#menu_navi {
    width:1177px;
    height:80px;
    margin:0 auto;
}

#menu_navi ul {
    list-style: none;
    overflow: hidden;
}

#menu_navi li {
    width: 166px;
    height:80px;
    text-align: center;
    float: left;
}

#menu_navi li img {
    width: 137px;
    height:80px;
}

#menu_navi li a {
    display:block;
}

@media screen and (max-width: 770px) {
    header{
        height:auto;
    }

    #logo {
        width:100%;
        height:auto;
    }

    #logo img {
        width:100%;
        height:auto;
    }

    #menu_area {
        height:0px;
    }

}
footer {
    background: rgb(217 104 18 / 71%) !important;
    color: #ffffff !important;
    margin-top: 60px;
    width: 100%;
    clear: both;
}
footer a {
    text-decoration:none;
    color:#fff;
    margin:0 10px;
}
footer a:hover {
    color:#F18B8D;
    text-decoration: underline;
}
footer section {
    width: 1000px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
footer ul {
    margin:10px auto;
    padding:0 20px 8px;
    text-align:center;
}

footer li {
    display:inline-block;
    font-size:12px;
    margin-top:9px;
}

footer div {
   /* background:rgb(0, 0, 0) !important;*/
    color:#fff;
    text-align:center;
    font-size:12px;
    padding:14px 0;
    clear:both;
}

@media screen and (max-width: 770px) {
    footer section {
        width:100%;
    }
    footer div {
        padding:14px 0 25vw 0;
    }
}
#footer_menu{
    width:100%;
    max-width:1000px;
    white-space: nowrap;
    display: block;
    position: fixed;
    bottom:0px;
    overflow:hidden;
    z-index: 100;
}

#footer_menu ul{
    width:100%;
    display:flex;
    bottom: 0;
    margin:0px;
    padding:0px;
}

#footer_menu li{
    width:20%;
    margin:0px;
    padding:0px;
    display:inline-block;

}

#footer_menu li div{
    font-size:0.7rem;
}

#footer_menu li img{
    width:100%;
    margin:auto;
}

.cover {
    clear:both;
    float:left;
    width:100%;
    height:auto;
    /*margin:0px auto 30px auto;*/
    margin:auto;
    overflow:hidden;
}

.cover_slider {
    float:left;
    width:100%;
    height:auto;
    margin-bottom:30px;
}

.cover_slider img {
    width:100%;
    height:auto;
}

@media screen and (max-width: 770px) {
    .cover {
        margin:0px auto 15px auto;
    }

    .cover_slider img {
        width:100%;
        height:auto;
    }
}
#breadcrumb {
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin:0;
}
#breadcrumb li {
    font-size:10px;
    float:left;
    margin:5px;
}
#breadcrumb li a{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    text-decoration:none;
}
.top_titlebar {
    clear:both;
    float:left;
    width:1100px;
    height:100px;
    /*margin-top:30px;*/
}

.top_titlebar img {
    width:1100px;
    height:auto;
}

@media screen and (max-width: 770px) {
    .top_titlebar {
        width:100%;
        height:auto;
        /*margin-top:15px;*/
    }

    .top_titlebar img {
        width:100%;
        height:auto;
    }
}
/* -------------------------------------------------
     top_realtime_area
 --------------------------------------------------- */
.top_realtime_area {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:10px auto;
    overflow:hidden;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
}

.top_realtime_area .realtime_list {
    width: 270px;
    height:auto;
    margin: 5px 2px;
}

.top_realtime_area .realtime_list .rt_img {
    float:left;
    width:270px;
    height:360px;
    overflow:hidden;
    position: relative;
}

.top_realtime_area .realtime_list .listimg {
    width:270px;
    height:360px;
}

.top_realtime_area .realtime_list .rt_img a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
}

.icon_newface{
    width:86px;
    height:86px;
    position: absolute;
    right: 0;
    top: 0;
}

.icon_newface img{
    width:86px;
    height:86px;
}

.top_realtime_area .realtime_list .rt_rank {
    /*float:left;*/
    width:270px;
    height:35px;
    overflow:hidden;
}
/* メモ --ランクのマークは640*83サイズです */
.top_realtime_area .realtime_list .rt_rank img {
    width:270px;
    height:35px;
}

.top_realtime_area .realtime_list .rt_name {
    /*float:left;*/
    width:270px;
    /*height:20px;*/
    overflow:hidden;
    background-color:#cd5f0a;
    font-size:16px;
    padding: 5px 0;
    color:#FFF;
    text-align:center;
    line-height: 20px;
}

.top_realtime_area .realtime_list .rt_name span {
    font-size:12px;
}

.top_realtime_area .realtime_list .rt_size {
    /*float:left;*/
    width:268px;
    /*height:18px;*/
    overflow:hidden;
    /*background-color:#fff;*/
    font-size:14px;
    padding: 5px 0;
    text-align:center;
    line-height: 18px;
    border:solid 1px #fff;
}

.top_realtime_area .realtime_list .rt_wait {
    float:left;
    width:268px;
    /*height:18px;*/
    overflow:hidden;
    /*background-color:#fff;*/
    font-size:14px;
    padding: 5px 0;
    text-align:center;
    /*line-height: 18px;
    box-sizing: border-box;*/
    border:solid 1px #fff;
    white-space: nowrap;
}

.top_realtime_area .realtime_list .rt_wait span {
    font-weight:bold;
}
.top_realtime_area .realtime_list .rt_tip{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    line-height: 22px;
    justify-content: space-between;
}
.top_realtime_area .realtime_list .rt_tip span {
    background: #cd5f0a;
    color: #fff;
    border-radius: 50px;
    width: 48%;
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 770px) {
    .top_realtime_area {
        width:100%;
    }

    .top_realtime_area .realtime_list {
        width: 50%;
        margin: 10px 0px;
    }

    .top_realtime_area .realtime_list .rt_img {
        width:100%;
        height:auto;
    }

    .top_realtime_area .realtime_list .listimg {
        width:100%;
        height:auto;
    }

    .icon_newface{
        width:30%;
        height:auto;
    }

    .icon_newface img{
        width:100%;
        height:auto;
    }

    .top_realtime_area .realtime_list .rt_rank {
        width:100%;
        height:auto;
    }

    .top_realtime_area .realtime_list .rt_rank img {
        width:100%;
        height:auto;
    }

    .top_realtime_area .realtime_list .rt_name {
        width:100%;
        height:auto;
        padding: 8px 0;
        line-height: normal;
    }

    .top_realtime_area .realtime_list .rt_size {
        width:100%;
        height:auto;
        padding: 8px 0;
        line-height: normal;
        box-sizing: border-box;
        font-size:12px;
    }

    .top_realtime_area .realtime_list .rt_wait {
        width:100%;
        height:auto;
        padding: 8px 0;
        line-height: normal;
        box-sizing: border-box;
    }

}

/* -------------------------------------------------
     top_topics_area
 --------------------------------------------------- */
#top_topics_area {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:10px auto;
}

#top_topics_area .topics_list {
    float:left;
    width: 360px;
    height:355px;
    margin: 0 3px;
}

#top_topics_area .topics_list .topics_img {
    float:left;
    width:340px;
    height:240px;
    overflow:hidden;
    margin: 10px;
}

#top_topics_area .topics_list .topics_img img {
    width:340px;
    height:auto;

    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

#top_topics_area .topics_list .topics_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


#top_topics_area .topics_list .topics_day {
    float:left;
    width:340px;
    height:20px;
    margin: 5px 10px;
    font-size: 12px;
}

#top_topics_area .topics_list .topics_title {
    float:left;
    width:340px;
    height:50px;
    margin: 5px 10px;
}

#top_topics_area .topics_list .topics_body {
    display: none;
}

@media screen and (max-width: 770px) {
    #top_topics_area {
        width:98%;
    }

    #top_topics_area .topics_list {
        clear:both;
        float:left;
        width: 100%;
        height:auto;
        margin: 10px 0px;
        overflow:hidden;
    }

    #top_topics_area .topics_list .topics_img {
        float:left;
        width:48%;
        height:auto;
        margin: 0px;
    }

    #top_topics_area .topics_list .topics_img img {
        width:100%;
    }


    #top_topics_area .topics_list .topics_day {
        float:right;
        width:48%;
        margin: 5px auto;
    }

    #top_topics_area .topics_list .topics_title {
        float:right;
        width:48%;
        height:auto;
        margin: 5px auto;
    }

    #top_topics_area .topics_list .topics_body {
        display: inline-block;
        float:right;
        width:48%;
        height:auto;
        margin: 5px auto;
    }
}

/* -------------------------------------------------
     clm1_area
 --------------------------------------------------- */
#clm1_area {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:50px auto 50px auto;
}

.clm1_box {
    float:left;
    width:1100px;
    height:auto;
    margin:10px 0;
}

.clm1_box .boximg {
    width:1100px;
    height:auto;
}

.clm1_box a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
}


@media screen and (max-width: 770px) {
    #clm1_area {
        width:100%;
        margin:10px auto;
    }

    .clm1_box {
        width : 100% ;
        height:auto;
    }

    .clm1_box .boximg {
        width:100%;
        height:auto;
    }

}

/* -------------------------------------------------
     top_newface_area
 --------------------------------------------------- */
#top_newface_area {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:10px auto;
    overflow:hidden;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
}

#top_newface_area .newface_list {
    width: 270px;
    height:auto;
    margin: 5px 2px;
}

#top_newface_area .newface_list .rank {
    float:left;
    width:270px;
    height:35px;
    overflow:hidden;
}

#top_newface_area .newface_list .rank img {
    width:270px;
    height:35px;
}


#top_newface_area .newface_list .nf_img {
    float:left;
    width:270px;
    height:360px;
    overflow:hidden;
    position: relative;
}

#top_newface_area .newface_list .nf_img img {
    width:270px;
    height:360px;
}

#top_newface_area .newface_list .nf_img a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
}

#top_newface_area .newface_list .nf_name {
    float:left;
    width:270px;
    /*height:20px;*/
    overflow:hidden;
    background-color:#cd5f0a;
    font-size:16px;
    padding: 5px 0;
    color:#FFF;
    text-align:center;
    line-height: 20px;
}

#top_newface_area .newface_list .nf_name span {
    font-size:12px;
}

#top_newface_area .newface_list .nf_size {
    float:left;
    width:268px;
    /*height:18px;*/
    overflow:hidden;
    /*background-color:#fff;*/
    font-size:14px;
    padding: 5px 0;
    text-align:center;
    line-height: 18px;
    border:solid 1px #fff;
}

#top_newface_area .newface_list .nf_day {
    float:left;
    width:270px;
    /*height:20px;*/
    overflow:hidden;
    background-color:#000;
    font-size:16px;
    padding: 5px 0;
    color:#FFF;
    text-align:center;
    line-height: 20px;
}

@media screen and (max-width: 770px) {
    #top_newface_area {
        width:100%;
    }

    #top_newface_area .newface_list {
        width: 50%;
        margin: 10px 0px;
    }

    #top_newface_area .newface_list .rank {
        width:100%;
        height:auto;
    }

    #top_newface_area .newface_list .rank img {
        width:100%;
        height:auto;
    }

    #top_newface_area .newface_list .nf_img {
        width:100%;
        height:auto;
    }

    #top_newface_area .newface_list .nf_img img {
        width:100%;
        height:auto;
    }

    #top_newface_area .newface_list .nf_name {
        width:100%;
        height:auto;
        padding: 8px 0;
        line-height: normal;
    }

    #top_newface_area .newface_list .nf_size {
        width:100%;
        height:auto;
        padding: 8px 0;
        line-height: normal;
        box-sizing: border-box;
        font-size:12px;
    }

    #top_newface_area .newface_list .nf_day {
        width:100%;
        height:auto;
        padding: 8px 0;
        line-height: normal;
    }
}
/* -------------------------------------------------
     clm2_area
 --------------------------------------------------- */
#clm2_area {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:50px auto 50px auto;
}

.clm2_box {
    float:left;
    width:540px;
    height:auto;
    margin:10px 5px;
    text-align: center;
}

.clm2_box .box2img {
    width:540px;
    height:auto;
}

.clm2_box a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
}

.clm2_2_box {
    float:left;
    width:540px;
    height:auto;
    margin:10px 5px;
}

.clm2_2_box .box2img {
    width:540px;
    height:auto;
}

.clm2_2_box a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
}


@media screen and (max-width: 770px) {
    #clm2_area {
        width:100%;
        margin:25px auto 25px auto;
    }

    .clm2_box {
        width : 98% ;
        float:none;
        height:auto;
        margin:10px auto;
    }

    .clm2_box .box2img {
        width:100%;
        height:auto;
    }

    .clm2_2_box {
        width : 50% ;
        float:left;
        height:auto;
        margin:10px 0;
    }

    .clm2_2_box .box2img {
        width:98%;
        height:auto;
    }

}

#system_txt {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:20px auto;
    overflow:hidden;
    border:solid 1px #fff;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 63%);
}

@media screen and (max-width: 770px) {
    #system_txt {
        width:100%;
    }
}

#schedule_week {
    clear:both;
    width:1100px;
    height:30px;
    margin-top:10px;
    margin-bottom:20px;
    overflow:hidden;
}

/* 各日 */
#schedule_week #daily{
    width:1000px;
    height:40px;
    margin-left:70px;
}

#schedule_week #daily ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#schedule_week #daily li{
    display:inline;
    padding: 0;
    margin: 0;
    float: left;
}

#schedule_week #daily li a{
    display:block;
    background-color: #ff770f;
    border:solid 1px #fff;
    text-decoration: none;
    color: #fff;
    width: 120px;
    margin: 5px;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    /* 角丸 */
    border-radius: 10px;		/* CSS3草案 */
    -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;	/* Firefox用 */
}

#schedule_week #daily li a:hover{
    background-color: #e6459b;
    color: #fff;
}
@media screen and (max-width: 770px) {
    #schedule_week {
        width:100%;
        height:auto;
    }

    #schedule_week #daily{
        width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }

    #schedule_week #daily li{
        width: 33%;
    }

    #schedule_week #daily li a{
        width: 90%;
        margin: 5px auto;
    }

    #schedule_week #weekly{
        width:100%;
        height:auto;
        margin-top: 20px;
        margin-left:auto;
        margin-right:auto;
    }

    #schedule_week #weekly #week_prev{
        float:left;
        width:50%;
    }

    #schedule_week #weekly #week_next{
        float:right;
        width:50%;
        margin-left:0px;
    }

    #schedule_week #weekly .weekly_icon{
        width: 90%;
        margin: 0px auto;
    }

}
/* -------------------------------------------------
     event
 --------------------------------------------------- */
.event_list_area {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:10px auto;
    overflow:hidden;
    border:solid 1px #fff;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 16%);
}

.event_list_area .event_img {
    float:left;
    width:100%;
    height:auto;
    margin:20px 0;
    text-align:center;
}

.event_list_area .event_img img {
    max-width:100%;
    height:auto;
}

.event_list_area h2 {
    font-size: 18px;
    font-weight:bold;
    padding: 5px 0;
    border-bottom: 1px dotted #fff;
}

.event_list_area h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
    color:#fff;
}

.event_list_area .event_txt {
    float:left;
    width:100%;
    height:auto;
}


@media screen and (max-width: 770px) {
    .event_list_area {
        width:100%;
    }

}


/* -------------------------------------------------
     topics_list_box
 --------------------------------------------------- */

.topics_list_box {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin:10px auto;
    overflow:hidden;
    border:solid 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
}

.topics_list_box .topics_list_title {
    width: 100%;
    height:auto;
    background-color:#000;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size:16px;
}


.topics_list_box .topics_list_img {
    float:left;
    width: 360px;
    height:auto;
    margin: 10px 0 0 0;
    overflow:hidden;
}

.topics_list_box .topics_list_img img {
    width:360px;
    height:auto;
}
.topics_list_sm_img{
    float:left;
    width: 13%;
    height:auto;
    margin: 10px 2% 0 0;
    overflow:hidden;
}
.topics_list_sm_img img{
    width:100%;
    height:auto;
}

.topics_list_box .topics_list_txt {
    float:right;
    width:700px;
    height:auto;
    overflow:hidden;
    margin: 10px 0 0 0;
}
.topics_list_sm_txt {
    float:right;
    width:85%;
    height:auto;
    overflow:hidden;
    margin: 10px 0 0 0;
}

.topics_list_box .topics_list_txt h3 , .topics_list_sm_txt h3 {
    width: 100%;
    text-align:right;
    font-size:14px;
    font-weight: normal;
    color:#666;
}

.topics_list_box .topics_list_txt p {
    width: 100%;
    margin-top: 10px;
}

#top_news_area {
    clear:both;
    width:900px;
    height:auto;
    margin:10px auto;
}

#top_news_area hr {
    width:900px;
    margin:0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
}
.news_listbox {
    clear:both;
    float:left;
    width:90%;
    height:auto;
    padding:15px 10px;
    margin:auto 5%;
    border-bottom:solid 1px #ccc;
    box-sizing:border-box;
}

.news_listbox .data {
    float:left;
    width: 20%;
    height:auto;
    text-align:center;
}

.news_listbox .title {
    font-size:1.3em;
    font-weight:bold;
    float:left;
    width: 80%;
    height:auto;
    margin-bottom:1%;
}
.news_listbox p{
    width: 80%;
    margin-left:20%;
}
.news_listbox p a{
    color:#000 !important;
}

@media screen and (max-width: 770px) {
    .topics_list_box {
        width:100%;
    }

    .topics_list_box .topics_list_img {
        width: 100%;
        height:auto;
        text-align:center;
    }

    .topics_list_box .topics_list_img img {
        max-width:100%;
        height:auto;
    }

    .topics_list_box .topics_list_txt {
        float:left;
        width:100%;
    }
    #top_news_area {
        width:100%;
    }

    #top_news_area hr {
        width:100%;
    }

    .news_listbox {
        width:100%;
        margin:auto 0%;
    }

    .news_listbox .data {
        width: 100%;
        text-align:left;
    }

    .news_listbox .title {
        width: 100%;
    }
    .news_listbox p{
        width: 100%;
        margin-left:0%;
    }

}

/* -------------------------------------------------
     prof_namearea
 --------------------------------------------------- */
#prof_namearea {
    clear:both;
    float:left;
    width:1100px;
    height:50px;
    margin: 10px auto 0px auto;
    /*background-color:#000;*/
}

#prof_name {
    float:left;
    width:550px;
    height:auto;
    padding: 10px 0 10px 20px;
    color:#FFF;
    font-size:24px;
    font-weight:bold;
    background: #ffa056;
    border-radius: 50px;
}

#prof_name span {
    font-size:18px;
}
#prof_icon_area{
    display: flex;
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
}
#prof_icon_area div{
    background: #cd5f0a;
    font-size:14px;
    padding: 5px 10px;
    border-radius: 50px;
    color:#FFF;
    min-width: 175px;
    text-align: center;
    letter-spacing: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 750px){
    #prof_icon_area{
        justify-content: space-around;
    }
    #prof_icon_area div{
        margin-top: 10px;
        margin-right:0 ;
    }
}
/* size */
#prof_size {
    float:right;
    width:550px;
    height:auto;
    /* margin: 15px 20px 0 0; */
	padding: 10px 0 10px 20px;
    color:#FFF;
    text-align:left;
	font-size: 24px;
	font-weight: bold;
	background: #ffa056;
	border-radius: 50px;
}

/* rank */
#prof_rank {
    float:right;
    width:200px;
    height:auto;
    margin: 13px 0 0 0;
}

#prof_rank img {
    width:100%;
    height:auto;
}


@media screen and (max-width: 770px) {
    #profile_area {
        width:100%;
    }

    #prof_namearea {
        width:100%;
        height:auto;
    }

    #prof_name {
        float:none;
        width:95%;
        height:auto;
        margin: 10px auto 0 auto;
    }

    #prof_size {
        float:none;
        width:95%;
        margin: 5px auto 10px auto;
        text-align:left;
    }

    #prof_rank {
        float:none;
        width:95%;
        margin: 10px auto;
    }

    #prof_rank img {
        width:100%;
    }
}
/* -------------------------------------------------
     prof_review_area
 --------------------------------------------------- */
#prof_review_area {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin: 20px auto 10px auto;
    overflow:hidden;
}

#prof_review_area #review_bar {
    clear:both;
    float:left;
    width:100%;
    height:50px;
}

#prof_review_area #review_bar img {
    width:100%;
    height:auto;
}

#prof_review_area #review_area {
    clear:both;
    float:left;
    width:1100px;
    height:200px;
    border:solid 1px #aaa;
    box-sizing:border-box;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
    overflow-y:auto;
}

#prof_review_area #review_area .review_list {
    clear:both;
    float:left;
    width:1050px;
    height:auto;
    border-bottom: solid 1px #aaa;
    box-sizing:border-box;
    margin: 10px 0 0 10px;
}

#prof_review_area #review_area .review_list .data {
    clear:both;
    float:left;
    width:1050px;
    height:30px;
    border-bottom:dotted 1px #ccc;
    box-sizing:border-box;
    line-height: 30px;
    padding-left: 10px;
}

#prof_review_area #review_area .review_list .star {
    clear:both;
    float:left;
    width:1050px;
    height:30px;
    border-bottom:dotted 1px #ccc;
    box-sizing:border-box;
    line-height: 30px;
    padding-left: 10px;
}

#prof_review_area #review_area .review_list .star span {
    color:#F60;
}


#prof_review_area #review_area .review_list .review_txt {
    clear:both;
    float:left;
    width:1050px;
    height:auto;
    box-sizing:border-box;
    padding: 10px;
}

#prof_review_area #review_area .review_none {
    clear:both;
    float:left;
    width:1050px;
    height:auto;
    margin: 10px 0 0 10px;
}

#prof_review_area #review_comment {
    clear:both;
    float:left;
    width:1100px;
    height:auto;
    margin: 10px 0 0 0;
    border:solid 1px #aaa;
    box-sizing:border-box;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
    overflow:hidden;
}

#prof_review_area #review_comment h1 {
    font-size:14px;
    font-weight:bold;
    padding-left: 10px;
}


#prof_review_area #review_comment .review_name {
    clear:both;
    float:left;
    width:250px;
    height:40px;
    box-sizing:border-box;
    padding: 10px;
}

#prof_review_area #review_comment .review_name input {
    width:150px;
    height: 18px;
}

#prof_review_area #review_comment .review_star {
    float:left;
    width:130px;
    height:40px;
    box-sizing:border-box;
    padding: 10px;
}

#prof_review_area #review_comment .review_naiyo {
    float:left;
    width:600px;
    height:40px;
    box-sizing:border-box;
    padding: 10px;
}

#prof_review_area #review_comment .review_naiyo input.naiyo {
    width:400px;
    height:18px;
    margin-right: 10px;
}

@media screen and (max-width: 770px) {
    #prof_review_area {
        float:none;
        width:98%;
        margin: 20px auto 10px auto;
    }

    #prof_review_area #review_bar {
        width:100%;
        height:auto;
    }

    #prof_review_area #review_bar img {
        width:100%;
        height:auto;
    }

    #prof_review_area #review_area {
        width:100%;
        height:300px;
    }

    #prof_review_area #review_area .review_list {
        width:95%;
        height:auto;
        margin: 10px 0 0 2%;
    }

    #prof_review_area #review_area .review_list .data {
        width:100%;
        height:auto;
        line-height: normal;
    }

    #prof_review_area #review_area .review_list .star {
        width:100%;
        height:auto;
        line-height: normal;
    }

    #prof_review_area #review_area .review_list .review_txt {
        width:100%;
    }

    #prof_review_area #review_area .review_none {
        width:100%;
        margin: 10px 0 0 0;
    }

    #prof_review_area #review_comment {
        width:100%;
        height:auto;
    }


    #prof_review_area #review_comment .review_name {
        width:100%;
        height:auto;
    }

    #prof_review_area #review_comment .review_name input {
        width:50%;
        height: auto;
    }

    #prof_review_area #review_comment .review_star {
        width:100%;
        height:auto;
    }

    #prof_review_area #review_comment .review_naiyo {
        width:100%;
        height:auto;
    }

    #prof_review_area #review_comment .review_naiyo input.naiyo {
        width:50%;
        height:auto;
    }


}


#schedule_area {
    clear:both;
    float:left;
    width:100%;
    height:auto;
    margin: 20px 0 0 0;
}

#schedule_area .sche_bar {
    clear:both;
    float:left;
    width:100%;
    height:auto;
}

#schedule_area .sche_bar img {
    width:100%;
    height:auto;
}

#schedule_area #prof_schedule {
    clear:both;
    float:left;
    width:100%;
    /*height:430px;*/
    padding:10px;
    margin: 0px auto;
    background-color: rgb(255 255 255 / 18%);
    border:solid 1px #fff;
    box-sizing:border-box;
}

#schedule_area #prof_schedule .days {
    float:left;
    width: 100%;
    /*height:20px;*/
    padding:15px 10px;
    margin: 4px auto;
}

#schedule_area #prof_schedule .days span {
    margin: 0 10px;
}

@media screen and (max-width: 770px) {
    #schedule_area {
        width:98%;
        float:none;
        height:auto;
        margin: 20px auto 0 auto;
    }

    #schedule_area .sche_bar {
        width:100%;
        height:auto;
    }

    #schedule_area .sche_bar img {
        width:100%;
        height:auto;
    }

    #schedule_area #prof_schedule {
        width:100%;
        height:auto;
        padding:0px;
    }

    #schedule_area #prof_schedule .days {
        float:none;
        width: 90%;
        padding:10px auto;
        margin: 8px auto;
    }

    #schedule_area #prof_schedule .days span {
        margin: 0 10px;
    }

}
/* -------------------------------------------------
     prof_left prof_right
 --------------------------------------------------- */
#prof_left {
    float:left;
    width:500px;
    height:auto;
    margin: 10px auto;
}

#prof_right {
    float:right;
    width:590px;
    height:auto;
    margin: 10px auto;
}

@media screen and (max-width: 770px) {
    #prof_left {
        width:100%;
    }

    #prof_right {
        float:left;
        width:100%;
    }
}
/* comment */
#prof_come_bar {
    clear:both;
    float:left;
    width:590px;
    height:auto;
    margin: 0 0 0 0;
}

#prof_come_bar img {
    width:590px;
    height:auto;
}

#prof_girls_comment {
    clear:both;
    float:left;
    width:590px;
    height:250px;
    margin: 0 0;
    overflow:auto;
    background-color: rgb(255 255 255 / 18%);
    border:solid 1px #fff;
    box-sizing:border-box;
}

#prof_girls_comment div {
    width:560px;
    padding: 5px;
}

@media screen and (max-width: 770px) {

    #prof_come_bar {
        float:none;
        width:98%;
        margin: 10px auto 0 auto;
    }

    #prof_come_bar img {
        width:100%;
        height:auto;
    }

    #prof_girls_comment {
        float:none;
        width:98%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #prof_girls_comment div {
        width:98%;
        padding: 0px;
    }

}

#prof_namearea {
    background-repeat:repeat;
    background-image:url(./img/base/frame_bg.jpg?1189415493);
}
#prof_photoarea {
    background-repeat:no-repeat;
    background-image:url(./img/page_parts/model_img_bg.png?1189415493);
}
@media screen and (max-width: 770px) {
    #prof_photoarea {
        background-image: none;
    }
}

#prof_schedule .days {
    background:rgb(228 109 17) !important;
    color:#ffffff !important;
}

#prof_option_area #option_area .ok {
    background-color:rgb(0, 0, 0) !important;
    color:#ffffff !important;
}

#prof_qa_area #qa_area .qa_list {
    border-bottom: dashed 1px rgb(0, 0, 0) !important;
}

#prof_qa_area #qa_area .list_q {
    background-color:rgb(0, 0, 0) !important;
    color:#ffffff !important;
}