
#slide {
	position: relative;
	width: 100%;
	padding: 45% 0 0;
}

#slide ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#slide ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: -9999px;
	opacity: 0.0;
}

article {
	width: 100%;
}

article,
article a {
	color: #222222;
}

article div h3 a,
article h3.ph3 a {
	display: block;
	height: 40px;
	background: #CCCCCC;
	text-indent: -9999px;
	background-size: auto 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

article h3.ph3 a {
	/* adjust for sample */ 
	text-indent: 0px;
	text-align: center;
	line-height: 40px;
}

article dl.pdl {
	width: 100%;
	margin-top: 20px;
}

article dl.pdl dd iframe {
	display: block;
	width: 90px;
	height: 160px;
	float: right;
}


article div:nth-of-type(1) h3 a { background-image: url(/rsrc/idxcon1.png); }
article div:nth-of-type(2) h3 a { background-image: url(/rsrc/idxcon2.png); }
article div:nth-of-type(3) h3 a { background-image: url(/rsrc/idxcon3.png); }
article div:nth-of-type(4) h3 a { background-image: url(/rsrc/idxcon4.png); }

article div ul,
article div ol,
article div dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

article div ul {
	width: 100%;
	height: 282px;
	background-size: 50% auto;
	background-position: left center;
	background-repeat: no-repeat;
}

article div:nth-of-type(1) ul { }
article div:nth-of-type(2) ul { }
article div:nth-of-type(3) ul { background-image: url(/upload/img_top_left_lower.jpg); }
article div:nth-of-type(4) ul { background-image: url(/upload/img_top_right_lower.jpg); }

article div ul.ul1,
article div ul.ul3 {
	display: block;
	width: 100%;
	height: 242px;
}

article div ul.ul1 li:nth-of-type(1) {
	display: block;
	width: 50%;
	height: 282px;
	float: left;
	padding: 0px;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

article div ul.ul1 li:nth-of-type(2) a {
	display: block;
	width: calc(50% - 20px - 20px);
	height: 282px;
	float: left;
	padding: 20px 20px 0px 20px;
}

article div ul.ul3 li a {
	display: block;
	width: calc(50% - 20px - 20px);
	height: 282px;
	padding: 20px 20px 0px calc(50% + 20px);
}

article div ul.ul2 li dl {
	width: 100%;
	height: 141px;
	overflow: hidden;
	background-size: 50% auto;
	background-repeat: no-repeat;
}

article div ul.ul2 li dl:nth-of-type(1) {
	background-position: left center;
}

article div ul.ul2 li dl:nth-of-type(1) dt a { padding: 15px 20px 7px calc(50% + 20px); }
article div ul.ul2 li dl:nth-of-type(1) dd a { padding: 0px 20px 0px calc(50% + 20px); }

article div ul.ul2 li dl:nth-of-type(2) {
	background-position: right center;
}

article div ul.ul2 li dl:nth-of-type(2) dt a { padding: 15px calc(50% + 20px) 7px 20px; }
article div ul.ul2 li dl:nth-of-type(2) dd a { padding: 0px calc(50% + 20px) 0px 20px; }

article div ul.ul2 li dl dt a {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

article div ul.ul2 li dl dd a {
	display: block;
	font-size: 13px;
	line-height: 150%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* pc */
@media all and (min-width: 769px) {
	#idxh2 {
		height: 80px;
		font-size: 14px;
		font-weight: normal;
		line-height: 200%;
		padding: 20px 30px 0px 30px;
	}
	
	article dl.pdl {
		height: 200px;
	}
	
	article dl.pdl dt {
		width: calc(100% - 90px * 5 - 40px);
		padding: 20px;
		float: left;
	}
	
	article dl.pdl dd {
		width: calc(90px * 5);
		float: left;
	}
	
	article div {
		width: calc(50% - 0.5px);
		height: calc(282px + 40px);
		margin-bottom: 20px;
	}
	
	article div:nth-child(odd) { 
		float: left;
	}
	
	article div:nth-child(even) { 
		float: right;
	}
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* sp */
@media all and (max-width: 768px) {
	#idxh2 {
		font-size: 14px;
		font-weight: normal;
		line-height: 150%;
		padding: 10px 10px 10px 10px;
	}

	article dl.pdl dt {
		text-align: center;
	}

	article dl.pdl dd {
		margin: 10px 10px 20px 10px;
	}
	
	article div {
		width: 100%;
		margin-bottom: 20px;
	}
	
	article div ul.ul1 li:nth-of-type(1) {
		height: 250px !important;
	}
}
