/* common */

body img {
	width: 100%;
}

a {
	color: #0A73DD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.fsS {
	font-size: 12px;
}

.fsL {
	font-size: 20px
}

.notice span{
	text-decoration: underline;
}

/* image */

.unset_img{
	width: unset;
}

.image {
	text-align: center;
}

.image .imgSize {
	width: 100%;
}

@media screen and (min-width: 281px) {
	.image .imgSize {
		width: unset;
	}
}