/**
 * LP共通スタイル
 * テンプレート「LP」で固定ページを表示するときに読み込まれる。
 * 2枚目以降のLPで共通部分が出てきたら、ここに追記する。
 */

/* 汎用LPテンプレート: 本文エリアを全幅に */
.lp-page .lp-content.content-area {
	width: 100%;
	max-width: none;
	float: none;
	margin: 0;
}
.lp-page .lp-content .site-main {
	margin: 0;
}
