/* CSS Document */
body {
	font-family: "$B%R%i%.%N3Q%4(BPro W3", "Hiragino Kaku Gothic Pro", "$B?7%4(B R", "$B%a%$%j%*(B", Meiryo, "$B#M#S(B $B#P%4%7%C%/(B", sans-serif;
	background-color: #F9F9F9;
}
.naname-red {
	background-color: #EA1F4B;
	background-image: -webkit-gradient(
						linear,
						0 0, 100% 100%,
						color-stop(.25, #C4062F),
						color-stop(.25, transparent),
						color-stop(.5, transparent),
						color-stop(.5, #C4062F),
						color-stop(.75, #C4062F),
						color-stop(.75, transparent),
						to(transparent)
					);
	-webkit-background-size: 18px 18px;
}
.naname-green {
	background-color: #14A44D;
	background-image: -webkit-gradient(
						linear,
						0 0, 100% 100%,
						color-stop(.25, #33B561),
						color-stop(.25, transparent),
						color-stop(.5, transparent),
						color-stop(.5, #33B561),
						color-stop(.75, #33B561),
						color-stop(.75, transparent),
						to(transparent)
					);
	-webkit-background-size: 18px 18px;
}


.bg-red {
	background-color: #ffd7da;
}

.bg-green {
	background-color: #BDFFD5;
}

.fukidashi {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: #3B71CA;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.fukidashi:before,
.fukidashi:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.fukidashi:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #3B71CA;
    margin-left: -16px;
}

.fukidashi:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}

.fukidashi-green {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: #14A44D;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.fukidashi-green:before,
.fukidashi-green:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.fukidashi-green:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #14A44D;
    margin-left: -16px;
}

.fukidashi-green:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}
