@charset "utf-8";

/* -------------------------------------------------------------------
 *
 * 	Style info	: 特殊コンテンツ
 *	Since		: 2013-11-28
 *  Modified    : 2014-01-28
 *
 * ------------------------------------------------------------------- */

/* -------------------------------------------------------------------
 * スライドショー
 * ------------------------------------------------------------------- */

/* トップページ用 */
header #slider {
	position: absolute;
	width: 980px;
	height: 320px;
	top: 110px;
	left: 90px;
	overflow: hidden;
	z-index: 1;
} 
 
header #slider img {
	width: 980px;
	height: 320px;
}

/* 中ページ用 */
#main #slides {
	position: relative;
	width: 730px;
	height: 324px;
	margin-bottom: 15px;
	overflow: hidden;
	z-index: 1;
} 

.slidesContents {
	position: relative;
	width: 730px;
	height: 300px;
	margin: 0;
	overflow: hidden;
}

.slidesContents p {
	position: absolute;
	display: block;
	width: 730px;
	height: 300px;
	margin: 0 !important;
}

.slidesContents p img {
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#main #slides .next,
#main #slides .prev {
	display: block;
	position: absolute;
	top: 128px;
	left: 5px;
	z-index: 15;
}

#main #slides .next {
	left: 670px;
}

#main #slides a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.pagination_none { display: none; }

.pagination {
	height: 14px;
	margin: 10px -15px 0 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.pagination li {
	display: inline-block;
	margin-right: 15px;
}

.pagination li a {
	display: block;
	float: left;
    background: url(../img/common/slider_pagination.png) 0 -14px no-repeat;
	width: 14px;
	height: 0;
	padding-top: 14px;
    overflow: hidden;
}

.pagination li.current a, .pagination li.current a:hover { background-position: 0 0 }

/* -------------------------------------------------------------------
 * スクロールバー
 * ------------------------------------------------------------------- */

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspContainer .jspPane {
	position: absolute;
}

.jspContainer .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px; /* 横幅 */
	height: 100%;
}

.jspContainer .jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #271b13; /* ベース色 */
	position: relative;
}

.jspDrag {
	background: #e8bc59; /* バー色 */
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}

/* スクロール設定 */
.scroll_pane {
	overflow-y: scroll;
}

/* -------------------------------------------------------------------
 * アコーディオン
 * ------------------------------------------------------------------- */

.list_accordion {
	/*width: 100%;*/
	margin-top: 5px;
	overflow: hidden;
}

.list_accordion .title {
	display: block;
	background-image: url(../img/common/bg_link_banner.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*width: 740px;*/
	height: 35px;
	margin: 0;
	padding: 10px 0 0 70px;
	color: #3f2615;
	font-size: font-size: 117%;
	font-weight: bold;
	cursor: pointer;
}

.list_accordion .title:hover,
.list_accordion .title.active { background-position: 0 100%; }

.list_accordion .contents { display: none; padding: 0 0 35px; }

.list_accordion .contents div.box { margin-top: 15px; }
.list_accordion .contents div.box .txt_ptnA { width: auto; margin: 35px 0 35px 35px; }

/* -------------------------------------------------------------------
 * モーダルウィンドウ
 * ------------------------------------------------------------------- */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#362819;}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(../img/common/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../img/common/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../img/common/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../img/common/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../img/common/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../img/common/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../img/common/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../img/common/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../img/common/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/common/loading_02.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(../img/common/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

/* -------------------------------------------------------------------
 * グーグルマップ
 * ------------------------------------------------------------------- */

#gmap {
	width: 728px;
	height: 500px;
	border: 1px solid #ccc;	
}

#gmap em,
#gmap p { color: #5a5953; }

#gmap img {	max-width: none;}

#gmap_guide {
	width: 728px;
	height: 660px;
	margin-top: 20px;
	border: 1px solid #ccc;	
}

#gmap_guide .popup {
	width: 215px;
	padding: 0;
	color: #532d2d;
}

#gmap_guide .popup a:link,
#gmap_guide .popup a:visited,
#gmap_guide .popup a:hover {
	color: #532d2d;
}

#gmap_guide .popup h4 {
	display: block;
	min-height: 25px;
	margin: 0 0 0 3px;
	padding: 4px 0 0 35px;
	color: #532d2d;
	font-size: 109%;
	text-align: start;
	line-height: 1.2;
}

#gmap_guide .popup br,
#gmap_guide .popup a {
	font-size: 100%;
	line-height: 1;
}

#gmap_guide img {
	max-width: none;
	margin: 5px 10px 8px 5px;
}

#gmap_guide .popup p {
	margin: 2px 5px 0 5px;
	font-size: 100%;
	text-align: start;
	line-height: 1.2;
}

#gmap_guide .popup dl {
	margin: 5px 5px 7px 5px;
	font-size: 100%;
	overflow: hidden;
}

#gmap_guide .popup dl dt {
	float: left;
	width: 40px;
	margin: 0;
	font-weight: bold;
	text-align: start;
	line-height: 1.2;
	clear: left;
}

#gmap_guide .popup dl dd {
	margin: 0;
	line-height: 1.2;
	text-align: start;
}

#gmap_guide .popup {
}
