@charset "UTF-8";

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
	list-style:none;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
/*横幅いっぱいスライダー---------------------------------*/
#full-slider {
	overflow: hidden;
	position:relative;
}
#full-wrapper {
	background: #fff;
	width: 100%;
	height: 480px;
	overflow: hidden;
}
#full-carousel li {
	float: left;
}
#full-prev, #full-next {
	background-color: #fff;
	opacity:0.7;
	filter: alpha(opacity=70);/* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
	zoom:1;
	display: block;
	height: 480px;
	width: 50%;
	top: 0;
	position: absolute;
}
#full-prev:hover, #full-next:hover {
	background:#fff;
	opacity:0.4;
	filter: alpha(opacity=40);/* ie 6 7 */
	-ms-filter: "alpha(opacity=40)";/* ie 8 */
	zoom:1;
}
#full-prev {
	left: -480px;/* スライドする画像の横半分の値 */
}
#full-next {
	right: -480px;/* スライドする画像の横半分の値 */
}
#full-prev img {
	right:20px;
	top:190px;
	position:absolute;
}
#full-next img {
	left:20px;
	top:190px;
	position:absolute;
}
#full-pager {
	text-align:center;
	padding:10px;
}
#full-pager a {
	border: 2px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
}
#full-pager a:hover {
	background:#eee ;
}
#full-pager a span {
	display: none;
}
#full-pager a.selected {
	background-color: #ccc;
}
