
/*-----------------------------------------------------
  clearfix　
-----------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-----------------------------------------------------
  ******　
-----------------------------------------------------*/

.bigTit {
	font-size: 22px !important;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}

.bigTit span {
	font-size: 24px;
}

.columnsBox {
	margin-bottom: 20px;
}

.gourmetTit{
    font-size: 22px !important;
    font-weight: bold;
}

.gourmetTit span {
	font-size: 20px;
}

dl{
    width: 466px;
	margin: 6px auto 0 !important;
	position: relative;
	left: 4%;
}

dl dt{
    width: 18%;
    float: left;
}

dl dd{
    width: 70%;
    float: left;
	text-align: left;
}

#movieAreaPc{
    width: 100%;
    display: block;
	margin-bottom: 20px;
}

#movieAreaPc img{
    width: 100%;
}

#movieAreaSp{
    width: 90%;
    display: none;
}

#movieAreaSp img{
    width: 100%;
	text-align: center;
}

#gourmetBox{
    width: 70%;
    margin: 0 auto;
}

.spBr {
	display: none;
}

.pcBr {
	display: block;
}

@media only screen and (max-width: 40em) {
	
  .bigTit {
  	line-height: 1;
	font-size: 17px;
	margin-bottom: 20px;
  }

  .gourmetTit {
    font-size: 17px;
	line-height: 25px;
  }
  
  dl{
    width: 100%;
	position: relative;
	left: 0%;
  }

  dl dt{
    width: 100%;
	text-align: center;
  }

  dl dd{
	width: 100%;
	text-align: center;
  }
  
  #movieAreaPc{
    width: 100%;
    display: none;
  }

  #movieAreaPc img{
    width: 100%;
  }

  #movieAreaSp{
    width: 100%;
    display: block;
	text-align: center;
	margin-bottom: 15px;
  }

  #movieAreaSp img{
    width: 90%;
  }
  
  #gourmetBox{
    width: 100%;
    margin: 0 auto;
  }
  
  .spBr {
	display: block;
  }
  
  .pcBr {
	  display: none;
  }

}

