@charset "utf-8";

body{
	padding: 0;
	margin: 0 5px;
}

/* ページタイトル */
h1 {
	margin:10px 0 5px 0;
	font-size : 13px;
	position: relative;
	padding: 0.5em 0.5em 0.5em 2.5em;
	border: 1px solid #ccc;
	border-top: 3px solid #0095bb;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
h1::after {
	position: absolute;
	top: 0.8em;
	left: 0.7em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 3px solid #0095bb;
	border-radius: 100%
}

