@charset "utf-8";
/* CSS Document */

#header{
	display:none;
	}

#subject{
	position:relativel;
	}
	#subject h2{
		position:absolute;
		top:5px;
		left:5px;
		z-index:100;
		}

#mainImg{
	margin:-15px;
	margin-bottom:15px;
	}
	#mainImg .bx-pager{
		bottom:0;
		padding-bottom:5px;
		background:#fff;
		}
	#mainImg .bx-wrapper .bx-controls-direction a{
		top:100%;
		margin-top:-40px;
		}
	#mainImg .bx-wrapper .bx-pager.bx-default-pager a{
		background:#ccc4c0;
		}
	#mainImg .bx-wrapper .bx-pager.bx-default-pager a.active{
		background:#47bfb5;
		}

#contents{ }
	#contents article:nth-child(1){ }
		#contents article:nth-child(1) h3{
			background:url(../commonImg/pattern_A.jpg);
			}
		#contents article:nth-child(1) div{
			margin:-15px;
			}
		#contents article:nth-child(1) ul{
			position:absolute;
			left:0;
			bottom:0;
			width:100%;
			padding:15px;
			}
	#contents article:nth-child(2){ }
		#contents article:nth-child(2) h3{
			background:url(../commonImg/pattern_B.jpg);
			}
		#contents article:nth-child(2) h4{
			color:#1d9ff2;
			}
	#contents article:nth-child(3){ }
		#contents article:nth-child(3) h3{
			background:url(../commonImg/pattern_C.jpg);
			}
		#contents article:nth-child(3) h4{
			color:#ed6f7f;
			}
	#contents article:nth-child(4){ }
		#contents article:nth-child(4) h3{
			background:url(../commonImg/pattern_D.jpg);
			}
		#contents article:nth-child(4) h4{
			color:#383e96;
			}
	#contents h4{
		margin:15px 0 10px 0;
		}
	#contents li{
		margin-top:15px;
		}

#contents .but{
	max-width:540px;
	}
#contents .butlist{
	text-align:center;
	}


.bx-wrapper .bx-caption {
	bottom: 48px;
	}
.bx-wrapper .bx-caption span {
	padding: 2px;
	text-align:center;
	}

