@charset "EUC-JP";

/*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;
  font-size: 100%;
}

/*base*/
body {
  line-height: 1.231;
  color: #333;
  font-family: sans-serif;
  font-family: 'MS PGothic', arial, sans-serif\0/;
  font-size: 16px;
  width:100%;
  -webkit-text-size-adjust: 100%;

}
a:link, a:visited,
a:hover, a:active, a:focus {
  color: #333;
  text-decoration: none;
}

/*accordion*/
dl.accordion dt {
  /*background: #333;*/
  cursor: pointer;
  border-bottom: 1px solid #fff;
  word-wrap:break-word;
  
  /* height: 30px;*/

background: -o-linear-gradient(bottom, #969696 0%, #B5B5B5 100%);
background: -moz-linear-gradient(bottom, #969696 0%, #B5B5B5 100%);
background: -webkit-linear-gradient(bottom, #969696 0%, #B5B5B5 100%);
background: -ms-linear-gradient(bottom, #969696 0%, #B5B5B5 100%);
background: linear-gradient(to bottom, #969696 0%, #B5B5B5 100%);
border: 1px solid #808080;
  
  
}
dl.accordion dt {
  display: block;
  padding:20px 5px 20px 5px;
  color: #ffffff;
  font-size: 15px;
  background:#B3B3B3;
}

dl.accordion dt::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  top: 5px;
  right: -20px;
}
dl.accordion dt.open::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  top: -5px;
  right: -20px;
}
dl.accordion dd {
  word-wrap:break-word;
}
dl.accordion dd ul li {
  border-bottom: 1px solid #a9a9a9;
  list-style: none;
  padding:20px 5px 20px 5px;
}



.title_te{
 	padding:15px 5px 12px 10px;
	font-weight:bold;
	background:#696969;
	color:#FFFFFF;
	
}

.f12{
	font-size:12px;
	
}