


/*
PC
@media print, screen and ( min-width: 768px ) {}

SP
@media only screen and ( max-width: 767px ) {}
*/

@media print, screen and ( min-width: 768px ) {
	.pageHeader {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pageHeaderContent {
		flex: 1;
		padding: 0 20px;
	}
	.pageHeaderImage {
		flex: none;
		width: 298px;
	}
}

@media only screen and ( max-width: 767px ) {
	.pageHeader {
		margin: 0 -10px;
	}
	.pageHeaderContent {
		display: none;
	}
}

@media only screen and ( max-width: 767px ) {
	.duckButtonFeatures {
		background: #fff;
		padding: 15px 10px;
	}
	.pageHeaderImage {
		text-align: center;
	}
}

.duckButtonFeatures_title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
@media print, screen and ( min-width: 768px ) {
	.duckButtonFeatures_title {
		font-weight: normal;
	}
}
.duckButtonFeatures_title_button {
	position: relative;
	display: table;
	width: 100%;
	height: 70px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
@media print, screen and ( min-width: 768px ) {
	.duckButtonFeatures_title_button {
		width: 400px;
		border-radius: 8px;
		margin: 0 0 0 auto;
		font-size: 16px;
	}
	.duckButtonFeatures_title_button:hover {
		opacity: .8;
	}
}
.duckButtonFeatures_title_button:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -6px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	content: "";
}
@media print, screen and ( min-width: 768px ) {
	.duckButtonFeatures_title_button:after {
		right: 20px;
		margin-top: -8px;
		border-width: 8px 0 8px 12px;
	}
}

.duckButtonFeatures_title_button:visited,
.duckButtonFeatures_title_button:link {
	color: #fff;
	text-decoration: none;
}
.duckButtonFeatures_title_button > * {
	display: table-cell;
	vertical-align: middle;
	padding-left: 60px;
	padding-right: 30px;
}

@media print, screen and ( min-width: 768px ) {
	.floatRight-pc {
		float: right !important;
	}
}

@media print, screen and ( min-width: 768px ) {
	.floatRight-pc {
		float: right !important;
	}
}

@media print, screen and ( min-width: 768px ) {
	.mt140 {
		margin-top: 140px;
	}
}

.kidsIndexAcArea.lastAcArea_qa {
	margin-bottom: 20px;
}

/* .kidsIndexUlLink */
ul.kidsIndexUlLink li {
	padding: 2px 0 2px 16px;
	background: url(/shared/images/common/arrow_link.gif) no-repeat 4px 0.6em;
}
ul.kidsIndexUlLink li > a {
	text-decoration: none;
	color: #333333;
}

/* .kidsIndexAcArea */
.kidsIndexAcArea {
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
	box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
}
.kidsIndexAcArea .description > .list {
	padding-left: 1em;
}
.kidsIndexAcArea.lastAcArea {
	margin-bottom: 50px;
}
.kidsIndexAcArea > .kidsIndexAcBtn {
	padding: 10px 20px;
	display: table;
	width: 100%;
}
.kidsIndexAcArea > .kidsIndexAcBtn > div {
	display: table-cell;
}
.kidsIndexAcArea > .kidsIndexAcBtn > div:first-child {
	width: 36px;
}
.kidsIndexAcArea > .kidsIndexAcBtn > div:last-child {
	padding-left: 1em;
	padding-right: 2em;
	vertical-align: middle;
	background: url(/kids/images/icon_pc_kids_index_ac_close.gif) no-repeat right center;
}
.kidsIndexAcArea > .kidsIndexAcBtn.open > div:last-child {
	background: url(/kids/images/icon_pc_kids_index_ac_open.gif) no-repeat right center;
}
.kidsIndexAcArea > .kidsIndexAc > div {
	margin: 0 20px 30px;
}
.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap::after {
	content: "";
	display:block;
	clear: both;
}
.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap > div {
	/* display: inline-block; */
	/* float: left; */
}
.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap > div:first-child {
	/* padding-right: 34px; */
}
.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap > div.textWrap {
	width: 354px;
	padding-top: 27px;
}
.kidsIndexAcArea > .kidsIndexAcQA > div {
	display: table;
}
.kidsIndexAcArea > .kidsIndexAcQA > div > div {
	display: table-cell;
	vertical-align: top;
}
.kidsIndexAcArea > .kidsIndexAcQA > div > div:first-child {
	width: 36px;
}
.kidsIndexAcArea > .kidsIndexAcQA > div > div:last-child {
	padding-left: 1em;
}

@media only screen and ( max-width: 767px ) {
	.kidsIndexAcArea > .kidsIndexAcBtn > div {
		vertical-align: middle;
	}
	.kidsIndexAcArea > .kidsIndexAcBtn > div:last-child {
		padding-left: 0em;
		background: url(/kids/images/icon_sp_kids_index_ac_close.png) no-repeat right center;
		background-size: 17px;
	}
	.kidsIndexAcArea > .kidsIndexAcBtn.open > div:last-child {
		background: url(/kids/images/icon_sp_kids_index_ac_open.png) no-repeat right center;
		background-size: 17px;
	}
	.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap > div {
		float: none;
	}
	.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap > div:last-child {
		width: 100%;
		/* text-align: center; */
	}
	.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap > div:last-child > img {
		max-width: 280px;
		width: 100%;
	}
	.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap > div:first-child {
		padding-right: 0;
	}
	.kidsIndexAcArea > .kidsIndexAc .kidsIndexAcFloatWrap > div.textWrap {
		width: 100%;
		padding-top: 0;
		padding-bottom: 1em;
	}
	.kidsIndexAcArea > .kidsIndexAcQA > div {
		border-top: solid 2px #e6e6e6;
		padding-top: 10px;
	}
	.kidsIndexAcArea > .kidsIndexAcQA > div > div:last-child {
		padding-left: 0;
	}
	.kidsIndexAc > .kidsIndexAcCloseBtn {
		display: block !important;
		padding: 13px 0;
		border-top: solid 2px #e6e6e6;
		background: url(/kids/images/icon_sp_kids_index_ac_open.png) no-repeat right center;
		background-size: 17px;
	}
}

/* badgeRow3col
----------------------------------------------- */
.badgeRow3col {
	margin: 0 -3px 10px;
}
.badgeRow3col:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*- badgeRowCol -*/
.badgeRow3col > .badgeRowCol {
	float: left;
	padding: 0 3px;
	width: 33.3%;
}
.badgeRow3col > .badgeRowCol:nth-child(3n+1) {
	clear: left;
}
.badgeRow3col > .badgeRowCol:nth-child(n+4) {
	margin-top: 10px;
}

/*- badge -*/
.badgeRow3col .badge {
	width: 100%;
	padding: 7px 2px 5px;
	position: relative;
}
.cardProd .cardBody .list{
	/* position: relative; */
	/* display: inline-block; */
	/* width: 100%; */
	/* padding-left: 20px; */
}
.mt140{margin-top: 140px !important;}

.nWrap{
	white-space: nowrap;
}

.paddingReset{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ti1em{
	text-indent: -1em;
	padding-left: 1em;
}

.ti1halfem{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.bulletTi1halfem{
	margin-right: 0.5em;
}

.ti3em{
	text-indent: -2.5em;
	padding-left: 3em;
}

.listDisc{
	list-style-type: disc !important;
}

.ls05em{
letter-spacing: -0.5em;
}

@media only screen and ( max-width: 767px ) {
	.badgeIcon {
		width: 110px !important;
	}
	.badgeIcon img{
		margin-top: 10px;
	}
}
.txGuardRed {
    color: #FF0000;
}

/*譖ｸ蠑剰ｨｭ螳�*/
.txGreen{
	color: #11a851;
}

.btnDeactive{
	background-color:#d9e7ea !important;
	color: #fff !important;
	pointer-events: none;
}

.cardProd .btnDeactive .btnLabel:after {
	border-color: transparent transparent transparent #fff;
}

.badge sup{
	vertical-align:top;
	position: relative;
	top: -0.5em;
}

.badgeRowCol .badge {
	height: 30px;
	line-height: 18px;
}

/*繝ｬ繧､繧｢繧ｦ繝医す繝輔ヨ蟇ｾ遲�*/
.reservedHeaderImgKidsRwd > img {
	max-width: 100%;
	height: auto;
}
.kidsCol .cardProd .cardHeader {
	background-color: #fff;
	color: black;
}
@media print, screen and ( min-width: 768px ) {
	/* .kidsCol-pc */
	.kidsCol {
		position: relative;
	}
	.kidsCol .cardProd {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.kidsCol .cardProd .cardHeader {
		grid-column: 1/3;
	}
	.kidsCol .cardProd .cardBody{
		grid-column: 1/3;
	}
	.kidsCol .cardProd .cardBody > div {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.kidsCol .cardProd .cardBody > div .mediaLeft {
		/* grid-column: 1/3; */
	}
	.kidsCol .cardProd .cardBody > div .mediaRight {
		grid-column: 2/-1;
	}
	.kidsCol .cardProd .btnRow2 {
		grid-column: -2/-1;
		grid-row: 1 / span 2;
		height: 140px;
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-auto-rows: 1fr;
		margin: 20px;
		margin-right: 30px;
	}
	.kidsCol .cardProd .btnRow2 .btnRowCol {
		/* grid-column: 2/-1; */
		width: 100%;
		height: 60px;
	}
	.kidsCol:after {
		content: "";
		clear: both;
		display: block;
	}
	.kidsCol .row-2,
	.kidsCol .col {
		position: relative;
		display: block;
	}
	.kidsCol .row-2 {
		float: left;
		width: 100%;
		margin-left: 0px;
		vertical-align: top;
	}
	.kidsCol .row-2:first-child {
		/* margin-left: 0; */
	}

	/* .cardProd-pc */
	.kidsCol .cardProd .cardHeader {
	text-align: start;
	}
	.kidsCol .cardProd .cardBody {
		position: relative;
	}
	.kidsCol .cardProd .mediaLeft {
		table-layout: auto;
	}
	.kidsCol .cardProd .mediaLeft:after {
		content: "";
		clear: both;
		display: block;
	}
	.kidsCol .cardProd .mediaLeft .mediaImage {
		width: 130px;
		padding-right: 13px;
	}
	.kidsCol .cardProd .cardBody .btnRow2 {
		margin-left: 0;
		margin-right: 0;
	}
	.kidsCol .cardProd .cardBody .btnRow2 .btnRowCol {
		width: calc( 50% - 4.5px);
		padding: 0;
		margin-right: 9px;
	}
	.kidsCol .cardProd .cardBody .btnRow2 .btnRowCol:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and ( max-width: 767px ) {
	/* .row-sp */
	.kidsCol {
		position: relative;
		margin-bottom: 20px;
	}
	.kidsCol:after {
		content: "";
		clear: both;
		display: block;
	}
	.kidsCol .col {
		position: relative;
	}
	.kidsCol .row-2 > *:first-child,
	.kidsCol .col > *:first-child {
		margin-top: 0;
	}
	.kidsCol .row-2 > *:last-child,
	.kidsCol .col > *:last-child {
		margin-bottom: 0;
	}
	.kidsCol .row-2 ~ .row-2 {
		margin-top: 20px;
	}

	/* cardProd-sp */
	.kidsCol .cardProd .cardBody {
		padding: 10px;
	}
	.kidsCol .cardProd .cardBody > div {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.kidsCol .cardProd .cardBody > div .mediaRight {
		grid-column: 2/-1;
		padding: 10px;
	}
	.kidsCol .cardProd .cardBody .mediaLeft .mediaImage {
		width: 80px;
		padding-right: 15px;
	}
	.kidsCol .cardProd .cardBody .mediaLeft .mediaImage img {
		width: auto;
	}
	.kidsCol .cardProd .cardBody .badgeRow2 {
		margin-left: 0;
		margin-right: 0;
	}
	.kidsCol .cardProd .cardBody .badgeRow2 .badgeRowCol {
		width: calc( 50% - 5px);
		padding: 0;
		margin-right: 10px;
	}
	.kidsCol .cardProd .cardBody .badge-normal {
		font-size: 12px;
		font-weight: bold;
	}
	.kidsCol .cardProd .cardBody .btnRow2 .btnRowCol {
		float: left;
		width: calc( 50% - 5px);
		padding: 0;
		margin: 0 10px 0 0;
		min-height: 52px;
	}
	.kidsCol .cardProd .cardBody .btnRow2 .btnRowCol:nth-child(even) {
		margin-right: 0;
	}
	.kidsCol .cardProd .cardBody .btnRow2:after {
		content: "";
		clear: both;
		display: block;
	}
}

/* -----------------------------------------------

	cardLinkArea

----------------------------------------------- */
.cardLinkShiryoBtnRspKidsIndex button {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 210px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0 10px;
	background: linear-gradient(0deg, #f36500, #ff8100);
	border: 0;
	border-radius: 6px;
	box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.cardLinkShiryoBtnRspKidsIndex button > span {
	position: relative;
	padding-left: 33px;
}
.cardLinkShiryoBtnRspKidsIndex button > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 23px;
	background: url(/sp/shared/images/icon_link_book_white.png) no-repeat top left / 100% auto;
}
.cardLinkShiryoBtnV2RspKidsIndex button {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 210px;
	width: 160px;
	height: 46px;
	margin-left: 10px;
	padding: 0 10px;
	background: linear-gradient(0deg, #f36500, #ff8100);
	border: 0;
	border-radius: 6px;
	box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.cardLinkShiryoBtnV2RspKidsIndex button > span {
	position: relative;
	padding-left: 25px;
}
.cardLinkShiryoBtnV2RspKidsIndex button > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 17px;
	height: 19px;
	background: url(/sp/shared/images/icon_link_book_white.png) no-repeat top left / 100% auto;
}
.cardLinkListV2RspKidsIndex {
	margin-left: 10px;
}
.cardLinkListV2RspKidsIndex > li {
	margin-top: 5px
}
@media only screen and (min-width: 768px){
	.cardLinkShiryoBtnRspKidsIndex button:hover,
	.cardLinkShiryoBtnV2RspKidsIndex button:hover {
		opacity: 0.7;
	}
}
.cardLinkListRspKidsIndex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cardLinkListRspKidsIndex > li {
	margin-right: 1em;
}
.tx14BlueArrowLeftRspKidsIndex {
	padding-left: 20px;
	background-image: url(/shared/resp_images/icon/arrow_right_blue_lerge_01.png);
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: left calc((1.56em - 15px) / 2);
	line-height: 1.56;
}
.cardLinksRspKidsIndex {
	padding: 20px 0;
}
@media only screen and (max-width: 767px){
	.buttonShiryoSeikyuRspKidsIndex-sp,
	a.buttonShiryoSeikyuRspKidsIndex-sp {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding: 0 10px;
		background: linear-gradient(0deg, #f36500, #ff8100);
		border: 0;
		border-radius: 6px;
		box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
	}
	.buttonShiryoSeikyuRspKidsIndex-sp > span {
		position: relative;
		padding-left: 30px;
	}
	.buttonShiryoSeikyuRspKidsIndex-sp > span::before {
		content: "";
		position: absolute;
		left: 0;
		top: 2px;
		width: 22px;
		height: 23px;
		background: url(/sp/shared/images/icon_link_book_white.png) no-repeat top left / 100% auto;
	}
	.tx14BlueArrowLeftRspKidsIndex {
		background-position: left calc((1.56em - 15px) / 2 - 1px);
	}
	.cardLinkShiryoBtnV2RspKidsIndex button {
		margin-left: 0;
	}
	.cardLinkListV2RspKidsIndex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
	}
	.cardLinkListV2RspKidsIndex > li {
		margin-right: 1em;
	}
	.cardLinksRspKidsIndex {
		padding: 10px 10px 20px;
	}
	.txMiddleRspKidsIndex-sp {
		vertical-align: middle !important;
	}
}
.txBlackRspKidsIndex {
	color: #333333 !important;
}

.ancLinkBtnWrapRspKidsIndex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ancLinkBtnWrapRspKidsIndex > li {
  width: calc(50% - 4px);
}
.ancLinkBtnWrapRspKidsIndex > li > a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 4px 33px 4px 16px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  outline-color: #0C6AC9;
}
.ancLinkBtnWrapRspKidsIndex > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url(ic_rsp_anc_btn_s.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
@media print, screen and (min-width: 768px) {
  .ancLinkBtnWrapRspKidsIndex > li > a:hover {
    opacity: 0.7;
  }
}

/* prodBoxRspKidsIndex */
.prodBoxOuterRspKidsIndex {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 16px;
  gap: 16px;
}
.prodBoxProductWrapRspKidsIndex {
  width: calc(50% - 8px);
}
.prodBoxLeadRspKidsIndex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 114%;
  font-weight: bold;
  min-height: 40px;
  padding: 0 40px;
}
.prodBoxLeadRspKidsIndex::before,
.prodBoxLeadRspKidsIndex::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 30px;
  border-right: dashed 1px #333;
  bottom: 0;
}
.prodBoxLeadRspKidsIndex::before {
  left: 20px;
  transform: rotate(-30deg);
}
.prodBoxLeadRspKidsIndex::after {
  right: 20px;
  transform: rotate(30deg);
}
.prodBoxLogoRspKidsIndex {
  margin-top: 15px;
  text-align: center;
}
.prodBoxSeikyuBtnWrapperRspKidsIndex {
  text-align: center;
}
a.prodBoxSeikyuBtnRspKidsIndex {
  display: inline-flex;
  min-width: 260px;
  max-width: 100%;
  min-height: 56px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-radius: 80px;
  background: #E98300;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .prodBoxOuterRspKidsIndex[data-pc-size="1col"] {
		width: 50%;
	}
	.prodBoxOuterRspKidsIndex[data-pc-size="1col"] > .prodBoxProductWrapRspKidsIndex {
		width: 100%;
	}
	
	a.prodBoxSeikyuBtnRspKidsIndex:hover {
    opacity: 0.7;
  }
}
@media print, screen and (max-width: 767px) {
	.prodBoxOuterRspKidsIndex {
		gap: 40px;
	}
	.prodBoxProductWrapRspKidsIndex {
		width: 100%;
	}
}


.olNoteRspKidsIndex > li {
	position: relative;
	padding-left: 1em;
}
.olNoteRspKidsIndex > li > .kome {
	position: absolute;
	left: 0;
}

/* ancAreaWrapRspKidsIndex */
@media print, screen and (min-width: 768px) {
	.ancAreaWrapRspKidsIndex {
		margin: 0 50px;
	}
}

/* flexSectionWrapRspKidsIndex */
@media print, screen and (min-width: 768px) {
	.flexSectionWrapRspKidsIndex {
		display: flex;
		flex-wrap: wrap;
		gap: 0 16px;
	}
	.flexSectionWrapRspKidsIndex > section {
		width: calc(50% - 8px);
	}
	.flexSectionWrapRspKidsIndex > section .prodBoxProductWrapRspKidsIndex  {
		width: 100%;
	}
}

/* tableRspKidsIndex */
.tableRspKidsIndex > div.w40 {width: 40%;}
.tableRspKidsIndex > div.w60 {width: 60%;}
.tableRspKidsIndex > div:last-child {
	box-sizing: border-box;
	padding-left: 1em;
}
.tableRspKidsIndex {
	border-width: 1px 0 0 1px;
	border-color: #dedede;
	border-style: solid;
}
.tableRspKidsIndex th,
.tableRspKidsIndex td {
	padding: 10px;
	border-width: 0 1px 1px 0;
	border-color: #dedede;
	border-style: solid;
}
.tableRspKidsIndex th {
	background: #d7d7d7;
}
.tableRspKidsIndex td:first-child {
	background: #d6e9f2;
}
@media only screen and ( min-width: 768px ) {
	.tableRspKidsIndex{
		width: 600px;
	}
}
@media only screen and ( max-width: 767px ) {
	.tableRspKidsIndex {
		max-width: 100%;
	}
}

/* padding-left */
.pl1PlusHalfEmRspKidsIndex {
	padding-left: 1.5em !important;
}
.pl2PlusHalfEmRspKidsIndex {
	padding-left: 2.5em !important;
}
.pl3PlusHalfEmRspKidsIndex {
	padding-left: 3.5em !important;
}

/* txLinkDefaultBlue */
.txLinkDefaultBlueRspKidsIndex {
	color:#003366 !important;
}



