@charset "Shift_JIS";

/* 13.09 リニューアル

/*
 * 共?
 */
html, body {
	min-width: 1000px;
}
body {
	width: 100%;
	color: #333;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}


/**
 * ポップア??
 */
html.popup,
.popup body {
	min-width: 100%;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}


/**
 * レイアウ?
 */
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.absolute { position: absolute; }
.relative { position: relative; }


/**
 * リンク
 */
.ahover,
.ahoverArea img {
	opacity: 1;
}

a.ahover:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.ahover:hover,
.ahoverArea img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}



/**
 * 矢印 
 */
.link-with-arrow {
	background: url('/s/common/images/icon_link_10.gif') no-repeat 0 4px;
	padding-left: 10px;
}
.link-with-blank {
	background: url('/s/common/images/icon_link_12.gif') no-repeat 0 50%;
	padding-left: 14px;
}


/**
 * ?ス?
 */
.colorBlue {
	color: #00aad9;
}
.colorPink {
	color: #ff6288;
}
.colorGray {
	color: #333333;
}

.capLink {
	font-size: 10px;
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
}
.capLink:hover {
	text-decoration: none;
	color: #333333;
}

.font-14-16 {
	font-size: 14px;
	line-height: 1.6;
}
.font-14-18 {
	font-size: 14px;
	line-height: 1.8;
}
.font-16-18 {
	font-size: 16px;
	line-height: 1.8;
}


/**
 * ?
 */
.border {
	border: 1px solid #d9d9d9;
}


.nintendo-ds {
	margin-left: 3px;
	padding-left: 60px;
	background: url('/s/common/images/new/nintendo_ds.png') no-repeat 0 2px;
}


/**
 * 検索窓MOD
 */
#yjSsSb {
	width: 220px !important;
}
#yjSsTxt {
	display: block;
	height: 25px !important;
}
#yjSsBtn {
	display: block;
	width: 25px !important;
	height: 25px !important;
	background: url(/s/common/images/icon_yahoo_search.gif) no-repeat !important;
	text-indent: -9999px;
}

.yahoosearch {
	width: 175px;
}
.yahoosearch #yjSsSb #yjSsTxtWrap {
	border: none;
}
.yahoosearch #yjSsSb #yjSsBtnWrap {
	border: none;
}
.yahoosearch #yjSsSb #yjSsTxt {
	width: 150px !important;
}
.yahoosearch #yjSsSb #yjSsTxt {
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.yahoosearch #yjSsSb #yjSsTxt.yjSsCr {
	background: #f2f2f2 url(/s/common/images/common_header/bg_lg1.gif) no-repeat center center !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	border: none;
	margin-top: 0;
}

*+html .yahoosearch #yjSsSb #yjSsTxt {
	margin-top: -2px;
}
*+html .yahoosearch #yjSsSb #yjSsTxt.yjSsCr {
	margin-top: 0;
}


/**
 * パンくず
 */
div#breadcrumb {
	padding: 0;
	color: #333333;
	font-size: 10px;
	background-color: transparent;
	z-index: 100;
	position: relative;
}

div#breadcrumb a {
	color: #333333;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

div#breadcrumb h1 {
	font-weight: bold;
}

div#breadcrumb div.inner {
	padding-left: 0;
	width: 960px;
}


/**
 * ヘッ?ー部?
 */
div#common-header {
	margin: 0px auto 0px;
	padding: 0;
	position: static;
	zoom: 1;
}

*+html div#common-header {
	margin-bottom: 0px;
}

/*
div#common-header .benesse {
	margin-bottom: 20px;
}
*/

div#common-header .benesse {
	padding-bottom:20px;
}
div#common-header div.benesse p {
	margin-top: 5px;
	margin-bottom: 0;
}
div#common-header div.benesse ul {
	margin-top: 2px;
}

div#common-header div.utility .common-header-left {
	float: left;
}
div#common-header div.utility .common-header-right {
	float: right;
}
div#common-header div.utility ul {
	float: right;
	margin-top: 7px;
	line-height: 11px;
}

div#common-header div.utility ul li {
	background: none;
	float: left;
	margin-right: 20px;
	padding-left: 0;
}


/**
 * 12月号教材はこちらか?
 */
.section.eyecatch .wrapper .kyouzai-link {
	margin-top: 15px;
	font-size: 12px;
}


/**
 * セクション
 */

.section {
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}

.section .row {
	width: 960px;
	margin: 0 auto;
}
.section .col .row {
	width: 100% !important;
}

