@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 */
#sidebar_inc {
	position: relative;
	z-index: 100;
}

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,
nav#nav_home ul li span {
  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 span.about {
  background: white url(../img/global_nav.png) 0 -60px no-repeat;
}
nav#nav_home ul li span.about:hover {
  background: white url(../img/global_nav.png) -260px -60px no-repeat;
}
nav#nav_home ul li span.about.current {
  background: white url(../img/global_nav.png) -520px -60px no-repeat;
}
nav#nav_home ul li span.group {
  background: white url(../img/global_nav.png) 0 -120px no-repeat;
}
nav#nav_home ul li span.group:hover {
  background: white url(../img/global_nav.png) -260px -120px no-repeat;
}
nav#nav_home ul li span.group.current {
  background: white url(../img/global_nav.png) -520px -120px no-repeat;
}
nav#nav_home ul li span.service {
  background: white url(../img/global_nav.png) 0 -180px no-repeat;
}
nav#nav_home ul li span.service:hover {
  background: white url(../img/global_nav.png) -260px -180px no-repeat;
}
nav#nav_home ul li span.service.current {
  background: white url(../img/global_nav.png) -520px -180px no-repeat;
}
nav#nav_home ul li span.csr,nav#nav_home ul li a.csr {
  background: white url(../img/global_nav.png) 0 -300px no-repeat;
}
nav#nav_home ul li span.csr:hover,nav#nav_home ul li a.csr:hover {
  background: white url(../img/global_nav.png) -260px -300px no-repeat;
}
nav#nav_home ul li span.csr.current,nav#nav_home ul li a.csr.current {
  background: white url(../img/global_nav.png) -520px -300px no-repeat;
}
nav#nav_home ul li span.community {
  background: white url(../img/global_nav.png) 0 -240px no-repeat;
}
nav#nav_home ul li span.community:hover {
  background: white url(../img/global_nav.png) -260px -240px no-repeat;
}
nav#nav_home ul li span.community.current {
  background: white url(../img/global_nav.png) -520px -240px no-repeat;
}
nav#nav_home ul li span.palethical {
  background: white url(../img/global_nav.png) 0 -360px no-repeat;
}
nav#nav_home ul li span.palethical:hover {
  background: white url(../img/global_nav.png) -260px -360px no-repeat;
}
nav#nav_home ul li span.palethical.current {
  background: white url(../img/global_nav.png) -520px -360px no-repeat;
}
nav#nav_home ul li .palethical {
  background: white url(../img/global_nav.png) 0 -360px no-repeat;
}
nav#nav_home ul li .palethical:hover {
  background: white url(../img/global_nav.png) -260px -360px no-repeat;
}
nav#nav_home ul li .palethical.current {
  background: white url(../img/global_nav.png) -520px -360px no-repeat;
}
nav#nav_home ul li .konsen {
  background: white url(../img/global_nav.png) 0 -420px no-repeat;
}
nav#nav_home ul li .konsen:hover {
  background: white url(../img/global_nav.png) -260px -420px no-repeat;
}
nav#nav_home ul li .konsen.current {
  background: white url(../img/global_nav.png) -520px -420px no-repeat;
}
/* 20150601_採用情報ページ削除
nav#nav_home ul li span.employ {
  background: white url(../img/global_nav.png) 0 -360px no-repeat;
}
nav#nav_home ul li span.employ:hover {
  background: white url(../img/global_nav.png) -260px -360px no-repeat;
}
nav#nav_home ul li span.employ.current {
  background: white url(../img/global_nav.png) -520px -360px no-repeat;
}*/
/*nav#nav_home ul li a.sitelist {
  text-indent: 5px !important;
  line-height: 25px;
  height : 20px !important;
  width : 250px !important;
  margin:10px 5px 10px 0px  !important;
  font-size: 12px;
  border-bottom: 1px dotted #54b354 !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
nav#nav_home ul li a.sitelist:hover {
  text-indent: 5px !important;
  line-height: 25px;
  height : 20px !important;
  width : 250px !important;
  margin:10px 5px 10px 0px  !important;
  font-size: 12px;
  border-bottom: 1px dotted #54b354 !important;
  border-left: 0px !important;
  border-right: 0px !important;
}*/
/*nav#nav_home ul li a.sitelist.current {
  background: #007700;
  text-indent: 10px !important;
  line-height: 58px;
  font-size: 12px;
  color:#fff;
  border: 0px !important;
}*/
nav#nav_home ul li.links {
  margin:10px 5px 10px 13px  !important;
  display: block;
}
nav#nav_home ul li.links a {
  text-indent: 5px !important;
  line-height: 25px;
  height : 20px !important;
  width : 155px !important;
  margin:0  !important;
  font-size: 12px;
  border-bottom: 1px dotted #54b354 !important;
  border-left: 0px !important;
  border-right: 0px !important;
  white-space: nowrap;
 display: inline;
}
nav#nav_home ul li.links a:hover {
  text-indent: 5px !important;
  line-height: 25px;
  height : 20px !important;
  width : 155px !important;
  margin:0  !important;
  font-size: 12px;
  border-bottom: 1px dotted #54b354 !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
