body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #edfafe;
  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; }
p { line-height: 1.4em; }
img { border-style: none; }

a { text-decoration: none; }
a:link    { color: #18afaa; }
a:visited { color: #18afaa; }
a:hover   { color: #18afaa; text-decoration: underline; }
a:active  { color: #18afaa; }

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrPc,.PcBr { display: none; }
.SmpNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header { width: 100%; }
#header_body { width: 100%; }

h1#hd_slogan { display: none; }
ul#hd_menu { display: none; }

#hd_logo {
  position: relative;
  border-bottom: 3px #0098e9 solid;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
#hd_logo img {
  position: absolute;
  top: 13px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: 250px;
  height: auto;
}

/* MAIN_MENU
--------------------------- */
#main_menu_area { 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 {
  z-index: 9999;
  display: none;
  position: absolute;
  top: 70px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #3dbdf4;
  font-size: 12px;
  list-style-type: none;
}
ul#smp_main_menu li {
  display: block;
  margin: 0;
  border-bottom: 1px dotted #fff;
  padding: 0;
  width: 100%;
}
ul#smp_main_menu a {
  display: block;
  margin: 0;
  padding-left: 35px;
  width: auto;
  height: 40px;
  background: url(/img/fm/oc01/sm-arrow-list.png) 15px center no-repeat;
  line-height: 40px;
  color: #fff;
}

/* ///// CONTENT ////////////////////////////// */

/* MAIN_IMAGE
--------------------------- */
#smp-main_image_area { width: 100%; }
#smp-main_image { width: 100%; }
#smp-main_image img { width: 100%; vertical-align: bottom; }
#second_main_image_area { display: none; }

#main_image_area {
  margin-top: 10px;
  width: 100%;
}
#main_image { width: 100%; }
#main_image img { width: 100%; }
#second_main_image_area { display: none; }

/* パンくずリスト
--------------------------- */
#breadcrumbs {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
  background-color: #f0f0f0;
  background-color: #3dbdf4;
  font-size: 13px;
}
#breadcrumbs a {
  color: green;
  color: #fff;
}

/* 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.ContentBody { padding-bottom: 30px; }

/* 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;
  padding: 13px 5px;
  width: auto;
  background-color: #0098e9;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

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: #fff url(/img/fm/oc01/arrow-list-s.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: #fff;
}
dl.CategoryMenu dd a {
  padding-left: 45px;
  background: #fff url(/img/fm/oc01/arrow-list-s.png) 30px center no-repeat;
}
a#sm_current { font-weight: bold; }
dd.SmCurrent a { 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;
}

/* ///// PAGE TOP ///////////////////////////// */
#pagetop_area { display: none; }

/* ///// CONTACT ////////////////////////////// */
#contact_area {
  border-top: 3px #0098e9 solid;
  background-color: #fff;
}

.HdgContact h1 {
  margin:0 0 15px 0; padding: 0;
  text-align: center;
  font-size: 20px;
}
.HdgContact h2 {
  margin:0; padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color:#008be9;
}

ul#contact_q {
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 0 20px 0;
  padding: 10px 30px;
  width: 100%;
  background-color: #f0f0f0;
  list-style-type: circle;
} 
p#contact_tel_block {
  box-sizing: border-box;
  margin: 0 auto 15px;
  padding-left: 10px;
  width: 300px;
  background: url(/img/fm/oc01/bg-footer-tel.png) 20px 0 no-repeat;
  text-align: center;
  line-height: 46px;
}
span#contact_tel {
  display: block;
  font-size: 27px;
}

.ButtonBox_ a.BtnContact {
  border-radius: 6px;
  max-width: 350px;
  width: 300px;
  height: 40px;
  background: hotpink url(/img/fm/oc01/icon-mail.png) no-repeat 20px center ;
  text-indent: 40px;
  line-height: 40px;
  color: #fff;
}
.ButtonBox_ a.BtnContact:hover {
  background-color: #ff88b4;
  text-decoration: none;
}

/* ///// FOOTER /////////////////////////////// */
footer {
  width: 100%;
  background-color: #3dbdf4;
  color: #fff;
}
#ft_body {
  padding-top: 20px;
  width: 100%;
  font-size: 13px;
}

#ft_facebook {
  margin: 0 auto;
  padding: 10px 0;
  width: 300px;
  height: 215px;
  overflow: hidden;
}

/* FOOTER_MENU_AREA
--------------------------- */
.FooterBlock { width: 100%; }

#ft_logo {
  margin-bottom: 10px;
  text-align: center;
}
#ft_address {
  border-bottom: 1px dotted #fff;
  text-align: center;
}

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/fm/oc01/sm-arrow-list.png) 15px center no-repeat;
  line-height: 40px;
  color: #fff;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  width: 100%;
  background-color:#008be9;
}
#copyright p {
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  line-height: 50px;
  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;
}

