@charset "utf-8";

/*Reset Style*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;

}

/*base*/


/*accordion*/
.accordion{
	
		
}
.accordion td{padding:10px;}
dl.accordion dt {

  cursor: pointer;
  word-wrap:break-word;
}
dl.accordion dt {
margin-top: 15px;
	display: block;
	text-align:left;
	height: 46px;
	width: 840px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
	padding-bottom: 5px;
	padding-left: 60px;
	background-image: url(../images/sec4_2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

dl.accordion dd {
  word-wrap:break-word;
}
dl.accordion dd ul li {
	width: 840px;
	margin-top:10px;
	padding-top: 15px;
	
	padding-left: 60px;
	background-image: url(../images/sec4_4.png);
	background-repeat: no-repeat;
	background-position: left top;

	padding-bottom: 15px;
	list-style: none;
	font-size: 14px; 
	line-height: 140%;
	color: #DB0B0B;
	position: relative;
	top: 0px;
}

dl.accordion dd ul li a {


	color: #7F4F21;
	text-decoration: underline;
}
dl.accordion dd ul li a:hover {


	color: #7F4F21;
	text-decoration: none;
}
dl.accordion dd ul li a::before {

}
