@charset "Shift_JIS";
/* -------------------------------------------------------------------

	jQueryプラグイン用CSS
	
------------------------------------------------------------------- */

/* -------------------------------------------
   jcarousel
------------------------------------------- */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 120px;
    height: 120px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}


/**
 * SKINs
 */
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #222222;
    border: 1px solid #000000;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 678px;
    padding: 5px 25px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  678px;
    height: 120px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 120px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 19px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #ffffff;
    color: #000000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 54px;
    right: 2px;
    width: 20px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../images/jcarousel/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -16px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 54px;
    left: 2px;
    width: 20px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../images/jcarousel/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -16px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}



/* -------------------------------------------
   jQuery lightBox
------------------------------------------- */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 50%;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #ffffff;
	width: 0px;
	height: 0px;
	margin: 0 auto;
}
#lightbox-container-image {
	border-top:2px solid #ffffff;
	}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding:0 2px;
}
#lightbox-container-image-data {
	padding: 0;
	color: #333333;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding:6px 0 5px 10px;
}			
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding: 3px 10px 5px 0;
}



/* -------------------------------------------
   SimpleModal　Box
------------------------------------------- */
/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 212 2009-09-03 05:33:44Z emartin24 $
 *
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000000;}

/* Container */
#simplemodal-container {
	height:480px;
	width:640px;
	border:2px solid #444444;
	background-color:#ffffff;
}

.simplemodal-wrap{
	overflow:auto;
}

#simplemodal-container h3{
	padding-left:6px;
	font-size:150%;
	line-height:1.4em;
	border-left:5px solid #ff3366;
}
#simplemodal-container p{
	padding:10px 0 15px 13px;
}
#simplemodal-container ul{
	padding:5px 0 0 12px;
}
#simplemodal-container ul li{
	padding:7px 0 7px 12px;
	background:url(../images/common/li_arrow_pink.png) left 10px no-repeat;
}
#simplemodal-container ul li a{
	text-decoration:none;
}


/* Close */
#simplemodal-container a.modalCloseImg {
	width:25px;
	height:29px;
	display:inline;
	position:absolute;
	top:-10px;
	left:-10px;
	z-index:3200;
	background:url(../images/jcarousel/x.png) no-repeat;
	cursor:pointer;
}
* html #simplemodal-container a.modalCloseImg {
	position:relative;
	top:-10px;
	left:-320px;
}
#simplemodal-container #basic-modal-content {
	padding:20px;
	text-align:left;
}
* html #simplemodal-container #basic-modal-content {
	padding:0 20px 20px 20px;
}

