@charset "euc-jp";
@import url(reset.css);
/*共通*/
body {
  background: url(../../../img/bg.jpg);
  font: 14px/1.231 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica', 'sans-serif';
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  color: #333;
}
#layout {
  max-width: 765px;
  margin: 0 auto;
}
/* =========================================================
header
========================================================= */
#head-top {
  background: #fff;
}
#head-top p {
  width: 30%;
  padding: 10px 5px 8px 10px;
  float: left;
}
#head-top p img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
#head-top #menubtn {
  width: 9%;
  float: right;
  text-align: right;
  padding: 0 0 0 0;
}
#head-top #menubtn img {
  width: 100%;
  height: auto;
}
#head-top aside {
  width: 60%;
  float: left;
}
#head-top aside ul li {
  width: 40%;
  list-style: none;
  float: left;
  padding: 4% 0 0 5px;
}
#head-top aside ul li:last-child {
  padding: 2% 0 0 0;
}
#head-top aside ul li img {
  width: 90%;
  height: auto;
}
#head-top aside ul li:last-child img {
  width: 63%;
  height: auto;
}
header h1 img {
  width: 100%;
  height: auto;
}
header h2 {
  display: none;
}
/* =========================================================
news
========================================================= */
section#news {
  background: #fff;
  border-bottom: 1px dashed #ccc;
}
section#news .inner {
  width: 90%;
  position: relative;
  margin: -20px auto 0;
  padding: 0 0 1% 0;
  color: #fff;
}
section#news .inner h3 {
  width: 80px;
  padding: 3px 0;
  margin: 0 0 1% 0;
  background: #0fa14f;
  text-align: center;
}
section#news .inner ul.marquee {
  width: auto;
  height: 27px;
}
section#news .inner h3, section#news .inner p {
  font-size: 100%;
}
section#news .inner ul li {
  list-style: none;
}
/* =========================================================
.topindex
========================================================= */
.topindex {
  width: 95%;
  margin: 0 auto 5%;
  text-align: center;
  display: flex;
  /*  justify-content: space-around;*/
  flex-wrap: wrap;
}
.topindex article {
  width: 48%;
  margin: 0 3.5% 4% 0;
}
.topindex article:nth-of-type(2n) {
  margin: 0 0 4% 0;
}
.topindex article .photo-thumb {
  position: relative;
  margin: 0 0 4% 0;
  background: #fff;
}
.topindex article .photo-thumb img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.topindex article h4 {
  padding: 0 0 10px 0;
  text-align: left;
}
.topindex article h4 a {
  color: #2585c7;
  font-size: 90%;
}
.topindex article h4.pt a {
  color: #0fa14f;
  font-size: 90%;
}
.topindex article p {
  font-size: 100%;
  line-height: 1.4em;
  text-align: left;
}
.topindex article span.spot {
  width: 50%;
  padding: 1% 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #fff;
  background: #2585c7;
  text-align: center;
  font-size: 80%;
}
.topindex article span.date {
  width: 40%;
  padding: 1% 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #fff;
  background: #0fa14f;
  text-align: center;
  font-size: 80%;
}
.topindex article em {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
  font-style: normal;
}
/* ///////////////////////////////////////////////////////////////////
sbpost
/////////////////////////////////////////////////////////////////// */
article ul.sbpost {
  width: 270px;
  clear: both;
  padding: 10px 0 0 0;
  text-align: center;
  margin: 0 auto 20px;
}
article ul.sbpost li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}
article ul.sbpost li.fb {
  position: relative;
  margin-top: -4px;
}
article ul.sbpost li.line {
  margin-right: 0px;
}
article ul.sbpost li.line img {
  width: 80px;
  height: auto;
}
div.copy-s {
  margin: 0 0 5% 0;
  text-align: center;
}
/* ///////////////////////////////////////////////////////////////////
aside#logo
/////////////////////////////////////////////////////////////////// */
aside#logo {
  clear: both;
  position: relative;
  width: 90%;
  padding: 5% 0 7% 0;
  margin: 0 auto 0;
  text-align: center;
}
aside#logo ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
aside#logo ul li {
  width: 47%;
  list-style: none;
  text-align: center;
}
aside#logo ul li img {
  width: 100%;
  height: auto;
}
/* ///////////////////////////////////////////////////////////////////
footer
/////////////////////////////////////////////////////////////////// */
#footer-top {
  position: relative;
  margin: -15px 0 0 0;
}
#footer-top img {
  width: 100%;
  height: auto;
}
footer {
  clear: both;
  position: relative;
  margin: -5px 0 0 0;
  padding: 5% 0 5%;
  text-align: center;
  background: url(../../img/footer_bg.png);
}
footer ul.sb {
  width: 15%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer ul.sb li {
  list-style: none;
  text-aling: center;
}
footer ul.sb li img {
  width: 25px;
  height: auto;
}
footer ul.sb li.fb img {
  width: 15px;
  height: auto;
}
footer p#copy {
  padding: 10px 0 0 10px;
  font-size: 70%;
  color: #fff;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* ----------------------------------------

textdecorations CSS テキスト装飾用CSS

 ----------------------------------------*/
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}
/*TOP*/
/* =========================================================
kinkatsu
========================================================= */
#kinkatsu {
  padding: 5% 0 0 0;
  text-align: center;
}
#kinkatsu p {
  margin: 0 auto 3%;
  text-align: left;
  font-size: 90%;
  line-height: 1.6em;
}
#kinkatsu p a {
  color: #149d68;
  text-decoration: underline;
}
#kinkatsu dl dt img {
  width: 70%;
  height: auto;
  margin: 0 0 10px 0;
}
#kinkatsu dl dd {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
#kinkatsu dl dd img {
  width: 92%;
  height: auto;
  margin: 0 7px 0 0;
}
#kinkatsu dl dd img:last-child {
  margin: 0 0 0 0;
}
#kinkatsu .bnr {
  padding: 15px 0 15px 0;
  text-align: center;
}
.bnr img {
  width: 95%;
  height: auto;
}
/* =========================================================
point
========================================================= */
section#point {
  padding: 0 0 2% 0;
  text-align: center;
  position: relative;
}
section#point h3 {
  padding: 0 0 20px 0;
}
section#point p {
  padding: 0 0 20px 0;
}
section#point img {
  width: 100%;
  height: auto;
}
section#point .lead {
  width: 95%;
  margin: 0 auto 4%;
  text-align: left;
  font-size: 90%;
  line-height: 1.6em;
}
section#point .lead img {
  clear: both;
  display: block;
  float: none;
  width: 70%;
  height: auto;
  margin: 0 auto 4%;
}
section#point .inner {
  width: 95%;
  margin: 0 auto 5%;
  display: flex;
  align-items: top;
  /*  justify-content: space-around;*/
  flex-wrap: wrap;
}
section#point article {
  width: 48.5%;
  margin: 0 3% 0 0;
}
section#point article:nth-of-type(2n) {
  margin: 0 0 0 0;
}
section#point article .photo {
  position: relative;
  margin: 0 0 1% 0;
}
section#point article .photo img {
  width: 100%;
  height: auto;
}
section#point article h4 {
  padding: 0 0 10px 0;
  text-align: left;
}
section#point article h4 a {
  font-weight: bold;
  color: #0fa14f;
  font-size: 100%;
}
section#point article p {
  font-size: 90%;
  text-align: left;
  line-height: 1.5em;
}
section#point article span.date {
  width: 40%;
  padding: 1% 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #fff;
  background: #0fa14f;
  text-align: center;
  font-size: 80%;
}
p.more a {
  display: block;
  width: 50%;
  padding: 2% 0;
  margin: 0 auto 0;
  background: url(../../../img/arrow1.png) no-repeat #fff 97% 50%;
  border: 2px solid #000;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  color: #000;
}
p.more a:hover {
  background: url(../../../img/arrow1.png) no-repeat #eee 97% 50%;
  color: #000;
  text-decoration: none;
}
.morelink {
  display: block;
  width: 200px;
  padding: 2%;
  margin: 0 auto 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 110%;
}
.morelink:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
}
/* =========================================================
event
========================================================= */
section#event {
  padding: 0 0 0 0;
}
section#event h3 {
  padding: 0 0 6% 0;
  text-align: center;
}
section#event h3 img {
  width: 100%;
  height: auto;
}
section#event dl {
  clear: both;
  position: relative;
  padding: 20px;
  margin: 0 0 40px 0;
  background: #fff;
  border: 1px solid #ccc;
}
section#event dl .day {
  display: block;
  position: absolute;
  top: -30px;
  left: 5px;
}
section#event dl .day img {
  width: 38%;
  height: auto;
}
section#event dl dt {
  padding: 0 0 2% 0;
  font-size: 130%;
  font-weight: 600;
  line-height: 1.3em;
  color: #000;
}
section#event dl dt img {
  width: 100%;
  height: auto;
}
section#event dl dt span {
  font-size: 80%;
  color: #0fa14f;
  font-weight: normal;
}
section#event dl dd {
  padding: 3% 0 0 0;
  font-size: 100%;
  line-height: 1.6em;
}
section#event dl dd span {
  font-size: 100%;
  color: #0fa14f;
}
section#event dl dd h4 {
  padding: 1% 0 2% 0;
  font-size: 130%;
  font-weight: 600;
  line-height: 1.3em;
  color: #000;
}
section#event dl dd strong {
  color: #cc0000;
}
section#event dl dd p {
  padding: 20px 0 0 0;
  text-align: center;
}
section#event dl dd p.txt {
  text-align: left;
}
section#event dl dd p img {
  width: 90%;
  height: auto;
}
section#event dl dd ul {
  margin: 20px 0 0 0;
  display: flex;
  align-items: top;
  /*justify-content: center;*/
  flex-wrap: wrap;
}
section#event dl dd li {
  width: 25%;
  margin: 0 0 15px 0;
  color: #3c8aa4;
  font-weight: bold;
  text-align: center;
  font-size: 80%;
  line-height: 1.2em;
  list-style: none;
}
@media screen and (max-width:414px) {
  section#event dl dd li {
    width: 50%;
  }
}
section#event dl dd li em {
  font-size: 85%;
  font-style: normal;
}
section#event dl dd li img {
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
/*ホリスペ 8/12*/
section#event dl.hol1{
	margin: 0;
	border-bottom: none;
}
section#event dl.hol1 dt {
  margin: 20px 0 0 0;
}
/*ホリスペ 7/15*/
section#event dl.hol2 {
  margin: 0 0 0 0;
  padding: 40px 20px 0 20px;
  border-bottom: none;
}
/*ホリスペ メッセージテーマ*/
section#event .hol3 {
  clear: both;
  width: auto;
  padding: 6% 5% 6% 5%;
  margin: 0 0 40px 0;
  background: #fff;
  border-top: 1px dashed #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float: right;
  text-align: left;
}
section#event .hol3 h4 {
  margin: 0 auto;
  padding: 0 0 10px 0;
  font-size: 120%;
  font-weight: 600;
  line-height: 1.3em;
  color: #000;
}
section#event .hol3 p {
  margin: 0 auto 2%;
  font-size: 100%;
  line-height: 1.6em;
}
section#event .hol3 span {
	display: block;
	padding: 0 0 2% 0;
  color: #cc0000;
}
section#event .hol3 strong{
	padding: 2% 0 0 0;
	font-weight: bold;
	display: block;
}

