@charset "UTF-8";

#catalog {
	background-color: #2D0E0C;
	padding-top: 18px;
	padding-bottom: 5px;
	background-image: url(../toppage/catalog/bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
}
#catalog h2 {
	float: left;
}
#catalog p {
	float: left;
	margin-left: 18px;
	margin-top: 20px;
}

#feature {
	background-color: #F2EBD8;
	padding-top: 5px;
	padding-bottom: 5px;
}
#feature h2 {
	width: 688px;
	float: left;
}
#feature h2.kyushu  {
	width: 400px;
	float: left;
}
#feature p {
	width: 250px;
	float: left;
	margin-left: 22px;
	margin-top: 4px;
}
#feature p.kyushu  {
	width: 70px;
	float: left;
	margin-left:0px;
}
#column1 {
	width: 718px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
}
#column2 {
	width: 228px;
	float: left;
	margin-top: 5px;
	margin-left: 14px;
	margin-bottom: 20px;
}
#recommend {
	margin-bottom: 15px;
}
#recommend ul  {
	overflow: hidden;
	margin-bottom: 10px;
}
#recommend ul li {
	float: left;
	display: inline;
	margin-right: 11px;
}
#recommend ul li:last-child {
	margin-right: 0px;
}
#db {
	border: 1px solid #CCCCCC;
	border-radius: 7px;
	background-color: #F0ECD9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#db h2 {
	margin-bottom: 10px;
}
#db section   {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 80%;
	overflow: hidden;
}
#db section a {
	color: #333333;
	text-decoration: none;
	display: block;
}
#db section  a:hover {
	opacity: 0.6;
}
#db section h3 {
	width: 100px;
	float: left;
}
#db section dl.cont  {
	width: 98px;
	float: left;
	margin-left: 6px;
	font-size: 90%;
}
#db section dl.cont dt {
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#information h2 {
	background-image: url(../toppage/blog/blog.jpg);
	background-repeat: no-repeat;
	width: 718px;
	height: 35px;
	margin-bottom: 5px;
	text-indent: -9999px;
}
#information ul {
	margin-left: 10px;
	margin-right: 10px;
}
#information ul li {
	font-size: 90%;
	margin-bottom: 10px;
	border-bottom: 1px solid #A29988;
}
.notice {
	font-size: 80%;
	margin-top: 10px;
	color: #666666;
}
#sWrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow-x: hidden;
	display: block;
}
.border {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#catalog p.button {
	margin-top: 38px;
}
section#emargency {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 960px;
	overflow: hidden;
}
section#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	background-image: url(../toppage/mainNav/mainNavBack.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	background-position: center 0%;
	background-size: cover;
}
section#main .inner {
	width: 960px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
section#main ul  {
	margin-bottom: 20px;
	overflow: hidden;
}
section#main ul li {
	float: left;
}
section#main h2 {
	margin-bottom: 20px;
}
section#main ul li a {
	display: block;
	background-color: #4F3008;
	transition: 1s all ease;
}
section#main ul li a:hover {
		opacity: 0.6;
}
#perpetual {
	background-color: hsl(45,46%,34%);
	padding: 30px 0;
	color: #fff;
}
#perpetual h2 {
	margin-bottom: 10px;
}
#perpetual h3 {
	text-align: center;
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 5px;
}
#perpetual h4 {
	text-align: center;
	background-color: #2D0E0C;
	color: #fff;
	margin: 0 auto 30px;
	padding: 10px;
	font-size: 25px;
	transform: rotate(-3deg);
	box-shadow: 3px 3px 3px 1px rgba(100,100,100, .6);
}

#perpetual dt {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #F2E29B;
	font-weight: bold;
}
#perpetual dd {
	margin-left: 2em;
	margin-bottom: 20px;
}
.perpetualButton {
	margin: 30px auto;
	width: 50%;
}
.perpetualButton i {
	font-weight: bold;
}
.perpetualButton a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	border-radius: 8px;
	background-color: #2D0E0C;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: 1.5s all ease;
}
.perpetualButton a:hover {
	background-color: #673908;
}
img.imgFull {
	width: 100%;
	height: auto;
}
