@charset "utf-8";

/*
 * iframe
 *
 **************************************************/

iframe.diaryheader_menu_frame {
    width: 990px;
    height: 35px;
    margin: 5px 0px 15px 0px;
    border: 0px;
    overflow: hidden;
}


/*
 * 新登場
 *
 **************************************************/
.diary_newc .diary_newc_title{
    position: relative;
    margin: 5px -7px 10px;
    padding: 5px 0px;
    background: #5ba442;
    color: #fff;
    display: inline-block;
    min-width: 95px;
    text-align: center;
    box-shadow: 1px 2px 1px 0px #3C6D2C;
}
.diary_newc .diary_newc_title:before {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-width: 0px 7px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #3C6D2C;
}
.diary_newc .FlexBox {
    margin-bottom: 4px;
}

.diary_newc .FlexBox:last-child {
    margin-bottom: 0;
}

.diary_newc .FlexBox__item.img {
    width: 58px;
    height: 58px;
    overflow: hidden;
    margin-right: 5px;
}

.diary_newc .FlexBox__item.text {
    width: 85px;
    margin-top: 4px;
}


/*
 * 写メ日記ネタ
 *
 **************************************************/
.diary_neta_title{
    position: relative;
    margin: 5px -7px 10px;
    padding: 5px 0px;
    background: #A64AAF;
    color: #fff;
    display: inline-block;
    min-width: 95px;
    text-align: center;
    box-shadow: 1px 2px 1px 0px #733379;
}
.diary_neta_title:before {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-width: 0px 7px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #733379;
}
.proposalBtn{
    background: #eee;
    display: block;
    border-radius: 5px;
/* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-999 2016/05/26 */
/*  padding: 8px 5px 8px 47px; */
    padding: 2px 0px 8px 10px;
/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-999 2016/05/26 */
    border: 1px solid #D5DEEF;
    font-weight: bold;
/* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-999 2016/05/26 */
/*  background-image: url("/img/icon/icon_book.svg"); */
/*  background-size: 30px; */
/*  background-repeat: no-repeat; */
/*  background-position: center left 10px; */
/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-999 2016/05/26 */
}
/* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-999 2016/05/26 */
.proposalBtn img[src$=".svg"] {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px -6px 0;
}
/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-999 2016/05/26 */
/*
 * 最新日記
 *
 **************************************************/
.diary_new .diary_new_title{
    position: relative;
    margin: 5px -7px 10px;
    padding: 5px 10px;
    background: #1a93e4;
    color: #fff;
    display: inline-block;
    min-width: 95px;
    text-align: center;
    box-shadow: 1px 2px 1px 0px #19669A;
}
.diary_new .diary_new_title:before {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-width: 0px 7px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #19669A;
}

.diary_new .FlexBox {
    margin-bottom: 10px;
}

.diary_new .FlexBox:last-child {
    margin-bottom: 0px;
}

.diary_new .FlexBox__item {
    margin-right: 10px;
    /* ↓ 写メ日記リニューアル 10/01 */
    /* width: 99px; */
    width: 142px;
    /* ↑ 写メ日記リニューアル 10/01 */
}

.diary_new .FlexBox__item:last-child {
    margin-bottom: 0;
}

.diary_new .FlexBox__item p {}

.diary_new .FlexBox__item .diary_new--img {
    display: block;
    /* ↓ 写メ日記リニューアル 10/01 */
    /* height: 99px; */
    height: 142px;
    /* ↑ 写メ日記リニューアル 10/01 */
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
    /* ↓ 写メ日記リニューアル 10/01 */
    /* width: 99px; */
    width: 142px;
    /* ↑ 写メ日記リニューアル 10/01 */
}

.diary_new .FlexBox__item .diary_new--img img{
    /* ↓ 写メ日記リニューアル 10/01 */
    /* height: 99px; */
    height: 142px;
    /* width: 99px; */
    width: 142px;
    object-fit: cover;
    /* ↑ 写メ日記リニューアル 10/01 */
}

.diary_new .FlexBox__item .diary_new--img p {
    position: absolute;
    font-size: 10px;
    position: absolute;
    color: #ffffff;
    display: block;
    background: #333;
    padding: 1px 2px;
    opacity: 0.7;
    right: 0px;
    top: 2px;
}

.diary_new .FlexBox__item .diary_new--catch a {
    line-height: 15px;
    display: block;
    margin-bottom: 3px;
}


/*
 * 写メ日記ニュース
 *
 **************************************************/

