@charset "utf-8";


/*============================
　　　プレビューエリア
===============================*/


/*--　プレビューエリア全体の外枠　---*/  

#previewTable{
	margin-top:10px;
}
#previewTable td{
	vertical-align:top;
}
/*　題名　*/
.preTitle{
	padding:3px;
	padding-left:10px;
	background:#0C5AAB;
	color:#fff;
	margin-bottom:20px;
	font-size:12px;
}
  
/*--　プレビューエリア　---*/        
#slide
{
  width: 669px;
  height: 669px;/*プレビューエリアの縦幅を変える場合はこちらの値を変更*/
  overflow: hidden;
  position: relative;
  background: #fff;
}
/*--　各プレビュー枠の設定　---*/      
#slide div
{
  display: block;
  width: 669px;
  height: 669px;/*プレビューエリアの縦幅を変える場合、#slideの高さと同じにする*/
  position: absolute;
  left: 669px;
  background:#fff;
}


/*--- 戻るボタン ---*/
#previous
{
  cursor: pointer;
  margin-top:150px;
}

/*--- 次へボタン ---*/
#next
{
  cursor: pointer;
   margin-top:150px;
}

/*---　ローディング画像　---*/
img#loading
{
  position: absolute;
  left: 330px;
  top: 250px;
}

/*============================
　　　サムネイルエリア
===============================*/

/*-- サムネイル移動ボタン ---*/

#sliderTrg{
	text-align:right;
	margin-top:10px;
	width:735px;
	overflow:hidden;
}
/*-- 各移動ボタンの設定 ---*/
#sliderTrg li{
    background:#aaa;
	color:#fff;
	font-weight:bold;
    padding:2px 3px;
	text-decoration:none;
	font-size:11px;
	width:1em;
	height:1em;
	margin-left:10px;
	float:right;
  cursor: pointer;
}
#sliderTrg #trg1{
	background:#0C5AAB;
}
/*-- サムネイル全体のボックス --*/

#buttons{
	margin-top:10px;
	width:735px;/* sectionの枠が増減する場合、合わせて変更 */
	overflow:hidden;
	position:relative;
	height:240px;
}
/*-- 各サムネイルの設定 --*/
#buttons span
{
  width: 75px;
  height: 105px;
  background: #fff;
  float: left;
  margin-right: 3px;
  margin-left:3px;
  margin-bottom:5px;
  display: inline;
  padding:5px;
  cursor: pointer;
  
}
/*-- サムネイルの大枠 --*/
#slider{
    width:735px;
    overflow:hidden;
	clear:both;
}
/*-- 各サムネイル枠の設定 --*/
#slider #buttons div{
    width:729px;
	padding:3px;
	position:absolute;
	left: 735px;
	height:240px;
	display: block;
	background:#fff;
}
