<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* * * * * * * * * * * * * * * * * * * *
 * kukai pagination.css
 * * * * * * * * * * * * * * * * * * * */
/* ■■■■ タイプ ■■■■ */
.type_a{
	
}

.type_b{
	
}

/* ■■■■ カラー ■■■■ */
.black {
color:#ffffff;
}

.white {
color:#000000;
}

.black a,
.white a{
color:#cccccc;
text-decoration : none;
}

.warm {
color:#814102;
}

.warm a{
color:#cf9e70;
text-decoration : none;
}

/* ■■■■ スタイル ■■■■ */

.type_b .flat {
width: 100%;	
}

.type_b .three_dimensional {
width: 100%;	
}

.type_b .flat .page_box {
float: left;
width: 100%;
}

.type_b .three_dimensional .page_box {
float: left;
width: 100%;
}

.flat{
}

.three_dimensional {
}

/* ■■■■ ページ送り ■■■■ */

.type_a .list_page{
float:left;
text-align : center;
line-height : 35px;
height:35px;
margin : 0;
font-size : 15px;
letter-spacing: 5px;
-ms-word-wrap : break-word;
word-wrap : break-word;
}

.type_b .list_page{
margin:0 45px;
text-align : center;
line-height : 35px;
height: 35px;
font-size : 15px;
letter-spacing: 5px;
-ms-word-wrap : break-word;
word-wrap : break-word;
}

.list_page a{
text-decoration : none;
}

.type_a .list_page select {
letter-spacing: 15px;
border: none;
height: 30px;
line-height: 30px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
text-indent: .01px; /*Firefox用*/
text-overflow: ""; /*Firefox用*/
text-align: left;
vertical-align: middle;
font-size : 15px;
margin-right: 5px;
}

.type_b .list_page select {
border: none;
letter-spacing: 15px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
text-indent: .01px; /*Firefox用*/
text-overflow: ""; /*Firefox用*/
}

.black .list_page select {
background: url(/i.cgi?n=arrow) no-repeat right center;
background-size:10px;
}

.white .list_page select {
background: url(/i.cgi?n=arrow) no-repeat right center;
background-size:10px;
}

.warm .list_page select {
background: url(/i.cgi?n=arrow) no-repeat right center;
background-size:10px;
}

.type_b .black .flat .list_page select,
.type_a .white .flat .list_page select{
color:#ffffff;
}

.type_b .white .list_page select,
.type_a .black .three_dimensional.list_page select,
.type_a .white .three_dimensional.list_page select,
.type_b .black .three_dimensional.list_page select{
color:#000000;
}

.warm .list_page select {
color:#814102;
}

.type_a .black .flat .list_page {
background:#ffffff;
border:#000000 solid 1px;
color:#000000;
}

.type_b .black .flat .list_page {
background: #0f0800;
border:#ffffff solid 2px;
color:#ffffff;
}

.type_a .white .flat .list_page {
background:#999999;
border:solid 1px #666666;
color:#ffffff;
}

.type_b .white .flat .list_page {
background:#ffffff;
border: #22140f solid 2px;
color: #22140f;
}

.type_a .warm .flat .list_page {
color:#814102;
background:#ECD7BA;
border:solid 1px #814102;
}

.type_b .warm .flat .list_page {
color:#814102;
background:#ECD7BA;
border:solid 2px #ad7300;
}

