/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2023 | 03:50:14 */
.login-button {
	width: 303px;
	height: 88px;
	background-image: url(https://line.atskikuchi.com/wp-content/uploads/2023/05/btn_login_base.png);
	margin: 0 auto;
}

.login-button:hover {
	background-image: url(https://line.atskikuchi.com/wp-content/uploads/2023/05/btn_login_hover.png);
}

.login-button:visited {
	background-image: url(https://line.atskikuchi.com/wp-content/uploads/2023/05/btn_login_press.png);
}

.site-info .powered-by{
	display: none !important;
}