@charset "UTF-8";

body{background:#ffffff;color:#000000;}
a:link{color:#000000;}
a:visited{color:#666666;}

/*=============================================
    欠品　PC
    ※携帯のみ直接moblie.cssに記載
=============================================*/

/* reset */
.lostitem .ttl,
.lostitem .box,
.lostitem .hr,
.lostitem .discrptn,
.lostitem br{
	display:none;
}

/* default style */
.lostitem .box{
	margin-bottom:10px;
	padding-bottom:10px;
	background-color:#f6f6f6;
}
.lostitem .lost_ttl,
.lostitem .lost_dat{
	padding:0 10px;
}
.lostitem .lost_dat{
	color: #bb1153;
	word-wrap: break-word;
}

.lostitem .name br,
.lostitem .lost_dat br{
	display:block;
}


/* js change style */
.lostitem .ttl2{
	padding:5px;
	text-align:center;
	color:#fff;
	background-color:#bb1153;
}
.lostitem .discrptn2{
	margin: 0.5em 10px;
	font-size: 12px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
}
