@charset "utf-8";

/* style_popup.css：SP
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
#subPage #content {
	background: #eeeeef;
}

#subPage #content .inner {
	background: #ffffff;
	margin: 0 5%;
	padding: 5% 5% 10%;
}

/* section */
#subPage #content section {
	padding: 0;
}

/* heading */
#subPage #content h2 {
	font-size: 16px;
	margin: 2% 0 0 0;
	text-align: left;
}

/* text */
#subPage #content p.date {
	font-size: 13px;
}

/* popBody */
#subPage #content .popBody {
	border-top: 1px solid #0068b6;
	margin: 5% 0 0 0;
	padding: 5% 0 0 0;
}

#subPage #content .popBody ul {
	list-style: none;
	margin: 6% 0 0 0;
}

#subPage #content .popBody img {
	height: auto;
}