@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

object {
  pointer-events: none;
}

/* ------------------------------
  対応ブラウザを定義
------------------------------ */
/* ------------------------------
  ミックスインを定義
------------------------------ */
/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(../images/share/mark_1.gif);
}

.mark2 {
  background-image: url(../images/share/mark_2.gif);
}

.mark3 {
  background-image: url(../images/share/mark_3.gif);
}

.mark4 {
  background-image: url(../images/share/mark_4.gif);
}

.mark5 {
  background-image: url(../images/share/mark_5.gif);
}

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55.0);
  -ms-filter: "alpha(opacity=55.0)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
html {
  font-size: 13px;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: black;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #54b354;
}

a.arrow:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: url(../img/link_arrow.png) 2px 0 no-repeat rgba(255, 255, 255, 0);
  background-size: 6px 8px;
  background: url(../img/link_arrow_ie.png) 2px 0 no-repeat;
}

a.blank:after {
  content: " ";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  margin-right: 5px;
  background: url(../img/external_icon.png) 0 0 no-repeat rgba(255, 255, 255, 0);
  background-size: 11px 11px;
  background: url(../img/external_icon_ie.png) 0 0 no-repeat;
}

th, td {
  font-size: 124%;
}

a:hover img.bnr {
  -ms-filter: "alpha( opacity=60 )";
  filter: alpha(opacity=60);
  opacity: 0.6;
  background: #fff;
}

.bold {
  font-weight: bold;
}

.addthis_button_facebook_like {
  overflow: hidden;
  width: 70px !important;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
/* 全端末共通
-------------------------------------------------- */
#wrapper {
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
}

#wrapper_single {
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
}

/* header */
nav#nav_home ul {
  width: 260px;
}
nav#nav_home ul li {
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
}
nav#nav_home ul li a {
  position: relative;
  display: block;
  width: 258px;
  height: 58px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1px;
  line-height: 0;
  text-indent: -9999px;
}
nav#nav_home ul li a.current {
  border-left: 1px solid #007700;
  border-right: 1px solid #007700;
  border-bottom: 1px solid #007700;
}
nav#nav_home ul li a.current:before {
  content: " ";
  position: absolute;
  top: 19px;
  left: -11px;
  width: 11px;
  height: 20px;
  background: url(../img/current_arrow.png) no-repeat;
}
nav#nav_home ul li a.home {
  background: white url(../img/global_nav.png) 0 0 no-repeat;
  border-top: 1px solid #d2d2d2;
}
nav#nav_home ul li a.home:hover {
  background: white url(../img/global_nav.png) -260px 0 no-repeat;
  border-top: 1px solid #d2d2d2;
}
nav#nav_home ul li a.home.current {
  background: white url(../img/global_nav.png) -520px 0 no-repeat;
  border-top: 1px solid #007700;
}
nav#nav_home ul li a.about {
  background: white url(../img/global_nav.png) 0 -60px no-repeat;
}
nav#nav_home ul li a.about:hover {
  background: white url(../img/global_nav.png) -260px -60px no-repeat;
}
nav#nav_home ul li a.about.current {
  background: white url(../img/global_nav.png) -520px -60px no-repeat;
}
nav#nav_home ul li a.product {
  background: white url(../img/global_nav.png) 0 -120px no-repeat;
}
nav#nav_home ul li a.product:hover {
  background: white url(../img/global_nav.png) -260px -120px no-repeat;
}
nav#nav_home ul li a.product.current {
  background: white url(../img/global_nav.png) -520px -120px no-repeat;
}
nav#nav_home ul li a.sanchoku {
  background: white url(../img/global_nav.png) 0 -180px no-repeat;
}
nav#nav_home ul li a.sanchoku:hover {
  background: white url(../img/global_nav.png) -260px -180px no-repeat;
}
nav#nav_home ul li a.sanchoku.current {
  background: white url(../img/global_nav.png) -520px -180px no-repeat;
}
nav#nav_home ul li a.env {
  background: white url(../img/global_nav.png) 0 -240px no-repeat;
}
nav#nav_home ul li a.env:hover {
  background: white url(../img/global_nav.png) -260px -240px no-repeat;
}
nav#nav_home ul li a.env.current {
  background: white url(../img/global_nav.png) -520px -240px no-repeat;
}
nav#nav_home ul li a.kurashi {
  background: white url(../img/global_nav.png) 0 -300px no-repeat;
}
nav#nav_home ul li a.kurashi:hover {
  background: white url(../img/global_nav.png) -260px -300px no-repeat;
}
nav#nav_home ul li a.kurashi.current {
  background: white url(../img/global_nav.png) -520px -300px no-repeat;
}
nav#nav_home ul li a.csr {
  background: white url(../img/global_nav.png) 0 -360px no-repeat;
}
nav#nav_home ul li a.csr:hover {
  background: white url(../img/global_nav.png) -260px -360px no-repeat;
}
nav#nav_home ul li a.csr.current {
  background: white url(../img/global_nav.png) -520px -360px no-repeat;
}
nav#nav_home ul li a.group {
  background: white url(../img/global_nav.png) 0 -420px no-repeat;
}
nav#nav_home ul li a.group:hover {
  background: white url(../img/global_nav.png) -260px -420px no-repeat;
}
nav#nav_home ul li a.group.current {
  background: white url(../img/global_nav.png) -520px -420px no-repeat;
}
nav#nav_home ul li a.press {
  background: white url(../img/global_nav.png) 0 -360px no-repeat;
}
nav#nav_home ul li a.press:hover {
  background: white url(../img/global_nav.png) -260px -360px no-repeat;
}
nav#nav_home ul li a.press.current {
  background: white url(../img/global_nav.png) -520px -360px no-repeat;
}
#sidebar_single nav#nav_home li a.current:before {
  content: " ";
  position: absolute;
  top: 19px;
  left: -11px;
  width: 11px;
  height: 20px;
  background: none;
}

