@charset "utf-8";
/*=========================================================
	Common - 共有スタイル定義
=========================================================*/

/*======================================
	General Class
=======================================*/

/*** clears ***/

.clears:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clears {
    height: 1em;
}
*+html body .clears {
	display: inline-block;
}





.caution {
	font-weight: bold;
	color: #e50013;
}

.notice {
	font-size: 70%;
	font-weight: normal;
}

.borderb {
	margin:	 10px 0 10px;
	padding: 5px;
	color: #358b32;
	font-weight: bold;
	border-bottom: 2px solid #d7d7ca;
}


.tbl th {
	background: #b2a798;
	color: #f0e9e1;
}
.tbl td {
	border-bottom: 1px dotted #9e9486;
}

.col1 {
	color: #e75303;
}
.col2 {
	color: #167ac0;
}

dl.faq {
	margin: 5px 0;
}
dl.faq dt {
	background: url(../images/faq_q.jpg) no-repeat;
	padding: 13px 0 17px 50px;
	margin-bottom: 6px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #59afe5;
}
dl.faq dd {
	background: url(../images/faq_a.jpg) no-repeat;
	padding: 0 0 17px 50px;
	margin-bottom: 20px;
	border-bottom: 3px double #969da3;
}
