@charset "utf-8";
/* ===================================================================
CSS information
 file name  :layout.css
=================================================================== */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-size: 95%;
	text-align: center;
	color: #4d4d4d;
	line-height: 1.6;
	letter-spacing: 0.15em;
    min-width: 1124px;
}
a {
  transition: color 0.3s ease-in-out;
}
a:link,
a:visited,
a:hover,
a:active {
	overflow: hidden;
	outline: none;
}
.cnt-inner {
	width: 1024px;
	margin: 0 auto;
}
#header {
	/* min-width: 1124px; */
	box-sizing: border-box;
	background: #eeeee7;
	text-align: left;
	padding: 28px 0 15px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	_zoom: 1;
}
.header-inner {
	background: #eeeee7;
	width: 1124px;
	height: 50px;
	margin: 0 auto;
	box-sizing: border-box;
}
.header-inner h1 {
	float: left;
	width: 282px;
	margin-right: 20px;
}
#nav {
	margin-top: 10px;
	display: inline-block;
	/* float: right; */
	overflow: hidden;
	_zoom: 1;
	font-size: 0.8em;
	line-height: 1.3;
}
#nav li {
	float: left;
	padding: 0.3em 1.2em 0 1.2em;
	border-right: 1px solid #595757;
}
#nav li:last-child {
	border-right: 0;
}
#nav a {
	color: #595757;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .3s;
}
#nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	transition: .3s;
	background-color: #690000;
}
#nav a:hover {
	color: #690000;
}
#nav a:hover::after {
	width: 100%;
}
.tab-home #nav li.nav-home a,
.tab-info #nav li.nav-info a,
.tab-product #nav li.nav-product a,
.tab-vision #nav li.nav-vision a,
.tab-catalog #nav li.nav-catalog a,
.tab-company #nav li.nav-company a,
.tab-recruit #nav li.nav-recruit a,
.tab-contact #nav li.nav-contact a {
	color: #690000;
}
.tab-home #nav li.nav-home a::after,
.tab-info #nav li.nav-info a::after,
.tab-product #nav li.nav-product a::after,
.tab-vision #nav li.nav-vision a::after,
.tab-catalog #nav li.nav-catalog a::after,
.tab-company #nav li.nav-company a::after,
.tab-recruit #nav li.nav-recruit a::after,
.tab-contact #nav li.nav-contact a::after {
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	width: 1124px;
	margin: 0 auto 30px;
	text-align: left;
	font-size: 0.85em;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a {
	color: #595757;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #4169e1;
	text-decoration: none;
}
.breadcrumb li::before {
	content: ">";
}
.breadcrumb li:first-child::before {
	content: none;
}
/* =============================
		content
		　side-menu
			side-content
================================ */

#content {
	clear: both;
	width: 1124px;
	margin: 0 auto 50px;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
	_zoom: 1;
}
.content-title {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
#side-menu {
	width: 278px;
	float: left;
}
#side-content {
	width: 800px;
	float: right;
}
.side-menu-title {
	border-bottom: 1px solid #680000;
	padding-left: 10px;
}
#side-menu h3 {
	text-indent: 25px;
	line-height: 55px;
}
#side-menu ul {
	line-height: 55px;
	margin-bottom: 15px;
}
#side-menu li {
	text-indent: 25px;
	border-bottom: 1px dotted #b57358;
}
#side-menu li a {
	color: #231815;
	text-decoration: none;
}
#side-menu li a:hover {
	color: #b57358;
}
#side-menu li a.active {
	color: #b57358;
}

/* patetop
-------------------- */
#pagetop {
	margin: 0 auto 20px;
}
#pagetop a:hover {
	background: #ffcf63;
}

/* =============================
		footer
================================ */
#footer {
	width: 1124px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
	line-height: 2.5;
}
#banner ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#contact-banner {
	position: relative;
	margin-bottom: 50px;
}
/*#contact-banner a {
	position: absolute;
	top: 49px;
	left: 751px;
}*/
#contact-banner a.left {
	position: absolute;
	top: 49px;
	left: 390px;
}
#contact-banner a.right {
	position: absolute;
	top: 49px;
	left: 751px;
}

#f-nav a {
	color: #595757;
	text-decoration: underline;
}
#f-nav a:hover {
	color: #4169e1;
	text-decoration: none;
}
#f-nav {
	display: flex;
	margin-bottom: 26px;
}
#f-nav ul {
	width: 224px;
	border-left: 1px dotted #595757;
	padding-left: 13px;
}
#bottom {
	overflow: hidden;
	margin-bottom: 1em;
}
.copyright {
	font-size: .8em;
	float: left;
	width: 350px;
}
.links {
	float: left;
	width: 600px;
	font-size: .8em;
}
.links li {
	display: inline-block;
	margin: 0 1em;
}
.links li a {
	color: #0081ba;
	text-decoration: underline;
}
.links li a:hover {
	color: #4169e1;
	text-decoration: none;
}
/*
	information
-------------------------------- */
dl.information {
	font-size: 12px;
	overflow: hidden;
	_zoom: 1;
}
dl.information dt {
	clear: both;
	float: left;
	width: 210px;
	text-align: center;
	color: #690000;
	padding: 14px 0 13px 0;
}
dl.information dd {
	border-bottom: 1px dotted #dadada;
	padding: 14px 0 13px 210px;
	/* position: relative; */
}

dl.information dd a {
	margin-right: 0;
	display: inline-block;
	color: #000;
	/* text-decoration: none;
	position: absolute;
	top: 17px; */
}
dl.information dd a:hover {
	color: #4169e1;
	text-decoration: none;
}
.label {
	display: inline-block;
	font-size: 10px;
	width: 64px;
	height: 15px;
	margin: 0 auto 0 10px;
	padding-top: 0;
	color: #fff;
	text-align: center;
}
.label-product {
	background-color: #690000;
}
.label-product::before {
	content: "商品情報";
}
.label-exhibition {
	background-color: #06903b;
}
.label-exhibition::before {
	content: "展示会情報";
}
.label-recruit {
	background-color: #ea5710;
}
.label-recruit::before {
	content: "採用情報";
}
.label-other {
	background-color: #595757;
}
.label-other::before {
	content: "その他";
}
/* =============================
		common style
================================ */

.inline-block {
	display: inline-block;
}
img.photoframe {
	border-radius: 4px;
}
.hover-image:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.caution {
	color: #e60013;
}
hr.hr {
	display: block;
	border: 0;
	border-bottom: 3px solid #f1f1f1;
	margin-bottom: 30px;
}
.note {
	font-size: 10px;
	letter-spacing: auto;
}
