﻿@charset "utf-8";
/* CSS Document */

#paris2016AW .txtBox {
  font-size: 140%;
  margin: 10px auto 30px;
  width: 96%;
}

#paris2016AW a {
  color: #3498db;
}

#paris2016AW span {
  font-weight:bold;
  color:#C1272D;
  display:inline-block;
  padding: 8px 0 0;
}

#paris2016AW .grid.w25 li {
  margin:0 auto 1%;
}

#movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 auto 20px;
}
#movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#paris2016AW h3 {
  text-align: center;
  font-size: 150%;
  padding: 3% 0;
}

#paris2016AW dl {
  width: 96%;
  margin: 0 auto 20px;
  background: #F2F2F2;
}

#paris2016AW dd {
  margin: 10px auto 0;
  font-size: 130%;
  width: 96%;
  padding: 0 0 10px;
}

#paris2016AW dd strong {
  font-size:220%;
  font-weight:bold;
}

#paris2016AW dd strong.red {
  font-size:150%;
  color:#C1272D;
  display:inline-block;
  margin:0 0 1.5em;
}

#paris2016AW .itemBox {
  width: 96%;
  margin: 0 auto;
}

#paris2016AW h4 {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 140%;
  padding: 0.75em 0;
  border-bottom: 0;
}

#paris2016AW h4:after {
  position: inherit;
  bottom: 0;
  width: 0;
  height: 0;
}

.itemBox ul  {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
  background: #F2F2F2;
  padding: 10px 10px 0;
}

.itemBox ul li img {
  float: left;
  width: 37%;
}

.itemBox ul li p {
  float: left;
  margin: 0 0 0 3%;
  font-size: 140%;
  width: 60%;
  font-weight: bold;
}

#paris2016AW .itemBox ul li p a {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  margin: 20px 0 0;
  padding: 0.5em 0;
  color: #000;
  font-weight: bold;
  position:relative;
}

.itemBox ul li p a:before {
  content: '>';
  color: #999;
  position: absolute;
  left: 1em;
  top: 17%;
  font-weight: normal;
}

#paris2016AW .itemBox ul li p a:hover {
  text-decoration:none;
  background:#C1272D;
  color:#fff;
}

.itemBox ul li {
  width: 100%;
  overflow: hidden;
  margin: 0px auto 15px;
}

.itemBox h4 {
  margin-bottom: 0;
}

/* PC base 800px以上の時 ==============================================================*/
@media (min-width: 801px) {

#movie {
  width:96%;
}

#paris2016AW .grid.w25 li {
  margin: 0 auto;
}

#paris2016AW dl dt {
  width: 50%;
  max-width: 360px;
  float: left;
}

#paris2016AW dd {
  width: 50%;
  max-width: 400px;
  float: left;
  margin: 15px 0 0 15px;
}

#paris2016AW dl {
  overflow: hidden;
}

#Creators dl {
  background: #fff;
}

.itemBox ul li img {
  max-width: 150px;
  width: 23%;
}

.itemBox ul {
  padding: 30px 30px 15px;
}

.itemBox ul li p {
  width: 75%;
}

#paris2016AW .txtBox {
  width: 94%;
  margin: 20px auto 50px;
}

#paris2016AW h3 {
  font-size: 200%;
  padding: 15px 0;
}

}