/*    news    */
.newstopicsBox
{
	margin-top:40px;
	line-height:1.4;
}

.newstopicsBox dd
{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}



.newstopicsDetail p
{
	margin-left:15px;
}



.entry-content ul
{
	margin-top:30px;
	line-height:2;
}

@media only screen and (min-device-width: 769px){
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
h2
{
	margin:40px 0 30px 0;
	padding:16px 10px 16px 15px;
	font-size:20px;
	background:#fffb67;
}
.nav_newstopics_footer
{
	display:none;
}
}




@media only screen and (max-device-width: 768px){
/*===============================================
●style.css 画面の横幅が769px以下
===============================================*/
h2
{
	margin:30px 0 30px 0;
	padding:16px 10px 16px 15px;
	font-size:20px;
	background:#fffb67;
}
.newstopicsDetail
{
	width:95%;
	margin:0 auto;
}
.nav_newstopics
{
	display:none;
}
.nav_newstopics_footer
{
	width:88%;
	margin:40px auto;
	line-height:1.3;
}
.nav_newstopics_footer p
{
	margin-bottom:10px;
}
.nav_newstopics_footer dd
{
	margin-bottom:8px;
	border-bottom:1px dotted #666;
	padding-bottom:8px;
}

}