@charset "utf-8";

#container,
#header,
#footer,
#wrapper {
width: 1150px;
min-width: 850px;
}

#header {
margin-bottom: 20px;
}

#nav {
width: 300px;
float: left;
}

#contents {
width: 850px;
margin-left: 300px;
margin-bottom: 30px;
}

#footer {
clear: left;

}

#sp-fixed-menu  {
display: none;

}

table.list {
width: 600px;

}

#mobile_info {
display: none;

}


#pc_info {
width: 600px;
margin-left: 0px;
}

#pc_info2 {
margin-left: 100px;

}


td.list_info {
margin: 6px 0px;
line-height: 1.8;

}


td.list {
height: 26px;
font-size: 16px;

}


td.list2 {
height: 26px;
font-size: 16px;
background : #ccffff;

}

span.map_info{
font-size: 10px;
text-align: center;
border: 1px solid ;
border-radius: 4px;
padding: 2px 6px;

}


ul.list {
width: 600px;
height: auto;
font-size: 16px;
margin: 5;
margin-left: 120px;
padding: 0;
list-style: none;
background : #ccffff;

}


ul.list2 {
width: 600px;
height: auto;
font-size: 16px;
margin: 5;
margin-left: 120px;
padding: 0;
list-style: none;
background : #f0ffff;

}

li.list {
margin: 5px 0;
padding: 0;
vertical-align: left;
}

li.list2 {
margin: 5px 0;
padding: 0;
vertical-align: left;
}


h1 {
	font-size: 18px;
	font-weight: normal;
	display: inline;
	white-space: nowrap;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	display: inline;
	white-space: nowrap;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	display: inline;
	white-space: nowrap;
}

h4 {
	font-size: 17px;
	font-weight: normal;
}


.pagination {
  display: flex;
  justify-content: center;
  margin: 15px;
}

.page_feed {
  width: 30px;
  margin: 0 10px;
  padding: 5px 10px;
  text-align: center;
  background: #b8b8b8;
  color: black;
}

.first_last_page {
  width: 30px;
  margin: 0 10px;
  padding: 5px 10px;
  text-align: center;
  background: #f0f0f0;
  color: black;
}

.page_number {
  width: 30px;
  margin: 0 10px;
  padding: 5px;
  text-align: center;
  background: #b8b8b8;
  color: black;
}

.now_page_number {
  width: 30px;
  margin: 0 10px;
  padding: 5px;
  text-align: center;
  background: #f0f0f0;
  color: black;
  font-weight: bold;
}


/* 以下はmenu */

.menu {
    max-width: 300px;
}

.menu a {
    display: block;
    padding: 15px;
    color: #000;
}

.menu input {
    display: none; /*チェックボックスを隠す*/
}

.menu label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color : #000000;
    background : #ccffcc;
    cursor :pointer;
    position: relative;
}

.menu label::after {
    background: #ccffdd;
    box-sizing: border-box;
    content: '＋';
    display: block;
    height: 46px;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

/*開いたときに表示される部分*/
.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01[type=checkbox]:checked ~ #links01 li,
#menu_bar02[type=checkbox]:checked ~ #links02 li,
#menu_bar03[type=checkbox]:checked ~ #links03 li,
#menu_bar04[type=checkbox]:checked ~ #links04 li,
#menu_bar05[type=checkbox]:checked ~ #links05 li,
#menu_bar06[type=checkbox]:checked ~ #links06 li,
#menu_bar07[type=checkbox]:checked ~ #links07 li,
#menu_bar08[type=checkbox]:checked ~ #links08 li,
#menu_bar09[type=checkbox]:checked ~ #links09 li,
#menu_bar10[type=checkbox]:checked ~ #links10 li,
#menu_bar11[type=checkbox]:checked ~ #links11 li,
#menu_bar12[type=checkbox]:checked ~ #links12 li,
#menu_bar13[type=checkbox]:checked ~ #links13 li,
#menu_bar14[type=checkbox]:checked ~ #links14 li{
    height: 60px;
    margin: 0 0 4px 0;
    opacity: 1;
    visibility: visible;
}

.menu:checked + label:after {
    content: "－";
}
