/* Unchanged */
@charset "UTF-8";
/****************************************************************************
　pc_page.css
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2017.09.07
   Last up date   : 2017.09.07
****************************************************************************/

/* 共通設定 */
.box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
}
p {
	font-size: 16px;
	line-height: 1.8;
	display: block;
	padding: 25px 0 25px 0;
	text-align: left;
}

.bgColorA { background: #2F77C2; }
.bgColorB { background: #CFEBFE; }
