@charset "utf-8";
/*===============================================

 *	common

===============================================*/

dl.accordion {
	margin:0 auto 30px;
	padding:10px;
	font-size:16px;
}
dl.accordion dt {
	background:url(../../img/arrow_bottom.png) 97% center no-repeat #d27eb3;
	background-size:15px 11px;
	border-top:#dc85bc 1px solid;
	border-bottom: 1px solid #c677a9;
	height:50px;
	text-indent:10px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
dl.accordion dt.open {
	background:url(../../img/arrow_top.png) 97% center no-repeat #d27eb3;
	background-size:15px 11px;
}
dl.accordion dd {
	padding:10px;
	line-height:1.5;
	display:none;
}
.point-pink li{
	background:#fff;
	border:#e38692 2px solid;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
padding:20px 40px;
text-align:center;
margin:0 0 10px 0;
/*Inner elements should not cover inner shadows*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/

}
table.orange-table {
	background:#fef9ed;
	border:#e6855e 2px solid;
	margin:0 0 10px 0;
	width:100%;
}
table.orange-table th {
	background:#e6855e url(../../img/icon_note.png) 10px center no-repeat;
	background-size:19px 18px;
	padding:10px 0 10px 40px;
	font-weight:bold;
}
table.orange-table td {
	padding:10px;
	font-size:14px;
}
table.orange-table td .txt-price {
	display:block;
	font-size:20px;
	font-weight:bold;
}

table.caution-table {
	background:#fef9ed;
	border:#e6855e 2px solid;
	margin:0 0 10px 0;
	width:100%;
}
table.caution-table th {
	background:#e6855e url(../img/icon_caution.png) 10px center no-repeat;
	background-size:20px 18px;
	padding:10px 0 10px 40px;
	font-weight:bold;
}
table.caution-table td {
	padding:10px;
	font-size:14px;
}
table.caution-table td .txt-price {
	font-size:20px;
	font-weight:bold;
}

li a{
	color:#111;
	text-decoration:underline;
}