/* contents */
#content_home .entry_wrap {
  background: #fff;
  border: 1px solid #d2d2d2;
}
#content_home .entry_wrap .tagline {
  display: block;
  margin-bottom: 10px;
  color: #666;
  font-size: 85%;
  line-height: 1.5em;
}
#content_home .emergency {
  float: left;
  margin: 0 0 10px 10px;
  border: 1px solid red;
  padding: 10px;
  background: #fff;
}
#content_home .emergency h4 {
  font-size: 12px;
}
#content_home .emergency span {
  display: block;
  font-size: 12px;
}
#content_home .emergency a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

div#wrapper > section#content_home {
  height: auto;
  /* 要素を超えた分の背景が伸びないブラウザ用 */
}

#content_single {
  float: left;
  max-width: 950px;
  padding: 0 0 10px 10px;
}
#content_single article#page_index {
  margin: 0 30px 40px 20px;
  padding-top: 0;
  border-top: none;
}
#content_single article#page_index .index_header {
  padding: 60px 40px;
  background: url(../img/bg_single_index.png);
}
#content_single article#page_index .index_header h1 {
  margin: 0px;
  display: block;
  font-size: 0;
}
#content_single article#page_index .index_header h1 img {
  max-width: 100%;
}
#content_single article {
  margin: 0 30px 40px 20px;
  padding-top: 50px;
  border-top: 20px solid #007700;
}
#content_single article .article_header {
  margin-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
}
#content_single article .article_header .sbm_wrap {
  float: right;
  margin-bottom: 3px;
}
#content_single article .article_header .sbm_wrap .block-sbm .addthis_toolbox {
  text-align: right;
  display: inline;
}
#content_single article .article_header .sbm_wrap .addthis_area {
  text-align: right;
  width: 255px;
  height: 20px;
}
#content_single article .article_header .sbm_wrap .mixi_like_box {
  float: left;
  margin-right: 2px;
}
#content_single article .article_header .sbm_wrap .addthis_area a.addthis_button_facebook_like {
  float: left;
  overflow: hidden;
}
#content_single article .article_header .sbm_wrap .addthis_area a.addthis_button_tweet {
  float: left;
}
#content_single article .article_header .sbm_wrap .addthis_area a.addthis_button_google_plusone {
  float: left;
}
#content_single article p.press_date {
  width: 100%;
  margin: 10px 0 10px 0;
  font-size: 108%;
}
#content_single article p.press_date span.date {
  float: left;
}
#content_single article p.press_date span.author {
  float: left;
  margin-left: 20px;
}
#content_single article h1 {
  margin-bottom: 10px;
  font-size: 231%;
  font-weight: bold;
}
#content_single article .text h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 154%;
  font-weight: bold;
  line-hright: 1.5em;
}
#content_single article .text h3 {
  font-size: 124%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
