/*
	================================================================================================
		support mocopi products avatar_fit_party index.css
	================================================================================================
*/
@charset "utf-8";
/* CSS Document */

#contents .notice_gray {
    padding: 10px 20px;
    background-color: #f3f4f6;
	margin: 20px 0;
}

#contents .notice_gray a.s5-linkV3 {
    color: #3865e0;
    display: inline-block;
    margin-top: 5px;
}

#contents .notice_gray a.s5-linkV3:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}

#contents .s5-buttonV3.gray {
    padding: 10px;
    background-color: #f7f7f9;
    border: 1px solid #ccc;
    color: #000;
    width: 300px;
}

img.icon_window {
	padding: 0 0.25em;
}

@media (max-width: 400px) {
	#contents .s5-buttonV3.gray {
		width: 100%;
	}
}