#sp .banner {
	width: 93.75%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
}

#sp .banner1 {
	margin-top: 80px;
	margin-bottom: 10px;
}

#sp .banner2 {
	margin-top:    10px;
	margin-bottom: 10px;
}


#sp .banner3 {
	margin: 10px auto;
}

#sp .banner img{
	width: 100%;
	max-width: 300px;
}

#sp .quizmain h2 {
	margin: 10px auto 30px;
}

#sp .quizmain>div {
}

#sp .question {
	width: 90.625%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

#sp #blockMain h3 {
	font-size: 20px;
	font-weight: bold;
}

#sp .quizmain h2 p {
  line-height: 30px;
  font-size: 20px;
}



#sp #blockMain h3,#sp #blockMain table.old_question {
	width: 93.75%;
	margin: 0 auto 10px;
}

#sp .question_img {
	position: relative;
	padding: 0px;
	width: 90.625%;
	margin-left: auto;
	margin-right: auto;
}

#sp .question_img .right{
	position: absolute;
	right: 0;
	top: 0;
}

#sp .quizmain .answer {
	width: 90.625%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 0;
}
#sp .quizmain .answer.quiz {
	padding-right: 20px;
}
#sp .quizmain .answer a.to_answer {
	max-width: 100%;
	height: 50px;
	background-size: contain;
}

#sp .quizmain .answer .t_f {
	width: 100%;
	margin-bottom: 0px;
}

#sp .quizmain .answer .t_f form.true {
	display: block;
	float: left;
	width: 47.1%;
	height: auto;
	text-indent: 0px;
	background: none;
}

#sp .quizmain .answer .t_f form.false {
	display: block;
	float: right;
	width: 47.1%;
	height: auto;
	text-indent: 0px;
	background: none;
}

#sp .quizmain .answer .t_f input[type="image"] {
	width: 100%;
	max-width: 180px;
}

#sp .quizmain .answer .answer_ok {
	width: 100%;
}

#sp .quizmain .answer .answer_ok .left p{
	font-size: 15px;
	line-height:150%;
	font-weight: bold;
	padding: 0;
}

#sp .quizmain .answer .answer_ok .left {
	width: 68%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}

#sp .quizmain .answer .answer_ok .answered {
}

#sp .quizmain .answer .answer_ok .right {
	width: 32%;
	height:100%;
	margin:0px;
	padding:0px;
	float:right;
	text-align: right;
}
#sp .quizmain .answer .answer_ok .right img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 100%;
}

#sp .correct_answer {
	position: relative;
	width: 90.625%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
#sp .correct_answer .marubatu{
	position: absolute;
	left: 35%;
	top: 50%;
	display: block;
	width: auto;
	height: 18px;
	margin-top: -9px;
	font-size: 18px;
	line-height: 1;
}

#sp .quizmain .caution ul{
	display: table;
	font-size: 80%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#sp .quizmain .caution li{
  display: table;
  font-size: 11.2px;
}

@media screen and (min-width:640px) {
	#sp .correct_answer .marubatu{
		left: 204px;
	}
}

#sp .commentary {
	width: 90.625%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#sp .commentary table.questionTable {
	width: 100%;
	table-layout: fixed;
}
#sp .commentary table.questionTable th,
#sp .commentary table.questionTable td {
	vertical-align: top;
	font-size: 18px;
}
#sp .commentary table.questionTable th {
	width: 1.2em;
}

#sp .source {
	width: 93.75%;
	margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
#sp .source div.img {
	width: 300px;
	margin: 0 auto 10px;
}
#sp .source div.img a {
	display: block;
}
#sp table.old_question th div {
	vertical-align: middle;
	display: inline-block; 
	font-size: 14px;
}

#carenet #sp table.old_question th div.date {
	width: 75px;
	font-weight: bold;
}

#carenet #sp table.old_question th div.ok
,#carenet #sp table.old_question th div.ng 
,#carenet #sp table.old_question th div.result 
{
	border-radius: 8px;
	font-weight: normal;
	padding: 5px 5px;

}

#carenet #sp table.old_question th div.percent {
	margin-left: 20px;
}
#carenet #sp table.old_question th div.correction {
	width: 150px;
	font-size: 11px;
}
#carenet #sp table.old_question th div.ok {
	color: white;
	background-color: #dd4444;
	margin-left: 20px;
}

#carenet #sp table.old_question th div.ng {
	color: black;
	background-color: #fff;
	margin-left: 20px;
}
#carenet #sp table.old_question th div.result {
	color: black;
	background-color: #eee;
}
#carenet #sp table.old_question tr {
	border-left: 1px solid #5fb391;
	border-right: 1px solid #5fb391;
}

#carenet #sp table.old_question tr:last-child {
	border-bottom: 1px solid #5fb391;
}

#carenet #sp table.old_question tr th {
	font-size: 20px;
}

#carenet #sp table.old_question tr:nth-child(3n+1) {
	background: #5fb391;
	height: 52px;
}

#carenet #sp table.old_question tr:nth-child(3n+2) {
	background: url(../images/sp_question_dotted_border.png) right bottom repeat-x;
	background-size: 2px 1px;
}

#carenet #sp table.old_question td {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	border: 0;
	background: transparent;
}

#carenet #sp table.old_question .qa td:first-child {
	width: 70px;
	text-align: center;
	vertical-align: top;
}
#carenet #sp table.old_question td:last-child {
	padding-right: .5em;
}

#carenet #sp table.old_question td .t_f,#sp table.old_question td .answer {
	display: table-cell;
}

#carenet #sp table.old_question td .t_f {
	vertical-align: top;
}

#carenet #sp .old_question .small {
	max-width: 25px;
}

#sp .quizmain .error {
	text-align: left;
}


#sp .past{
	background-color: #f5f5f5;
	border: 1px solid #999999;
	font-size: 15px;
	font-weight:bold;
	padding: 5px;
	text-align: center;
}

#sp .contributor{
	font-weight:bold;
	font-size:12px;
	float: right;
}