#content_single article .text p {
  font-size: 124%;
  line-height: 1.75em;
  margin: 10px 0 20px 0;
}
#content_single article .text p.text_r {
  margin-top: 5px;
  text-align: right;
}
#content_single article .text p.press_lead {
  background: whitesmoke;
  padding: 10px;
}
#content_single article .text .note {
  font-size: 12px;
}
#content_single article .text ul {
  margin-top: 10px;
}
#content_single article .text ul li {
  margin-bottom: 10px;
  font-size: 124%;
}
#content_single article .text ul.list_none {
  list-style: none;
}
#content_single article .text ul.list_number {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#content_single article .text ul.list_number li {
  list-style: decimal;
  list-style-position: inside;
}
#content_single article .text ul.list_disc {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#content_single article .text ul.list_disc li {
  list-style: disc;
  list-style-position: inside;
}
#content_single article .text img {
  max-width: 100%;
}
#content_single article .text figure.center {
  text-align: center;
}
#content_single article .text figure.float_l {
  max-width: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#content_single article .text figure.float_r {
  max-width: 50%;
  float: right;
  margin: 0 0 10px 10px;
}
#content_single article .text figcaption {
  font-size: 93%;
  color: #999;
}
#content_single article .text a {
  border-bottom: 1px dotted #54b354;
}
#content_single article .text a.imglink {
  border-bottom: none;
}
#content_single article .text .box_border {
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #d2d2d2;
}
#content_single article .text .box_border h3 {
  margin: 0 0 10px 0;
}
#content_single article .text .box_border p {
  margin: 0;
}
#content_single article .text table {
  width: 100%;
  border: 1px solid #d2d2d2;
}
#content_single article .text table th, #content_single article .text table td {
  padding: 10px;
  border: 1px solid #d2d2d2;
  line-height: 1.8em;
}
#content_single article .text table.th_green th {
  background: #e3f5e0;
}
#content_single article .text nav {
  margin-top: 30px;
  text-align: center;
}
#content_single article .text nav ul.pagination {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#content_single article .text nav ul.pagination li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#content_single article .text nav ul.pagination li a {
  display: block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin: 0 2px;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  line-height: 1.4em;
}
#content_single article .text nav ul.pagination li a.current {
  width: 17px;
  height: 17px;
  padding: 2px;
  color: #5e913a;
  border: 3px solid #5e913a;
  line-height: 1.2em;
  font-weight: bold;
}
#content_single article .text nav ul.pagination li a:hover {
  background: #d7f5d7;
}
#content_single article .text nav ul.pagination li a.prev, #content_single article .text nav ul.pagination li a.next {
  width: 12px;
  height: 16px;
  margin: 5px 5px 0 5px;
  padding: 0;
  border: 0;
  text-indent: -9999px;
}
#content_single article .text nav ul.pagination li a.prev {
  background: url(/common/img/prev_arrow.png) 0 0 no-repeat;
}
#content_single article .text nav ul.pagination li a.prev:hover {
  background: url(/common/img/prev_arrow.png) 0 -16px no-repeat;
}
#content_single article .text nav ul.pagination li a.next {
  background: url(/common/img/next_arrow.png) 0 0 no-repeat;
}
#content_single article .text nav ul.pagination li a.next:hover {
  background: url(/common/img/next_arrow.png) 0 -16px no-repeat;
}

div#wrapper > section#content_home {
  height: auto;
  /* 要素を超えた分の背景が伸びないブラウザ用 */
}

footer {
  padding: 10px 10px 0 10px;
  background: #fff;
  border: 1px solid #d2d2d2;
}
footer .footer_wrap .footer_clm.ft_top {
  padding-top: 5px;
}
footer .footer_wrap .footer_clm.ft_bottom {
  border-bottom: none;
}
footer .footer_wrap .footer_clm {
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}
footer .footer_wrap .footer_clm h3 {
  margin-bottom: 10px;
}
footer .footer_wrap .footer_clm h3 span {
  margin-left: 15px;
  font-size: 77%;
}
footer .footer_wrap .footer_link .ft_link_b {
  margin-top: 5px;
}
footer .footer_wrap .footer_link li {
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
}
footer .footer_wrap .footer_link li a {
  font-size: 93%;
}
footer .footer_wrap .footer_link li.border-none {
  border-right: 0;
}
footer .footer_wrap ul.ft_ichiran li {
  float: left;
  border-right: none;
}
footer .footer_wrap ul.footer_entrylink li {
  float: left;
  margin-left: 10px;
  border-right: none;
}
footer .footer_wrap .addthis_area {
  width: 300px;
}
footer .footer_wrap .addthis_area .mixi_like_box {
  float: left;
  margin-right: 2px;
}
footer .footer_wrap .tagline {
  margin-top: 10px;
  font-size: 93%;
}

