@charset "UTF-8";
/*-------------------------------------------------
手書きの場合（ラフ原稿の作り方）
-------------------------------------------------*/
#conts .guidance {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ff859f;
}

#conts .pattern {
  margin-top: 25px;
}

#conts .pattern dt {
  margin-bottom: 10px;
}

#conts .imgFloat:after {
  display: block;
  clear: both;
  content: "";
}

#conts .imgFloat.imgR .img {
  margin-left: 30px;
  float: right;
}

#conts .imgFloat.imgL .img {
  margin-right: 30px;
  float: left;
}

#conts .boxTxt {
  margin: 30px 0;
  padding: 20px;
  background-color: #ffdde4;
  line-height: 1.75;
  font-weight: bold;
}

#conts .em {
  margin-bottom: 30px;
}
