@charset "utf-8";
.layout-second h2 {
	color: #4c4c4c;
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 0px 10px 20px;
    border: solid 1px #CCC;
    border-left: solid 8px #E6001B;
}

.layout-second h3 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: solid 1px #CCC;
}