@charset "utf-8";

/* stroke.html -------------------------- */
/* q and a */
.contents_faq {
	border-top: 1px dotted #AAA;
	margin: 30px 0 0;
}
	.contents_faq_text {
		width: 645px;
		float: right;
		display: block;
	}
	.contents_faq dt {
		font-size: 90%;
		line-height: 1.4;
		padding: 15px 0 0;
		font-weight: bold;
		clear: both;
	}
	.contents_faq span.faq_num {
		float: left;
		color: #FFF;
		display: block;
		width: 45px;
		text-align: center;
		font-weight: bold;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 90%;
	}
		.contents_faq dt span.faq_num {
			background: #1368C6 !important;
		}
		.contents_faq dd span.faq_num {
			background: #3FB6A1 !important;
			font-size: 105%;
		}
	.contents_faq dd {
		line-height: 1.6;
		padding: 5px 0 15px 0;
		position: relative;
		margin: 5px 0 0;
		border-bottom: 1px dotted #CCC;
		clear: both;
	}
	
		.contents_faq dd dd,
		.contents_faq dd dt {
			padding: 0;
			margin: 0 0 5px;
			border: none;
		}
		.contents_faq dd .contents_figure_title {
			font-size: 115%;
		}
	