@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html,
body {
  background: url(img/back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header {
	background: #fff;
	height: 38px;
	margin: 0 0 10px 0;
	}

#main {
	width: 940px;
	margin: 0 auto 70px auto;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	
	}
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
  left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
  height: auto;
}
.slider {}

#news {
	width: 260px;
	float: left;
	}
#ttl {
	width: 650px;
	float: right;
	}
	
.clear {
  clear: both;
}

#sitettl {
	margin: 0 auto 0 auto;
	width: 455px;
	}
dl {
	color: #333;
	font-size: 90%;
	background: #ffeeba;
	padding:  0 0 0 10px;
	}
dl a {
	color: #eb3e0b;
	}
dt {
	padding: 0.5em 0 0 0;
	}
dd {
	padding: 0.2em  0 0.5em 1em;
	border-bottom: 1px dotted #333;
	}
#copy {
	text-align: center;
	font-size: 80%;
	color: #fff;
	margin: 0 0 20px 0;
	}
#slider {
	margin: 0 0 20px 0;
	}
#acqlogo {
	width: 38px;
	height: 38px;
	margin: 0 0 0 40px;
	}
#banner {
	width: 260px;
	margin: 20px 0 0 0;
	text-align: center
	}
#banner img {
	}