/* title
===============================================================*/
#Main .title {
	width: 1000px;
	margin: -73px auto 49px;
	background: url(/pvc/images/menu/bg.png) no-repeat right top;
	padding: 73px 27px 0;
}

#Main .title h2 {
	font-size: 32px;
	margin-bottom: 24px;
	padding-bottom: 11px;
	position: relative;
}
#Main .title h2::after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #00a8ea;
	position: absolute;
	left: 0;
	bottom: 0;
}

#Main .title p {
	font-size: 16px;
}



/* box
===============================================================*/
#Main .box {
	width:1000px;
	margin:0 auto 30px;
}

#Main .box .sbox {
	padding:0 0 39px 0;
}

#Main .box .sbox h3 {
	padding:11px 0 0 99px;
	margin:0 0 15px 0;
	height:39px;
	font-size:25px;
	line-height:1.2;
	font-weight:normal;
	color:#ffffff;
}

#Main .box .sbox h3.t1 {
	background:url(/pvc/images/menu/bg1.jpg) #004e98 no-repeat 10px 0;
}

#Main .box .sbox h3.t2 {
	background:url(/pvc/images/menu/bg2.jpg) #005891 no-repeat 28px 3px;
}

#Main .box .sbox h3.t3 {
	background:url(/pvc/images/menu/bg3.jpg) #007ac0 no-repeat 15px 0;
}

#Main .box .sbox h3.t4 {
	background:url(/pvc/images/menu/bg4.jpg) #0097da no-repeat 18px 0;
}

#Main .box .sbox h3.t5 {
	background:url(/pvc/images/menu/bg5.jpg) #0aa8c4 no-repeat 11px 3px;
}

#Main .box .sbox h3.t6 {
	background:url(/pvc/images/menu/bg6.jpg) #0096b5 no-repeat 7px 8px;
}


#Main .box .sbox p {
	font-size:16px;
}

#Main .box .sbox p.btn {
	margin: 10px 10px 0 0;
	text-align: right;
	font-weight: bold;
}
#Main .box .sbox p.btn a {
	padding-right: 22px;
	background: url(/pvc/images/menu/arrow.png) no-repeat right center;
}


#Main .box .sbox .seminar {
	border-bottom: #cccccc 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#Main .box .sbox .seminar:last-child {
	border-bottom:none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#Main .box .sbox .seminar h4 {
	color: #00a8ea;
	font-size: 20px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 4px;
}
#Main .box .sbox .seminar h4::before {
	content: "◆";
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 8px;
}