@charset 'shift_jis';

* { margin: 0; padding: 0 }
p { text-align: left; margin: 15px 0 }
p, ul { font-size: 13px; line-height: 1.4em }
h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
 
.slider-wrap {position: relative;width: 1000px;}
 
 
.stripViewer { /* スライドパネルの大外枠 */
position: relative;
overflow: hidden;
border: 0px solid ;
width: 1000px;
height: 2500px;
clear: both;
background: #fff;
}
 
.stripViewer .panelContainer { /* スライドパネルの外枠 */
position: relative;
left: 0; top: 0;
width: 100%;
list-style-type: none;
}
 
.stripViewer .panelContainer .panel { /* 実際にスライドするパネル */
float:left;
height: 100%;
position: relative;
width: 1000px;
}
 
.stripViewer .panelContainer .panel .wrapper { padding: 10px;}
 
.stripNav { border-left:1px solid #000;margin-left:-1px;}
 
.stripNav ul {list-style: none;display:none;}/*タブメニュー*/
 
.stripNav ul li {float: left;}
 
.stripNav a {/*タブメニューのリンク部分*/
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 32px;
background: #c6e3ff;
color: #000;
text-decoration: none;
display: block;
padding: 0 15px;
background:#fff;
border:1px solid #fff;
border-left:none;
}
 
.stripNav li.tab1 a {border-left:1px solid #fff; }
 
.stripNav li a:hover {background: #fff;}/*マウスオン*/
 
.stripNav li a.current {background: #fff;color: #000;}/*選択されているタブ*/
 
.stripNavL, .stripNavR {/*矢印、簡単に非表示にするにはdisplay:noneを追加*/
display:none;
position: absolute;
top: -2px;
text-indent: -9000em;
}
 
.stripNavL a, .stripNavR a {display: block;height: 40px;width: 40px;}/*矢印のサイズ*/
.stripNavL {left: 580px;background: url("coda-slider.1.1.1/images/arrow-left.gif") no-repeat center;}/*左矢印の位置*/
.stripNavR {right: 0;background: url("coda-slider.1.1.1/images/arrow-right.gif") no-repeat center;}/*右矢印の位置*/