@charset "utf-8";
body{
	line-height:1.5;
}
/*
 * iframe
 *
 **************************************************/

iframe.diaryheader_menu_frame {
    width: 990px;
    height: 35px;
    margin: 5px 0px 15px 0px;
    border: 0px;
    overflow: hidden;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    background: #3F91DB;
    padding: 5px 60px;
    color: #fff;
    border-radius: 5px;
    margin:0px 10px 10px 0;
}
h3{
    color: #000;
    text-indent: 0;
	font-size:14px;
	font-weight:bold;
	padding:5.5px 10px 5px 0;
}
#way2 .c_left {
    width: 615px;
    margin-right: 20px;
    position: relative;
}

#way2 .c_right {
    width: 355px;
}
/*
 * newslists
 *
 **************************************************/
.newslists {
    margin-top: 15px;
}

.newslists>li {
    box-shadow: 0px 1px #eee;
    margin-top: 6px;
    padding-bottom: 4px;
}

.newslists .FlexBox__item.img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
}
.newslists .FlexBox__item.text{
	width: 500px;
    height: 80px;
	padding: 10px 0 8px;
}
.newslists .FlexBox__item.text h2 a {
    font-size: 20px;
    font-weight: bold;
}
.newslists .FlexBox__item.text .shopinfo{
    line-height: 20px;
    font-size: 13px;
    color: #999;
}
.newslists .FlexBox__item.text .text-right{
    position: relative;
    top: 50%;
}



/*
 * 新着日記
 *
 **************************************************/
 .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.border_box h3{
  	text-indent: 0;
  	color: #000;
  	padding: 2px 10px;
  }
 .diary_new.border_box ul li {
    width: 100px;
    margin-bottom: 10px;
    margin-right: 8px;
    vertical-align: top;
}
.diary_new.border_box ul li .img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 4px;
}
/*
 * フォトギャラリー
 *
 **************************************************/

.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 8px #F89B10 inset, 0 -30px 0 8px #F89B10 inset;
    top: -14px;
    padding-top: 22px;
    border-radius: 5px;
    position: relative;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.photoGallery h3{
	color: #000;
	text-indent: 0;
}
.photoGallery ul.ulib{
	width:315px;
	overflow:hidden;
}
.photoGallery ul li {
    width: 95px;
    height: 95px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 14px;
    /*box-shadow: 0 0 0 1px rgba(248, 155, 16, 0.4);*/
	float:left;
	border:1px solid #fcd79f;
	box-sizing:border-box;
}

.photoGallery ul li:nth-child(3n) {
    margin-right: 0;
}

.photoGallery--foot {
    position: absolute;
    bottom: 0;
    right: 0;
}

.photoGallery--foot a {
    color: white;
}
/*今日の写メラー
------------------*/
#right_guide .wrap-adm{
	margin-bottom:10px;
}
#right_guide .wrap-adm .syamer{
	border-bottom:0;
	background-color:#f9f9f9;
	padding:10px;
}
#right_guide .wrap-adm .syamer .FlexBox{
	overflow:hidden;
	width:335px;
}
#right_guide .wrap-adm .syamer .FlexBox__item.img{
	width:80px;
	height:90px;
	overflow:hidden;
}
#right_guide .wrap-adm .syamer .FlexBox__item.text{
	width:245px;
}
#right_guide .wrap-adm .syamer .FlexBox__item.text h3{
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-indent:0;
	padding:0;
}
#right_guide .wrap-adm .syamer .FlexBox__item.text p.girlname a{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
#right_guide .wrap-adm img{
	width:100%;
}