@charset "utf-8";
/*
	================================================================================================
		support playmemories-mobile css index.css
	================================================================================================
*/

#contents .attentionArea {
    border: 1px #CCCCCC solid;
    background: #F5F5F5;
    margin: 2em 1em;
    padding: 1em;
}

.flex {
    display: flex;
}

#contents .attentionArea img  {
    margin: 1em 1em 0 0;
}

#trademark img {
	width: auto;
    max-width: 100%;
}

@media screen and (max-width: 640px){
	#contents .attentionArea .attentionimg img {
		width: auto;
	}
	
	#contents .attentionArea img {
		max-width: 100%;
	}
}