@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							愛知ってどんなとこ？用CSS							*/
/****************************************************************************/


/* ----------------------------------------------------
		スライダー
---------------------------------------------------- */
#about_pager {
	margin-top: 30px;
}

#about_pager li {
	width: 200px;
	float: left;
}

#about_pager li img {
	width: 100%;
}

#about_pager li a {
	position: relative;
	display: block;
}

#about_pager li a:after {
	background: url(/img/ja/education/common/overlay.png);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#about_pager li a.active:after {
	background: none;
}


/* ----------------------------------------------------
		
---------------------------------------------------- */
#about {
	margin-top: 30px;
}

#about p {
	line-height: 1.7;
}

#about .edu_title{
	margin-top: 40px;
}

#about .edu_title:first-child{
	margin-top: 0;
}

#about h3 {
	margin: 30px 0 10px;
	font-size: 2.1rem;
	line-height: 1.3;
}

.about_map_box {
	width: 410px;
	background-color: #ffffff;
	padding: 35px 20px;
}

.about_map_box p {
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 30px;
}

.about_map_box table {
	font-size: 1.8rem;
	line-height: 1.3;
	margin-top: 30px;
}

.about_map_box table th {
	width: 5em;
	text-align: right;
	padding: 10px 5px;
}

.about_map_box table td {
	padding: 10px 5px;
}

#about aside {
	background-color: #e4e4e4;
	padding: 15px;
	margin-top: 30px;
}
