.registgrid {
	padding: 5px 0px 10px 0px!important;
	max-width: 100%;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.registgrid li {
	display: inline-block;
	width: 16.3%;
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


.registgrid figure {
	margin: 0;
	position: relative;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.registgrid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.registgrid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 10px!important;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.registgrid figcaption.one {
	background-color: #ea7400;
	color: #ae2341;
	font-size:13px;
}

.registgrid figcaption a {
	line-height:20px!important;
}


.registgrid figcaption a.one {
	background-color: #ea7400;
}

.registgrid figcaption.two {
	background-color: #2089a8;
	color: #04627e;
	font-size:13px;
}

.registgrid figcaption a.two {
	background-color: #2089a8;
}

.registgrid figcaption.three {
	background-color: #2CAD83;
	color: #3e7713;
	font-size:13px;
}

.registgrid figcaption a.three {
	background-color: #2CAD83;
}


.registgrid figcaption.four {
	background-color: #CA0042;
	color: #a20900;
	font-size:13px;
}

.registgrid figcaption a.four {
	background-color: #CA0042;
}

.registgrid figcaption.five {
	background-color: #ef6d26;
	color: #a20900;
	font-size:13px;
}

.registgrid figcaption a.five {
	background-color: #ef6d26;
}

.registgrid figcaption.eight {
	background-color: #cd99ea;
	color: #3e7713;
	font-size:13px;
}

.registgrid figcaption a.eight {
	background-color: #cd99ea;
}

.registgrid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.registgrid figcaption span {
	display:none;
}

.registgrid figcaption span:before {
	content: '';
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.registgrid figcaption a {
	text-align: center;
	padding: 5px 10px 5px 10px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* Caption Style 3 */
.reg figure {
	overflow: hidden;
	webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}



.reg figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.no-touch .reg figure:hover img,
.reg figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.reg figcaption {
	height: 35px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.no-touch .reg figure:hover figcaption,
.reg figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.reg figcaption a {
	bottom: 10px;
}

.reg figcaption {
	text-align:center;
	padding-left:0px;
	padding-right:0px;
}


@media screen and (max-width: 31.5em) {
	.registgrid {
		padding: 10px 10px 100px 10px;
		webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	.registgrid li {
		width: 100%;
		min-width: 300px;
		webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
}

li.registnav {
	display:none!important;
}

.registbutton {
	display: inline-block!important;
}

/*-------------------- 1) iPhone 4 / 5 Portrait ---------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 480px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {
	li.registbutton {
		display:none!important;
	}
	li.registnav {
		display: inline-block!important;
	}
}
