@charset "utf-8";

/* sealset
-------------------------------------------------------------------------------------------------------*/

#sealset #anchorArea {
	padding-bottom: 15px;
}

#sealset #anchorArea li {
	list-style: none;
	float: left;
}

#sealset .section {
	margin: 10px 0 30px;
	padding: 25px 0 25px 17px;
}

#sealset .btnDetail {
	position: absolute;
	top: -30px;
	right: 3px;
}

* html #sealset .btnDetail {
	top: -33px;
}

*:first-child+html #sealset .btnDetail {
	top: -34px;
}


/* お名前シール */

#sealset #onamaeCon {
	position: relative;
}

#sealset #onamaeCon .section {
	border: 1px solid #9a8ec3;
}

/* おけいこセット */

#sealset #okeikoCon {
	position: relative;
}

#sealset #okeikoCon .section {
	border: 1px solid #28a7e1;
}

/* 入園準備セット */

#sealset #kindergartenCon {
	position: relative;
}

#sealset #kindergartenCon .section {
	border: 1px solid #1baf67;
}

/* 入学準備セット */

#sealset #schoolCon {
	position: relative;
}

#sealset #schoolCon .section {
	padding: 15px 0 15px 17px;
	border: 1px solid #f18a0f;
}

#sealset #schoolCon dt {
	margin: 10px 0 10px 5px;
	padding: 3px;
	background: #f08200;
	width: 532px;
	color: #fff;
	font-weight: bold;
}

#sealset #schoolCon dd {
	margin-bottom: 10px;
}

