/* CSS Document */



article { background-color: #efefe4;}

/*------------------------------------------------------
	応募方法
------------------------------------------------------*/
#methodWrap { width: 940px; margin: 0 auto; padding-bottom: 45px; }
#methodWrap #methodInner { padding: 20px; box-sizing: border-box; background-color: #fff; }
#methodWrap #methodInner ul,
#methodWrap #methodInner ol { margin-left: 30px; line-height: 1.8em; }
#methodWrap #methodInner ul li,
#methodWrap #methodInner ol li { margin-bottom: 5px; }
#methodWrap #methodInner .txt { line-height: 1.8em; }

@media (max-width: 768px) {
	#methodWrap { width: 100%; }
}

@media (max-width: 480px) {
	#methodWrap #methodInner { padding: 20px 10px; }
	#methodWrap #methodInner ul,
	#methodWrap #methodInner ol { margin-left: 20px; }
}