@charset "UTF-8";
@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/contents.css");

.detail-wrap {
	margin-left: 13px;
	margin-top: 45px;
}
.text-block {
	margin-left: 128px;
	padding-bottom: 4px;
}
.detail-box {
	margin-bottom: 30px;
}
.text-block p {
	font-size: 75%;
	line-height: 170%;
	margin-right: 38px;
	padding: 12px 20px 10px 17px;
}
.pink .text-block {
	background: url(../img/text_bottom_01.gif) no-repeat left bottom;
}
.pink .text-block p {
	background: #F9DAE4;
}
.blue .text-block {
	background: url(../img/text_bottom_02.gif) no-repeat left bottom;
}
.blue .text-block p {
	background: #D8EAF8;
}
.green .text-block {
	background: url(../img/text_bottom_03.gif) no-repeat left bottom;
}
.green .text-block p {
	background: #E9F1CC;
}
.yellow .text-block {
	background: url(../img/text_bottom_04.gif) no-repeat left bottom;
}
.yellow .text-block p {
	background: #FCF3BA;
}