nav#nav_home ul li.links + li.links {
  margin:15px 5px 10px 13px  !important;
}
nav#nav_home ul li a.tvcm {
  text-indent: 5px !important;
  line-height: 25px;
  height : 20px !important;
  width : 100px !important;
  margin:10px 5px 10px 13px  !important;
  font-size: 12px;
  border-bottom: 1px dotted #54b354 !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
nav#nav_home ul li a.tvcm:hover {
  text-indent: 5px !important;
  line-height: 25px;
  height : 20px !important;
  width : 100px !important;
  margin:10px 5px 10px 13px  !important;
  font-size: 12px;
  border-bottom: 1px dotted #54b354 !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
/*nav#nav_home ul li a.tvcm.current {
  background: #007700;
  text-indent: 10px !important;
  line-height: 58px;
  font-size: 12px;
  color:#fff;
  border: 0px !important;
}*/
/*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,nav#nav_home ul li span.group {
  background: white url(../img/global_nav.png) 0 -420px no-repeat;
}*/
/*
nav#nav_home ul li a.group:hover,nav#nav_home ul li span.group:hover {
  background: white url(../img/global_nav.png) -260px -420px no-repeat;
}
*/

/*nav#nav_home ul li a.group.current,nav#nav_home ul li span.group.current {
  background: white url(../img/global_nav.png) -520px -420px no-repeat;
}
nav#nav_home ul li a.press,nav#nav_home ul li span.press {
  background: white url(../img/global_nav.png) 0 -480px no-repeat;
}
nav#nav_home ul li a.press:hover,nav#nav_home ul li span.press:hover {
  background: white url(../img/global_nav.png) -260px -480px no-repeat;
}
nav#nav_home ul li a.press.current,nav#nav_home ul li span.press.current {
  background: white url(../img/global_nav.png) -520px -480px no-repeat;
}*/

#sidebar_single nav#nav_home li a.current:before,
#sidebar_single nav#nav_home li span.current:before {
  content: " ";
  position: absolute;
  top: 19px;
  left: -11px;
  width: 11px;
  height: 20px;
  background: none;
}



/* contents */
#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: auto;
  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;
	height: 20px;
}
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%;
}

.arrowImg {
  width: 8px;
  height: 9px;
  margin-right: 5px;
}

/* CSS崩れ打ち消し用スタイル
-------------------------------------------------- */
.privacyList li{
  float:none !important;
}

#content_single article .aboutNegative a {
  padding:0px !important; 
  background: none !important; 
}

/* スマフォ
-------------------------------------------------- */
@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);
    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);
  }
  nav#nav_home ul#nav_list li a.group {
    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);
  }
  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);
  }
  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);
  }
  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);
  }
  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);
  }
  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);
  }
  nav#nav_home ul#nav_list li a.palethical {
    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);
  }
  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: 298px;
  }
  #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;
  }
  #content_home .glay_border {
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	padding: 10px;
	margin: 10px 5px 20px;
	overflow: hidden;
	position: relative;
}