.section .wrapper {
	position: relative;
	width: 958px; /** -2px for each side borders */
	height: 100%;
	margin: 0 auto;
}
.section .wrapper .row {
	width: 860px;
	margin: 0 auto;
	clear: both;
}


/* コン??り?? */
.section.border-top .wrapper {
	border-top: 1px solid #d9d9d9;
}
.section.border-side .wrapper {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.section.border-bottom .wrapper {
	border-bottom: 1px solid #d9d9d9;
}
.section.border .wrapper {
	border: 1px solid #d9d9d9;
}


/**
 * ?ス?
 */
.section .wrapper .bold {
	font-weight: bold;
}

.section .wrapper .caption {
	color: #666666;
	font-size: 10px;
	line-height: 1.4;
	/font: 50% "?? ?ゴシ?";
}

/* ie7用 */
*+html .section .wrapper .caption {
	color: #666666;
	font-size: 10px;
	line-height: 1.4;
}

.section .wrapper .attention {
	color: #ff6288;
}

.section .wrapper .marker {
	background: #FBFF67;
}

.focus-point-title {
	margin-bottom: 10px;
}
.focus-point-text {
	margin-left: 26px;
}



/**
 * 白の透過背景
 */
.white-box-opa {
	background: url(/s/common/images/bg_80_white.png);
	padding: 30px 25px 25px 25px;
	border: 1px solid #fff;
}


/**
 * ボタン
 */
.section .wrapper .dialog {
	border: 1px solid #fff;
	background: url('/s/common/images/bg_80_white.png');
	padding: 3px;
}
.section .wrapper .dialog.border {
	border: 1px solid #d9d9d9;
	background: #fff;
}
.section .wrapper .dialog.border2 {
	border: 1px solid #ececec;
	background: #fff;
}
.section .wrapper .dialog2 {
	background: url('/s/common/images/bg_80_white.png');
	padding: 5px;
}
.section .wrapper .dialog a {
	display: block;
	padding: 14px 10px 14px 80px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.6;
}
.section .wrapper .dialog2 a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.section .wrapper .dialog.mom1 a {
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url(/s/common/images/new/img_section_mom.png);
}
.section .wrapper .dialog.mom2 a {
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url(/s/common/images/new/img_section_mom2.png);
}
.section .wrapper .dialog.mom3 a {
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url(/s/common/images/new/img_section_mom3.png);
}

.section .wrapper .dialog.web a {
	padding-left: 80px;
	background-image: url(/s/common/images/new/img_section_web.png);
}

.section .wrapper .dialog.movie a {
	padding-left: 80px;
	background-image: url(/s/common/images/new/img_section_movie.png);
}



/**
 * 年間ラインナッ?
 */
.item-link a {
	display: block;
	cursor: pointer;
}
.item-link a img {
	cursor: pointer;
}
.item-link a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
.item-link a:hover .icon-link {
	text-decoration: none;
}



/**
 * 年間ラインナップ???ブル
 */
.termSection {
	margin-top: 30px;
	margin-bottom: 10px;
}
.termTitle {
	margin-bottom: 20px;
	padding-bottom: 17px;
	font-size: 18px;
	background: url(../../images/new/term_title_line.gif) repeat-x left bottom;
}
.termTitleInner {
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 17px;
	background: url(../../images/new/term_title_line.gif) repeat-x left top;
}
.termTitleInner img {
	margin-right: 40px;
	vertical-align: bottom;
}
.termTitleInner span {
	line-height: 24px;
}

.lineupTable {
	width: 100%;
}
.lineupTable th,
.lineupTable td {
	padding: 10px;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
}
.lineupTable th {
	padding: 15px 14px;
}
.lineupTable td {
	font-size: 10px;
}
.lineupTable td.vt {
	vertical-align: top;
}
.lineupHeadHead {
	background: #efefef;
}
.lineupTable .lineupHead {
	text-align: center;
	background: #f7f7f7;
}
.lineupTableItemWrap {
	margin-right: -10px;
	_position: relative;
}
.lineupTableItemImage {
	text-align: center;
}
.lineupTableItem-float {
	width: 102px;
	margin-left: 10px;
	float: left;
}
.lineupTableItem.widthAuto {
	width: auto;
}
.lineupTableItemLink {
	font-size: 10px;
	line-height: 1.6;
	width: 210px;
	margin: 10px auto 0;
}
.lineupTableItemLink span.icon-link {
	background-position: 0 4px;
}
.lineupTableItem-float .lineupTableItemLink {
	width: 100%;
}
.lineup-link {
	padding: 20px;
	background: #f7f7f7;
	text-align: center;
	font-size: 10px;
}
.lineup-link a {
	margin-right: 15px;
	font-size: 14px;
}



/**
 * effevtive-usage
 */
.section.effevtive-usage {
	margin-bottom: 30px;
}
.section.effevtive-usage .wrapper {
	width: 900px;
	padding: 50px 30px;
	border: 1px solid #d9d9d9;
}
.effevtive-usage-title,
.effevtive-usage-lead {
	margin-left: 20px;
}
.effevtive-usage-title {
	margin-bottom: 25px;
}
.effevtive-usage-lead {
	margin-bottom: 20px;
}

.section.effevtive_usage .wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section.effevtive_usage .wrapper .row {
	width: 900px;
}

.section.effevtive_usage h4 {
	margin-bottom: 20px;
}

.section.effevtive_usage .link {
	text-align: right;
}


/**
 * ペ?ジトッ?
 */
.pagetop {
	text-align: right;
}
.pagetop a {
	font-size: 12px;
	padding-left: 14px;
	background: url('/s/common/images/icon_link_11.gif') no-repeat left 6px;
}


/**
 * フッター部?
 */
div#common-footer-02 {
	padding-top: 0;
	border-top: 1px solid #fff;
}
div#common-footer-02 .caption {
	padding: 10px 0;
	color: #666;
	font-size: 75%;
	background: #f2f2f2;
}
/* ie7用 */
*+html div#common-footer-02 .caption {
	padding: 10px 0;
	color: #666;
	font-size: 10px;
	background: #f2f2f2;
}

