@charset "utf-8";

/* ==================================================
contents
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu {
    margin: 10px 0;
}
/* banner
================================================== */
#tmp_banner{
    color: #222222;
    background-color: #efefe7;
	text-align: center;
	padding: 22px 0 16px;
}
#tmp_banner .banner_sp{
	display: none;
}
#tmp_banner img{
	max-width: 100%;
	height: auto;
}
/* toshokan_kids_box_ttl
================================================== */
.toshokan_kids_box_ttl{
	position: relative;
	width: 868px;
	margin: -60px auto 0;
	font-weight: bold;
	font-size: 161.1%;
	color: #222222;
	z-index: 1;
}
.toshokan_kids_box_ttl .kids_ttl_inner{
	position: relative;
	text-align: center;
	padding: 20px 12px 18px;
	background-color: #fcdc00;
	color: #222222;
}
.toshokan_kids_box_ttl .kids_ttl_inner br {
	display: none;
}
.toshokan_kids_box_ttl .kids_ttl_inner:before{
	content: '';
	position: absolute;
	left: -49px;
    bottom: -20px;
	z-index: -1;
	width: 77px;
	height: 85px;
	color: inherit;
	background: transparent url(/shared/templates/toshokan_kids_top/images/main/ttl_ribbon_lft.png) no-repeat;
}
.toshokan_kids_box_ttl .kids_ttl_inner:after{
	content: '';
	position: absolute;
	right: -49px;
	bottom: -20px;
	z-index: -1;
	width: 77px;
	height: 85px;
	color: inherit;
	background: transparent url(/shared/templates/toshokan_kids_top/images/main/ttl_ribbon_rgt.png) no-repeat;
}
/* tmp_toshokan_kids_menu
================================================== */
#tmp_toshokan_kids_menu .kids_menu_list {
	padding: 134px 0 64px;
	overflow: hidden;
}
#tmp_toshokan_kids_menu .kids_menu_list ul {
	margin: 0 -50px;
	list-style: none;
}
#tmp_toshokan_kids_menu .kids_menu_list li {
	float: left;
	width: 50%;
	padding: 0 50px;
	margin-bottom: 114px;
}
#tmp_toshokan_kids_menu .kids_menu_list li:nth-child(2n+1) {
	clear: left;
}
#tmp_toshokan_kids_menu .kids_menu_list li:nth-child(2n) {
	clear: right;
}
#tmp_toshokan_kids_menu .kids_menu_list li.menu_list3,
#tmp_toshokan_kids_menu .kids_menu_list li.menu_list4 {
	margin-bottom: 35px;
}
#tmp_toshokan_kids_menu .menu_item {
	position: relative;
	padding-bottom: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#tmp_toshokan_kids_menu .menu_item:before {
	position: absolute;
	content: '';
	width: 133px;
	height: 133px;
	top: -66px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1;
}
#tmp_toshokan_kids_menu .menu_list1 .menu_item:before {
	background: transparent url(/shared/templates/toshokan_kids_top/images/icon/kids_menu_icon1.png) no-repeat;
	background-size: 133px auto;
	-moz-background-size: 133px auto;
	-webkit-background-size: 133px auto;
}
#tmp_toshokan_kids_menu .menu_list2 .menu_item:before {
	background: transparent url(/shared/templates/toshokan_kids_top/images/icon/kids_menu_icon2.png) no-repeat;
	background-size: 133px auto;
	-moz-background-size: 133px auto;
	-webkit-background-size: 133px auto;
}
#tmp_toshokan_kids_menu .menu_list3 .menu_item:before {
	background: transparent url(/shared/templates/toshokan_kids_top/images/icon/kids_menu_icon3.png) no-repeat;
	background-size: 133px auto;
	-moz-background-size: 133px auto;
	-webkit-background-size: 133px auto;
}
#tmp_toshokan_kids_menu .menu_list4 .menu_item:before {
	background: transparent url(/shared/templates/toshokan_kids_top/images/icon/kids_menu_icon4.png) no-repeat;
	background-size: 133px auto;
	-moz-background-size: 133px auto;
	-webkit-background-size: 133px auto;
}
#tmp_toshokan_kids_menu .item_img {
    border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	overflow: hidden;
}
#tmp_toshokan_kids_menu .item_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_toshokan_kids_menu .menu_item.active .item_img img {
	opacity: 0.7;
	transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
