@charset "UTF-8";
/**********

works

***********/
#works {
  background: #f7f7f5;
  padding: 0 15px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
#works h2 {
  text-align: center;
  padding: 40px 0;
}
#works li {
  width: 280px;
  margin: 0 auto 30px;
}
#works li div {
  background: url(../works/images/arrow.gif) no-repeat right center;
  -webkit-background-size: 6px 9px;
  background-size: 6px 9px;
}
#works li dl {
  margin-right: 25px;
  border-right: 1px dotted #111;
}
#works li dt {
  text-align: center;
  color: #fff;
  background: #111;
  display: inline-block;
  line-height: 1;
  padding: 3px 15px 1px;
  font-family: ptdin;
  margin-bottom: 5px;
}
#works li p {
  position: relative;
  width: 280px;
  height: 168px;
  overflow: hidden;
  margin-bottom: 10px;
}
#works li img {
  position: absolute;
  top: 0;
  left: 0;
}

/************

popupした時

*************/
.close {
  position: relative;
  top: 0;
  left: 0;
  text-align: right;
  padding: 20px 15px 20px 0;
}

#bottom {
  text-align: center;
  background: #111;
  padding: 10px 0;
  margin-top: 45px;
}

#popup {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#popup article {
  display: none;
  position: relative;
  top: 0;
  left: 0;
}
#popup article p {
  text-align: center;
  margin-top: 40px;
}
#popup dl {
  margin: 0 15px 50px;
}
#popup dt {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
#popup dt span {
  display: inline-block;
  line-height: 1;
  padding: 3px 15px 1px;
  background: #111;
  font-family: ptdin;
  font-size: 10px;
  font-size: 1rem;
}
#popup dt strong {
  display: block;
}
#popup dd {
  color: #66b9ea;
  font-size: 10px;
  font-size: 1rem;
}
#popup figure {
  width: 280px;
  margin: 0 auto;
  overflow: hidden;
  height: 290px;
  position: relative;
}
#popup figure p {
  margin-top: 0;
  overflow: hidden;
  height: 290px;
  width: 280px;
}
#popup figure p img {
  position: absolute;
  top: 0;
  left: 0;
}
#popup figure span {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 280px;
  display: block;
  margin-top: -45px;
}

#popup article figure:nth-of-type(2) {
  background: url(../works/images/bg_phone.jpg) no-repeat center top;
  -webkit-background-size: 192px 405px;
  background-size: 192px 405px;
  margin: 50px auto 0;
  width: 192px;
  height: 405px !important;
}
#popup article figure:nth-of-type(2) p {
  width: 170px;
  height: 300px;
  overflow: hidden;
  margin: 40px 11px 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#popup article figure:nth-of-type(2) span {
  width: 192px;
}

#bg_blue {
  background: #007fcc;
  position: absolute;
  width: 200%;
  top: 0;
  left: 100%;
}
