@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: cover;
}
#main .inner {
	width: auto;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
    	padding: 10px 10px;
}

/* result */
div.result {
	border-bottom: 1px dashed #CCC;
	margin: 0 0 25px 0;
	padding: 0;
}
div.result .resultDate {
	font-size: 1.2rem;
	margin: 0;
	padding: 0 0 2px 0;
}
div.result .resulTtitle {
	color: #FF3334;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.result .resultHonbun {
	font-size: 1.3rem;
	margin: 0;
	padding: 5px 0 10px 0;
}
div.result .resultHonbun img {
	height: auto;
	max-width: 100%;
}
div.btnarea-next-back {
	margin: 0;
	padding: 0;
}
div.left-p {
	float: left;
	margin: 0;
	padding: 0;
}
div.right-p{
	float: right;
	margin: 0;
	padding: 0;
}