@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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style:none;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body * {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}
aside{
	text-align:center;
	margin:20px
}
footer{
	margin:20px
}
/*横幅いっぱいスライダー---------------------------------*/
#full-slider {
	overflow: hidden;
	position:relative;
}
#full-wrapper {
	background: #fff;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
#full-carousel li {
	float: left;
}
#full-prev, #full-next {
	background-color: #fff;
	opacity:0.3;
	filter: alpha(opacity=30);/* ie 6 7 */
	-ms-filter: "alpha(opacity=30)";/* ie 8 */
	zoom:1;
	display: block;
	height: 200px;
	width: 50%;
	top: 0;
	position: absolute;
}
#full-prev:hover, #full-next:hover {
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);/* ie 6 7 */
	-ms-filter: "alpha(opacity=30)";/* ie 8 */
	zoom:1;
}
#full-prev {
	left: -130px;/* スライドする画像の横半分の値 */
}
#full-next {
	right: -130px;/* スライドする画像の横半分の値 */
}
#full-prev img {
	right:8px;
	top:0px;
	position:absolute;
}
#full-next img {
	left:8px;
	top:0px;
	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;
}

/*横幅固定スライダー---------------------------------*/
#fix-slider {
	overflow: hidden;
	position:relative;
	width:800px;
	margin:0 auto;
}
#fix-carousel li {
	float: left;
}
#fix-wrapper {
	background: #fff;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#fix-prev, #fix-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: 300px;
	width: 50%;
	top: 0;
	position: absolute;
}
#fix-prev:hover, #fix-next:hover {
	background:#fff;
	opacity:0.4;
	filter: alpha(opacity=40);/* ie 6 7 */
	-ms-filter: "alpha(opacity=40)";/* ie 8 */
	zoom:1;
}
#fix-prev {
	left: -300px;/* スライドする画像の横半分の値 */
}
#fix-next {
	right: -300px;/* スライドする画像の横半分の値 */
}
#fix-prev img ,
#fix-prev img {
	right:20px;
	top:120px;
	position:absolute;
}
#fix-next img {
	left:20px;
	top:120px;
	position:absolute;
}
#fix-pager {
	text-align:center;
	padding:10px;
}
#fix-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;
}
#fix-pager a:hover {
	background:#eee ;
}
#fix-pager a span {
	display: none;
}
#fix-pager a.selected {
	background-color: #ccc;
}
/*レスポンシブ（数固定・画像サイズ可変）---------------------------------*/
#responsive-slider {
	position: relative;
	margin:20px 0;
	width: 100%;
}
#responsive-wrapper {
	width: 100%;
	left: 5%;
	overflow: hidden;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
#responsive-carousel li {
	margin: 10px 5px;
	border: none;
	display: block;
	float: left;
}
#responsive-carousel li img {
	width: 100%;
	height: auto;
}
#responsive-prev, #responsive-next {
	position: absolute;
	top: 0;
	background: center center no-repeat #ddd;
	width: 5%;
}
#responsive-prev:hover, #responsive-next:hover {
	background-color: #ccc;
}
#responsive-prev {
	background-image: url( ../i/arrow-left-m.png );
	left: 0;
}
#responsive-next {
	background-image: url( ../i/arrow-right-m.png );
	right: 0;
}
#responsive-pager {
	text-align:center;
	padding:10px;
}
#responsive-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;
}
#responsive-pager a:hover {
	background:#eee ;
}
#responsive-pager a span {
	display: none;
}
#responsive-pager a.selected {
	background-color: #ccc;
}


