@charset "utf-8";


.clr:after {
	content:" ";
	display:block;
	clear:both;
}

.Shisetsu .section {
	margin-bottom: 40px;
}
.Shisetsu .section h4 {
	margin-bottom: 30px;
}

/*--------------- about ---------------*/
.Shisetsu .section.about .fltBox {
	margin-bottom: 20px;
}
.Shisetsu .section.about .fltBox .imgBox {
	float: left;
}
.Shisetsu .section.about .fltBox .txtBox {
	margin-left: 140px;
}
.Shisetsu .section.about .name {
	margin-top: 10px;
}

/*--------------- aim ---------------*/
.Shisetsu .section.aim .translation {
	margin-top: 10px;
}

/*--------------- learn ---------------*/
.Shisetsu .section.learn li {
	border: 1px solid #d2d2d2;
	width: 350px;
	box-sizing: border-box;
	float: left;
}
.Shisetsu .section.learn li:nth-child(even) {
	margin-left: 20px;
}
.Shisetsu .section.learn li:nth-child(n+3) {
	margin-top: 20px;
}
.Shisetsu .section.learn li:last-child {
	border-bottom: 1px solid #d2d2d2;
}
.Shisetsu .section.learn li a {
	display: table;
	min-height: 160px;
	padding: 20px 40px 20px 20px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.Shisetsu .section.learn li a:after {
	content: "";
	background: url("../publishing/img/img_arrow.png") no-repeat;
	background-position:top center;
	background-size: 10px;
	width: 10px;
	height: 17px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
}
.Shisetsu .section.learn li:hover a {
	background: #f5f5f5;
	text-decoration: none;
}
.Shisetsu .section.learn li a .imgBox ,
.Shisetsu .section.learn li a .txt {
	display: table-cell;
	vertical-align: middle;
}
.Shisetsu .section.learn li a .imgBox {
	width: 80px;
}
.Shisetsu .section.learn li a .txt {
	padding-left: 15px;
}
.Shisetsu .section.learn li a .txt img {
	margin-bottom: 5px;
}

/*--------------- information ---------------*/
.Shisetsu .section.information li {
	margin-bottom: 30px;
}
.Shisetsu .section.information li .ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}
.Shisetsu .section.information li a img {
	margin-left: 7px;
}

/*--------------- events ---------------*/
.Shisetsu .section.events li {
	width: 230px;
	border: 1px solid #d2d2d2;
	float: left;
	box-sizing: border-box;
}
.Shisetsu .section.events li+li {
	margin-left: 15px;
}
.Shisetsu .section.events li:nth-child(3n+1) {
	margin-left: 0;
}
.Shisetsu .section.events li:nth-child(n+4) {
	margin-top: 20px;
}
.Shisetsu .section.events li .imgBox img {
	width: 100%;
	height: auto;
}
.Shisetsu .section.events li .ttlBox {
	padding: 10px;
	box-sizing: border-box;
}
.Shisetsu .section.events li .ttlBox img {
	margin-bottom: 3px;
}
.Shisetsu .section.events li a {
	display: block;
}
.Shisetsu .section.events li:hover a {
	text-decoration: none;
	opacity: 0.8;
}




