#NEWCON {
	font-family:"メイリオ"; 
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 22px;
	width: 100%;
	display: block;
	background:#FF9E00;
	opacity: 0.9;
	font-weight:bold;
	line-height:120%;
	z-index: 10;
}
#NEWCON p{
    text-align: left;
	padding: 35px 20px 0px 320px;
	margin-top:-30px;
	background:url(../../medakacon2016/img/footernews_topbtn.png) no-repeat 15px bottom;
	height:128px;
	display:table;
}
#NEWCON a{
	background:url(../../medakacon2016/img/icon_arrow2.png) no-repeat right center;
	background-size:18px;
    text-decoration: none;
	padding-right:24px;
    color: #fff !important;
	display:table-cell;
	vertical-align:middle;
	line-height: 120%;
	font-weight: bold;
}
#NEWCON a:hover {
    text-decoration: none;
	color: #fff !important;
	opacity: 0.6;
}
@media only screen and (min-width: 1px) and (max-width: 640px){
#NEWCON {
	font-family:"ＭＳ Ｐゴシック","MS PGothic","メイリオ",sans-serif;
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 13px;
	width: 100%;
	display: block;
	background:#FF9E00;
	opacity: 0.9;
	font-weight:bold;
	line-height:120%;
	z-index: 1;
}
#NEWCON p{
    text-align: left;
	padding: 28px 0px 0px 110px;
	margin-top:-30px;
	background:url(../../medakacon2016/img/footernews_topbtn.png) no-repeat left bottom;
	background-size: 110px auto;
	height:100px;
	display:table;
}
#NEWCON a{
	background:url(../../medakacon2016/img/icon_arrow2.png) no-repeat right center;
	background-size:18px;
    text-decoration: none;
	padding-right:24px;
    color: #fff !important;
	display:table-cell;
	vertical-align:middle;
}
}