body{
	background: #000;
}
section#link{
	width: 80%;
	max-width: 1240px;;
	margin: 55px auto 0;
	padding: 50px 0;
}
section#link h2{
	display: block;
	text-indent: -9999px;
	background: url(../img/title.png) no-repeat;	
 	width:700px;
	height: 45px;
	margin: 0 auto 20px;
}
section#link h3{
	font-family: "Sawarabi Mincho" !important;
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	color: #fff;
	margin: 50px auto 20px;
}
section#link h3 br{
	display: none;	
}
section#link p{
	font-size: 18px;
	padding: 18px;
	color:#fff;
	text-align: center;
}
section#link p a{
	
	color: #fff;
	text-decoration: none;
}
.swiper-container {
	width: 100%;
    max-width: 1240px;
    height: 600px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}

section#link div.leftbox{
	float: left;
	width: 500px;
}
section#link div.leftbox img{
	width: 100%;
	height: auto;
}
section#link div.rightbox{
	float: right;
	width: 720px;
	color: #fff;
	text-align: left;
}
section#link div.rightbox ul{
	margin: 0 0 0 40px;
}
section#link div.rightbox ul li{
	list-style: disc;
	font-size: 18px;
}
section#link h4{
	margin: 0 0 5px 20px;
	border-bottom: solid 1px #fff;
}