.symenews_title {
    text-align: center;
}

.symenews_title a {
    display: inline-block;
    background-color: white;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.symenews_border {
    border-top: 1px solid #D5DEEF;
    height: 0px;
    position: relative;
    top: -9px;
}

.symenews .FlexBox__item.img {
    height: 110px;
    width: 110px;
    overflow: hidden;
    margin-right: 10px;
}

.symenews .FlexBox__item.text li {
    margin-top: 3px;
    margin-bottom: 2px;
    background-image: url(/img/icon/icon_circlearrow_left.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px auto;
    padding-left: 15px;
}
/*
 * スライドバナー フォトギャラリーの上
 *
 **************************************************/
.publicity{
	 margin-right:10px;
	 margin-left:10px;
}
div.p_publicity_banner div#publicityNav {
    position: relative;
    background: 0 0 #FFFFFF;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
div.p_publicity_banner div#publicityNav li {
    display: inline-block;
}
div.p_publicity_banner div#publicityNav li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 10px 10px 10px;
    text-indent: -9999px;
    background: #999999;
    overflow: hidden;
    border-radius: 50%;
}
div.p_publicity_banner div#publicityNav li.activeSlide a {
    background: #000000;
    overflow: hidden;
}
/*
 * フォトギャラリー
 *
 **************************************************/

.photoGallery--head {
    background-image: url(/img/icon/photogallery_title.png?imgopt=y);
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    z-index: 1;
}

.photoGallery {
    box-shadow: 0 9px 0 5px #F89B10 inset, 0 -30px 0 8px #F89B10 inset;
    top: -14px;
    padding-top: 17px;
    border-radius: 5px;
    position: relative;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.photoGallery ul.ulib{
	overflow:hidden;
	width:410px;
}
.photoGallery ul li {
    width: 95px;
    margin-right: 5px;
    margin-bottom:  10px;
}

.photoGallery ul li:nth-child(4n) {
    margin-right: 0;
}
.top_newdiary{
    width:  95px;
    height: 95px;
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: 0 0 0 1px rgba(248, 155, 16, 0.4);
    display: block; 
}

.photoGallery--foot {
    position: absolute;
    bottom: 0;
    right: 0;
}

.photoGallery--foot a {
    color: white;
}


/*
 * 写メ日記ランキング
 *
 **************************************************/

.diary_ranking .ranking_title{
    position: relative;
    margin: 5px -7px 5px;
    padding: 5px 10px;
    background: #EE8D1B;
    color: #fff;
    display: inline-block;
    min-width: 95px;
    text-align: center;
    box-shadow: 1px 2px 1px 0px #B76E19;
}
.diary_ranking .ranking_title:before {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-width: 0px 7px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #B76E19;
}
.diary_ranking .def_p ul li .FlexBox--justify{
	margin-top:5px
}
.diary_ranking .FlexBox__item.icon {
    text-align: center;
    vertical-align: middle;
    padding: 10px 4px;
    width: 20px;
    margin-right: 5px;
}
.diary_ranking .FlexBox__item.img {
    height: 90px;
    width: 90px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: middle;
}
.diary_ranking .FlexBox__item.text {
    width: 201px;
    padding: 10px 0;
	height:70px;
}
/*
 * 写メ日記ランキング
 *
 **************************************************/
  .recurit_blog .recurit_blog_title{
    position: relative;
    margin: 5px -7px 12px;
    padding: 5px 5px;
    background: #e84496;
    color: #fff;
    display: inline-block;
    min-width: 95px;
    text-align: center;
    box-shadow: 1px 2px 1px 0px #B73274;
}
.recurit_blog .recurit_blog_title:before {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-width: 0px 7px 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #B73274;
}
 .recurit_blog.border_box{
    background-color: #FFE6F2;
    border-color: #FFD6EB;
 }
.recurit_blog .recurit_blog_list>li{
    margin-bottom: 5px;
    border-bottom: 1px solid #FFD6EB;
}
.recurit_blog .FlexBox__item.img {
    height: 80px;
    width: 80px;
    margin-right: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}
.recurit_blog .FlexBox__item.text {
    width: 240px;
    padding: 10px 0;
}
.recurit_blog .FlexBox__item.text a.bold{
    color: #E91E63;
}
#right_guide .wrap-adm{
 margin-bottom:10px;
 width:350px!important;
}
#right_guide .wrap-adm .syamer{
 border-bottom:0;
}
#right_guide .wrap-adm img{
width:100%;
}