@import url("./template/responsive.banner/_banner.css");



html, body{
  background: url(images/top-back03.gif) !important;
}

main, .header, .footer, .content, .text{
 max-width: 900px !important;
 color : #5555cc !important;
}

.banner img{
 max-width: 900px !important;
}

.banner{
 background-color:#faeeff;
}

.Article, .Diary, .Goods{
 max-width: 900px !important;
}

#cms24-cat-top .cat-hdr{
 max-width: 840px !important;
 margin: 1rem 0 1rem 0;
 padding: 1rem;
 color: #555;
 font-weight: bold;
 font-size: 1.2rem;
}

#navi ul {
 float:left;
 width:100%;
 padding:0;
 margin:0;
 list-style-type:none;
 font-size: 16px;
 text-align: center;
 background-color:#faeeff;
 color: #000;
 line-height: 30px;
}

#navi a {
 float:left;
 width:150px;
 height:30px;
 text-decoration:none;
 color:#333;
 padding:3px 3px;
 border-radius: 16px;
}

#navi a:hover {
 background-color:#e5c9f2;
 color: #333;
}

#navi li {
 display:inline;
}

.copyright a{
  color: #555 !important;
}

.sp-table{
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-collapse : collapse;

  width : 100%;
}

.sp-table > * > tr > th{
  text-align : center;

  color : #777777;
  background-color : #eeeeee;
  text-align : center;
  border: 1px solid #babcbd;
}

.sp-table > tbody > tr > td{
  padding: 2px;

  color : #777;
  background-color : #fff;
  text-align : center;
  border: 1px solid #babcbd;
}


.content{
 clear: both;
 padding-top: 1rem;
}
.text{
  background-color: #ddecff
}

.footer{
 margin: 3rem 0 3rem 0;
 padding: 3rem 0 3rem 0;
}


.footer ul{
 float:left;
 width:100%;
 padding:0;
 margin:0;
 list-style-type:none;
 font-size: 16px;
 text-align: center;
 line-height: 30px;

 border-radius: 8px;
 background-color:#faeeff;
}

.footer #navi2 a{
 float:left;
 width:150px;
 height:30px;
 text-decoration:none;
 color:#333;
 padding:3px 3px;
}

.footer #navi2 a:hover{
 background-color:#e5c9f2;
 border-radius: 16px;
 color: #333;
}

.footer #navi2 li{
 display:inline;
}

.current-category-main{
}

.current-category{
 clear: both;
 text-align: left !important;
 max-width: 840px !important;
 margin: 1rem 15px 1rem 15px;
 padding: 1rem;
 color: #555;
 font-weight: bold;
 font-size: 1.2rem;
}