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,h1,h2,h3,h4,h5,h6,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: #32a983; }
a:visited { color: #32a983; }
a:hover   { color: #32a983; text-decoration: underline; }
a:active  { color: #32a983; }

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrPc { display: none; }
.SmpNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header { width: 100%; }
#header_body { width: 100%; }

#hd_logo {
  position: relative;
  border-bottom: 1px #ccc dotted;
  border-bottom: 1px dotted #444;
  width: 100%;
  height: 75px;
}
#hd_logo img {
  position: absolute;
  top: 5px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: 50px;
  height: auto;
}

ul#hd_menu { display: none; }

/* MAIN_MENU
--------------------------- */
#main_menu { display: none; }

#smp_menu_button {
  position: absolute;
  top: 10px;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  color: #888;
  cursor:pointer;
}

ul#smp_main_menu {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 75px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #eee;
  font-size: 12px;
  list-style-type: none;
}
#smp_main_menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
}
#smp_main_menu a {
  display: block;
  margin: 0;
  padding-left: 35px;
  width: auto;
  height: 40px;
  background: url(/img/themes/apm01/list-arrow.png) 15px center no-repeat;
  line-height: 40px;
  color: #444;
}
#smp_main_menu a:hover {
  background-color: #e6407e;
  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;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f5f5f5;
  font-size: 13px;
}

/* CONTENT BLOCK
--------------------------- */
.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 #339933 solid;
  padding: 13px 5px;
  width: auto;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #339933;
}

dl.SideMenu dl {
  margin: 0;
  padding: 0;
}
dl.SideMenu dd {
  margin: 0px;
  padding: 0px;
}
dl.SideMenu dd.SList {
  display: block;
  border-bottom: 1px #ccc dotted ;
}
dl.SideMenu a {
  display: block;
  padding: 10px 10px 10px 25px;
  width: auto;
  background: url(/img/themes/apm01/list-arrow.png) 15px center no-repeat;
  color: #444;
}
dl.CategoryMenu {
  margin: 0;
  padding: 0;
}
dl.CategoryMenu dt {
  border-bottom: 1px #ccc dotted ;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  color: #339933;
}
dl.CategoryMenu dd a {
  padding-left: 45px;
  background: url(/img/themes/apm01/list-arrow.png) 30px center no-repeat;
}
a#sm_current {
  font-weight: bold;
}
dd.SmCurrent a {
  font-size: 18px;
  font-weight: bold;
}

ul.SideBanner {
  display: block;
  margin: 0 auto;
  padding: 0px;
  width: 300px;
  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;
}

/* ///// FOOTER /////////////////////////////// */
footer {
  border-top: 1px dotted #444;
  width: 100%;
  color: #444;
}
#ft_body {
  padding-top: 10px;
  width: 100%;
  font-size: 13px;
}

.FooterBlock { width: 100%; }

#ft_logo {
  margin-bottom: 10px;
  text-align: center;
}
#ft_logo img {
  width: 80px;
  height: auto;
}

/* FOOTER_MENU_AREA
--------------------------- */
ul.FooterMenu {
  margin: 0;
  padding: 0;
  background-color: #eee;
  font-size: 12px;
}
ul.FooterMenu li {
  border-bottom: 1px solid #fff;
  width: 100%;
}
ul.FooterMenu a {
  display: block;
  margin: 0;
  padding-left: 35px;
  width: auto;
  height: 40px;
  background: url(/img/themes/apm01/list-arrow.png) 15px center no-repeat;
  line-height: 40px;
  color: #444;
}
ul.FooterMenu a:hover {
  background-color: #e6407e;
  color: #fff;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  width: 100%;
  background-color: #21b8ef;
}
#copyright p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* ///// 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;
}

