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

	img.top{
		display: block;
	}

	img.top{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	#contentFrame .questionArea{
		margin:15px 0 0 5px;
		padding-bottom:15px;
		border-bottom:dotted 1px #ccc;
	}

	#contentFrame .questionArea.end{
		margin-bottom: 50px;
		border: none;
	}

	#contentFrame .questionArea p.quesText{
	/*	background:url(../../img/page/questions/icn_Q.jpg) top left no-repeat;*/
		padding-left:15px;
		margin-bottom:10px;
	}

	#contentFrame p.ansText{
		padding-left:15px;
	/*	background:url(../../img/page/questions/icn_A.jpg) top left no-repeat;*/
	}

	#contentFrame .questionArea table{
		width:335px;
		margin:10px 0;
	}

	#contentFrame .questionArea table td{
		border:solid 1px #ccc;
		text-align:center;
	}

	#contentFrame .questionArea table td p{
		margin:0.5em;
	}




/* レスポンシブ ----------------------------------*/

@media screen and (max-width:680px){
	#contentFrame .questionArea p.quesText{
	/*	background:url(../../img/page/questions/icn_Q.jpg) top left no-repeat;*/
		padding-left:0px;
		margin-bottom:10px;
	}

	#contentFrame p.ansText{
		padding-left:0px;
	/*	background:url(../../img/page/questions/icn_A.jpg) top left no-repeat;*/
	}

}

@media screen and (max-width:480px){
	#contentFrame .questionArea table{
		width: 100%;
		margin:10px 0;
	}
}