@charset "utf-8";

/* The Nivo Slider styles */

/*.nivoSlider {
	position:relative;
	width:639px;
	height:255px;
	overflow: hidden;
}*/

/*.nivoSlider {
	position:relative;
	background:#fff url(../flash/img/loading.gif) no-repeat 50% 50%;
    margin-bottom:0;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}*/

/* defalt.css */
.theme-default .nivoSlider {
	position:relative;
	background-color: #fff;
	background-image: url(../images/top/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:230px;
	top: 410px;
	bottom:0;
	margin-left:-40px;
	width:100px;
	/*position:absolute;
	left:240px;
	top: 410px;
	bottom:0;
	margin-left:-40px;
	width:75px;*/
}
.theme-default .nivo-controlNav a {
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(../images/top/bullets.png);
	background-repeat: no-repeat;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}


.theme-default .nivo-caption {
	font-size: 12px;
	line-height: 135%;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}


/* nivo-slider.css */
.nivoSlider {
	position:relative;
	width:480px;
	height:400px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:490px;
	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: font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	color:#000;
	opacity:0.8;
	z-index:8;
	border: 2px dotted #000;
	top: 35px;
	right: 35px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-directionNav a {
	display:block;
	width:26px;
	height:59px;
	text-indent:-9999px;
	border:0;
}
.nivo-directionNav a:hover {
	width:26px;
	height:59px;
}
a.nivo-nextNav {
	background-position:-26px 0;
	right:0;
}
a:hover.nivo-nextNav {
	background-position:-26px 0;
	right:0;
}
a.nivo-prevNav {
	left:0;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default #slider {
	width:480px;
	height:400px;
	margin-right: auto;
	margin-left: auto;
}
