@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++
　スライドイメージ用CSS
+++++++++++++++++++++++++++++++++++++++++++++*/

/****************************************
　フレームサイズ
*****************************************/

.slide_image {
	width: 960px;
	height: 285px;
	background-image: url(../image/home/frame.png); /* フレームの画像 */
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: auto;
	padding-top: 15px; /* フレーム内に表示される画像の表示位置(15px下げる) */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}


/****************************************
　イメージサイズ
*****************************************/

.slide_image #slider {
	width:930px;
	height:270px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.clear {
	clear:both;
}
/* HTML5タグ */
/*header, section, footer,
aside, nav, article, figure {
	display: block;
}*/


/****************************************
　イメージの表示設定
*****************************************/

.slide_image .nivoSlider {
	position:relative;
	background:url(../image/home/loading.gif) no-repeat 50% 50%; /* ローディングイメージ */
       /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
        -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
        box-shadow: 0px 1px 5px 0px #4a4a4a;*/ /* 画像にシャドウを設定 */
}
.slide_image .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.slide_image .nivoSlider a {
	border:0;
	display:block;
}


/****************************************
　ナビゲーションの表示設定
*****************************************/

.slide_image .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-55px; /* スライドイメージからの距離 */
        margin-left:-40px;
}
.slide_image .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../image/home/bullets.png) no-repeat; /* ナビゲーションイメージ */
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.slide_image .nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/****************************************
　Next･Prevの表示設定
*****************************************/

.slide_image .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../image/home/arrows.png) no-repeat; /* Next･Prevイメージ */
	text-indent:-9999px;
	border:0;
}
.slide_image a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.slide_image a.nivo-prevNav {
	left:15px;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}


/****************************************
　キャプションの表示設定(テキスト)
*****************************************/

.slide_image .nivo-caption {
}
.slide_image .nivo-caption a {
    color:#fff; /* リンクテキストカラー */
}
.slide_image .nivo-caption a:hover {
    color:#268CAF; /* マウスオーバー時のリンクテキストカラー */
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}


/****************************************
　キャプションの表示設定(背景)
*****************************************/

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000; /* 背景色 */
	color:#fff;
	opacity:0.8; /* 透明度 */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px; /* テキストの左側の余白 */
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}


/****************************************
　スライド表示の設定
*****************************************/

.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;
	display:none;
}


/****************************************
　スライス・ボックス設定
*****************************************/
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
