@charset 'UTF-8';
/* CSS Document */

header div.bottom nav.default > div.inner > ul {
	table-layout: fixed;
}

header div.top div.targetLink ul
{ 
	float: right;
}

header div.bottom nav.default div.inner > ul > li > a {
	font-size: 1.8rem; 
}

section.educationResearch ul {
	margin: 0 auto 40px; 
}

div.banners ul {
}

div.banners ul li {
}

div.banners ul li:nth-child(3n) {
}

div.banners ul li:nth-child(4n) {
}

div.banners ul li div.title {
	min-height: 60px;
	font-size: 1.5rem;
	padding: 1em 0.5em;
	box-sizing: border-box;
}

div.banners ul li div.title.small {
	padding: 0.5em;
}


ul.pagination li a, 
ul.pagination li span {
	border: 1px solid #f0f0f0; 
}

ul.pagination li a:hover, 
ul.pagination li.active a, 
ul.pagination li.active span {
	background: #ffb600;
}

@media only screen and (max-width: 640px)
{
div.banners ul li:last-child div.title
    {
        display: none !important;
    }
}

section.introduction div.contentsBox {
    min-height: 400px;
}

section.introduction div.contentsBox.first div.head {
    font-size: 4.0rem;
}

section.introduction div.contentsBox.first div.description {
    margin-bottom: 1em;
}

section.introduction div.contentsBox div.description {
	font-size: 2.0rem;
}

header div.top div.targetLink {
    margin-bottom: 1em;
	clear: both;
    overflow: hidden;
}