/* common
===============================================================*/
#Main .box {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#Main .box#Merit {
	padding-bottom: 30px;
}
#Main .box#Light {
	padding-bottom: 40px;
}

#Main .box h2 {
	font-size: 32px;
	margin-bottom: 24px;
	padding-bottom: 11px;
	position: relative;
}
#Main .box h2::after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #00a8ea;
	position: absolute;
	left: 0;
	bottom: 0;
}

#Main .box h3 {
	font-size: 24px;
	line-height: 1.4;
	background:url(/pvc/images/possibility/new/icon.png) no-repeat left 7px;
	padding-left: 30px;
	margin-bottom: 20px;
}

#Main .box h4 {
	color: #00a8ea;
	font-size: 20px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 4px;
}
#Main .box h4::before {
	content: "◆";
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 8px;
}

#Main .box p {
	font-size:16px;
}

#Main .box .innerbox {
	clear: both;
  overflow: hidden;
	margin-bottom: 40px;
}
#Main .box .innerbox p.photo {
	width: 370px;
	float: right;
	padding: 0 0 37px 37px;
}
#Main .box .innerbox p.photo-left {
	width: 370px;
	float: left;
	padding: 0 37px 0 0;
}
#Main .box .innerbox p.photo-left.l2 {
	padding-bottom: 20px;
}



/* box1
===============================================================*/
#Main .box1 .ic {
	position:absolute;
	top: -104px;
	right: -56px;
}

#Main .box1 ul {
	margin-top: 30px;
	margin-bottom: 55px;
}
#Main .box1 ul li {
	font-size:18px;
	font-weight: bold;
	border-bottom: #86cae4 1px solid;
}
#Main .box1 ul li:last-child {
	border-bottom:none;
}

#Main .box1 ul li a {
	position: relative;
	display: block;
	padding: 10px 35px 10px 5px;
}
#Main .box1 ul li a span {
	display: block;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#Main .box1 ul li a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6.5px 0 6.5px;
	border-color: #00a8ea transparent transparent transparent;
}



/* box2
===============================================================*/
#Main .box2 h4.h4r {
	margin-left: 407px;
}

#Main .box2 .tech {
	width: 100%;
	margin: 20px 0 70px;
	border-top: #86cae4 1px solid;
	border-left: #86cae4 1px solid;
}
#Main .box2 .tech tr th ,
#Main .box2 .tech tr td {
	font-size: 16px;
	border-right: #86cae4 1px solid;
	border-bottom: #86cae4 1px solid;
}

#Main .box2 .tech tr th {
	background: #c3e9f8;
	width: 164px;
}
#Main .box2 .tech tr.title th {
	padding: 23px 0 16px;
	background: #c2d7f8;
	width: auto;
}

#Main .box2 .tech tr td {
	padding: 15px 32px;
}
#Main .box2 .tech tr td.genre {
	text-align: center;
	width: 160px;
	padding: 15px 0;
}