@charset "shift_jis";

.cf:after{
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: " ";
}


.pcOnly {display: block!important;}
.spOnly {display: none!important;}
@media screen and (max-width:640px){
  .pcOnly {display: none!important;}
  .spOnly {display: block!important;}
}


.new_ttl{
  position: relative;
  width: 800px;
  margin: 0 auto 20px;
  border: 2px solid red;
  cursor: pointer;
  box-sizing: border-box;
}

.new_ttl a:hover{
  opacity: .8;
}

.new_ttl img{
  float: left;
  margin-right: 20px;
}

.new_ttl a{
  display: block;
  padding: 10px 15px;
  z-index: 999;
}

.triangle{
  float: left;
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 4px 10px 0 0;
  border-left: 8px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.new_ttl_ttl{
  display: inline-block;
  line-height: 1.5;
  color: red;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.new_ttl_ttl span{
  display: inline-block;
  font-size: 14px;
}

.new_ttl a:hover .new_ttl_ttl{
  text-decoration: none;
}

#column .columnArea02 .inner02 h2 {
  margin: 0;
}

#column .txtDeco02{
	font-weight: bold;
  color: #cc0000;
  line-height: 1;
	font-size: 24px;
}

#column .inner02 .columnBlock{
	background: url(../../img/bg_column.gif) repeat-y;
	padding: 0 60px 30px;
	position: relative;
}

#column .inner03{
	background: url(../../img/bg_bknumber.gif) repeat-y;
	padding: 20px 25px 0;
}

#column .columnBlock h3{
	line-height: 1.2;
	color: #fe7a21;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 8px;
}

#column .columnBlock img{
	width: 100%;
}

#column .fl{
	float: left;
}

#column .fr{
	float: right;
}

@media screen and (max-width: 640px) {
  .new_ttl{
    width: 100%;
    margin: 15px auto 0;
  }

  .new_ttl_ttl{
    float: left;
    width: 95%;
    line-height: 1.5;
  }

  #column .columnArea02 .inner02 h2 {
    margin: 15px 0 0;
  }

  #column .columnArea02 .inner02 .columnTxt01 {
    padding: 0;
    width: 93.96%;
    margin: 0 auto;
  }

  #column .txtDeco02 {
    line-height: 1.6;
  }

  #column .inner02 .columnBlock {
    padding: 0;
    width: 93.96%;
    margin: 20px auto;
    background: none;
  }

  #column .columnTxtArea {
    margin-top: 1em;
  }

  #column .columnTxtArea p {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #column .columnBlock h3{
    text-align: center;
    font-size: 22px;
  }

  .triangle{
    width: 1%;
    margin-right: 1%;
  }

}

@media screen and (max-width: 320px) {
#column .columnBlock h3 {
  font-size: 20px;
}
}

/* ================================================================
	タイトル
================================================================ */
#column .columnArea02 .inner02 h2 img{
  margin: 0 auto;
}

/* ================================================================
	＼食材・作り方をカンタン投稿！写真は不要です！／
================================================================ */
#column .block01 .clearfix{
  position: relative;
}

#column .block01 h3::before{
	content: '＼';
}

#column .block01 h3::after{
	content: '／';
}

#column .block01 .block01Img{
	width: 45px;
  position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#column .block01 .fr{
	border: solid 1px #744618;
	border-radius: 15px;
	position: relative;
	width: 85.5%;
  padding: 20px;
}

#column .block01 .fr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  border: 8px solid transparent;
  border-right: 23px solid #FFF;
  z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#column .block01 .fr:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  border: 8px solid transparent;
  border-right: 23px solid #744618;
  z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {

#column .block01 h3::before,
#column .block01 h3::after{
	content: '';
}

#column .block01 .block01Img {
  width: 10%;
}

#column .block01 .fr {
  width: 85%;
  box-sizing: border-box;
}

#column .block01 .fr p{
  line-height: 1.5;
}

}

@media screen and (max-width: 480px){
#column .block01 .block01Img {
  width: 12%;
}

#column .block01 .fr {
  width: 78%;
  padding: 15px;
}
}

@media screen and (max-width: 480px){
#column .block01 .fr {
  padding: 13px;
}
}

/* ================================================================
レシピ投稿の受付は11月15日（金）17時に終了いたしました。
================================================================ */
#column .inner02 .columnBlock.block02{
  padding-bottom: 0;
}

.block02_in{
	width: 800px;
  margin: 0 auto;
  padding: 20px 10px;
  border: 2px solid red;
  font-size: 23px;
  font-weight: bold;
  color: red;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  text-decoration: underline;
}

@media screen and (max-width: 640px){
  .block02_in{
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
  }
}

/* ================================================================
	こんな感じで乗せるだけ、巻くだけの〜
================================================================ */
#column .inner02 .block03{
	padding-top: 10px;
}

#column .columnArea02 .inner02 {
  padding: 0px 0 54px;
}

.block03Mid{
  margin: 20px 0;
}

.block03Mid > div:first-of-type{
  margin-bottom: 20px;
}

/* #column .columnBlock .float_img{
  float: left;
  display: inline-block;
  width: 70px;
  margin-right: 20px;
} */

.block03Mid .block03Mid_in_box{
  display: inline-block;
  width: 100%;
}


.block03Mid_date{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}

.block03Mid_date .red{
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  padding: 3px 0;
  color: #fff;
  background: red;
  border-radius: 5px;
  vertical-align: middle;
}

