@charset "utf-8";
/* CSS Document */

#ttl {
	width: 800px;
	height: 63px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 20px 0 50px;
	overflow: hidden;
	position: relative;
}
#ttl h1 {
	width: 700px;
	height: 30px;
	font-family: Meiryo;
	color: #f37b2a;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	border-left: 5px solid #f37b2a;
	padding-left: 10px;
}
#ttl h1 span {
	font-size: 18px;
}
h2 {
  color: #57aea0;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  #border-bottom: 1px dotted #555;
  margin-bottom: 10px;
}
h2.title {
	font-size: 1em;
	line-height: 1.6 !important;
	border: none;
}
h2.heading {
	line-height: 1.6 !important;
	border: none;
	margin-bottom: 0;
}
.widget-block .seikyu-box .title {
	margin-bottom: 0;
}
p {
	font-size: 14px;
	color: #3e3a39;
	line-height: 22px;
	margin-bottom: 14px;
}
