@charset "UTF-8";
/*
Theme Name: Sentry
Theme URI: http://ultimate-ez.com/sentry
Author: Masashi Ezaki
Author URI: http://ultimate-ez.com/profile
Description: Sentry: The Most Powerful Wordpress Theme!
Version: 1.0.0
Template: sentry-void-master
*/





/* H2タグ装飾 */
.article h2 {position: relative;
background: #808000;
box-shadow: 0px 0px 0px 5px #999900;
border: dashed 2px #ffffff;
padding: 0.2em 0.5em;
color: #ffffff;
}

/* H3タグ装飾 */
.article h3{
	position: relative;
	padding: .5em .75em;
	background-color: #ffb6c1;
	border-radius: 6px;
}
.article h3:after {
	position: absolute;
	top: 100%;
	left: 10px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #ffb6c1;
}


/* H4タグ装飾 */
.article h4 {
  position: relative;
  padding-bottom: .5em;
}
.article h4::before,
.article h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
.article h4::before {
  z-index: 2;
  width: 15%;
  background-color: #444;
}
.article h4::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
