/* 
 * css for articlepage mobile
 * width: 641px ~ 960px
*/

/* 見出し 付箋 */
article header h1{
  padding: 18px 15px 6px 26px;
}
article header h1:after{
  bottom: 11px;
  left: 10px;
}
article h2{
  margin: 55px 0 21px -1px;
  padding: 9px 0 4px 25px;
}
article h2:before{
  width: 13px;
  height: 13px;
  top: -6px;
  left: 8px;
}
article h2:after{
  width: 9px;
  height: 9px;
  top: 10px;
  left: 0px;
}
article h3{
  margin: 34px 0 13px -2px;
  padding: 0 0 1px 1px;
}
article h4{
  margin: 21px 0px 8px 0px;
}
div.content{
  padding: 8px 30px;
}
