div:after,ul:after,dl:after,section:after,input:after {
    content: "";
    display: block;
    clear: both;
}
.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* header */

header {
	height: 400px;
	background: center center / cover no-repeat fixed;
	position: relative;
}
header:before {
	content: "";
	width: 100%;
	height: 400px;
	background-image: url(https://chuoukeibi.taulabo.net/img/af_main-image.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
header h1.logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
header nav.gnav {
	width: 100%;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #000;
    z-index: 10;
    opacity: 0.9;
}
nav.gnav ul {
	width: 820px;
	margin-top: 10px;
	position: absolute;
	right: 0;
}
header nav.gnav ul li {
	width: 164px;
	float: left;
	position: relative;
	z-index: 20;
	text-align: center;
}
nav.gnav li img {
	height: 100px;
}

/* wrapper */

.wrapper {
	min-height: 750px;
}
.wrapper section {
	width: 700px;
	min-height: 600px;
	margin-bottom: 20px;
	float: right;
	position: relative;
}
.wrapper section:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: -20px;
	background: #ccc;
}
.breadcrumb {
	margin: 20px 0;
}
.breadcrumb a {
	color: #333;
}
.wrapper section h1 {
    margin-bottom: 20px;
    padding-bottom: 6px;
    position: relative;
    border-bottom: 4px solid #ccc;
    font-size: 2.0em;
    z-index: 0;
    line-height: 1;
}
.wrapper section h1 span {
    position: relative;
    padding: 0 20px 0 5px;
    border-bottom: 4px solid #069;
    font-weight: normal;
    letter-spacing: .1em;
}

/* aside */

aside {
	width: 220px;
	float: left;
}
nav.lnav ul li+li {
    border-top: 1px solid #ccc;
}
nav.lnav ul li {
    padding: 10px;
}
nav.lnav ul li a {
    color: #333;
    font-size: 1.2em;
    width: 10em;
    display: block;
    line-height: 1.5em;
    letter-spacing: .2em;
    text-decoration: none;
}
nav.lnav {
    margin-bottom: 20px;
}
nav.lnav ul li:hover {
    background: #eee;
}
aside nav.bnr ul li+li {
    margin-top: 10px;
}
aside nav.bnr ul li dl {
    width: 200px;
    height: 180px;
    padding: 10px;
    position: relative;
    z-index: 0;
}
aside nav.bnr ul li dl:before {
    content: '';
    width: 210px;
    height: 190px;
    border: 5px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
}
aside nav.bnr ul li dl * {
    position: relative;
    z-index: 20;
}
aside nav.bnr ul li dl dt.ttl a {
	color: #333;
	font-size: 1.2em;
	text-decoration: none;
}
aside nav.bnr ul li dl dt.ttl {
    text-indent: 1.2em;
    border-bottom: 1px solid #ccc;
}
aside nav.bnr ul li dl dd.msg {
    padding: 5px 0;
}
aside nav.bnr ul li dl dt.ttl:before {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    background: #ccc;
    border-radius: 20px;
    top: 36%;
    left: 0;
}
aside nav.bnr ul li dl.pet dt.ttl:before {
	background: #BB5535;
}
aside nav ul li dl.tsunnamo dt.ttl:before {
	background: #FCC800;
}

/* footer */

footer {
	background: #333;
}
footer .inner {
	height: 100%;
}
footer p.anc {
	position: absolute;
	top: -40px;
	right: -80px;
}
nav.fnav {
    padding: 20px 0;
}
nav.fnav ul {
	width: 670px;
		margin: 0 auto;
}
nav.fnav ul li {
	text-align: center;
	float: left;
}
nav.fnav ul li+li {
	margin-left: 50px;
}
footer nav.fnav ul li a {
	color: #fff;
	text-decoration: none;
}
footer nav.fnav ul li a:hover {
	opacity: 0.6;
}
footer hr {
	margin: 0;
	padding: 0;
	height: 1px;
	background: #333;
	display: block;
	border: 0;
}
footer hr.gra01 {
	background-image: -webkit-linear-gradient(left, #333, #000, #333);
	background-image: 	 -moz-linear-gradient(left, #333, #000, #333);
	background-image:     -ms-linear-gradient(left, #333, #000, #333);
	background-image:      -o-linear-gradient(left, #333, #000, #333);
}
footer hr.gra02 {
	background-image: -webkit-linear-gradient(left, #333, #484848, #333);
	background-image: 	 -moz-linear-gradient(left, #333, #484848, #333);
	background-image: 	  -ms-linear-gradient(left, #333, #484848, #333);
	background-image: 		 -o-linear-gradient(left, #333, #484848, #333);
}
p.cp {
	margin: 10px 0;
	text-align: center;
	color: #fff;
}

/* .s_seminar (ブログ) */

.s_seminar h2 {
  position: relative;
  padding: .1em .5em .5em 1.8em;
  font-size: 1.5em;
  letter-spacing: 5px;
}
.s_seminar h2::before,.other h2::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.s_seminar h2::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(216, 155, 18, .5);
}
.s_seminar h2::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(150, 150, 150, .5);
}

.s_seminar h3 {
  width: 20%;
  margin: 10px;
  position: relative;
  padding: 0 .4em .1em;
  font-size: 1.2em;
}
.s_seminar h3::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #e3adc1;
}
.s_seminar p {
  padding-bottom: 1.5em;
}

.s_seminar ul.list {
  padding-left: 1em;
  width: 700px;
}

.s_seminar ul.list li {
  list-style: none;
  display: flex;
  padding-bottom: 1.5em;
}

.s_seminar ul.list li span {
  padding-left: 1em;
  padding-top: 1em;
  vertical-align: middle;
}
