@charset "utf-8";
/*-----------PC-----------*/

.adInfeedNewsList{
background: #ffffff;
}

div.newsDescription{
background:#ffffff;
border-top: none;
margin:0 10px;
}
div.newsDescription p{
font-size: 1.6rem;
line-height: 1.7;
}
.adInfeedArticle{
margin-bottom:10px;
}
.adMiddleArticle_pc{
width:690px
}
.newsFooter{
margin:30px;
}
.newsFullComment {
  margin: 40px 4% 40px;
}

/*-----------SP-----------*/
@media screen and (max-width: 767px){


.adMovie_sp{
margin-bottom:20px;
}

div.newsDescription{
background:#ffffff;
border-top: none;
margin:0;
}

.appTitleList div.appDownloadBtn{
  margin: 3px 8% 10px;
}

.appTitleList div.appDownloadBtn a {
  width: 100%;
  height: 26px;
	padding:3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #83bce1;
}


.appTitleList div.gamePageLink{
text-align:right;
}


}