#tmp_toshokan_kids_menu .item_caption a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
    width: 640px;
	padding: 14px 48px 12px;
	min-height: 115px !important;
	height: 115px;
	color: #222222;
	background-color: transparent;
	font-size: 205.6%;
	font-weight: bold;
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.1);
	text-decoration: none;
	line-height: 1.2;
	transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
#tmp_toshokan_kids_menu .menu_item.active .item_caption a,
#tmp_toshokan_kids_menu .item_caption a:hover,
#tmp_toshokan_kids_menu .item_caption a:focus,
#tmp_toshokan_kids_menu .item_caption a:active {
	text-decoration: underline;
}
#tmp_toshokan_kids_menu .menu_list1 .item_caption a {
	padding-right: 254px;
	background-color: #dcb7eb;
}
#tmp_toshokan_kids_menu .menu_list2 .item_caption a {
	padding-right: 160px;
	background-color: #4bcce1;
}
#tmp_toshokan_kids_menu .menu_list3 .item_caption a {
	padding-right: 255px;
	background-color: #93bd13;
}
#tmp_toshokan_kids_menu .menu_list4 .item_caption a {
	padding-right: 265px;
	background-color: #eb8000;
}
#tmp_toshokan_kids_menu .item_caption a:before {
	position: absolute;
	content: '';
}
#tmp_toshokan_kids_menu .menu_list1 .item_caption a:before {
	right: 12px;
	bottom: 0;
	width: 240px;
	height: 226px;
	background: transparent url(/shared/templates/toshokan_kids_top/images/main/kids_menu_bg1.png) no-repeat;
	background-size: 240px auto;
	-moz-background-size: 240px auto;
	-webkit-background-size: 240px auto;
}
#tmp_toshokan_kids_menu .menu_list2 .item_caption a:before {
	right: 20px;
	bottom: 24px;
	width: 150px;
	height: 142px;
	background: transparent url(/shared/templates/toshokan_kids_top/images/main/kids_menu_bg2.png) no-repeat;
	background-size: 150px auto;
	-moz-background-size: 150px auto;
	-webkit-background-size: 150px auto;
}
#tmp_toshokan_kids_menu .menu_list3 .item_caption a:before {
	right: 23px;
	bottom: 33px;
	width: 253px;
	height: 136px;
	background: transparent url(/shared/templates/toshokan_kids_top/images/main/kids_menu_bg3.png) no-repeat;
	background-size: 253px auto;
	-moz-background-size: 253px auto;
	-webkit-background-size: 253px auto;
}
#tmp_toshokan_kids_menu .menu_list4 .item_caption a:before {
	right: 21px;
	bottom: 17px;
	width: 240px;
	height: 158px;
	background: transparent url(/shared/templates/toshokan_kids_top/images/main/kids_menu_bg4.png) no-repeat;
	background-size: 240px auto;
	-moz-background-size: 240px auto;
	-webkit-background-size: 240px auto;
}
#tmp_toshokan_kids_menu .item_caption a:after {
	position: absolute;
	content: '';
	right: 16px;
	bottom: 16px;
	width: 55px;
	height: 55px;
	background: transparent url(/shared/templates/toshokan_kids_top/images/icon/icon_menu_arrow.png) no-repeat;
	background-size: 55px auto;
	-moz-background-size: 55px auto;
	-webkit-background-size: 55px auto;
}

/* ==================================================
accessibility style change:color
================================================== */
.color_blue .toshokan_kids_box_ttl .kids_ttl_inner,
.color_black .toshokan_kids_box_ttl .kids_ttl_inner {
	border: 2px solid #FFFF00 !important;
}
.color_yellow .toshokan_kids_box_ttl .kids_ttl_inner {
	border: 2px solid #000000 !important;
}
.color_blue #tmp_toshokan_kids_menu .menu_item,
.color_black #tmp_toshokan_kids_menu .menu_item {
	border: 2px solid #FFFF00 !important;
}
.color_yellow #tmp_toshokan_kids_menu .menu_item {
	border: 2px solid #000000 !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */


/* ==================================================
clearfix
================================================== */

#tmp_toshokan_kids_menu .kids_menu_list ul:after {
    content: "";
    /* Do not edit */
    display: table;
    /* Do not edit */
    clear: both;
    /* Do not edit */
}

/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}

/* ==================================================
IE
================================================== */
@media all and (-ms-high-contrast:none) {
#tmp_toshokan_kids_menu .item_caption a {
	height:1px;
}
.fsize_big #tmp_toshokan_kids_menu .item_caption a {
	min-height:125px;
}
.fsize_big2 #tmp_toshokan_kids_menu .item_caption a {
	min-height:234px;
}
}