#about #philosophy .glay_border div {
    width: 100%;
    float: none;
}

  #content_home .glay_border h4 {
	font-size: 125%;
	font-weight: bolder;
	margin: 10px 0 0;
}

  #content_home .glay_border p {
	margin: 0 auto 10px;
	font-size: 124%;
    line-height: 1.75em;
}
  #content_home .glay_border img {
	 width: 100%;
	 height: auto;
    margin: 0 auto;
    float: none;
    display: block;
    top: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
  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: auto;
  }
  #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: auto;
  }
  #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: 45px;
  }
  #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;
  }
  #content_home .glay_border {
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin: 0 20px 20px 10px;
    overflow: hidden;
    position: relative;
}
  #content_home .glay_border div {
    width: 100%;
    float: none;
}
  #content_home .glay_border img{
		margin: 0 auto;
		float: none;
		display: block;
		top: 0;
		position: relative;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
  #content_home .glay_border h4{
	     font-size: 125%;
	     font-weight: bolder;
		margin: 10px 0 0;
	}
  #content_home .glay_border p{
	     font-size: 124%;
	     line-height: 1.75em;
		margin: 0 0 10px;
	}	
  #content_home .philosophy_table tr td.icon_box {
	width: 165px;
}
  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: auto;
  }
  #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: 330px;
  }
  #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: 210px;
  }
  #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;
  }
  #content_home .entry_wrap .inner {
    width: 540px;
  }
  #content_home .glay_border {
	border: 1px solid #d2d2d2;
 min-height: 178px;
	padding: 10px;
	margin: 20px 20px 20px 10px;
	overflow: hidden;
	position: relative;
 display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 -webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

  #content_home .glay_border div {
	display: block;
    width: 628px;
    float: right;
}

  #content_home .glay_border h4 {
	font-size: 125%;
	font-weight: bolder;
}

  #content_home .glay_border p {
	font-size: 124%;
 line-height: 1.75em;
 margin: 0;
}

  #content_home .glay_border img {
   max-width: 240px;
   height: auto;
}
	
  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;
  }
}
/* 全端末共通
-------------------------------------------------- */
#content_single article h1 span.press_subttl {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}

#content_single article .left_content {
  margin-top: 30px;
}

#content_single article .left_content .press_home .h2_press {
  border-bottom: 2px solid #007700;
}
#content_single article .left_content .press_home h2 {
  float: left;
  margin-right: 10px;
}
#content_single article .left_content .press_home p.news_link1 {
  padding-top: 4px;
  *padding-top: 0;
  float: left;
}
#content_single article .left_content .press_home p.news_link1 a {
  font-size: 93%;
}
#content_single article .left_content .press_home p.news_link2 {
  padding-top: 4px;
  *padding-top: 0;
  float: right;
}
#content_single article .left_content .press_home p.news_link2 a {
  font-size: 93%;
}
#content_single article .left_content .press_home p.news_link3 {
  margin-top: 10px;
}
#content_single article .left_content .press_home p.news_link3 a {
  font-size: 93%;
}
#content_single article .left_content .press_home li {
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}
#content_single article .left_content .press_home li span {
  display: block;
  color: #54b354;
  font-size: 93%;
}

#content_single article .right_content {
  margin-top: 30px;
}
#content_single article .right_content li.news_pickup {
  position: relative;
  background: url(../../img/bg_pickup.png);
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
  border-bottom: none;
}
#content_single article .right_content li.news_pickup span.pickup_icon {
  position: absolute;
  top: 0;
  left: 0;
}
#content_single article .right_content li.news_pickup span.date {
  margin-left: 56px;
  padding-top: 2px;
  margin-bottom: 5px;
}
#content_single article .right_content li {
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}
#content_single article .right_content li span {
  display: block;
  color: #54b354;
  font-size: 93%;
}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #content_single article .left_content {
    margin-top: 10px;
  }

  #content_single article .left_content .press_home .h2_press {
    padding-bottom: 10px;
  }
  #content_single article .left_content .press_home h2 {
    float: none;
    margin-right: 10px;
  }

}
/* タブレット
-------------------------------------------------- */
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1260px) {
  #content_single article .left_content {
    float: left;
    width: 440px;
    margin-right: 20px;
  }
  #content_single article .right_content {
    float: left;
    width: 440px;
  }
}






/* 共通
-------------------------------------------------- */

/*メニュー
-------------------------------------------------- */
#sidebar_single {
	z-index: 1;
	position: relative;
	height: 100%;
} 

#nav_list {
	z-index: 99;
	position: absolute;
	top: 205px;
	left: 0;
	right: 0;
	bottom: 0;
}

nav#nav_home ul ul {
	display: none;
	/display: none!important;
	width: 300px;
	z-index: -999;
}

nav#nav_home ul ul.lst {
	display: none;
}