section#event .hol3 .morebtn a {
  clear: both;
  display: block;
  width: 90%;
  padding: 3% 0;
  margin: 3% auto 0;
  background: url(../../../img/arrow1.png) no-repeat #f8fcd5 97% 50%;
  border: 2px solid #000;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  color: #000;
}
section#event .hol3 .morebtn a.product {
  background: url(../../../img/arrow1.png) no-repeat #fff 97% 50%;
  font-size: 90%;
}
/* =========================================================
sapa
========================================================= */
section#sapa {
  padding: 0 0 5% 0;
  text-align: center;
}
section#sapa h3 {
  text-align: center;
}
section#sapa h3.map-tt {
  padding: 0 0 0 0;
}
section#sapa h3.map-tt img {
  width: 100%;
  height: auto;
}
section#sapa h3.bn {
  padding: 4% 0 6%;
  margin: 0 3%;
  background: none;
  border-top: 2px dashed #000;
  font-size: 130%;
  font-weight: bold;
  color: #000;
}
section#sapa h3.bn span {
  font-size: 70%;
  font-weight: normal;
}
section#sapa .inner {
  margin: 0 auto;
}
section#sapa .map {
  padding: 0 0 2% 0;
}
section#sapa .map img {
  width: 95%;
  height: auto;
}
section#sapa .bnr {
  margin: 5% 0 7% 0;
}
section#sapa .bnr img {
  width: 95%;
  height: auto;
}
/* =========================================================
section#ranking
========================================================= */
section#ranking {
  width: 95%;
  margin: 0 auto;
  padding: 5% 0 0 0;
  text-align: center;
}
section#ranking h3 {
  padding: 0 0 5% 0;
  position: relative;
}
section#ranking h3 img {
  width: 100%;
  height: auto;
}
section#ranking .inner {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section#ranking dl {
  width: 100%;
  padding: 5% 0;
  margin: 0 0 5% 0;
  background: #fff;
  border: 1px solid #ccc;
}
section#ranking dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5% 0;
  margin: 0 5% 0 5%;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  background: url(../../../img/line_bg.png) bottom repeat-x;
}
section#ranking .more a {
  padding: 2px 20px;
  border: 1px solid #000;
  font-size: 70%;
  text-align: center;
  text-decoration: none;
}
section#ranking dl dd {
  position: relative;
  clear: both;
  padding: 20px 20px 20px;
  border-bottom: 1px dashed #ccc;
  text-align: left;
  font-size: 120%;
}
section#ranking dd:nth-of-type(3) {
  padding: 20px 20px 0;
  border-bottom: none;
}
section#ranking span.spot a {
  display: block;
  padding: 0 0 10px 0;
  color: #3c8aa4;
  font-weight: bold;
  font-size: 90%;
}
section#ranking dd img {
  width: 120px;
  height: auto;
  margin: 0 10px 0 0;
  float: left;
  z-index: 1;
  border: 1px solid #ccc;
}
section#ranking dd a:hover img {
  opacity: 0.7;
}
section#ranking dd .num {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 39px;
  text-indent: -9999px;
  z-index: 2;
}
section#ranking dd:nth-of-type(1) .num {
  background: url(../../../img/no1.png) no-repeat;
}
section#ranking dd:nth-of-type(2) .num {
  background: url(../../../img/no2.png) no-repeat;
}
section#ranking dd:nth-of-type(3) .num {
  background: url(../../../img/no3.png) no-repeat;
}
/* =========================================================
section#beach
========================================================= */
section#beach {
  width: 95%;
  margin: 0 auto 7%;
  padding: 2% 0;
  background: #e5f9ff;
  border: 2px solid #334671;
}
section#beach h3 {
  padding: 5% 0 7% 0;
  text-align: center;
}
section#beach h3 img {
  width: 95%;
  height: auto;
}
section#beach .txt {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 5% 0;
  font-size: 100%;
  line-height: 1.4em;
}
section#beach .topindex {
  width: 80%;
  margin: 0 auto;
  align-items: top;
  flex-wrap: wrap;
}
section#beach .topindex article {
  width: 90%;
  margin: 0 auto 10%;
}
section#beach .topindex article h4 {
  padding: 0 0 1% 0;
  text-align: left;
  font-weight: bold;
  color: #2585c7;
  font-size: 110%;
}
section#beach .topindex article p {
  padding: 0;
  font-size: 90%;
  line-height: 1.4em;
}
section#beach span {
  font-size: 85%;
}
section#beach dl {
  text-align: left;
}
section#beach dl dt {
  font-weight: bold;
  font-size: 110%;
  text-align: left;
}
section#beach dl dd {
  margin: 4% 0 0 0;
  padding: 4%;
  border: 1px dotted #2585c7;
}
section#beach dl .detailtext {
  display: none;
  font-size: 90%;
  line-height: 1.4em;
}
section#beach .detailtext img {
  width: 100%;
  height: auto;
  margin: 0 0 2% 0;
}
section#beach .cornerdetail {
  display: block;
  width: 40%;
  padding: 1px;
  margin: 4% auto 0;
  border: 1px solid #2585c7;
  color: #2585c7;
  font-size: 90%;
  font-weight: normal;
  text-align: center;
}
section#beach h5 {
  width: auto;
  display: block;
  margin: 0 0 5% 0;
  padding: 0 0 3% 0;
  font-size: 120%;
  border-bottom: 2px solid #2585c7;
  color: #2585c7;
  font-weight: bold;
}
section#beach strong {
  display: block;
  padding: 4% 0 4% 0;
  font-weight: bold;
  font-size: 120%;
}
section#beach em {
  padding: 0 0 2% 0;
  font-weight: bold;
  font-size: 120%;
  font-style: normal;
}
section#beach span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 110%;
}
section#beach em.tt {
  padding: 0 0 0 0;
}
section#beach span.tt {
  padding: 0 0 2% 0;
  font-size: 90%;
  font-style: normal;
  font-weight: normal;
}
section#beach .close {
  display: block;
  width: 30%;
  margin: 2% auto 0;
  background: #2585c7;
  border: 1px solid #2585c7;
  color: #fff;
  font-size: 80%;
  cursor: pointer;
  text-align: center;
}
/* =========================================================
product
========================================================= */
#product {
  padding: 0 0 5% 0;
  text-align: center;
}
#product h3 {
  padding: 0 0 5% 0;
}
#product h3 img {
  width: 100%;
  height: auto;
}
#product .bnr {
  padding: 0 0 0 2%;
  text-align: center;
}
#product .bnr:first-of-type {
  margin-bottom: 3%;
}
#product .bnr img {
  width: 95%;
  height: auto;
}
p#back {
  clear: both;
  padding: 20px 10px 30px 0;
  text-align: center;
}
p#back img {
  width: 70px;
  height: auto;
}
/*subpage*/
/*blog*/
#blog {
  width: 95%;
  margin: 0 auto;
}
#blog .inner {
  width: auto;
  margin: 0 auto 0;
  padding: 2% 0 7%;
  background: #fff;
  border: 1px solid #ccc;
}
#blog h3 {
  padding: 5% 0 5% 0;
  text-align: center;
}
#blog h3 img {
  width: 100%;
  height: auto;
}
#blog h3.mn {
  background: url(../../img/tt_bg6.png) repeat-x center;
}
#blog p.more a {
  margin: 0 auto;
}
#blog .topindex {
  width: 95%;
  margin: 0 auto 0;
  justify-content: space-between;
}
#blog .topindex article {
  width: 48%;
  margin: 0 0 5% 0;
}
#blog .topindex article h4 {
  padding: 3% 0 3% 0;
  text-align: left;
}
#blog .topindex article p {
  font-size: 90%;
  line-height: 1.4em;
  text-align: left;
}
/* =========================================================
item
========================================================= */
section#item {
  width: auto;
  padding: 0;
}
section#item h3 {
  padding: 0 0 5% 0;
}
section#item .inner {
  margin: 0 auto;
  text-align: center;
}
section#item article {
  vertical-align: top;
  padding: 0;
}
section#item article:nth-of-type(4) {
  padding: 0 0 50px 0;
}
section#item article.list {
  padding: 0 0 50px 0;
}
section#item article.list2 {
  padding: 0 0 4% 0;
  margin: 0 0 2% 0;
  border-bottom: 4px double #999;
}
section#item article.list2:last-of-type {
  padding: 0 0 2% 0;
  border-bottom: none;
}
section#item strong.tt {
  width: 90%;
  padding: 2% 0 2% 0;
  margin: 0 auto 1%;
  display: block;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 2px dashed #000;
}
section#item article h4 {
  width: 90%;
  margin: 0 auto;
  padding: 4% 5px 2% 5px;
  border-bottom: 2px dashed #000;
  text-align: left;
}
section#item article h4 a {
  font-weight: bold;
  font-size: 120%;
}
section#item article h4.mn {
  padding: 15px 0 2% 20px;
  margin: 2% 0 2% 0;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
  border: none;
  background: url(../../../img/circle.png) no-repeat 0 13px;
}
section#item article h4.mn a {
  color: #000;
}
section#item article span.spot {
  display: block;
  position: relative;
  width: 150px;
  padding: 2px 0;
  margin: 1% 0 0 0;
  color: #fff;
  background: #2585c7;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
}
section#item article span.spot em {
  padding: 5px 15px;
  font-style: normal;
}
section#item article .body {
  padding: 2% 5% 1% 5%;
  background: #fff;
  text-align: left;
  font-size: 100%;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
}
section#item article .txt {
  width: 100%;
  margin: 0 0 5% 0;
  order: 1;
}
section#item article .photo, article .rightbox, article .leftbox {
  width: 100%;
  margin: 0;
  text-align: center;
  order: 2;
}
section#item article .photo {
  margin: 2% 0 0 0;
}
article .leftbox {
  display: none;
}
section#item article .photo img, article .rightbox img {
  width: 70%;
  height: auto;
  border: 1px solid #ccc;
}
section#item img {
  padding: 8px;
  border: 1px solid #ccc;
}
section#item article p {
  padding: 10px 50px 0 50px;
  color: #000;
  text-align: right;
}
section#item article strong {
  clear: both;
  display: block;
  padding: 0 0 2% 0;
  color: #cc0000;
  font-size: 110%;
}
section#item article .yen {
  padding: 5px 0 0 0px;
  font-weight: bold;
}
section#item article .url {
  padding: 2% 0 0 0;
}
section#item article.url a {
  text-decoration: underline;
}
section#item article .url span {
  margin: 0 10px 0 0;
  padding: 0px 5px;
  background: #333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-size: 90%;
}
section#item p.more {
  clear: both;
  padding: 20px 0 0 0;
  text-align: center;
}
/* =========================================================
menu-co
========================================================= */
section#menu-co {
  clear: both;
  width: auto;
  margin: 5% auto 0;
}
section#menu-co h3.bn {
  padding: 6% 0 6%;
  margin: 0 3%;
  background: none;
  border-top: 1px solid #000;
  font-size: 130%;
  font-weight: bold;
  color: #000;
}
section#menu-co h3.bn span {
  font-size: 70%;
  font-weight: normal;
}
section#menu-co h4 {
  padding: 10px 0 20px 0;
  text-align: center;
}
section#menu-co ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: top;
  flex-wrap: wrap;
}
section#menu-co ul li {
  width: 100%;
  list-style: none;
  padding: 2% 2% 2% 3%;
  border-bottom: 1px dashed #ccc;
  color: #09C;
  line-height: 1.6em;
  background: url(../../../img/blog_icon.png) no-repeat 0 17px;
  text-align: left;
}
section#menu-co ul li br {
  display: none;
}
section#menu-co ul li a {
  font-size: 90%;
}
section#menu-co a.morelink {
  width: 150px;
  display: block;
  margin: 15px auto 0;
  padding: 3px 0;
  border: 1px solid #29a7c8;
  border-radius: 5px;
  color: #fff;
  background: #29a7c8;
  text-align: center;
}
/* =========================================================
.pageswitch
========================================================= */
.pageswitch {
  clear: both;
  width: 300px;
  text-align: center;
  color: #333;
  margin: 20px auto 10px;
}
.pageswitch a {
  background-color: #eee;
  back border: 1px solid #333;
  color: #333;
  padding: 3px 5px;
  margin: 3px;
  text-decoration: none;
}
.pageswitch strong {
  background-color: #eee;
  border: 1px solid #333;
  color: #333;
  padding: 3px 5px;
  margin: 3px;
}
