@charset "utf-8";

/* price
-------------------------------------------------------------------------------------------------------*/

#price .introTxt span {
	font-weight: bold;
	color: #e43a7d;
}

#price h2 {
	margin: 10px 0;
	padding-left: 0; 
	color: #fff;
}

#price table {
	margin-bottom: 10px;
	width: 100%;
}

#price table th,
#price table td {
	padding: 3px;
}

#price table th {
	text-align: left;
	color: #fff;
}

#price table th img {
	padding-right: 5px;
}

#price table th span {
	font-weight: normal;
}

#price table th.btn {
	text-align: right;
}

#price table td {
	text-align: center;
	width: 25%;
}

#price table td.itemname {
	text-align: left;
}

#price table td span.dis {
	font-weight: bold;
	text-decoration: line-through;
}

#price table td span.itemprice {
	font-weight: bold;
	color: #e43a7d;
}

/* 入園準備セット 合計157片（8枚入り）*/

#price table#school {
	border-right: 1px solid #ffbd55;
	border-bottom: 1px solid #ffbd55;
}

#price table#school th {
	background: #ffbd55;
}

#price table#school th,
#price table#school td {
	border-top: 1px solid #ffbd55;
	border-left: 1px solid #ffbd55;
}


/* 入学準備セット 合計157片（8枚入り）*/

#price table#kindergarten01 {
	border-right: 1px solid #72d9a7;
	border-bottom: 1px solid #72d9a7;
}

#price table#kindergarten01 th {
	background: #72d9a7;
}

#price table#kindergarten01 th,
#price table#kindergarten01 td {
	border-top: 1px solid #72d9a7;
	border-left: 1px solid #72d9a7;
}


/* お名前シールセット 合計203片（7枚入り）*/

#price table#onamaeset {
	border-right: 1px solid #9a8ec3;
	border-bottom: 1px solid #9a8ec3;
}

#price table#onamaeset th {
	background: #9a8ec3;
}

#price table#onamaeset th,
#price table#onamaeset td {
	border-top: 1px solid #9a8ec3;
	border-left: 1px solid #9a8ec3;
}


/* 入学準備セット 合計157片（8枚入り）*/

#price table#school02 {
	border-right: 1px solid #64b8ff;
	border-bottom: 1px solid #64b8ff;
}

#price table#school02 th {
	background: #64b8ff;
}

#price table#school02 th,
#price table#school02 td {
	border-top: 1px solid #64b8ff;
	border-left: 1px solid #64b8ff;
}


/* 1枚*/

#price table#single {
	border-right: 1px solid #f08664;
	border-bottom: 1px solid #f08664;
}

#price table#single th {
	background: #f08664;
}

#price table#single th,
#price table#single td {
	border-top: 1px solid #f08664;
	border-left: 1px solid #f08664;
}

/* 3枚セットにするとお得!*/

#price table#set3 {
	border-right: 1px solid #f0b364;
	border-bottom: 1px solid #f0b364;
}

#price table#set3 th {
	background: #f0b364;
}

#price table#set3 th,
#price table#set3 td {
	border-top: 1px solid #f0b364;
	border-left: 1px solid #f0b364;
}

/* おけいこ道具シール（算数セット）*/

#price table#okeiko {
	border-right: 1px solid #649bff;
	border-bottom: 1px solid #649bff;
}

#price table#okeiko th {
	background: #649bff;
}

#price table#okeiko th,
#price table#okeiko td {
	border-top: 1px solid #649bff;
	border-left: 1px solid #649bff;
}

