@charset "utf-8";

/* common
--------------------------------------------------*/
.benesse-header,
.benesse-footer {
	background-color: #fff;
	color: #000;
	font: 12px/1.231 "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.benesse-header a,
.benesse-footer a {
	color: #0070cb;
	text-decoration: underline;
}

.benesse-header__inner,
.benesse-footer__inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 926px; /* 950px - 12px * 2 */
	padding: 12px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	*zoom: 1; /* IE6,7 */
}

/* Clearfix */
.benesse-header__inner:before,
.benesse-header__inner:after,
.benesse-footer__inner:before,
.benesse-footer__inner:after {
	content: "";
	display: block;
	overflow: hidden;
}
.benesse-header__inner:after,
.benesse-footer__inner:after {
	clear: both;
}

.benesse-header__link,
.benesse-footer__link {
	margin: 0 0 0 -12px;
	padding: 0;
	list-style-type: none;
}

.benesse-header__link li,
.benesse-footer__link li {
	display: inline;
	margin-left: 12px;
}

.benesse-header__link a,
.benesse-footer__link a {
	display: inline-block;
	padding: 4px 0 4px 10px;
	background: url(../img/icon-arrow@2x.png) left center / 6px 6px no-repeat;
	background: url(/pet.benesse.ne.jp/headfoot/img/icon-arrow.png) left center no-repeat\9; /* IE7 */
}

/* benesse-header
--------------------------------------------------*/
.benesse-header {
	padding-bottom: 0;
}

.benesse-header__inner {
	padding-bottom: 0;
}

.benesse-header__logo {
	float: left;
	display: inline; /* IE6 */
	margin: -12px 0 0 -12px;
}

.benesse-header__logo a {
	display: inline-block;
}

.benesse-header__logo img {
	display: block;
	width: 130px;
	height: 43px;
	border: none;
}

.benesse-header__link {
	float: right;
	margin-top: -1px;
	margin-bottom: 8px;
	margin-left: 0;
}

@media screen and (max-width: 480px) {

	.benesse-header__link li {
		display: block;
		text-align: right;
	}
}

/* benesse-footer
--------------------------------------------------*/
.benesse-footer {
}

.benesse-footer__link {
	float: left;
	display: inline; /* IE6 */
}

.benesse-footer__copyright {
	float: right;
	margin: 0 0 0 12px;
	padding: 4px 0;
	color: #666;
	font-size: 11px;
	text-align: right;
}

@media screen and (max-width: 480px) {

	.benesse-footer__copyright {
		clear: left;
		float: none;
		margin-left: 0;
		text-align: left;
	}
}
