@charset "UTF-8";

div.dot_block{
  max-width: 560px;
  padding: 12px;
  background: url("../../images/utility/dot_block/dot_block.png");
  line-height: 1.8em;
}

div.dot_block_contents{
  padding: 10px 10px 1px 10px;
  background-color: #fff;
}

.dot_block_header{
  margin-bottom: 25px;
  padding: 0 0 2px 5px;

  border-bottom: 1px solid #69f;
}

/* PC */
@media screen and (min-width:960px){
  .dot_block_header{
    font-size: 1.6em;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  .dot_block_header{
    font-size: 1.2em;
  }
}

span.dot_block_highlight{
  padding: 0 3px;
  color: #f60;
}