html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	
}

li {
	list-style-type: none;
	
}

/*リスト&h2追記*/

ul.yameru {
	padding: 0;
	position: relative;
	margin:10px 0 15px 0;

  }

ul li.yameru {
	color: black;
	border-left: solid 4px orange;/*左側の線*/
	background: whitesmoke;/*背景色*/
	margin-bottom: 5px;/*下のバーとの余白*/
	line-height: 1.5;
	border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
	padding: 0.5em;
	list-style-type: none!important;
	
  }

  h2.yameru2 {
	
		color: #000000;
		text-shadow: 0 0 5px white;
		padding: 0.3em 0.5em;
		text-align: center;
		font-size: 2em;
		font-weight: 500;
		background: -webkit-repeating-linear-gradient(-45deg, #f8f4e6, #f8f4e6 3px,#fff 3px, #fff 7px);
		background: repeating-linear-gradient(-45deg, #f8f4e6, #f8f4e6 3px,#fff 3px, #fff 7px);
	  }

  h2.yameru {
	position: relative;
	padding-left: 25px;
	font-size: 25px;
	font-weight: 500;
	margin:20px 0 20px 0;
  }
  
  h2.yameru:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px orange;
  }

  h2.yameru:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px orange;
  }

  /*h3追記*/

  h3 {
	  margin:15px 0 15px 0;
  }

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

/*テキスト装飾*/
strong {

	background: linear-gradient(transparent 60%, #bcff7a 60%);

}

span.color {
	background: linear-gradient(transparent 60%, #c1e0ff 60%);
	font-weight: bold; 
}