/* CSS Document */

.headingQ {
	line-height: 1.6;
	padding: 0.40rem 0.4rem;
	/*border-bottom: 1px solid #313131;*/
}

.headingQ .q {
	margin: -0.20rem 0.5rem -0.20rem 0;
	padding: 0.20rem .750rem;
	text-align: center;
	border-radius: 2.0rem;
	background-color: #ea528f;
	color: #fff;
}

.graphSet,
.graph {
	position: relative;	
}


@media screen and (max-width: 1023px) {
	.infoTable {
		margin: 0 0 2.5rem 0;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		font-size: 1.4rem;
	}
	
	.infoTable tbody th, .infoTable tbody td {
		text-align: left;
		padding: 0.75rem 0.5rem;
		font-weight: normal;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	.infoTable tbody th {
		width: 80%;
		border-left-width: 4px;
	}
	
	.infoTable tbody td {
		font-size: 1.6rem;
		text-align: center;
	}
	
	.infoTable tbody tr:nth-of-type(1) th {
		border-left-color: #e8528d;
	}
	
	.infoTable tbody tr:nth-of-type(2) th {
		border-left-color: #ec6c00;
	}
	
	.infoTable tbody tr:nth-of-type(3) th {
		border-left-color: #9bc70e;
	}
	
	.infoTable tbody tr:nth-of-type(4) th {
		border-left-color: #03acef;
	}
	
	.infoTable tbody tr:nth-of-type(5) th {
		border-left-color: #9082bd;
	}
	
	.infoTable tbody tr:nth-of-type(6) th {
		border-left-color: #d80b24;
	}
	
	
	.graph {
		width: 100%;
		padding-top: 60%;	
	}
	
	.graph canvas {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(/smahoto/know/research/images/index/bg_canvas.svg) no-repeat center;
		background-size: auto 100%;
	}
	
	.graph .chartLabel {
		position: absolute;
		z-index: 10;
		text-align: center;
		min-width: 20px;
		margin: 0;
		padding: 2px;
		border-radius: 20px;
		font-size: 10px;
		font-size: 8px;
		color: #fff;
		background-color: rgba(0,0,0,0.5);
	}
	
	
	.graph .chartLabel {
		position: absolute;
		z-index: 10;
		line-height: 1.0;
		text-align: center;
		margin: 0;
		padding: 0.5rem;
		border-radius: 20px;
		font-size: 1.1rem;
		color: #fff;
		background-color: rgba(0,0,0,0.5);
		
		transition: all 0.25s ease-out;
		transform: scale(2);
		opacity: 0;	
	}
	
	.graph .chartLabel.anim {
		transform: scale(1);
		opacity: 1;	
	}
	
	.graph .chartLabel .num {
		margin-left: 0.25rem;
	}
	
	.listData {
		font-size: 1.0rem;
		color: #999;	
	}
	
	

}


@media screen and (min-width: 1024px) {
	
	.infoTable {
		float: left;
		width: 224px;
		margin: 0 24px 0 0;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		font-size: 1.4rem;
	}
	
	.infoTable tbody th, .infoTable tbody td {
		text-align: left;
		padding: 0.75rem 0.5rem;
		font-weight: normal;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	.infoTable tbody th {
		width: 80%;
		border-left-width: 4px;
	}
	
	.infoTable tbody td {
		font-size: 1.6rem;
		text-align: center;
	}
	
	.infoTable tbody tr:nth-of-type(1) th {
		border-left-color: #e8528d;
	}
	
	.infoTable tbody tr:nth-of-type(2) th {
		border-left-color: #ec6c00;
	}
	
	.infoTable tbody tr:nth-of-type(3) th {
		border-left-color: #9bc70e;
	}
	
	.infoTable tbody tr:nth-of-type(4) th {
		border-left-color: #03acef;
	}
	
	.infoTable tbody tr:nth-of-type(5) th {
		border-left-color: #9082bd;
	}
	
	.infoTable tbody tr:nth-of-type(6) th {
		border-left-color: #d80b24;
	}
	
	.graph {
		position: relative;
		width: 256px;
		height: 256px;
		margin: 0 auto;
	}
	
	.graph canvas {
		position: absolute;
		top: 0;
		bottom: 0;
		
		width: 100%;
		height: 100%;
		background: url(/smahoto/know/research/images/index/bg_canvas.svg) no-repeat center;
		background-size: 100% auto;
	}
	
	.graph .chartLabel {
		position: absolute;
		z-index: 10;
		line-height: 1.0;
		text-align: center;
		margin: 0;
		padding: 0.5rem;
		border-radius: 20px;
		font-size: 1.1rem;
		color: #fff;
		background-color: rgba(0,0,0,0.5);
		
		transition: all 0.25s ease-out;
		transform: scale(2);
		opacity: 0;	
	}
	
	.graph .chartLabel.anim {
		transform: scale(1);
		opacity: 1;	
	}
	
	.graph .chartLabel .num {
		margin-left: 0.25rem;
	}
	
	.listData {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 1.0rem;
		color: #999;	
	}
}









.listAnser:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

