div:after,ul:after,dl:after,section:after,input:after {
    content: "";
    display: block;
    clear: both;
}
.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
header {
	height: 100vh;
	background: bottom / cover no-repeat fixed!important;
	position: relative;
}
header:before {
	content: "";
	width: 100%;
	height: 100vh;
	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: 150px;
	position: absolute;
	bottom: 20px;
	left: 0;
	background-image: url(https://chuoukeibi.taulabo.net/img/bg_gnav.png);
	repeat: repeat-x;
	z-index: 10;
}
header nav.gnav ul li {
	width: 192px;
	float: left;
	position: relative;
	z-index: 20;
	text-align: center;
}
.wrapper {
	min-height: 750px;
}
.wrapper .news {
	margin: 20px 0;
}
.news h2 {
	width: 190px;
	height: 122px;
	display: table;
	float: left;
	background: #eee;
	border-radius: 10px;
}
.news h2 span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #D89B12;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 1.3em;
}
.news table {
	width: 750px;
	float: right;
}
.news table tr+tr {
	border-top: 1px dashed #ccc;
}
.news table th,section.news table td {
	padding: 10px;
}
.news table th {
	width: 80px;
	font-weight: normal;
}
.news table td a {
	color: #333;
}
.division {
	width: 720px;
	float: left;
}
.division h2 {
	position: relative;
	padding: 15px 15px 10px;
	font-size: 1.8em;
	line-height: 1.0em;
}
.division h2::after {
	position: absolute;
	top: .5em;
	left: 0em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #D89B12;
	border-radius: 4px;
}
.division h2 small {
	display: block;
	font-size: 0.5em;
}
.division nav dl {
	margin-left: 15px;
	float: left;
}
.division nav dl dd {
    position: relative;
}
.division nav.main dl dd:before {
    content: '';
    width: 330px;
    height: 130px;
    border: 5px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
}
.division nav.sub dl dd:before {
    content: '';
    width: 210px;
    height: 80px;
    border: 5px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
}
nav.main {
    min-height: 170px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
nav.main a {
    width: 340px;
    height: 140px;
}
nav.sub {
	margin-top: 10px;
}
nav.sub a {
    width: 220px;
    height: 90px;
}
.division dl dt {
	padding: 0px 25px 10px 5px;
	position: relative;
	display: block;
	text-indent: 1.0em;
	font-weight: normal;
}
.division dl dt:before {
	content: '';
	width: 15px;
	height: 16px;
	top: 12%;
	left: 0;
	position: absolute;
	background: #d89b12;
	border-radius: 5px;
}
.division dl dt:after {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	position: absolute;
	top: 36%;
	left: 3px;
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.division nav a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.division .main a {
	font-size: 1.5em;
}
.division .sub a {
	font-size: 1.3em;
}
aside {
	width: 220px;
	float: right;
}
aside nav ul li+li {
    margin-top: 10px;
}
aside nav ul li dl {
    width: 200px;
    height: 180px;
    padding: 10px;
    position: relative;
    z-index: 0;
}
aside nav ul li dl:before {
    content: '';
    width: 210px;
    height: 190px;
    border: 5px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
}
aside nav ul li dl * {
    position: relative;
    z-index: 20;
}
aside nav ul li dl dt.ttl a {
	color: #333;
	font-size: 1.2em;
	text-decoration: none;
}
aside nav ul li dl dt.ttl {
    text-indent: 1.2em;
    border-bottom: 1px solid #ccc;
}
aside nav ul li dl dd.msg {
    padding: 5px 0;
}
aside nav ul li dl dt.ttl:before {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    background: #ccc;
    border-radius: 20px;
    top: 36%;
    left: 0;
}
aside nav ul li dl.pet dt.ttl:before {
	background: #BB5535;
}
aside nav ul li dl.tsunnamo dt.ttl:before {
	background: #FCC800;
}
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;
}