/* CSS Document */

/*  Welcome 2015.07.09
--------------------------------------------------------------------- */
aside.welcome {
	background: #ae192d url("/common/images/bg-welcome-pc-151105.jpg") no-repeat right top;
	background-size: 100% 100%;
}
aside.welcome .container {
	background: url("/common/images/img-welcome-pc-151124.png") no-repeat right bottom;
}
aside.welcome ul.attention li {
	background: none;
	padding: 0;
}
aside.welcome ul.info li {
	line-height: 20px;
	margin-bottom: 13px;
}

@media screen and (max-width: 909px) {
	aside.welcome {
		background: url("/common/images/bg-welcome-sp-151105.jpg") no-repeat left top;
		background-size: 100% 100%;
	}
	aside.welcome .container {
	/*
		background: url("/common/images/img-welcome-sp-151105.png") no-repeat left bottom;
		background-size: 100% auto;
	*/
		background-image: none;
	}
	aside.welcome ul.info li {
		line-height: 19px;
		margin-bottom: 11px;
	}
	aside.welcome ul.info li:last-child {
		margin-bottom: 0;
	}
}
