/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
  background: url(../images/slider/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	top: 20px;
	left: 20px;
	bottom:0px;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
	width: 900px;
	font-family: "Josefin Sans";
}
.nivo-caption div {
	padding:5px;
	margin:0;
	font-size: 30px;
	text-align: left;
	font-family: "Josefin Sans";
}


.nivo-caption h2,
.nivo-caption h3,
.nivo-caption strong,
.nivo-caption ul,
.nivo-caption p{
	position:absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	color: #fff;
	font: 50px "Josefin Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

.win.webkit .nivo-caption h2,
.win.gecko .nivo-caption h2,
.win.webkit .nivo-caption h3,
.win.gecko .nivo-caption h3,
.win.webkit .nivo-caption strong,
.win.gecko .nivo-caption strong{
	top: -20px;
}

.nivo-caption h3#h3_caption06{
	top: 60px;
	left: 3px;
	color: #BDD9CA;
	font-size: 20px;;
}

.nivo-caption h3#h3_caption01{
	top: 60px;
	left: 3px;
	color: #fcc;
	font-size: 20px;;
}

.nivo-caption ul,
.nivo-caption p{
	padding: 0;
	color: #fff;
	font-size: 20px;;
	letter-spacing: 0.15em;
	line-height: 1.3;
}

.nivo-caption ul{
	padding-left: 5px;
}

.nivo-caption ul#ul_caption06{
	top: 100px;
	left: 8px;
	color: #fff;
}

.nivo-caption ul#ul_caption01{
	top: 100px;
	left: 8px;
	color: #fff;
}

.nivo-caption p#p_caption02{
	top: 51px;
	left: 14px;
	color: #D47A3C;
	font-size: 13px;
}

.lt-ie9 .nivo-caption p#p_caption02{
	top: 60px;
	left: 16px;
}

.nivo-caption strong#strong_caption03{
	top: 240px;
	left: 715px;
	color: #07ADBC;
}

.win.webkit .nivo-caption strong#strong_caption03,
.win.gecko .nivo-caption strong#strong_caption03{
	top: 220px;
}

.nivo-caption p#p_caption03{
	top: 220px;
	left: 726px;
	color: #f1cb63;
}

.nivo-caption strong#strong_caption04{
	top: 10px;
	left: 565px;
	font-family: serif;
}

.win.webkit .nivo-caption strong#strong_caption04,
.win.gecko .nivo-caption strong#strong_caption04{
	top: 20px;
}

.lt-ie9 .nivo-caption strong#strong_caption04{
	left: 580px;
	font: bold 45px serif;
}

.nivo-caption p#p_caption04{
	top: 71px;
	left: 705px;
	color: #f42;
}

.lt-ie9 .nivo-caption p#p_caption04{
	top: 60px;
	left: 705px;
	color: #f3924f;
}

.nivo-caption strong#strong_caption05{
	top: 260px;
	left: 611px;
	color: #fff;
	font: 20px "Josefin Sans", sans-serif;
	text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
}

.nivo-caption p#p_caption05{
	top: 240px;
	left: 620px;
	color: #fff;
	font: 20px "Josefin Sans", sans-serif;
	text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
}

.lt-ie9 .nivo-caption strong#strong_caption05{
	font-weight: bold;
}

.lt-ie9 .nivo-caption p#p_caption05{
	font-weight: bold;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:60%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	/*left:-6px;*/
	bottom: -88px;
    height: 70px;
	width: 100%;
	z-index: 100;
}
	
	.nivo-controlNav img{
		display: inherit !important;
		width: 55px;
		height: 55px;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
		box-shadow: #999 0 2px 2px; /* IE */
		box-shadow: 0 2px 2px rgba(0,0,0,.2);
   behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
	}
		*:first-child+html .nivo-controlNav img{
			display: block !important
		}
	

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display: inline;
	
	/*opacity: .7;*/
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover{
	font-weight:bold;
	opacity: 1;
}


	.nivo-controlNav a.active img,
	.nivo-controlNav a:hover img{
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
		box-shadow: #999 0 15px 19px; /* IE */
		box-shadow: 0 2px 2px rgba(0,0,0,.4);
   behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
	}


.nivo-controlNav {
	font-size:160%;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.3;
}
	
	.nivo-controlNav a {
		text-decoration: none;
		border: 0 none;
		padding: 0;
		margin:0 10px 0 0;
		display: block;
		vertical-align: bottom;
		white-space: nowrap;
		float: left;
		width: auto;
	}
	.nivo-controlNav a img{
		position: relative;
		width: 55px;
		height: 55px;
		margin-right: 0;
		display: block;
			border: 1px solid #ccc;
			border-radius: 3px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
	}
		.nivo-controlNav a:hover img,
		.nivo-controlNav a.active img{
			border: 1px solid #f60;
			border-radius: 3px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
		}





/*********************************************************/

/*===================*/
/*=== Main Styles ===*/
/*===================*/

.theme-default #slider {
    margin: 0 auto 0 auto;
    width: 960px; /* Make sure your images are the same size */
    height: 330px; /* Make sure your images are the same size */
}

.lt-ie9 .theme-default #slider {
		border: 1px solid #111;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}




/*********************************************************/
/*
Skin Name: Nivo Slider Default Theme   behavior: url("http://hotaru-des-hotaru.com/PIE.htc");

Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
  margin-bottom:50px;
	border-radius: 1px;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.li-ie9 .theme-default .nivoSlider{
  box-shadow: none;
	border: 2px solid #544e44;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}


.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	width: 960px;
	position: absolute;
	bottom: -85px;
	margin-left: 10px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width: 60px;
	height: 60px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	width: 60px;
	height: 60px;
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}