@charset "shift_jis";
/* CSS Document */

#ers{
	width:820px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
	line-height: 1.5;
	color: #333333;
	font-size:16px;
}

#ers h2.title{
	margin-top:50px;
	font-size:180%;
	text-align: center;
	padding: 5px;
	border-bottom:6px solid #ccc;
	color: #000000;
}

#ers .section .txt{
	margin:10px;
}

#ers .section .m30{
	margin-top:30px;
}

#ers .section .caption{
	font-size:95%;
}

#ers .section ul {
  color: #000000;
  border-top: solid #000000 1px;/*上のボーダー*/
  border-bottom: solid #000000 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

#ers .section ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}

#ers .section .qa dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

#ers .section .qa dt::before,
#ers .section .qa dd::before {
    margin-right: .4em;
}

#ers .section .qa dt::before {
    content: "Q.";
}

#ers .section .qa dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
}

#ers .section .qa dd::before {
    content: "A.";
}