.block03Mid_date span:nth-of-type(2){
  vertical-align: middle
}

.block03Mid_ttl{
  color: red;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 640px){
  #column .inner02 .block03,
  #column .columnArea02 .inner02 {
    padding: 0;
  }

  .block03Mid{
    position: relative;
  }

  .block03Mid .block03Mid_in_box{
    width: 100%;
  }

  #column .columnBlock .float_img{
    width: 16%;
    margin-right: 4%;
  }

  .block03Mid_date{
    margin-right: 0;
    text-align: left;
    line-height: 25px;
  }

  .block03Mid_date .red{
    width: 75px;
  }

  .block03Mid_date span{
    display: inline-block;
    margin-right: 10px;
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
  }

  .block03Mid_ttl{
    float: left;
    width: 80%;
    font-size: 21px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 370px){
  .block03Mid_ttl{
    font-size: 18px;
  }
}


/* ================================================================
orange_box
================================================================ */
.orange_box{
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #f9f4f0;
  box-sizing: border-box;
  border: 1px solid #744618;
}

/* beforeで枠線の三角を表現 */
.orange_box:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #744618;
  border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
.orange_box:after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -14px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f9f4f0;
  border-left: 15px solid transparent;
}

.orange_box p{
  margin-bottom: 10px;
  color: #744618;
  line-height: 1.5;
  font-size: 16px;
}

.orange_box p .orange{
  color: #fe7a21;
  font-size: 24px;
  font-weight: bold;
}

.orange_box p:last-of-type{
  margin-bottom: 0;
  color: #cc0000;
  font-size: 14px;
}

.orange_box sup{
  font-weight: bold;
  font-size: 10px;
  color: #cc0000;
}

@media screen and (max-width: 640px){
  .orange_box{
    width: 100%;
  }
}


/* ================================================================
	画像 ＋ コメント（吹き出し）
================================================================ */
.float_box {
  margin: 1em auto;
}

.float_item {
  float: left;
}

.position {
  position: relative;
  padding-top: 34%;
}

.comment01 {
  width: 800px;
}

.comment01 .float_item {
  /* margin: 0 0 0 3.195%; */
}

.comment01 .float_img {
  width: 44%;
}

.comment01 .float_txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
}

.comment01 .float_txt p {
  width: 100%;
  background: none;
}

.comment02 {
  width: 800px;
  margin: 0 auto;
}
.comment02 .float_img {
  width: 18%;
  margin-top: 1%;
  margin-left: 2%;
}

.comment02 .float_txt {
  width: 80%;
}

.comment02 .float_txt p {
  width: 100%;
}

.fukidashi_box {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background-color: #f9f4f0;
  box-sizing: border-box;
  border: 1px solid #744618;
}

/* beforeで枠線の三角を表現 */
.fukidashi_box:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -14px;
  top: 55px;
  border-top: 15px solid transparent;
  border-right: 15px solid #744618;
  border-bottom: 15px solid transparent;
}

/* afterで本体の三角を表現 */
.fukidashi_box:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13px;
  top: 55px;
  border-top: 15px solid transparent;
  border-right: 15px solid #f9f4f0;
  border-bottom: 15px solid transparent;
}

.fukidashi_box p {
  width: 100%;
  background: none;
  color: #744618;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .comment01 {
    width: 100%;
  }

  .comment01 .float_item {
    width: 100%;
    margin: 0 auto 30px;
  }

  .comment01 .float_item:last-child {
    margin-bottom: 0;
  }

  .comment01 .float_txt {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
  }

  /* beforeで枠線の三角を表現 */
  .fukidashi_box:before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    border-bottom: 15px solid #744618;
    border-left: 15px solid transparent;
  }

  /* afterで本体の三角を表現 */
  .fukidashi_box:after {
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f9f4f0;
    border-left: 15px solid transparent;
  }

  .comment02 {
    width: 100%;
    text-align: center;
  }

  .comment02 .float_item {
    float: none;
  }

  .comment02 .float_txt {
    width: 100%;
  }

  .comment02 .float_img {
    width: 30%;
    margin: 16px auto;
  }
}

/* ================================================================
	「スライスチーズだらけのおつまみ100選！」制作中〜♪
================================================================ */
.slice_img {
  display: inherit;
  width: 800px;
  margin: 1em auto;
}

/* ================================================================
	過去のおつまみレシピ50選もぜひご覧ください♪
================================================================ */
#column .block06{
	padding: 30px 0;
  border-top: dotted 5px #744618;
  border-bottom: dotted 5px #744618;
}

#column .block06 h3{
	font-size: 26px;
	margin-bottom: 16px;
}

#column .block06 li{
	width: 275px;
  margin-right: 22px;
  float: left;
}

#column .block06 li:nth-of-type(3){
	margin-right: 0;
}

#column .block06 .pic{
	display: block;
  margin-bottom: 10px;
  padding: 0;
  background: #000;
  border: 1px solid #000;
}

#column .block06 a {
  color: #000;
  text-decoration: none;
}

#column .block06 .txt{
	font-size: 14px;
}

@media screen and (max-width: 640px){
#column .block05{
	padding: 20px 0;
}

#column .block06 {
  padding: 20px 0 0;
}

#column .block06 h3 {
  font-size: 22px;
}

#column .block06 li,
#column .block06 li:nth-of-type(3) {
  width: 49%;
  margin: 0 2% 20px 0;
}

#column .block06 li:nth-child(2n) {
  margin-right: 0;
}
}
