/* NEWS */


iframe{
border-style:none;
}

.news{
margin-bottom:10px;
width:100%;
/* たまに変更有 NEWSの数により
height:250px;
150 or 250
*/
height:200px;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block;
clear:both;
}

.news-iframe{
width:100%;
height:100%;
display:block;
}

.news-wrap-iframe{
height:100%;
overflow:auto; 
}

@media screen and (min-width:1170px) {
.news-page-adjust{
margin-top:30px;
margin-right:auto;
margin-left:auto;
width:1160px;
}

/* タブレット */
@media screen and (min-width:768px) and ( max-width:1024px) {
.news{
margin-bottom:10px;
width:100%;
height:300px;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block;
clear:both;

padding:5px;
border:solid 3px #eee;
border-radius:5px;
}
}


.topic{
margin-bottom:10px;
width:100%;
height:60px;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block;
clear:both;
}

