<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ----------------------------- */

/* ページング機能部分全体の設定 */
.flickSimple {
background: -webkit-gradient(linear,center top, center bottom, from(#666), color-stop(0.05, #999), color-stop(0.95, #999), to(#DDD));
height: 52px;
}
/*
.flickSimple.landscape {
background: -webkit-gradient(linear,center top, center bottom, from(#777), color-stop(0.1, #CCC), color-stop(0.9, #CCC), to(white));
width: 100%;
float: left;
}
*/

/*ページ選択ボタン部分の設定*/
.changebutton {
background: -webkit-gradient(linear,center top, center bottom, from(#777), color-stop(0.1, #CCC), color-stop(0.9, #CCC), to(white));
width: 81%;
float: left
}

/*選択ボタン部分の設定*/
.changebutton ul {
width: 300%;
text-align: center;
margin: 10px 5px 20px 5px;
padding:0px 0px 8px 0px;
}

.flickSimple ul li {
float: left;
list-style-type: none;
text-align: center;
margin: 0px 10px 5px 0px;
}

.flickSimple ul li.landscape {
}

.flickSimple .beforebutton {
width: 9%;
height: 50px;		
}


.beforebutton {
float: left;
text-align: center;
background: -webkit-gradient(linear,center top, center bottom, from(#666), color-stop(0.05, #999), color-stop(0.95, #999), to(white));
border-right: solid 1px #888;
}

.flickSimple .nextbutton {
width: 9%;
height: 50px;		
}

/*次へボタン*/
.nextbutton {
float: left;
text-align: center;
background: -webkit-gradient(linear,center top, center bottom, from(#666), color-stop(0.05, #999), color-stop(0.95, #999), to(white));
border-left: solid 1px #888;	
}

/*表示中のボタンの設定*/
#changebutton ul li.sample {
color: #555;
font-size: 15px;
font-weight: bold;
background: -webkit-gradient(linear,center top, center bottom, from(#AAA), color-stop(0.5, #CCC), to(#CCC));
border: 1px solid #AAA;
-webkit-box-shadow: 1px 1px 1px white;
border-radius: 5px;
padding: 9px 0px 9px 0px;
text-align: center;
min-width: 36px;
}

/*未表示のボタンの設定*/
#flick_paging ul li a {
display: block;
color: white;
font-size: 15px;
font-weight: bold;
background: -webkit-gradient(linear,center top, center bottom, from(#bbb), color-stop(0.5, #888), to(#888));
border: 1px solid #888;
-webkit-box-shadow: 1px 1px 1px #888;
border-radius: 5px;
padding: 9px 0px 9px 0px;
text-align: center;
min-width: 36px;
/* ----------------------------- */ </pre></body></html>