@charset "utf-8";
/*
 * ================================================
 *
 * [ウッピー質問コーナー]
 *
 * ================================================
 */
#pageTitle {
	background-image: url(../../images/content/content/mv.jpg);
}
body.index {}
	body.index .qaList {
		border-bottom: 1px solid #026DB6;
	}
		body.index .qaList dt {
			color: #036EB6;
			margin: 0;
			padding: 15px 0;
			overflow: hidden;
		}
				body.index .qaList dt .head {
					float: left;
				}
				body.index .qaList dt .content {
					margin-left: 2.5em;
					padding-top: 2.5px;
				}
		body.index .qaList dd {
			margin: 0;
			padding: 15px 0;
			border-top: 1px dashed #026DB6;
		}
			body.index .qaList dd .head {
				float: left;
				color: #EA1E79;
			}
			body.index .qaList dd .content {
				margin-left: 2.5em;
				padding-top: 2.5px;
				line-height: 1.8;
			}
	body.index .qaList:nth-of-type(1) {
		border-top: 1px solid #036EB6;
	}
	body.index .intro {
		overflow: hidden;
	}
		body.index .intro figure {
			float: left;
		}
		body.index .intro .desc {
			padding-left: 455px;
		}