@charset "utf-8";
/* /////////////////////////////////////////////////

	Main CSS
	
	Author	Nakajima
	Date	2015/04/20

///////////////////////////////////////////////// */



/*---------------------------よくある質問--------------------------*/


#yobikou{
  	background: #E5ECF2;
}

#kobetsu{
	background: #ECF2E5;
}

#katekyo{
	background: #F2EEDF;
}

h3{
	padding:6px;
	color:#fff;
	border-radius: 4px 4px  0 0;
}

#yobikou h3{
	background:#26739e;
}

#kobetsu h3{
	background: #5E882A;
}

#katekyo h3{
	background: #D39611;
}

#pageArea dl{
	padding:0 12px 18px 12px;
}

#pageArea dl dt{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
}

#pageArea dl dd{
	margin:4px 0;
	display:none;
}


#yobikou dl dt{
	color: #339ad3;
	border-bottom: #339ad3 dotted 1px;
}

#kobetsu dl dt{
	color: #71B51F;
	border-bottom: #71B51F dotted 1px;
}

#katekyo dl dt{
	color: #DF9800;
	border-bottom: #DF9800 dotted 1px;
}