/* CSS Document */

/*  Welcome 2015.07.09
--------------------------------------------------------------------- */
aside.welcome {
	background: #ffffff url("/common/images/bg-welcome-pc-170714.jpg") no-repeat left top;
	background-size: 100% auto;
}
aside.welcome .container {
	/*
	background: url("/common/images/img-welcome-pc-151124.png") no-repeat right bottom;
	*/
	padding-bottom: 9px;
}
aside.welcome ul.attention li {
	background: none;
	padding: 0;
}
aside.welcome ul.info li {
	padding-left: 3px;
	margin-left: 15px;
	margin-bottom: 13px;
	line-height: 20px;
	list-style-type: disc;
	background: none;
/*
	background: url("/common/images/bg-icon-disc-welcome.png") no-repeat 0 50%;
	background-size: 4px 4px;
	background: url("/common/images/bg-icon-disc-welcome-ie8.png") no-repeat 0 50%\9;
*/
}
aside.welcome ul.info li a {
	color: #2c2a29;
}
aside.welcome ul.info li a:hover {
	color: #2c2a29;
}

@media screen and (max-width: 909px) {
	aside.welcome {
		background: url("/common/images/bg-welcome-sp-170714.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;
	}
}
@media screen and (max-width: 599px) {
	aside.welcome {
		background: url("/common/images/bg-welcome-sp-170714.jpg") no-repeat left top;
		background-size: 100% 100%;
	}
}