@charset "utf-8";

/*
  File Name   : pickup_p_lumiere.css
*/

/* mainContents
----------------------------------------------------------- */
.content-header {
	margin-bottom: 30px;
}

.content-header img {
	width: 100%;
}

#mainContents h2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #5AC8A0;
}

#mainContents h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5AC8A0;
	line-height: 24px;
	border-bottom: 1px dashed #5AC8A0;
	margin-bottom: 8px;
}

#mainContents p {
	font-size: 14px;
	line-height: 24px;
}

.content {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

.content01 {
	float: none;
	width: 100%;
	margin-right: 0;
}

.content01-wrapper {
	margin-top: 0;
}

.content01-wrapper img {
	width: 100%;
}

.content01 h3, .content01 p {
	margin-right: 0;
}

.content02 {
	float: none;
	width: 100%;
	margin-right: 0;
}

.content02 h3, .content02 p {
	margin-right: 0;
}

.content02-wrapper img {
	width: 100%;
}

.content03 {
	float: none;
	width: 100%;
	margin-right: 0;
}

.content03 h3, .content03 p {
	margin-right: 0;
}

.content03-wrapper img {
	width: 100%;
}

.content04 {
	float: none;
	width: 100%;
	margin-right: 0;
}

.content04 h3, .content04 p {
	margin-right: 0;
}

.content04-wrapper img {
	width: 100%;
}


@media screen and (min-width:480px) { /*タブレット CSS*/
}

@media screen and (min-width:960px) { /*PC CSS*/
	.content01 {
		float: right;
		width: 100%;
		margin-left: -320px;
	}

	.content01 h3, .content01 p {
		margin-left: 340px;
	}

	.content01-wrapper {
		margin-top: 30px;
	}

	.content01-wrapper img {
		float: right;
		width: 320px;
		margin-top: 0;
	}

	.content02 {
		float: left;
		width: 100%;
		margin-right: -460px;
	}

	.content02 h3, .content02 p {
		margin-right: 480px;
	}

	.content02-wrapper {
		margin-top: 20px;
	}

	.content02-wrapper img {
		float: left;
		width: 460px;
		margin-top: 0;
	}

	.content03 {
		float: right;
		width: 100%;
		margin-left: -660px;
	}

	.content03 h3, .content03 p {
		margin-left: 680px;
	}

	.content03-wrapper {
		margin-top: 30px;
	}

	.content03-wrapper img {
		float: right;
		width: 660px;
		margin-top: 0;
	}

	.content04 {
		float: right;
		width: 100%;
		margin-left: -460px;
	}

	.content04 h3, .content04 p {
		margin-left: 480px;
	}

	.content04-wrapper {
		margin-top: 30px;
	}

	.content04-wrapper img {
		float: right;
		width: 460px;
		margin-top: 0;
	}
}
