/* PC */
.newsBoxthepage .img {
    height: 93px;
    overflow: hidden;
    position: relative;
    width: 114px;
}
.newsBoxthepage .img img {
    max-height: 93px;
    width: auto;
    position: absolute;
}

.newsBoxsponichi .img {
    height: 93px;
    overflow: hidden;
    position: relative;
    width: 114px;
}
.newsBoxsponichi .img img {
    max-height: 93px;
    width: auto;
    position: absolute;
}

.newsBoxasahi a img {
    background: #efeff0 none no-repeat scroll center top / cover ;
    height: 93px;
    width: 114px;
}
.newsBoxasahi a img:hover {
    background: #efeff0 none no-repeat scroll center top / cover ;
    height: 93px;
    width: 114px;
}

/* SP */
.newsBoxthepage .newsImage {
    height: 93px;
    overflow: hidden;
    position: relative;
    width: 114px;
}
.newsBoxthepage .newsImage img {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    max-height: 93px;
    width: auto;
    position: absolute;
}

.newsBoxsponichi .newsImage {
    height: 93px;
    overflow: hidden;
    position: relative;
    width: 114px;
}
.newsBoxsponichi .newsImage img {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    max-height: 93px;
    width: auto;
    position: absolute;
}

.newsBoxasahiSP .newsImage {
    height: 93px;
	overflow: hidden;
}
.newsBoxasahiSP .newsImage img {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    margin: 0 0 -21px;
    width: 114px;
}