footer#footer_single {
  padding: 10px 30px 0 30px;
  background: none;
  border: none;
  border: 1px solid #d2d2d2;
}
footer#footer_single .footer_wrap .footer_clm.ft_top {
  padding-top: 5px;
}
footer#footer_single .footer_wrap .footer_clm.ft_bottom {
  border-bottom: none;
}
footer#footer_single .footer_wrap .footer_clm {
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}
footer#footer_single .footer_wrap .footer_clm h3 {
  margin-bottom: 10px;
}
footer#footer_single .footer_wrap .footer_clm h3 span {
  margin-left: 15px;
  font-size: 77%;
}
footer#footer_single .footer_wrap .footer_link .ft_link_b {
  margin-top: 5px;
}
footer#footer_single .footer_wrap .footer_link li {
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
}
footer#footer_single .footer_wrap .footer_link li a {
  font-size: 93%;
}
footer#footer_single .footer_wrap .footer_link li.border-none {
  border-right: 0;
}
footer#footer_single .footer_wrap ul.ft_ichiran li {
  float: left;
  border-right: none;
}
footer#footer_single .footer_wrap ul.footer_entrylink li {
  float: left;
  margin-left: 10px;
  border-right: none;
}
footer#footer_single .footer_wrap .addthis_area {
  width: 300px;
}
footer#footer_single .footer_wrap .addthis_area .mixi_like_box {
  float: left;
  margin-right: 2px;
}
footer#footer_single .footer_wrap .tagline {
  margin-top: 10px;
  font-size: 93%;
}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    width: 320px;
    margin: auto;
  }
  body td, body th, body p, body h1, body h2, body h3, body h4, body h5, body h6, body label {
    word-break: break-all;
    word-wrap: break-word;
  }

  #wrapper {
    background: url(../img/bg_sp.gif);
    background-size: 2px 2px;
  }

  #wrapper_single {
    background: url(../img/bg_sp.gif);
    background-size: 2px 2px;
  }

  /* header */
  #sidebar_home {
    height: auto;
    width: 320px;
  }
  #sidebar_home header {
    width: 298px;
    margin: 0 10px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  #sidebar_home header #logo a {
    display: block;
    background: #fff;
  }
  #sidebar_home header #logo a img {
    width: 200px;
    height: 60px;
    margin: 20px 50px;
  }

  nav#nav_home ul#nav_list {
    display: none;
    width: 300px;
    margin: 0 10px;
  }
  nav#nav_home ul#nav_list li a {
    position: relative;
    display: block;
    width: 298px;
    height: 60px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-size: 1px;
    line-height: 0;
  }
  nav#nav_home ul#nav_list li a.home {
    background: white url(../img/global_nav_sp_ie.png) 0 0 no-repeat;
    background: url(../img/global_nav_sp.png) 0 0 no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
    border-bottom: 1px solid #d2d2d2;
  }
  nav#nav_home ul#nav_list li a.about {
    background: white url(../img/global_nav_sp_ie.png) 0 -60px no-repeat;
    background: url(../img/global_nav_sp.png) 0 -60px no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
  }
  nav#nav_home ul#nav_list li a.product {
    background: white url(../img/global_nav_sp_ie.png) 0 -120px no-repeat;
    background: url(../img/global_nav_sp.png) 0 -120px no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
  }
  nav#nav_home ul#nav_list li a.sanchoku {
    background: white url(../img/global_nav_sp_ie.png) 0 -180px no-repeat;
    background: url(../img/global_nav_sp.png) 0 -180px no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
  }
  nav#nav_home ul#nav_list li a.env {
    background: white url(../img/global_nav_sp_ie.png) 0 -240px no-repeat;
    background: url(../img/global_nav_sp.png) 0 -240px no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
  }
  nav#nav_home ul#nav_list li a.kurashi {
    background: white url(../img/global_nav_sp_ie.png) 0 -300px no-repeat;
    background: url(../img/global_nav_sp.png) 0 -300px no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
  }
  nav#nav_home ul#nav_list li a.csr {
    background: white url(../img/global_nav_sp_ie.png) 0 -360px no-repeat;
    background: url(../img/global_nav_sp.png) 0 -360px no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
  }
  nav#nav_home ul#nav_list li a.group {
    background: white url(../img/global_nav_sp_ie.png) 0 -420px no-repeat;
    background: url(../img/global_nav_sp.png) 0 -420px no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
  }
  nav#nav_home ul#nav_list li a.press {
    background: white url(../img/global_nav_sp_ie.png) 0 -480px no-repeat;
    background: url(../img/global_nav_sp.png) 0 -480px no-repeat rgba(255, 255, 255, 0.2);
    background-size: 300px 540px;
  }
  nav#nav_home ul#nav_list li a.current:before {
    content: " ";
    position: absolute;
    top: 19px;
    left: -11px;
    width: 11px;
    height: 20px;
    background: none;
  }

  #nav_sp {
    width: 298px;
    height: 40px;
    margin: 0 10px;
    background: #b5dcb5;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }
  #nav_sp img {
    margin-top: 9px;
    margin-left: 265px;
  }

  #sidebar_single nav#nav_home li a.current:before {
    content: " ";
    position: absolute;
    top: 19px;
    left: -11px;
    width: 11px;
    height: 20px;
    background: none;
  }

  /* contents */
  #content_home {
    position: relative;
    float: left;
    width: 310px;
    padding: 5px;
  }
  #content_home .emergency {
    margin-left: 5px;
    margin-right: 5px;
  }
  #content_home .sbm_wrap {
    margin-top: 5px;
    text-align: center;
    float: none;
  }
  #content_home .sbm_wrap .block-sbm {
    margin: 0 auto;
    width: 255px;
  }
  #content_home .sbm_wrap .block-sbm .addthis_toolbox {
    width: 255px;
    display: inline;
  }
  #content_home .sbm_wrap .addthis_area {
    display: table;
    width: 255px;
    height: 20px;
  }
  #content_home .sbm_wrap .addthis_area div {
    display: table-cell;
  }
  #content_home .sbm_wrap .mixi_like_box {
    float: left;
    margin-right: 2px;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_facebook_like {
    float: left;
    overflow: hidden;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_tweet {
    float: left;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_google_plusone {
    float: left;
  }
  #content_home .entry_wrap {
    width: 298px;
    margin: 0 5px 5px 5px;
    text-align: center;
    padding: 15px 0 10px 0;
  }
  #content_home .entry_wrap .right_clm .bnr_houzin_pc {
    display: none;
  }
  #content_home .entry_wrap .left_clm .entryinfo img {
    width: 209px;
    height: 39px;
  }
  #content_home .entry_wrap .left_clm .entry {
    display: none;
  }
  #content_home .entry_wrap .left_clm .bnr_houzin img {
    width: 209px;
    height: 39px;
  }
  #content_home #clm_press {
    height: auto;
  }
  #content_home .clm_a {
    float: none;
    width: 298px;
    height: 298px;
    margin: 5px;
    border: 1px solid #d2d2d2;
    background: #fff;
  }
  #content_home .clm_a img.bnr {
    width: 296px;
    height: 296px;
    border: 1px solid #fff;
  }
  #content_home .clm_a .press_home {
    border-top: 4px solid #007700;
    padding: 10px;
  }
  #content_home .clm_a .press_home .h2_press {
    margin-bottom: 5px;
  }
  #content_home .clm_a .press_home h2 {
    float: none;
    margin-right: 10px;
  }
  #content_home .clm_a .press_home p.news_link1 {
    padding-top: 4px;
    float: left;
  }
  #content_home .clm_a .press_home p.news_link1 a {
    font-size: 93%;
  }
  #content_home .clm_a .press_home p.news_link2 {
    padding-top: 4px;
    *padding-top: 0;
    float: right;
  }
  #content_home .clm_a .press_home p.news_link2 a {
    font-size: 93%;
  }
  #content_home .clm_a .press_home p.news_link3 {
    margin-top: 5px;
  }
  #content_home .clm_a .press_home p.news_link3 a {
    font-size: 93%;
  }
  #content_home .clm_a .press_home li {
    padding: 15px 0;
    border-bottom: 1px dashed #CCC;
  }
  #content_home .clm_a .press_home li span {
    display: block;
    color: #54b354;
    font-size: 93%;
  }
  #content_home .clm_a .press_home li.news_pickup {
    position: relative;
    background: url(../../img/bg_pickup.png);
    padding: 0 10px 10px 10px;
    border-bottom: none;
  }
  #content_home .clm_a .press_home li.news_pickup span.pickup_icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  #content_home .clm_a .press_home li.news_pickup span.date {
    margin-left: 56px;
    padding-top: 2px;
    margin-bottom: 5px;
  }
  #content_home .clm_b {
    float: none;
    width: 298px;
    height: 298px;
    margin: 5px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  #content_home .clm_b img.bnr {
    width: 296px;
    height: 296px;
    border: 1px solid #fff;
  }

  div#wrapper > section#content_home {
    height: auto;
    /* 要素を超えた分の背景が伸びないブラウザ用 */
  }

  #sidebar_single {
    height: auto;
    width: 320px;
  }
  #sidebar_single header {
    width: 298px;
    margin: 0 10px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  #sidebar_single header #logo a {
    display: block;
    background: #fff;
  }
  #sidebar_single header #logo a img {
    width: 200px;
    height: 60px;
    margin: 20px 50px;
  }

  #content_single {
    position: relative;
    float: left;
    width: 310px;
    padding: 5px;
  }
  #content_single .sbm_wrap {
    float: none;
    width: 280px;
    margin-top: 15px;
  }
  #content_single .sbm_wrap .block-sbm {
    margin: 0 auto;
    width: 255px;
  }
  #content_single article#page_index {
    margin: 0 5px 10px 5px;
    border-top: 1px solid #d2d2d2;
  }
  #content_single article#page_index .index_header {
    padding: 30px 20px;
  }
  #content_single article {
    background: #fff;
    margin: 5px 5px 20px 5px;
    padding: 20px 10px 10px 10px;
    border: 1px solid #d2d2d2;
  }
  #content_single article p.press_date span.date {
    float: left;
  }
  #content_single article p.press_date span.author {
    float: left;
    margin-left: 0;
  }
  #content_single article .text figure.sp_float_none {
    max-width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  #content_single article .text .box_border {
    padding: 10px;
  }
  #content_single article .text table.th_green th {
    width: 30%;
    background: #e3f5e0;
  }

  div#wrapper > section#content_home {
    height: auto;
    /* 要素を超えた分の背景が伸びないブラウザ用 */
  }

  #page_top_wrap #page_top {
    display: none;
  }
  #page_top_wrap #page_top_sp {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #e6e6e6;
    padding: 10px;
  }

  footer {
    margin: 0 5px 5px 5px;
  }
  footer .footer_wrap .footer_clm h3 {
    margin-bottom: 10px;
  }
  footer .footer_wrap .footer_clm h3 span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 77%;
  }
  footer .footer_wrap .footer_clm .footer_link {
    margin-bottom: 10px;
  }
  footer .footer_wrap .footer_clm ul.footer_entrylink {
    margin-bottom: 5px;
  }
  footer .footer_wrap .footer_clm ul.footer_entrylink li {
    margin-left: 0;
    margin-right: 10px;
  }
  footer .footer_wrap .footer_clm .tagline {
    margin-bottom: 10px;
  }

  footer#footer_single {
    padding: 10px 10px 0 10px;
    background: #fff;
    margin: 0 5px 5px 5px;
  }
  footer#footer_single .footer_wrap .footer_clm h3 {
    margin-bottom: 10px;
  }
  footer#footer_single .footer_wrap .footer_clm h3 span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 77%;
  }
  footer#footer_single .footer_wrap .footer_clm .footer_link {
    margin-bottom: 10px;
  }
  footer#footer_single .footer_wrap .footer_clm ul.footer_entrylink {
    margin-bottom: 5px;
  }
  footer#footer_single .footer_wrap .footer_clm ul.footer_entrylink li {
    margin-left: 0;
    margin-right: 10px;
  }
  footer#footer_single .footer_wrap .footer_clm .tagline {
    margin-bottom: 10px;
  }
}
/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  body {
    width: 750px;
    margin: auto;
  }

  #wrapper {
    background: url(../img/bg_tab.png) repeat-y;
  }

  #wrapper_single {
    background: url(../img/bg_tab_single.png) repeat-y;
  }

  /* header */
  #sidebar_home {
    float: right;
  }
  #sidebar_home header #logo a {
    display: block;
    background: #fff;
    width: 258px;
    height: 205px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  #sidebar_home header #logo a img {
    width: 218px;
    height: 64px;
    margin: 70px 20px;
  }

  #nav_sp {
    display: none;
  }

  #sidebar_single nav#nav_home li a.current:before {
    content: " ";
    position: absolute;
    top: 19px;
    left: -11px;
    width: 11px;
    height: 20px;
    background: none;
  }

  /* contents */
  #content_home {
    float: left;
    width: 950px;
    padding: 10px 0 10px 10px;
    width: 480px;
  }
  #content_home .sbm_wrap {
    float: right;
    margin-bottom: 3px;
    width: 271px;
  }
  #content_home .sbm_wrap .block-sbm {
    margin-right: 20px;
    margin-top: 10px;
  }
  #content_home .sbm_wrap .block-sbm .addthis_toolbox {
    text-align: right;
    display: inline;
  }
  #content_home .sbm_wrap .addthis_area {
    text-align: right;
    width: 255px;
    height: 20px;
  }
  #content_home .sbm_wrap .mixi_like_box {
    float: left;
    margin-right: 2px;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_facebook_like {
    float: left;
    overflow: hidden;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_tweet {
    float: left;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_google_plusone {
    float: left;
  }
  #content_home .clm_wrap {
    height: auto;
  }
  #content_home .clm_wrap .clm_a {
    width: 446px;
    height: 446px;
    border: 1px solid #d2d2d2;
    padding: 1px;
    margin: 10px;
    background: #fff;
  }
  #content_home .clm_wrap .clm_a img.bnr {
    width: 446px;
    height: 446px;
  }
  #content_home .clm_wrap .clm_a .press_home {
    padding: 10px;
  }
  #content_home .clm_wrap .clm_a .press_home .h2_press {
    margin-bottom: 5px;
  }
  #content_home .clm_wrap .clm_a .press_home h2 {
    float: left;
    margin-right: 10px;
  }
  #content_home .clm_wrap .clm_a .press_home .press_list_wrap {
    height: 362px;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link1 {
    padding-top: 4px;
    *padding-top: 0;
    float: left;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link1 a {
    font-size: 93%;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link2 {
    padding-top: 4px;
    *padding-top: 0;
    float: right;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link2 a {
    font-size: 93%;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link3 {
    margin-top: 10px;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link3 a {
    font-size: 93%;
  }
  #content_home .clm_wrap .clm_a .press_home li {
    padding: 15px 0;
    border-bottom: 1px dashed #CCC;
  }
  #content_home .clm_wrap .clm_a .press_home li span {
    display: block;
    color: #54b354;
    font-size: 93%;
  }
  #content_home .clm_wrap .clm_a .press_home li.news_pickup {
    position: relative;
    background: url(../../img/bg_pickup.png);
    padding: 0 10px 10px 10px;
    border-bottom: none;
  }
  #content_home .clm_wrap .clm_a .press_home li.news_pickup span.pickup_icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  #content_home .clm_wrap .clm_a .press_home li.news_pickup span.date {
    margin-left: 56px;
    padding-top: 2px;
    margin-bottom: 5px;
  }
  #content_home .clm_wrap #clm_press {
    border-top: 4px solid #007700;
    height: 443px;
  }
  #content_home .clm_wrap .clm_b {
    float: left;
    width: 213px;
    height: 213px;
    margin: 10px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  #content_home .clm_wrap .clm_b img.bnr {
    width: 211px;
    height: 211px;
    border: 1px solid #fff;
  }
  #content_home .emergency {
    margin-right: 20px;
  }
  #content_home .entry_wrap {
    width: 430px;
    margin: 0 10px 20px;
    padding: 15px 10px;
  }
  #content_home .entry_wrap .right_clm {
    float: none;
  }
  #content_home .entry_wrap .right_clm .bnr_houzin_pc {
    display: none;
  }
  #content_home .entry_wrap .left_clm {
    float: none;
    height: 39px;
  }
  #content_home .entry_wrap .left_clm .bnr_houzin img {
    width: 209px;
    height: 39px;
  }
  #content_home .entry_wrap .left_clm .entryinfo {
    margin-right: 6px;
  }
  #content_home .entry_wrap .left_clm .entryinfo img {
    width: 209px;
    height: 39px;
  }
  #content_home .entry_wrap .left_clm .entry {
    display: none;
  }
  #content_home .clm_wrap .clm_a {
    margin: 10px 10px 20px 10px;
  }
  #content_home .clm_wrap .clm_b {
    margin: 0px 10px 20px 10px;
  }

  div#wrapper > section#content_home {
    height: auto;
    /* 要素を超えた分の背景が伸びないブラウザ用 */
  }

  #sidebar_single {
    float: left;
  }
  #sidebar_single header #logo a {
    display: block;
    background: #fff;
    width: 258px;
    height: 205px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  #sidebar_single header #logo a img {
    width: 218px;
    height: 64px;
    margin: 70px 20px;
  }

  #content_single {
    width: 480px;
  }
  #content_single article .text table th {
    white-space: nowrap;
  }
  #content_single article .article_header {
    width: 430px;
  }
  #content_single article#page_index .index_header {
    width: 370px;
    padding: 50px 30px;
  }

  div#wrapper > section#content_home {
    height: auto;
    /* 要素を超えた分の背景が伸びないブラウザ用 */
  }

  #page_top_wrap #page_top {
    float: right;
    width: 140px;
    height: 11px;
    margin-right: 20px;
    padding: 10px 10px 20px 10px;
  }
  #page_top_wrap #page_top:hover {
    cursor: pointer;
  }
  #page_top_wrap #page_top_sp {
    display: none !important;
  }

  footer {
    margin: 0 20px 10px 10px;
  }
  footer .footer_wrap .footer_clm h3 {
    margin-bottom: 10px;
  }
  footer .footer_wrap .footer_clm h3 span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 77%;
  }
  footer .footer_wrap .footer_clm .footer_link {
    margin-bottom: 10px;
  }
  footer .footer_wrap .footer_clm ul.footer_entrylink {
    margin-bottom: 5px;
  }
  footer .footer_wrap .footer_clm ul.footer_entrylink li {
    margin-left: 0;
    margin-right: 10px;
  }
  footer .footer_wrap .footer_clm .tagline {
    margin-bottom: 10px;
  }

  footer#footer_single {
    margin: 0 0 10px -11px;
  }
  footer#footer_single .footer_wrap .footer_clm h3 {
    margin-bottom: 10px;
  }
  footer#footer_single .footer_wrap .footer_clm h3 span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 77%;
  }
  footer#footer_single .footer_wrap .footer_clm .footer_link {
    margin-bottom: 10px;
  }
  footer#footer_single .footer_wrap .footer_clm ul.footer_entrylink {
    margin-bottom: 5px;
  }
  footer#footer_single .footer_wrap .footer_clm ul.footer_entrylink li {
    margin-left: 0;
    margin-right: 10px;
  }
  footer#footer_single .footer_wrap .footer_clm .tagline {
    margin-bottom: 10px;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1260px) {
  body {
    width: 1220px;
    margin: auto;
  }

  #wrapper {
    background: url(../img/bg_pc.gif) repeat-y;
  }

  #wrapper_single {
    background: url(../img/bg_pc_single.gif) repeat-y;
  }

  /* header */
  #sidebar_home {
    float: right;
  }
  #sidebar_home header #logo a {
    display: block;
    background: #fff;
    width: 258px;
    height: 205px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  #sidebar_home header #logo a img {
    width: 218px;
    height: 64px;
    margin: 70px 20px;
  }

  #nav_sp {
    display: none;
  }

  #sidebar_single nav#nav_home li a.current:before {
    content: " ";
    position: absolute;
    top: 19px;
    left: -11px;
    width: 11px;
    height: 20px;
    background: none;
  }

  /* contents */
  #content_home {
    float: left;
    width: 950px;
    padding: 10px 0 10px 10px;
  }
  #content_home .sbm_wrap {
    float: right;
    margin-bottom: 3px;
    width: 271px;
  }
  #content_home .sbm_wrap .block-sbm {
    margin-right: 20px;
    margin-top: 10px;
  }
  #content_home .sbm_wrap .block-sbm .addthis_toolbox {
    text-align: right;
    display: inline;
  }
  #content_home .sbm_wrap .addthis_area {
    text-align: right;
    width: 255px;
    height: 20px;
  }
  #content_home .sbm_wrap .mixi_like_box {
    float: left;
    margin-right: 2px;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_facebook_like {
    float: left;
    overflow: hidden;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_tweet {
    float: left;
  }
  #content_home .sbm_wrap .addthis_area a.addthis_button_google_plusone {
    float: left;
  }
  #content_home .clm_wrap {
    height: auto;
  }
  #content_home .clm_wrap .clm_a {
    width: 446px;
    height: 446px;
    border: 1px solid #d2d2d2;
    padding: 1px;
    margin: 10px;
    background: #fff;
  }
  #content_home .clm_wrap .clm_a img.bnr {
    width: 446px;
    height: 446px;
  }
  #content_home .clm_wrap .clm_a .press_home {
    padding: 10px;
  }
  #content_home .clm_wrap .clm_a .press_home .h2_press {
    margin-bottom: 5px;
  }
  #content_home .clm_wrap .clm_a .press_home h2 {
    float: left;
    margin-right: 10px;
  }
  #content_home .clm_wrap .clm_a .press_home .press_list_wrap {
    height: 362px;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link1 {
    padding-top: 4px;
    *padding-top: 0;
    float: left;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link1 a {
    font-size: 93%;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link2 {
    padding-top: 4px;
    *padding-top: 0;
    float: right;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link2 a {
    font-size: 93%;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link3 {
    margin-top: 10px;
  }
  #content_home .clm_wrap .clm_a .press_home p.news_link3 a {
    font-size: 93%;
  }
  #content_home .clm_wrap .clm_a .press_home li {
    padding: 15px 0;
    border-bottom: 1px dashed #CCC;
  }
  #content_home .clm_wrap .clm_a .press_home li span {
    display: block;
    color: #54b354;
    font-size: 93%;
  }
  #content_home .clm_wrap .clm_a .press_home li.news_pickup {
    position: relative;
    background: url(../../img/bg_pickup.png);
    padding: 0 10px 10px 10px;
    border-bottom: none;
  }
  #content_home .clm_wrap .clm_a .press_home li.news_pickup span.pickup_icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  #content_home .clm_wrap .clm_a .press_home li.news_pickup span.date {
    margin-left: 56px;
    padding-top: 2px;
    margin-bottom: 5px;
  }
  #content_home .clm_wrap #clm_press {
    border-top: 4px solid #007700;
    height: 443px;
  }
  #content_home .clm_wrap .clm_b {
    float: left;
    width: 213px;
    height: 213px;
    margin: 10px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  #content_home .clm_wrap .clm_b img.bnr {
    width: 211px;
    height: 211px;
    border: 1px solid #fff;
  }
  #content_home .clm_a {
    float: left;
  }
  #content_home .entry_wrap {
    width: 882px;
    height: 35px;
    margin: 0 10px 10px 10px;
    padding: 15px 10px 15px 25px;
  }
  #content_home .entry_wrap .right_clm {
    float: right;
    width: 435px;
  }
  #content_home .entry_wrap .right_clm .tagline {
    float: right;
  }
  #content_home .entry_wrap .right_clm .bnr_houzin_pc {
    float: left;
    margin-right: 10px;
  }
  #content_home .entry_wrap .left_clm {
    float: left;
    width: 430px;
  }
  #content_home .entry_wrap .left_clm .bnr_houzin {
    display: none;
  }
  #content_home .entry_wrap .left_clm .entryinfo {
    margin-right: 23px;
  }
  #content_home .entry_wrap .left_clm .entryinfo img {
    width: 188px;
    height: 35px;
  }
  #content_home .entry_wrap .left_clm .entry img {
    width: 188px;
    height: 35px;
  }

  div#wrapper > section#content_home {
    height: auto;
    /* 要素を超えた分の背景が伸びないブラウザ用 */
  }

  #sidebar_single {
    float: left;
  }
  #sidebar_single header #logo a {
    display: block;
    background: #fff;
    width: 258px;
    height: 205px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  #sidebar_single header #logo a img {
    width: 218px;
    height: 64px;
    margin: 70px 20px;
  }

  #content_single article .text table th {
    white-space: nowrap;
  }
  #content_single article#page_index .index_header {
    width: 820px;
  }

  div#wrapper > section#content_home {
    height: auto;
    /* 要素を超えた分の背景が伸びないブラウザ用 */
  }

  #page_top_wrap #page_top {
    float: right;
    width: 140px;
    height: 11px;
    margin-right: 20px;
    padding: 10px 10px 20px 10px;
  }
  #page_top_wrap #page_top:hover {
    cursor: pointer;
  }
  #page_top_wrap #page_top_sp {
    display: none !important;
  }

  footer {
    width: 900px;
    margin: 10px;
  }
  footer .footer_clm .footer_link {
    float: left;
  }
  footer .footer_clm ul.ft_link_a {
    float: left;
    padding-top: 4px;
  }
  footer .footer_clm ul.footer_entrylink {
    float: right;
    height: 30px;
  }
  footer .footer_clm ul.footer_entrylink li {
    margin-right: 0;
    padding-right: 0;
  }
  footer .footer_clm ul.ft_ichiran li {
    white-space: nowrap;
  }
  footer .footer_clm .addthis_area {
    float: left;
  }
  footer .footer_clm .tagline {
    text-align: right;
  }
  footer .footer_clm .copyright {
    float: right;
  }

  footer#footer_single {
    width: 899px;
    margin: 0 -11px;
  }
  footer#footer_single .footer_clm .footer_link {
    float: left;
  }
  footer#footer_single .footer_clm ul.ft_link_a {
    float: left;
    padding-top: 4px;
  }
  footer#footer_single .footer_clm ul.footer_entrylink {
    float: right;
    height: 30px;
  }
  footer#footer_single .footer_clm ul.footer_entrylink li {
    margin-right: 0;
    padding-right: 0;
  }
  footer#footer_single .footer_clm ul.ft_ichiran li {
    white-space: nowrap;
  }
  footer#footer_single .footer_clm .addthis_area {
    float: left;
  }
  footer#footer_single .footer_clm .tagline {
    text-align: right;
  }
  footer#footer_single .footer_clm .copyright {
    float: right;
  }
}
