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

#boxContainer {
	margin: 30px 0 45px;
}


.box {
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	padding: 1px;
}

.boxInner {
	border: 1px solid #a6a6a6;
	padding: 15px 15px 20px 15px;
}

.boxInner .title {
	margin-bottom: 15px;
}

.boxStyle02 {
	position: relative;
	border: 10px solid #e6e6e6;
	padding: 20px 10px;
	margin-bottom: 50px;
}

.boxStyle02 .title {
	margin-bottom: 15px;
}


