@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 320px) and (max-width: 750px)/*スマートフォン*/
{

.index_top_ad_box
{
width:100%;
text-align:center;
margin:100px 0 0px 0;
}	

#masonry
{  
width:90%;
overflow:auto;
padding:20px 0 20px 0;
margin:0 auto;
}

.fb_box
{
width:100%;
margin:0 0 20px 0;
}

.grid
{
width:92%;
margin:0 0 20px 0;
padding:10px 3% 10px 3%;
border:1px solid #D6D6D6;
background-image:url(../images/cmn/entry_box_label02.png);
background-position:bottom right;
background-repeat:no-repeat;
transition: color 0.3s linear 0.1s,opacity 0.3s linear 0.1s,border 0.3s linear 0.1s;
}

.entry_title
{
font-size:14px;
margin-bottom:10px;
}

.entry_box p
{
font-size:14px;
}

.entry_list_thumb
{
display:block;
padding:0;
width:100%;
max-width:750px;
height:auto;
margin-bottom:10px;
}

.box_link
{
text-decoration:none;
color:#000000;
}

.entry_box_date
{
margin-top:15px;
line-height:14px;
padding-bottom:15px;
}

}