@charset "Shift_JIS";

/*2014 10 add */
.article_category {
	background: url(../img/category_title.gif) left top no-repeat;
	text-indent: -9999px;
	min-height: 29px;
}

.section_inner .c_pink {
	margin-bottom: 20px;
	font-size: 14px;
	color: #f28899;
}

.section_inner .c_gray {
	margin-top: 20px;
	color: #999;
	text-align: right;
}
.baloon {
	position: relative;
	margin-top: 30px;
	padding: 0px 20px 35px 20px;
	background-color: #fffde5;
}

.baloon:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	margin-top:-12px;
	position: absolute;
	top:0;
	left:0;
	background: url(../img/balloon_hdr.gif) left top no-repeat;
}

.baloon:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	margin-top:-12px;
	position: absolute;
	bottom:0;
	left:0;
	background: url(../img/balloon_ftr.gif) left top no-repeat;
}

.baloon .balloon_cnt {
	background: url(../img/balloon_mid.gif) left bottom repeat-x;
	padding: 20px 0;
}

.baloon .balloon_cnt .name {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
}

.baloon .balloon_cnt.last {
	background: none;
}