@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

/* practice1.html */
.p {
	margin: 20px;
	padding: 20px;
}

.wrap {
	color: #36C;
	background-color: #DBE3F7;
}

#test {
	margin: 20px;
	padding: 10px;
}

.class1 {
	color: #000;
	font-style: italic;
}

.class2 {
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
}

/* practice2.html */
.scrollBg {
	background-color: #FFF;
	height: 300px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	
}

.scrollBg img {
	display: block;
}






/* practice3.html */
/* defalt.css */
.theme-default .nivoSlider {
	position:relative;
	background-color: #fff;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.theme-default .nivoSlider img {
	display:none;
}

.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:450px;
	bottom:-24px;
	margin-left:-40px;
}
.theme-default .nivo-controlNav a {
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(bullets.png);
	background-repeat: no-repeat;
	/* ●非表示
	display:none; */
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
	/* ●非表示
	display:none; */
}

.theme-default .nivo-directionNav a {
	display:none;
}

.theme-default .nivo-caption {
	font-size: 12px;
	line-height: 135%;
}
.theme-default .nivo-caption a {
    color:#fff;

}
.theme-default .nivo-caption a:hover {
    color:#fff;
}


/* nivo-slider.css */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	color:#fff;
	opacity:0.8;
	z-index:8;
	bottom: 10px;
	right: 15px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default #slider {
	max-width:950px; /* Make sure your images are the same size */
	min-height:200px;
	margin-right: auto;
	margin-left: auto;

}
