@charset "UTF-8";
/* pages */

/*	Accordion
------------------------------------------------------------ */ 
@import url("accordion.css");

/*	dot_line
------------------------------------------------------------ */

.dot_line {
	border-bottom: 1px dotted #9a9a9a;
	margin-bottom:40px;
	padding-top:30px;
}

/*	link_green
------------------------------------------------------------ */

.link_green a:link {
	color: #376900;
}

.link_green a:visited {
	color: #376900;
}

/*	採用惁E
------------------------------------------------------------ */
.qa_article .q_title,
.qa_article .a_title {
	margin-bottom:10px;
	padding-left:35px;
}

.qa_article .q_title {
	background: url(../images/q_icon.png) left top no-repeat;
}

.qa_article .a_title {
	background: url(../images/a_icon.png) left top no-repeat;
}