body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 15px;
  color: #444;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

div,article,section,header,footer,figure { margin: 0; padding: 0; }
ul, ol { margin-top: 0; }
p { line-height: 1.4em; }
img { border-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; }
a:link    { color: #b5db49; }
a:visited { color: #b5db49; }
a:hover   { color: #b5db49; text-decoration: underline; }
a:active  { color: #b5db49; }

a.TelLink {
  display: inline-block;
  pointer-events: none;
}

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrPc { display: none; }
.SmpNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header { width: 100%; }
#hd_body { width: 100%; }

h1#hd_slogan { display: none; }
ul#hd_menu { display: none; }

#hd_logo {
  position: relative;
  border-bottom: 1px #ccc dotted;
  width: 100%;
  height: 70px;
}
#hd_logo img {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: 150px;
  height: auto;
}

/* MAIN_MENU
--------------------------- */
#main_menu_area { display: none; }

#smp_menu_button {
  position: absolute;
  top: 5px;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  color: #888;
  cursor:pointer;
}

ul#smp_main_menu {
  z-index: 9999;
  display: none;
  position: absolute;
  top: 70px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #eee;
  font-size: 12px;
  list-style-type: none;
}
ul#smp_main_menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
}
ul#smp_main_menu a {
  display: block;
  margin: 0;
  padding-left: 35px;
  width: auto;
  height: 40px;
  background: url(/img/themes/momo01/sm-list-arrow.png) 15px center no-repeat;
  line-height: 40px;
  color: #444;
}
ul#smp_main_menu a:hover {
  background-color: #8fc900;
  color: #fff;
}

/* ///// CONTENT ////////////////////////////// */

/* MAIN_IMAGE
--------------------------- */
#main_image_area { width: 100%; }
#main_image { width: 100%; }
#main_image img { width: 100%; }
#second_main_image_area { display: none; }

/* パンくずリスト
--------------------------- */
#breadcrumbs {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  font-size: 13px;
}
#breadcrumbs a {
  color: green;
}

/* CONTENT BLOCK
--------------------------- */
section.ContentArea {
  padding: 30px 0 10px;
  width: 100%;
  overflow: hidden;
}
.ContentBody {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.ContentBody:after {
  clear: both;
  display: block;
  content: "";
}

/* MAIN_AREA
--------------------------- */
.MainArea {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

/* SIDE_AREA
--------------------------- */
.SideArea {
  padding-bottom: 10px;
  width: 100%;
  height: auto;
}

dl.SideMenu {
  display: block;
  margin: 0 0 20px;
  padding: 0px;
  width: 100%;
}
dl.SideMenu dt {
  display: block;
  margin: 0px;
  border-bottom: 3px orange double;
  padding: 13px 5px;
  width: auto;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: orange;
}

dl.SideMenu dl { margin: 0; padding: 0; }
dl.SideMenu dd { margin: 0; padding: 0; }
dl.SideMenu dd.SList {
  display: block;
  border-bottom: 1px #ccc dotted ;
}
dl.SideMenu a {
  display: block;
  padding: 10px 10px 10px 30px;
  width: auto;
  background: url(/img/themes/momo01/sm-list-arrow.png) 10px center no-repeat;
  color: #444;
}
dl.CategoryMenu { margin: 0; padding: 0; }
dl.CategoryMenu dt {
  border-bottom: 1px #ccc dotted ;
  padding: 10px 5px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: orange;
}
dl.CategoryMenu dd a {
  padding-left: 45px;
  background: url(/img/themes/momo01/sm-list-arrow.png) 25px center no-repeat;
}
a#sm_current,
dd.SmCurrent a { font-weight: bold; }

ul.SideBanner {
  display: block;
  margin: 0 auto;
  padding: 0px;
  width: 250px;
  list-style-type: none;
}
ul.SideBanner li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0px;
  text-align:center;
}
ul.SideBanner a {
  display: block;
  width: 100%;
}
ul.SideBanner img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

/* ///// FOOTER /////////////////////////////// */

#pagetop_area { display: none; }

footer {
  width: 100%;
  background-color: #ff8900;
  color: #fff;
}
#ft_body {
  padding-top: 20px;
  width: 100%;
  font-size: 13px;
}

/* FOOTER_MENU_AREA
--------------------------- */
.FooterBlock { width: 100%; }

#ft_address {
  border-bottom: 1px dotted #fff;
  text-align: center;
}
#ft_logo {
  margin-bottom: 10px;
  text-align: center;
}
#ft_logo img {
  width: 145px;
  height: auto;
}

ul.FooterMenu {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
ul.FooterMenu li {
  border-bottom: 1px dotted #fff;
  width: 100%;
}
ul.FooterMenu a {
  display: block;
  margin: 0;
  padding-left: 35px;
  width: auto;
  height: 40px;
  background: url(/img/themes/momo01/sm-list-arrow.png) 10px center no-repeat;
  line-height: 40px;
  color: #fff;
}
ul.FooterMenu a:hover {
  background-color: #047c00;
}

#ft_facebook {
  display: none;
  margin: 0 auto;
  padding: 10px 0;
  width: 300px;
  height: 215px;
  overflow: hidden;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  width: 100%;
  background-color: #ff8900;
}
#copyright p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}

/* ///// PAGE TOP ///////////////////////////// */
#pagetop_fixed {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.7);
}
#pagetop_fixed a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
}

