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

#gdcHeader {
  position: relative;
  margin-bottom: 8px;
  width: 990px;
  height: 107px;
  text-align: center;
  background-image: url(../img/header.jpg);
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#gdcHeader > p {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.drop_down_menu {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.drop_down_menu li {
  float: left;
  margin-right: 16px;
}
.lineTitle {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3f3f3f, #333333) repeat scroll 0 0;
    border-radius: 3px;
    border-top: 1px solid #000;
    box-shadow: 0 1px #666 inset;
    color: #fff;
    font-size: 16px;
    padding: 10px;
	
}
#article {
  padding: 16px;
  background-color: #ccc;
}
#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: 120px;
  height: 90px;
  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: 14px;
  font-weight: bold;
}

#related .textWrap .newsHead {
  color: #404040;
}

#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;
}

/*---------------------------
GDC概要
----------------------------- */
#gdcInfo {
	margin-bottom: 8px;
	padding: 0 8px 8px;
	background-color: #FFF;
  border: 4px solid #CCC;
}
#gdcInfo h3 {
  margin-bottom: 8px;
  padding: 16px 0 8px;
  font-size: 22px;
  border-bottom: 2px solid #CCC;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
#gdcInfo h3:first-letter {
	color: #000;
}
#gdcInfo dt {
	clear: left;
	float: left;
	margin-bottom: 4px;
	width: 5em;
	font-weight: bold;
}
#gdcInfo dd {
	overflow: hidden;
	margin-bottom: 4px;
}