@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------*/
.title_profile { padding: 10px; background: #FFFFFF; widows: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; }
.title_profile h1 { color: #EA2B5B; font-size: 1.8rem; text-align: center; font-weight: bold; line-height: 1.1; }
/*----------------------------------------------------*/

#photo li { margin: 10px 0; text-align: center; position: relative; }
#photo li img { width: 100%; max-width: 1280px; box-shadow : 0px 2px 1px rgba(0, 0, 0, 0.33); }
#photo li span { display: block; background: #EA2B5B; color: #FFFFFF; position: absolute; top: 0; right: 0; padding: 4px; border-bottom-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; }

#photo li img.pattern-image { position: absolute; bottom: 0; left: 0; }

