@charset "UTF-8";
body {
  background-color: #fff;
}

#gamescom2017Header {
  position: relative;
  margin-bottom: 8px;
  width: 990px;
  height: 85px;
  text-align: left;
}
#gamescom2017Header > h2 {
  white-space: nowrap;
  padding:32px 0 0 10px;
  font-size:16px;
}
#gamescom2017Header > h2 span {
  font-size:42px;
}

#article > h2 {
  margin-bottom:8px;
}

.drop_down_menu {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.drop_down_menu li {
  float: left;
  margin-right: 16px;
}
.lineTitle {
  background-color:#3f3f3f;
  color: #fff;
  font-size: 22px;
  padding: 10px;
	
}
#article a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#article a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*---------------------------
ピックアップ記事用
----------------------------- */
#pickUpArticle li {
  float: left;
  padding: 2px;
  width: 50%;
  height: 247px;
  background-color: #FFF;
  box-sizing: border-box;
}

#pickUpArticle a {
  position: relative;
  display: block;
  height: 100%;
  color: #FFF;
  border: 1px solid #111;
  box-sizing: border-box;
}

#pickUpArticle .imgBox {
  position: relative;
  height: 100%;
}

#pickUpArticle .imgBox > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}

#pickUpArticle a .textWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 8px 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  box-sizing: border-box;
  z-index: 10;
}

#pickUpArticle .articleCreateDate {
  display: block;
  text-align: right;
}

#pickUpArticle .articleTitle {
  overflow: hidden;
  height: 58px;
  line-height: 20px;
  font-size: 16px;
  text-shadow: 0 1px 0 #666;
}

#pickUpArticle .articleCreateDate {
  color: #CCC;
}

/*---------------------------
関連記事用
----------------------------- */
#related > ul > li {
  margin-top: 4px;
}

#related > ul > li:first-child {
  margin-top: 0;
}

#related a {
  display: block;
  padding: 8px;
  background-color: #fff;
}

#related .imgBox {
  position: relative;
  float: left;
  margin-right: 16px;
}

#related .imgBox .thumbnail {
  width: 220px;
  height: 124px;
  border: none;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}

#related .textWrap {
  overflow: hidden;
}

#related .textWrap .articleTitle {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  height:40px;
  overflow:hidden;
}

#related .textWrap .newsHead {
  color: #404040;
  line-height: 21px;
  height:58px;
  overflow:hidden;
}

#related .textWrap .bottomMeta {
  margin-top: 4px;
}

#related .textWrap .rtCount {
  float: left;
  color: #87c2ed;
  font-weight: bold;
}

#related .textWrap .articleCreateDate {
  float: right;
  margin-top: 0;
}

.mb32 {
  margin-bottom: 32px;
}

/*---------------------------
gamescom概要
----------------------------- */
#gamescom2017Info {
	margin-bottom: 8px;
	padding: 0 8px 8px;
	background-color: #FFF;
  border: 4px solid #CCC;
}
#gamescom2017Info h3 {
  margin-bottom: 8px;
  padding: 16px 0 8px;
  font-size: 22px;
  border-bottom: 2px solid #CCC;
}
#gamescom2017Info h3:first-letter {
	color: #000;
}
#gamescom2017Info dt {
	clear: left;
	float: left;
	margin-bottom: 4px;
	width: 5em;
	font-weight: bold;
}
#gamescom2017Info dd {
	overflow: hidden;
	margin-bottom: 4px;
}