#nav_list ul ul li {
	width: 300px;
	background: black;
	line-height: 61px;
	height: 61px;
}

#sub_box {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 260px;
	overflow: hidden;   
	background: url(../img/bg_clone.png) 0 0 repeat-y;
}

#swrap {
	width: 260px;
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#ctns {
	width: 260px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

#sub_box ul {
	margin-top: 80px;
}

#close {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;	
	background: url(../img/bg_close.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#sub_box ul li a {
	display: block;
	height: 50px;	
	line-height: 50px;
	text-align: left;
  text-indent:20px;
	color: #ccc;
	/zoom: 1;
}

#sub_box ul li a:hover {
	color: #fefffe;
	background: url(../img/bg_clone_a.png) 0 0 repeat-y;
}

#sub_box ul li a.sub_box_sub {
  text-indent:40px;
}

#sub_box ul li a.sub_box_sub2 {
  text-indent: 0;
  line-height: 1.4;
 padding: 20px;
	height: auto;
}

nav#nav_home ul li a,
nav#nav_home ul li span {
  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;
}



#sidebar_single nav#nav_home li a.current:before {
  content: " ";
  position: absolute;
  top: 19px;
  left: -11px;
  width: 11px;
  height: 20px;
  background: none;
}

#sidebar_single nav#nav_home li span.current:before {
  content: " ";
  position: absolute;
  top: 19px;
  left: -11px;
  width: 11px;
  height: 20px;
  background: none;
}

nav#nav_home ul li span {
	cursor: pointer;
}

nav#nav_home ul#nav_list li span.fst {
  display: block;
}

nav#nav_home ul#nav_list li span.lst {
  display: none;
}

.p_top {
	text-align: right;
}


/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	#content_single {
		height: auto !important;
	}

	#sidebar_single {
		position: static;
		height: auto !important;
	}

	#sub_box {
		position: static;
		display: none;
		width: 0!important;
	}

	#swrap {
		position: static;
		display: none;
	}

	#ctns {
		position: static;
		display: none;
	}

	#sub_box ul {
		position: static;
		display: none;
	}

	#close {
		position: static;
		display: none;
	}

	#nav_list {
		position: static;
		overflow: auto;
	}

	nav#nav_home ul ul.lst {
		z-index: 1;
	}

  nav#nav_home ul#nav_list li a,
  nav#nav_home ul#nav_list li span {
    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,nav#nav_home ul#nav_list li span.home {
    background: white url(../img/global_nav_sp_ie.png) 0 0 no-repeat;
    background: url(../img/global_nav_sp_ie.png) 0 0 no-repeat rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #d2d2d2;
  }
  nav#nav_home ul#nav_list li a.about,nav#nav_home ul#nav_list li span.about {
    background: white url(../img/global_nav_sp_ie.png) 0 -60px no-repeat;
    background: url(../img/global_nav_sp_ie.png) 0 -60px no-repeat rgba(255, 255, 255, 0.2);
  }
  nav#nav_home ul#nav_list li a.group,nav#nav_home ul#nav_list li span.group {
    background: white url(../img/global_nav_sp_ie.png) 0 -120px no-repeat;
    background: url(../img/global_nav_sp_ie.png) 0 -120px no-repeat rgba(255, 255, 255, 0.2);
  }
  nav#nav_home ul#nav_list li a.service,nav#nav_home ul#nav_list li span.service {
    background: white url(../img/global_nav_sp_ie.png) 0 -180px no-repeat;
    background: url(../img/global_nav_sp_ie.png) 0 -180px no-repeat rgba(255, 255, 255, 0.2);
  }
  nav#nav_home ul#nav_list li a.csr,nav#nav_home ul#nav_list li span.csr {
    background: white url(../img/global_nav_sp_ie.png) 0 -300px no-repeat;
    background: url(../img/global_nav_sp_ie.png) 0 -300px no-repeat rgba(255, 255, 255, 0.2);
  }
  nav#nav_home ul#nav_list li a.community,nav#nav_home ul#nav_list li span.community {
  background: white url(../img/global_nav_sp_ie.png) 0 -240px no-repeat;
  background: url(../img/global_nav_sp_ie.png) 0 -240px no-repeat rgba(255, 255, 255, 0.2);
  }
  nav#nav_home ul#nav_list li a.palethical,nav#nav_home ul#nav_list li span.palethical {
    background: white url(../img/global_nav_sp_ie.png) 0 -360px no-repeat;
    background: url(../img/global_nav_sp_ie.png) 0 -360px no-repeat rgba(255, 255, 255, 0.2);
  }
  nav#nav_home ul#nav_list li a.konsen,nav#nav_home ul#nav_list li span.konsen {
    background: white url(../img/global_nav_sp_ie.png) 0 -420px no-repeat;
    background: url(../img/global_nav_sp_ie.png) 0 -420px no-repeat rgba(255, 255, 255, 0.2);
  }

  nav#nav_home ul#nav_list li.links {
    margin:10px 5px 10px 13px  !important;
	display: block;
  }
  nav#nav_home ul#nav_list li.links a {
    text-indent: 5px !important;
    line-height: 25px;
    height : 20px !important;
    width : 155px !important;
    margin:0 !important;
    font-size: 12px;
    border-bottom: 1px dotted #54b354 !important;
    border-left: 0px !important;
    border-right: 0px !important;
	display: inline;
  }
  nav#nav_home ul#nav_list li a.tvcm {
    text-indent: 5px !important;
    line-height: 25px;
    height : 20px !important;
    width : 100px !important;
    margin:10px 5px 10px 13px  !important;
    font-size: 12px;
    border-bottom: 1px dotted #54b354 !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

