@charset "utf-8";
/* CSS Document */
#federate-title{padding:5px;}
#federate-title hgroup{border:1px solid #fff; padding:15px; color:#fff;}
#federate-title h2{font-size:24px; padding-bottom:15px;}
#federate-title h3{font-size:16px; font-weight:normal;}

.title-rakuyase{background-color:#5bc1ec;   border:4px solid #5bc1ec;}/*・ｽ・ｽ・ｽN・ｽ竄ｹ*/
.title-bubunyase{background-color:#5fbfb6;  border:4px solid #5fbfb6;}/*・ｽ・ｽ・ｽ・ｽ・ｽ竄ｹ*/
.title-tabeyase{background-color:#ef7667;   border:4px solid #ef7667;}/*・ｽH・ｽﾗやせ*/
.title-suguyase{background-color:#ca6ec6;   border:4px solid #ca6ec6;}/*・ｽX・ｽO・ｽ竄ｹ*/
.title-nayami{background-color:#7779b8; border:4px solid #7779b8;}/*・ｽY・ｽﾝ会ｿｽ・ｽ*/

/*pick up box*/
#pickup-article{
/*
    border:3px solid #e4e4e4;
    background-color:#fff;
*/
    margin-bottom:20px;
/*
    padding:10px 13px 10px 7px;
*/
}
#pickup-article .baloon{
    width:96%;
    padding:5px 10px; margin-bottom:8px;
    color:#fff; text-align:center;
    -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
    position:relative;
}
#pickup-article .gravure_list .baloon{
    margin: 0px;
    width:auto;
}
#pickup-article .baloon span{
    display:block;
    position:absolute; left:50%;
    width:7px; height:8px;
    margin-top:5px; margin-left:-4px;
    background-image:url(../images/bg-baloon.png); background-repeat:no-repeat;
}
.top25 {
    margin-top: 25px;
}
div.commentbox {
    line-height: 20px;
}
div.make_icon {
    margin-top: 5px;
}
div.diarybox{padding: 5px 7px 0 7px;}
div.diarybox ul li{width: 200px; clear: both; padding: 5px 0; overflow: hidden; display:block; border-bottom: 1px dotted #CCC;}
div.diary_img{
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 5px;
}
div.diary_img a{
    overflow: hidden;
    display:block;
}
div.diary_img img{
    width: 80px;
    margin-right: 7px;
}
div.diary_text {
    float: left;
    line-height: 15px;
    padding: 0 0 0 5px;
    width: 125px;
}
div.diary_text span{
    font-size:90%;
}
div.diary_text a{
    font-weight: bold;
}
ul#blog_list li {
    clear: both;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
    overflow:hidden;
}
ul#blog_list li div.update_date em {
    color: #000000;
    font-style: normal;
    font-size: 11px;
}
ul#blog_list li h6.blog_title {
    font-size: 14px;
    padding: 2px 0;
}
ul#blog_list li div.blog_body {
    line-height: 1.3em;
    padding: 5px;
    font-size: 12px;
    margin-left: 85px;
}

.pickup-rakuyase .baloon{background-color:#5bc1ec;}
.pickup-rakuyase .baloon span{background-position:0 0;}
.pickup-bubunyase .baloon{background-color:#e772a9;}
.pickup-bubunyase .baloon span{background-position:-7px 0;}
.pickup-tabeyase .baloon{background-color:#ef7667;}
.pickup-tabeyase .baloon span{background-position:-14px 0;}
.pickup-suguyase .baloon{background-color:#ca6ec6;}
.pickup-suguyase .baloon span{background-position:-21px 0;}
.pickup-nayami .baloon{background-color:#7779b8;}
.pickup-nayami .baloon span{background-position:-28px 0;}

/*
#pickup-article figure{width:300px; margin:0 auto 15px;}
*/
#pickup-article figure{max-width:300px;width:100%; margin:0 auto 15px;}
#pickup-article figure img{display:block;}

div.picture_large {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
div.picture_large img{
    margin: 0;
    text-align: center;
    width: 100%;
}
ul.picture_thumb {
    margin: 5px 0 0 5px;
    padding-bottom: 10px;
    width: 100%;
}
ul.picture_thumb li {
    display : inline-block;
    margin-right: 2px;
    vertical-align : top;
    width: 18%;
}
ul.picture_thumb li img {
    border: 1px solid #CCCCCC;
    cursor: pointer;
    width: 88%;
}
div.gravure_list {
    clear: both;
    padding-bottom: 10px;
    width: 100%;
}
div.shukkin_calender {
    clear: both;
    padding-bottom: 10px;
    /*width: 300px;*/
    max-width: 300px;
    width: 100%;
}
div.shukkin_calender h6 {
    background: none repeat scroll 0 0 #666;
    color: #FFFFFF;
    font-size: 109%;
    line-height: 1.8em;
    text-align: center;
}
div.shukkin_calender table {
    border: 1px solid #999;
    /*width: 300px;*/
    max-width: 300px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
 div.shukkin_calender table td.date {
    background: none repeat scroll 0 0 #FFFFCC;
    width: 100px;
}
div.shukkin_calender table th, div.shukkin_calender table td {
    border: 1px solid #999;
    padding: 5px 0;
    text-align: center;
}
div.profilename {
    color: #F69;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-top: 0;
}
div.name span.age {
    font-size: 14px;
    font-weight: normal;
}
div.other_profile {
    font-size: 117%;
    margin: 5px 0;
}
div.diary_view_more {
    text-align: right;
    padding-top: 6px;
}
div.thumb {
    padding: 10px;
    text-align: center;
}
div.thumb img {
    max-width: 270px;
}
div.thumb div.catch {
    margin: 10px auto 0;
    text-align: left;
    width: 250px;
}
@media only screen and (min-width:768px){
    #pickup-article figure{width:41%; margin-bottom:0;}
    #pickup-article .entry-blockin{width:56.5%;}
    div.shukkin_calender h6 {
    background: none repeat scroll 0 0 #666;
    color: #FFFFFF;
    font-size: 109%;
    line-height: 1.8em;
    text-align: center;
}
div.shukkin_calender table {
    border: 1px solid #999;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
div.shukkin_calender {
    clear: both;
    padding-bottom: 10px;
    width: 100%;
}
div.picture_large {
    margin: 0;
    text-align: center;
    width: 100%;
}
div.profilename {
    color: #F69;
    font-size: 217%;
    font-weight: bold;
    position: relative;
    padding-top: 5px;
}
div.name span.age {
    font-size: 16px;
    font-weight: normal;
}
#pickup-article{
/*
    border:3px solid #e4e4e4;
    background-color:#fff;
*/
    margin-bottom:20px;
    padding:10px 20px;
}
}
