@charset 'utf-8';

body,html{
	width:950px;
	height: 500px;
}
img{
	height:500px;
	width: auto;
	margin: 0 85px 0 85px;
}

/**
 * 共通スタイル
 */
.l-wrapper {
	padding-bottom: 0px;
}

.c-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	padding: 0;
	background-color: #CCC;
	height: 500px;
}
