@charset "utf-8";

/* けんぽQ&A（PC）：style_qa_pc.css
 * **************************************************
 * Space
 * Elements (Heading / List)
 * **************************************************
 */

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

/* Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	background :#dcf6df url(../../images/category/categoryH1_00.png) no-repeat 16px center;
    color: #0d8500;
}
/* Category Index Navigation*/
#subPage .categoryIndex span {
	background-image: url(../../images/common/list_style_arrow_category_00.svg);
}
#subPage .categoryIndex li:before {
    background: url(../../images/common/border_00.gif) repeat-x;
}
/* Local Navigation */
#subPage .localNav p {
    background: url(../../images/category/localNav_00_04.png) no-repeat center center;
}
#subPage .localNav li {
    background-image: url(../../images/common/list_style_arrow_localnav_00.svg);
}
#subPage .localNav li.active {
    background-color: #e0f9d9;
}
#subPage .main h2 {
	padding: 8px 10px 8px 30px;
	border: 1px solid #cccccc;
	background: url(../images/close_qa_green.svg) no-repeat 12px 12px/36px;
	cursor: pointer;
}
#subPage .main h2.open {
	background: url(../images/open_qa_green.svg) no-repeat 12px 12px/36px;
}
#subPage .main h2 span {
  border-left: none;
}
/* List */
/* List：けんぽQ&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 p {
	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 p:before {
	z-index: 0;
	position: absolute;
	top: -18px;
	left: 20px;
	content: "";
	border: 20px solid transparent;
	border-bottom-color: #f5f5f5;
}