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

@import url("footer_header.css");

header a.logo img {
	/*width: 146px;
	height: 47px;*/
}
header dl.language dt,
header dl.language dd ul li:first-child {
	display: none;
}
header dl.language dd ul {
	font-size: 1.2rem;
	padding-left: 1px;
}
header dl.language dd ul li {
	float:left;
	margin-left: -1px;
}
header dl.language dd ul li a {
	border: 1px solid #00c8e1;
	display: block;
	padding: 0 20px;
	height: 28px;
	line-height: 26px;
}
header dl.language dd ul li a:hover {
	background-color: #00c8e1;
	color: #fff;
}

nav {
	border: none;
}

.main {
	padding-bottom: 65px;
}
.main .contents h1,
.main .contents h2,
.main .office .company_info .contents h2 {
	margin: 70px 0 50px 0;
}
.main .contents h1,
.main .contents h1 + p {
	text-align: center;
}
.main .contents h1 + p {
	margin: -25px 0 25px 0;
	font-size: 1.8rem;
}
.main .detail .contents h2,
.main .contents h2.new,
.main .contents h3.new,
.main .contents .nutr h3,
.main .contents .contact h2,
.main .contents .information h2,
.main .recruit .contents h2,
.main .recruit .recruit_detail h2,
.main .contents .sitemap h2,
.main .aboutus_ci .contents h2,
.main .aboutus_company .contents h2,
.main .office .contents h2,
.main .community-activities .contents h2,
.main .shop .contents h2,
.main .shop_only article h2,
.main .termsofuse h2,
.main .privacypolicy h2,
.main .faq h2,
.main .error h2 {
	border-bottom: 2px solid #00c8e1;
	font-size: 2.4rem;
}

.main ul.bottom_link {
	margin-bottom: -25px;
	overflow:hidden;
	letter-spacing: -0.4em;
}
.main ul.bottom_link li {
	width: -webkit-calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	margin: 0 25px 25px 0;
	letter-spacing: normal;
	float: left;
}
.main ul.bottom_link li:nth-child(3n) {
	margin-right: 0;
}
.main ul.bottom_link li:nth-child(3n + 1) {
	clear: both;
}
.main ul.bottom_link li a {
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}
.main ul.bottom_link li a img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.main ul.bottom_link li a p {
	margin: 0;
	padding: 12px 0;
	background-color: #00c8e1;
	color: #fff;
	text-align: center;
	line-height: 100%;
}

footer {
	padding-top: 50px;
}

@supports (-ms-ime-align: auto) {
	.main ul.bottom_link li {
		margin-right: 24px;
	}
}

