/*---------------------------------
_body
-----------------------------------*/ 
body {
	background-image: url(../img/answer/answer_bg.gif);
}

p, div {
    background-image: url(dummy.gif);
}
 
h2 {
	text-align:center;
	margin-bottom: 10px;
}

.answer {
	text-align: center;
    margin: 30px 0 30px 0;
    font-size: 200%;
    line-height: 150%;
}

.ex {
	border: solid 3px #000000;
	padding: 20px 10px;
}

.q_a {
	margin-bottom: 45px;
}

footer address {
	border-top: solid 3px #000000;
	padding-top: 5px;
	font-size: 10px;
}
.answer_ex {
	padding-bottom: 30px;
	background-image: url(../img/answer/marker_line.png);
	background-position: bottom;
	background-size: 280px 5px;
	background-repeat: no-repeat;
    margin: 0 0 30px 0 !important;
	
}
.shindai_ex {
}

.right_arrow_answer {
    border-width: 1px;
    border-style: solid;
    border-color: #040404;
    margin: 20px 0 10px 0;
    padding: 15px 15px 15px 35px;
    background-color: #ffffff;
    position: relative;
    background-image: url(../img/right_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px 18px;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.right_arrow_answer:after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background-color: #4795ca;
    position: absolute;
    top: 0;
    left: 0;
}

.icoBlank {
    padding: 0 16px 0 0;
    display: inline-block;
    position: relative;
}

.icoBlank:after {
    content: "";
    background-image: url(../img/answer/ico_blank.png);
    background-repeat: no-repeat;
    background-size: 10px 9px;
	-webkit-background-size: 10px 9px;
	-moz-background-size: 10px 9px;
	-o-background-size: 10px 9px;
	-ms-background-size: 10px 9px;
    display: block;
    width: 10px;
    height: 9px;
    position: absolute;
    right :0;
    bottom: 0.4em;
}
