@charset "utf-8";

.short-note {
	background-image:url(../image_file/wall-type/cover-bg.jpg);
	background-repeat:no-repeat;
	border-top: 2px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
	height: 350px;
}


.note {
	padding-top: 110px;
	float: right;
}
.note h2 {
	color:	#204040;
	
}

.note p {
	padding: 0px;
	color:	#6A5ACD;
	float:	right; 
	font-size: 15px;
}

.btn-centering {
	padding-left: 25%;
	padding-right: 25%;
}

.item-header {
	padding: 5px;
	border-radius:  50px;
	text-align:center; 
	background-color:#E6F0E6; 
	color:#003300;
}

#wall-type-item-box {
	height: 260px;
	border: 1px solid #ADD8E6;
	border-radius: 5px;
	padding: 3px;
	margin-bottom: 50px;
}


#wall-type-item-box img {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 30px;
}

#wall-type-item-box p {
	text-align: center;
}

