@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 {
}
a:link, a:visited,
a:hover, a:active, a:focus {
  color: #808080;
  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-top: 1px dashed #808080;
border-bottom:  1px dashed #808080;
}

dl.accordion dt {
  display: block;
  padding:20px 5px 20px 10px;
  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;
}

.accordion dd {
  word-wrap:break-word;
  padding:0;
}

dl.accordion dd ul li {
  /*border-bottom: 1px solid #a9a9a9;*/
  list-style: none;
  color:#6C6C6C;
  line-height:1.8em;
  margin:10px 3px 10px 3px;
}

dl.accordion dd ul{
	background:#FFFFFF;
	color:#FFFFFF;
}

.accordion2 li{
  border-bottom:1px #808080 dashed;
  color:#ffffff;
  font-size: 15px;
}

.accordion2 li a{
  padding:15px 0 15px 10px;
  display: block;
}

.accordion3 li{
  border-bottom:1px #7A7A7A dashed;
  color:#7A7A7A;
  font-size: 15px;
  padding:15px 0 15px 10px;
  display: block;
}


.title_te{
 	padding:15px 5px 12px 10px;
	font-weight:bold;
	background:#696969;
	color:#FFFFFF;
	
}

.f12{
	font-size:12px;
	
}

.setumei{
	margin-top:10px;
	
}

.setumei p{
	color:#636363;
	font-size:14px;
	margin-bottom:10px;
}

.red{
	color:#F80105;
}

.mgt10{ margin-top:10px;}
.mgt20{ margin-top:20px;}

.mgb5{ margin-bottom:5px;}

.mgb20{ margin-bottom:20px;}