div#common-footer-02 .caption .wrapper {
	position: relative;
}
div#common-footer-02 .caption .pagetop {
	position: absolute;
	top: 0;
	right: 0;
}
div#common-footer-02 .caption .pagetop a {
	padding-left: 10px;
	background: url(/s/common/images/icon_link_11.gif) no-repeat 0 5px;
}

div#common-footer-02 div.site {
	margin-bottom: 0px;
	font-size: 85.7%;
	background: #fff;
}

div#common-footer-02 div.benesse {
	padding-top: 15px;
}
div#common-footer-02 div.benesse:after {
	content: "";
	display: block;
	clear: both;
}

#common-footer-02 .site ul li,
#common-footer-02 .site ul li a {
	margin-right: 0.4em;

}

.footer-link-area {
	background: #e2f1fa;
}
.footer-banner-link,
.footer-other-link {
	width: 960px;
	margin: 0 auto;
}

.footer-banner-link {
	padding: 40px 0;
}
.footer-banner-link .banner {
	width: 750px;
}
.footer-banner-link .banner li {
	float: left;
	padding: 10px 48px 10px 10px;
}
.footer-banner-link {
	padding: 40px 0;
}
.footer-banner-link .recommend {
	padding-bottom: 40px;
}
.footer-banner-link .useful dt,
.footer-banner-link .recommend dt {
	padding-bottom: 10px;
	border-bottom: 1px solid #b5c9d6;
	width: 710px;
	margin-bottom: 19px;
}
.footer-banner-link .cm {
	width: 180px;
	background: #ffffff;
	padding: 15px;
}
.footer-banner-link .cm dl dt,
.footer-banner-link .cm dl dd {
	padding-bottom: 15px;
}
.footer-banner-link .cm p {
	font-size: 12px;
	margin-bottom: 10px;
}
.footer-banner-link .cm p a {
	font-size: 12px;
	background: url("/s/common/images/icon_link_10.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
	padding-left: 8px;
}
.footer-other-link {
	padding: 20px 0 30px;
}
.footer-other-link .gradeList {
	width: 300px;
}
.footer-other-link .gradeList li {
	font-size: 12px;
	float: left;
	width: 75px;
	margin-bottom: 4px;
	background: url("/s/common/images/icon_link_10.gif") no-repeat scroll 0 8px;
	padding-left: 8px;
	margin-left: 10px;
}
.footer-other-link .aboutList {
	width: 233px;
}
.footer-other-link .aboutList li {
	font-size: 12px;
	margin-bottom: 8px;
	background: url("/s/common/images/icon_link_10.gif") no-repeat scroll 0 8px;
	padding-left: 8px;
}
.footer-other-link .pmark {
	width: 260px;
	font-size: 10px;
}
.footer-other-link .pmark dt {
	width: 73px;
}
.footer-other-link .pmark dd {
	width: 170px;
	color: #666666;
}
.footer-other-link .pmark dd li {
	padding-bottom: 10px;
}


/**
 * スライド?コン??
 */
.js-slide-content {
	display: none;
}