/* ブログ本文3行表示 */
.nagasa5.mojic{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* ポップアップ広告 */
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;	
z-index: 99998;
top: 0;
left: 0;	
display: none;
cursor: pointer;
background: #000;
text-align: center;
}

.layer_board .img_box{
display: inline-block;
max-width:567px;
position: relative;
margin: 5vh auto 0;
text-align: center;
}

.layer_board .img_box .bn{
max-height: 90vh;
width:auto;
margin-left:auto;
margin-right: auto;
}

.layer_board .img_box .btn_close{
position: absolute;
top:0px;
right:0px;
margin: auto;
z-index: 99;
display: inline-block;
height:40px;
width: 40px;
}

.layer_board .btn_close a{
display: block;
}

.layer_board .btn_close span{
display: block;
background: #fff;
color:#005bab;
font-size:24px;
font-weight: bold;
line-height: 36px;
}

.layer_board img.btn{
width: 40px;
height:40px;
vertical-align: bottom;
opacity: .7;
}

.layer_board img.bn{
max-width: 100%;
height:auto;
}

@media screen and (max-width: 480px) {/*-----------------------------*/

.layer_board .img_box .btn_close{
right:0px;
height:30px;
width: 30px;
}

.layer_board .btn_close span{
font-size:21px;
line-height: 28px;
}

.layer_board .img_box {
max-width: 94%;
}


}/*-----------------------------*/

.layer_board {
display: none;
position: absolute;
top:0;
left: 0;
right:0;
margin: auto;
z-index: 99999;
}