/*
	特集ページ
*/
#operation .goto_explanation {
	width: 220px;
	text-align: center;
	border-radius: 20px;
	color: #532598;
	background: #dbdcfc;
	font-size: 16px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
}
.operation_header {
	padding: 5px;
	padding-left: 15px;
	padding-top: 10px;
	border-radius: 5px 0 0 0;
	background: #f0f0f0;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-decoratione: none;
	font-weight: bold;
	border-left: 15px solid #f777c5;
	border-bottom: 1px solid #f777c5;
}
