@charset "utf-8";

/* style_sp_information.css：Smartphone
 * ======================================
 * Element
 * ======================================
 */

  /* Element
------------------------------------------------------------------ */
#subPage #main h1.information {
	background: url(../images/common/bg_ttl_information.jpg) no-repeat center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size:auto: cover;
}

#main .inner {
	width: auto;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
    	padding: 10px 10px;
}

#subPage #content .inner p {
	font-size: 1.5rem; /* =15px */
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

#subPage #content .inner .info p {
	font-size: 1.2rem; /* =12px */
	font-weight: normal;	
	line-height: 1.7;
	margin: 0 0 15px 0;
	text-align: left;
}
#subPage #content .inner p.sign {
	text-align: right;
	margin: 0;
}
#subPage #content .inner p.sign img {
	width: 40%;
}
