/****************************
** File：style.css
****************************/
/*
  Name:子テーマパーツスキン
  Priority: 2.0
  Author: yhira
  Author URI: http://nelog.jp/
*/
/*このstyle.cssファイルと同じフォルダにパーツとなるCSSファイルを放り込んでください*/

/****************************
** File：article-h2-0001.css
****************************/

.article h2 {
  border-bottom: solid 3px #333631;
  position: relative;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #8b968d;
  bottom: -3px;
  width: 30%;
}
