/*
Theme Name: KajimotoKougei
Author: R.1000Leaf
Text Domain: KajimotoKougei
*/

@import url("common/css/base.css");
@import url("common/css/pc.css");
@import url("common/css/sp.css");
/* @import url("common/css/print.css") print; */


/* mainmenu */
header #menu ul li a{ background-repeat:no-repeat; background-position:top center; }
header #menu ul li:nth-child(1) a{ background-image:url(images/menu01.png); }
header #menu ul li:nth-child(2) a{ background-image:url(images/menu02.png); }
header #menu ul li:nth-child(3) a{ background-image:url(images/menu03.png); }
header #menu ul li:nth-child(4) a{ background-image:url(images/menu04.png); }
header #menu ul li:nth-child(5) a{ background-image:url(images/menu05.png); }
header #menu ul li:nth-child(6) a{ background-image:url(images/menu06.png); }
header #menu ul li:nth-child(7) a{ background-image:url(images/menu07.png); }

/* footer */
footer #contact div.contents{
}


/* tp */
#tp li:before{ content:"＞ "; }
#tp li:first-child:before{ content:""; }

/* pager */
.paging{ text-align:center; margin:15px 0; }
.paging a,
.paging span{
  display:inline-block;
  width:20px; height:20px;
  padding:3px; margin-right:2px;
  text-align:center;
  line-height:20px;
  color:#ed6d00;
}
.paging .pagelink{ border:1px solid #ed6d00; border-radius:2px; }
.paging .pagelink_pn{ }
.paging .pagelink.current{ background:#ed6d00; color:#FFF; }
.paging .disabled{ color:#999; cursor:default; }
.paging .disabled:hover{ text-decoration:none; }



