@charset "utf-8";
/*===============上面這是清除css原預設格式===============*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img
{margin:0;padding:0;font-weight:normal;}

.mypets{
	cursor: hand;
	cursor: pointer;
	position: relative;
}
.group .mypets:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url('../images/arrow-down.svg') no-repeat center center;
	background-size: 10px auto;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}
.openpet{

}
.group .openpet:after{
	transform: rotate(-180deg);
}
.headline h3{color:#727272; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; width:620px; float:left; margin:3px 0;overflow:visible;}
.date{float:right; color:#00a2e6; font-size:11px; font-family:Arial; background-image:url(../images/expense/icon_3.gif); background-repeat:no-repeat; background-position:right 3px; padding-right:15px; margin-top:3px; margin-right:3px;}
.thepet{}