/*  nav#nav_home ul#nav_list li a.group,nav#nav_home ul#nav_list li span.group,nav#nav_home ul#nav_list li span.other {
    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,nav#nav_home ul#nav_list li span.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#nav_home ul#nav_list li span.current:before {
    content: " ";
    position: absolute;
    top: 19px;
    left: -11px;
    width: 11px;
    height: 20px;
    background: none;
  }

	nav#nav_home ul#nav_list li span.lst {
	  display: block;
	}
	
  nav#nav_home ul#nav_list li span.fst {
	  display: none;
  }

	nav#nav_home ul#nav_list li ul li {
		background: #f3f3f3;
		border-top: none;
		border-bottom: none;
	}

	nav#nav_home ul#nav_list li ul li a {
		width: 248px;
		padding: 0 20px 0 30px;
		border-bottom: none;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		color: black;
		text-indent: 1px;
     white-space: nowrap;
	}

	nav#nav_home ul#nav_list li ul li a.sub_box_sub2 {
		white-space: normal;
		vertical-align: middle;
		height: auto;
		padding-top: 22px;
		padding-bottom: 22px;
		line-height: 1.4;
}

  nav#nav_home .endBorder {
    border-bottom: 1px solid #d2d2d2 !important;
  }

}

/* 20160421緊急対応分
-------------------------------------------------- */
#wrapper_single #content_single .cap{
	color:#666;
	font-size:100%;
	text-align:right;
}
#wrapper_single #content_single #kbokin{
	border:solid 2px #26804C;
	padding:20px;
}
#wrapper_single #content_single #kbokin p{
	margin:0;
	padding:0;
}
#wrapper_single #content_single #kbokin .ttl{
	font-size:140%;
}

#wrapper_single #content_single #kbokin .total{
	color:#26804C;
	font-weight:bold;
	margin:10px 0;
}
#wrapper_single #content_single #kbokin .total .bokin{
	font-size:140%;
	font-weight:bold;
	margin:0 5px;
}
#wrapper_single #content_single #kbokin .link{
	margin-top:10px;
}
#wrapper_single #content_single #kbokin .link a{
	font-weight:bold;
}

/* 20160509品質保証リンク追加
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1260px) {
	p#housyanoulink {
		margin-bottom:5px;
	}
}
@media only screen and (max-width: 767px) {
	p#housyanoulink {
		margin-bottom:5px;
	}

}

/* /メニュー
-------------------------------------------------- */

#content_single article .article_header .sbm_wrap {
	height: 26px;
}

#addthis_button_google_plusone {
	float: right;
}

footer#footer_single .footer_clm ul.ft_link_a {
	/*width: 790px;*/
}

footer#footer_single {
	margin-bottom: 0;
}


/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	#sidebar_single {
	footer#footer_single .footer_clm ul.ft_link_a {
		width: 100%;
	}

}


/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1260px) {
	footer#footer_single .footer_clm ul.ft_link_a {
		width: 100%;
	}
	.copyright {
		clear: both;
	}
}

html>/**/body{
	margin:0 auto;
}


