<!-- 上部リンクのテキスト -->
.font-sumibi {
	font-size: 14px;
	font-weight: bold;
	color: #86C852;
}
.font-kunsei {
	font-size: 14px;
	font-weight: bold;
	color: #20ABCD;
}
.font-ham {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.font-gift {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.font-hassou {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}
a.faq-link{
    text-decoration:none;
}

/* Ｑのボックス */
.box-Q {
	float: left;
	width: 500px;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #330099;
	font-weight: bold;
}

/* Ａのボックス */
.box-A {
	float: right;
	width: 480px;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	font-weight: normal;
	line-height: 150%;
}