.type_a .black .three_dimensional .list_page,
.type_a .white .three_dimensional .list_page {
border : solid 1px #ffffff;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop

(0,#e8e8e8),color-stop(0.40,#e8e8e8),color-stop(0.60,#b8b8b8),color-stop

(1,#b8b8b8));
background-image : linear-gradient(-90deg,#e8e8e8) 0%,#e8e8e8 40%,#b8b8b8 

60%,#b8b8b8 100%);
color:#000000;
}

.type_b .black .three_dimensional .list_page,
.type_b .white .three_dimensional .list_page {
border : solid 2px #ffffff;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop

(0,#e8e8e8),color-stop(0.40,#e8e8e8),color-stop(0.60,#b8b8b8),color-stop

(1,#b8b8b8));
background-image : linear-gradient(-90deg,#e8e8e8) 0%,#e8e8e8 40%,#b8b8b8 

60%,#b8b8b8 100%);
color:#000000;
}

.type_a .warm .three_dimensional .list_page {
color:#814102;
border : solid 1px #ad7300;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop

(0,#ecd7ba),color-stop(0.40,#ecd7ba),color-stop(0.60,#f0951d),color-stop

(1,#f0951d));
background-image : linear-gradient(-90deg,#ecd7ba) 0%,#ecd7ba 40%,#f0951d 

60%,#f0951d 100%);
}

.type_b .warm .three_dimensional .list_page {
color:#814102;
border : solid 2px #ad7300;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#ecd7ba),color-stop(0.40,#ecd7ba),color-stop(0.60,#f0951d),color-stop(1,#f0951d));
background-image : linear-gradient(-90deg,#ecd7ba) 0%,#ecd7ba 40%,#f0951d 

60%,#f0951d 100%);
}

/* ■■■■　ボタン（右）　■■■■ */
.type_a .list_button_right02 {
position : relative;
line-height : 35px;
margin-right : 0;
height: 35px;
width: 45px;
float : left;
text-align : left;
border-top-right-radius : 17px;
border-bottom-right-radius : 17px;
-webkit-border-top-right-radius : 17px;
-webkit-border-bottom-right-radius : 17px;
-moz-border-top-right-radius : 17px;
-moz-border-bottom-right-radius : 17px;
}

.type_b .list_button_right02 {
position : relative;
line-height : 35px;
width : 45px;
float : right;
margin-left: -45px;
}

.type_a .warm .list_button_right02 {
border : solid 1px #ad7300;
}


.type_a .black .three_dimensional .list_button_right02,
.type_a .white .three_dimensional .list_button_right02 {
border : solid 1px #ffffff;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),color-stop(0.40,#e8e8e8),color-stop(0.60,#b8b8b8),color-stop(1,#b8b8b8));
background-image : linear-gradient(-90deg,#e8e8e8) 0%,#e8e8e8 40%,#b8b8b8 60%,#b8b8b8 100%);
}

.type_b .black .three_dimensional .list_button_right02,
.type_b .white .three_dimensional .list_button_right02 {
border-top : solid 2px #ffffff;
border-bottom : solid 2px #ffffff;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),color-stop(0.40,#e8e8e8),color-stop(0.60,#b8b8b8),color-stop(1,#b8b8b8));
background-image : linear-gradient(-90deg,#e8e8e8) 0%,#e8e8e8 40%,#b8b8b8 60%,#b8b8b8 100%);
}

.type_a .warm .three_dimensional .list_button_right02 {
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#ecd7ba),color-stop(0.40,#ecd7ba),color-stop(0.60,#f0951d),color-stop(1,#f0951d));
background-image : linear-gradient(-90deg,#ecd7ba) 0%,#ecd7ba 40%,#f0951d 60%,#f0951d 100%);
}

.type_b .warm .three_dimensional .list_button_right02 {
border-top : solid 2px #ad7300;
border-bottom : solid 2px #ad7300;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#ecd7ba),color-stop(0.40,#ecd7ba),color-stop(0.60,#f0951d),color-stop(1,#f0951d));
background-image : linear-gradient(-90deg,#ecd7ba) 0%,#ecd7ba 40%,#f0951d 

60%,#f0951d 100%);
}

.type_a .black .flat .list_button_right02 {
background:#ffffff;
border : solid 1px #000000;
}

.type_b .black .flat .list_button_right02 {
background: #0f0800;
border-top : solid 2px #ffffff;
border-bottom : solid 2px #ffffff;
}

.type_a .white .flat .list_button_right02 {
border : solid 1px #666666;
background:#999999;
}

.type_b .white .flat .list_button_right02 {
background:#ffffff;
border-top: solid 2px #22140f;
border-bottom: solid 2px #22140f;
}

.type_a .warm .flat .list_button_right02 {
background:#ECD7BA;
border : solid 1px #814102;
}

.type_b .warm .flat .list_button_right02 {
background:#ECD7BA;
border-top : solid 2px #ad7300;
border-bottom : solid 2px #ad7300;
}

.list_button_right02 a {
font-size : 15px;
font-weight : bold;
text-decoration : none;
display : block;
height: 35px;
width: 45px;
}

.type_b .list_button_right02 a {
font-size : 15px;
font-weight : bold;
text-decoration : none;
display : block;
height: 35px;
width: 45px;
}

.list_button_right02 a:not(.noListLink):after{
content : "";
position : absolute;
top : 50%;
right : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
-webkit-transform : rotate(45deg);
}

.type_b .black .list_button_right02 a:not(.noListLink):after,
.type_a .white .flat .list_button_right02 a:not(.noListLink):after{
border-top : solid 2px #ffffff; /*右端　&gt;　の色*/
border-right : solid 2px #ffffff; /*右端　&gt;　の色*/
}

.type_a .black .list_button_right02 a:not(.noListLink):after,
.type_b .white .list_button_right02 a:not(.noListLink):after,
.type_a .black .three_dimensional .list_button_right02 a:not

(.noListLink):after,
.type_a .white .three_dimensional .list_button_right02 a:not

(.noListLink):after,
.type_b .black .three_dimensional .list_button_right02 a:not

(.noListLink):after{
border-top : solid 2px #000000; /*右端　&gt;　の色*/
border-right : solid 2px #000000; /*右端　&gt;　の色*/
}

.warm .list_button_right02 a:not(.noListLink):after{
	border-top : solid 2px #814102; /*右端　&gt;　の色*/
	border-right : solid 2px #814102; /*右端　&gt;　の色*/
}


/* ■■■■　ボタン（左）　■■■■ */
.type_a .list_button_left02 {
position : relative;
line-height : 35px;
width : 45px;
float : left;
text-align : right;
border-top-left-radius : 17px;
border-bottom-left-radius : 17px;
}

.type_b .list_button_left02 {
position : relative;
line-height : 35px;
margin-left : 0;
width : 45px;
height : auto;
text-align : right;
float: left;
margin-left: -100%;
}


.type_a .warm .list_button_left02 {
border : solid 1px #ad7300;
}


.type_a .black .three_dimensional .list_button_left02,
.type_a .white .three_dimensional .list_button_left02 {
border : solid 1px #ffffff;
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),color-stop(0.40,#e8e8e8),color-stop(0.60,#b8b8b8),color-stop(1,#b8b8b8));
background-image : linear-gradient(-90deg,#e8e8e8) 0%,#e8e8e8 40%,#b8b8b8 60%,#b8b8b8 100%);
height: 35px;
width: 45px;
}

.type_b .black .three_dimensional .list_button_left02,
.type_b .white .three_dimensional .list_button_left02 {
border-top : solid 2px #ffffff;
border-bottom : solid 2px #ffffff;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),color-stop(0.40,#e8e8e8),color-stop(0.60,#b8b8b8),color-stop(1,#b8b8b8));
background-image : linear-gradient(-90deg,#e8e8e8) 0%,#e8e8e8 40%,#b8b8b8 60%,#b8b8b8 100%);
}


.type_a .warm .three_dimensional .list_button_left02 {
box-shadow : 1px 1px 2px 1px #aaaaaa;
-webkit-box-shadow : 1px 1px 2px 1px #aaaaaa;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#ecd7ba),color-stop(0.40,#ecd7ba),color-stop(0.60,#f0951d),color-stop(1,#f0951d));
background-image : linear-gradient(-90deg,#ecd7ba) 0%,#ecd7ba 40%,#f0951d 60%,#f0951d 100%);
height: 35px;
width: 45px;
}

.type_b .warm .three_dimensional .list_button_left02 {
border-top : solid 2px #ad7300;
border-bottom : solid 2px #ad7300;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#ecd7ba),color-stop(0.40,#ecd7ba),color-stop(0.60,#f0951d),color-stop(1,#f0951d));
background-image : linear-gradient(-90deg,#ecd7ba) 0%,#ecd7ba 40%,#f0951d 60%,#f0951d 100%);
}


.type_a .black .flat .list_button_left02 {
background:#ffffff;
border : solid 1px #000000;
}

.type_b .black .flat .list_button_left02 {
background: #0f0800;
border-top : solid 2px #ffffff;
border-bottom : solid 2px #ffffff;
}

.type_a .white .flat .list_button_left02 {
border : solid 1px #666666;
background:#999999;
}

.type_b .white .flat .list_button_left02 {
background:#ffffff;
border-top: solid 2px #22140f;
border-bottom: solid 2px #22140f;
}

.type_a .warm .flat .list_button_left02 {
background:#ECD7BA;
border : solid 1px #814102;
}

.type_b .warm .flat .list_button_left02 {
background:#ECD7BA;
border-top : solid 2px #ad7300;
border-bottom : solid 2px #ad7300;
}

.list_button_left02 a {
font-size : 15px;
font-weight : bold;
text-decoration : none;
display : block;
height: 35px;
width: 45px;
}

.list_button_left02 a:not(.noListLink):after{
content:"";
position:absolute;
top : 50%;
left : 50%;
display:block;
width : 6px;
height : 6px;
margin-top : -4px;
-webkit-transform : rotate(225deg);
}

.type_b .black .list_button_left02 a:not(.noListLink):after,
.type_a .white .flat .list_button_left02 a:not(.noListLink):after{
	border-top : solid 2px #ffffff; /*右端　&gt;　の色*/
	border-right : solid 2px #ffffff; /*右端　&gt;　の色*/
}

.type_a .black .list_button_left02 a:not(.noListLink):after,
.type_b .white .list_button_left02 a:not(.noListLink):after,
.type_a .black .three_dimensinal .list_button_left02 a:not(.noListLink):after,
.type_a .white .three_dimensional .list_button_left02 a:not

(.noListLink):after,
.type_b .black .three_dimensional .list_button_left02 a:not

(.noListLink):after{
	border-top : solid 2px #000000; /*左端　&gt;　の色*/
	border-right : solid 2px #000000; /*左端　&gt;　の色*/
}

.warm .list_button_left02 a:not(.noListLink):after{
	border-top : solid 2px #814102; /*左端　&gt;　の色*/
	border-right : solid 2px #814102; /*左端　&gt;　の色*/
}

/* ■■■■　その他　■■■■ */
.type_b .c {
margin-top: 10px;
}

/* リンクを無効にする */
a.no-links {
pointer-events: none;
cursor: default;
text-decoration:none;
}

.black .three_dimensional a.no-links,
.white .three_dimensional a.no-links {
pointer-events: none;
cursor: default;
text-decoration:none;
color:#ffffff;
}

.black .flat a.no-links,
.white .flat a.no-links {
color:#cccccc;
}

.warm a.no-links{
color:#cf9e70;
}

/* clearfix */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.type_a  .clearfix { display: inline-table; } 
.type_b  .clearfix { display: block; } 

.cb{clear:both;}
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
/* End hide from IE-mac */ </pre></body></html>