@charset "utf-8";

/* けんぽQ&amp;A（SP）：style_qa_sp.css
 * **************************************************
 * Space
 * Elements (List)
 * **************************************************
 */

/* Space
------------------------------------------------------------------ */
#subPage.qa .main section {
	padding-bottom: 5px;
}
#subPage.qa .main section + section {
	padding-top: 0;
	border-top :none;
}

/* Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h2 {
	padding: 8px 10px 8px 30px;
	border: 1px solid #cccccc;
	background: url(../images/close_qa_blue.png) no-repeat 12px 12px;
	cursor: pointer;
}
#subPage .main h2.open {
	background: url(../images/open_qa_blue.png) no-repeat 12px 12px;
}

/* List */
/* List：けんぽQ&amp;A */
#subPage .main .qaLink {
	margin:0 0 10px 0;
	display: none;
}
#subPage .main .qaLink dt {
	padding: 12px 15px 12px 40px;
	border-top: 1px dotted #cccccc;
	background: url(../images/question.png) no-repeat 12px 5px;
	cursor: pointer;
	font-size: 1.4em; /* =14px */
	text-decoration: underline;
}
#subPage .main .qaLink dt:first-child {
	border-top: none;
}
#subPage .main .qaLink dd {
	display: none;
	z-index: 100;
	position:relative; top:-8px; left:0px;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
}
#subPage .main .qaLink div {
	z-index: 100;
	padding: 10px 15px 10px 40px;
	background: #f5f5f5 url(../images/answer.png) no-repeat 10px 10px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	font-size: 1.4em; /* =14px */
}
#subPage .main .qaLink div:before {
	z-index: 0;
	position: absolute;
	top: -18px;
	left: 30px;
	content: "";
	border: 20px solid transparent;
	border-bottom-color: #f5f5f5;
}
