body {
	background-color: transparent;
}
/* contents
----------------------------------------*/
#contents div p{
	font-size:1.8rem;
	color:#fff;
	word-break:break-all;
}
#contents .pict img{
	width:100%;
}
#contents .close{
	opacity:1;
}
@media (max-width: 991px) {
	#contents .close img{
		width:30px;
	}
}
