@charset "UTF-8";

/* Some list and link styling */
ul#theMenu li {
	list-style-type: none;
}

#theMenu ul li {
	width: 695px;
	margin-bottom: 30px;
}

ul#theMenu ul li {
	background-image: url(../images/faq/icon_a.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	padding-left: 45px;
	width: 640px;
	border: 1px dotted #9fc83f;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

ul#theMenu ul li span{
	font-weight: bold;
	color: #000;
}

/* Header links styling */
#theMenu h3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
	font-size: 108%;
	font-weight: bold;
}

#theMenu h3.head a{
	color: #005231;
	display: block;
	background-color: #D0E39F;
	text-decoration: none;
	outline:none;
	text-indent: 35px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #9fc83f;
	background-image: url(../images/faq/icon_q.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
#theMenu h3.head a:hover{
  color: #005231;
  background-color: #9fc83f;
  text-decoration: none;
  border: 1px solid #005231;
}

#theMenu h3.selected a{
	color: #005231;
	display: block;
	background-color: #D0E39F;
	text-decoration: none;
	outline:none;
	text-indent: 35px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #9fc83f;
	background-image: url(../images/faq/icon_q.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}

#theMenu h3.selected a:hover{
  color: #005231;
  background-color: #9fc83f;
  text-decoration: none;  
  outline:none;
  border: 1px solid #005231;
}

/* ===================================================
767px for SP
=====================================================*/
@media screen and (max-width : 767px) {

ul#theMenu ul li{width: 100%; box-sizing: border-box}
#theMenu h3.head a{text-indent: 0; padding-left: 40px}

}
          

