#cnt-main {
	padding: 30px 0 20px;
	overflow: hidden;
	background: #ffffff;
}
h1 {
	font-size: 45px;
	font-weight: 400;
}

/* items */
.items {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.items li {
	padding: 20px;
	position: relative;
	margin-bottom: -1px;
	border: 1px dotted #dddddd;
	position: relative;
}
.items li a {
	text-decoration: none;
}

/* noitem */
.noitem {
	margin: 20px 0 0;
	text-align: center;
	border-radius: 0;
	padding: 20px;
	color: #8a6d3b;
	border: 1px solid transparent;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/* mess-result */
.mess-result {
	text-align: center;
	border-radius: 0;
	padding: 20px;
}
.mess-result b {
	color: #333333;
}
.mess-result b.totals {
	color: red;
}