@charset "utf-8";

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/
*/

img,
object,
embed,
video {
  max-width: 100%;
}


/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */

.ie6 img {
  width: 100%;
}

html {
  margin-top: 0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  font-size: 16px;
}


/*
  Dreamweaver 可変グリッドプロパティ
  ----------------------------------
  dw-num-cols-mobile:    5;
  dw-num-cols-tablet:    8;
  dw-num-cols-desktop:  10;
  dw-gutter-percentage:  25;

  以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」
  http://www.alistapart.com/articles/responsive-web-design

  および Joni Korpi 氏の「Golden Grid System」
  http://goldengridsystem.com/
*/


/******************************
 * float clear
 ******************************/

.hpb-clear {
  clear: both;
}

.hpb-clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.hpb-clearfix {
  zoom: 1;
  /* for IE6 */
}


/******************************
 * 見出し (h1-h6)
 ******************************/


/* 飾りなし */

.hpb-parts-hl-01 {
  margin: 0;
  padding: 0 0.2em;
  border: none !important;
  line-height: 1.2em;
}


/* 下線 1 */

.hpb-parts-hl-02 {
  margin: 0;
  padding: 0 0.2em;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-left-style: none !important;
  line-height: 1.2em;
}


/* 下線 2 (2重線) */

.hpb-parts-hl-03 {
  margin: 0;
  padding: 0 0.2em;
  border-bottom-width: 3px !important;
  border-bottom-style: double !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-left-style: none !important;
  line-height: 1.2em;
}


/* 線囲み 1 */

.hpb-parts-hl-04 {
  margin: 0;
  padding: 0 0.2em;
  border-width: 1px !important;
  border-style: solid !important;
  line-height: 1.2em;
}


/* 線囲み 2 (2重線) */

.hpb-parts-hl-05 {
  margin: 0;
  padding: 0 0.2em;
  border-width: 3px !important;
  border-style: double !important;
  line-height: 1.2em;
}


/* 飾りつき 1 (左■付き) */

.hpb-parts-hl-06 {
  margin: 0;
  padding: 0 0 0 0.2em;
  border-left-width: 1.2em !important;
  border-left-style: solid !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  line-height: 1.2em;
}


/* 飾りつき 2 (左■付き＆下線) */

.hpb-parts-hl-07 {
  margin: 0;
  padding: 0 0 0 0.2em;
  border-left-width: 1.2em !important;
  border-left-style: solid !important;
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-top-style: none !important;
  border-right-style: none !important;
  line-height: 1.2em;
}


/* 飾りつき 3 (左■付き＆線囲み) */

.hpb-parts-hl-08 {
  margin: 0;
  padding: 0 0 0 0.2em;
  border-style: solid !important;
  border-width: 2px 2px 2px 1.2em !important;
  line-height: 1.2em;
}


/******************************
 * 文章枠 (div)
 ******************************/


/* 装飾なし */

.hpb-parts-cbox-01 {
  margin: 0;
  padding: 5px;
  border: none;
}


/* 線囲み 1 (実線) */

.hpb-parts-cbox-02 {
  margin: 0;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
}


/* 線囲み 2 (点線) */

.hpb-parts-cbox-03 {
  margin: 0;
  padding: 4px;
  border-width: 1px;
  border-style: dotted;
}


/* 線囲み 3 (2重線) */

.hpb-parts-cbox-04 {
  margin: 0;
  padding: 2px;
  border-width: 3px;
  border-style: double;
}


/******************************
 * 水平線 (hr)
 ******************************/


/* 水平線 1 (実線・細) */

.hpb-parts-hr-01 {
  margin: 0.5em 0;
  border-width: 1px 0 0 0 !important;
  border-top-style: solid !important;
}


/* 水平線 2 (実線・太) */

.hpb-parts-hr-02 {
  margin: 0.5em 0;
  border-width: 2px 0 0 0;
  border-top-style: solid;
}


/* 水平線 3 (点線・細) */

.hpb-parts-hr-03 {
  margin: 0.5em 0;
  border-width: 1px 0 0 0;
  border-top-style: dotted;
  height: 0;
}


/* 水平線 4 (点線・太) */

.hpb-parts-hr-04 {
  margin: 0.5em 0;
  border-width: 2px 0 0 0;
  border-top-style: dotted;
  height: 0;
}


/* 水平線 5 (破線・細) */

.hpb-parts-hr-05 {
  margin: 0.5em 0;
  border-width: 1px 0 0 0;
  border-top-style: dashed;
}


/* 水平線 6 (破線・太) */

.hpb-parts-hr-06 {
  margin: 0.5em 0;
  border-width: 2px 0 0 0;
  border-top-style: dashed;
}


/* 水平線 7 (2重線) */

.hpb-parts-hr-07 {
  margin: 0.5em 0;
  border-width: 3px 0 0 0;
  border-top-style: double;
}


/******************************
 * デフォルトスタイル設定
 ******************************/

.hpb-parts-cnt-style {
  text-align: left;
}

.hpb-parts-hl-style {
  border-color: #cccccc;
}

.hpb-parts-cbox-style {
  text-align: left;
}

.hpb-parts-hr-style {
  clear: both;
}

.hpb-parts-pbox-style {
  border-color: #cccccc;
}

#header-img {
  margin-top: 5px;
}


/* 要素リセット */

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  color: #666666;
  /* 標準文字色 */
  background-position: top left;
  background-repeat: repeat-x;
}


/* Safari用ハック 文字サイズ調整 */


/*\*/

html:\66irst-child body {
}


/* end */

img {
  border: 0;
}


/* モバイルレイアウト : 480 px およびそれ以下. */

body {
  min-width: 100px;
}

/***************************
ドロワーメニュー
****************************/
.my-menu ul li {
	text-align: left;
}
nav.mm ul > li span,
nav.mm ul > li a,
.mmet {
	background: none;
  text-align: left;
  text-decoration: none;
	color: #111;
	font-size: 15px;
	border: none;
}
nav.mm ul.mm-listview > li {
  border-bottom: 1px solid #bcbcbc;
}
nav.mm ul > li.mmenu-close a.close {
	border-bottom: 2px solid #fff;
}
.mm-listview>li>a,
.mm-listview>li>span {
	padding: 15px;
}
nav.mm ul > li ul.mm-listview > li > a {
	border-bottom: 1px solid #fff;
}
nav.mm ul > li ul.mm-listview > li:last-child > a {
	border: none;
}
.mm-menu.mm-offcanvas {
  width: 100%;
  max-width: 100%;
	z-index: 100;
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next {
	background: none;
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	height: 52px;
}

.mm-listview>li.mm-vertical>.mm-next::after,
.mm-vertical .mm-listview>li>.mm-next::after {
	top: 20px;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	padding: 2px 0 2px 10px;
}

.mm-listview>li:not(.mm-divider)::after {
	border: none;
}

.mm-listview .mm-next::before {
	border-left: 1px solid #fff;
}

.mm-menu .mm-listview>li .mm-next::after {
	border-color: #fff;
}

.mm-next::after,
.mm-prev::before {
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
}

nav.mm ul>li a.mm-li-child {
	background: #fff;
}

.mm-listview>li.sp-mm-li-parent {
	border-bottom: 1px solid #fff;
}

.mm-menu.mm-offcanvas,
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
	margin-top: 61px;
	background: #efefef;
}
.mmenu-offcanvas {
	margin-top: 52px;
}
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel {
	background: #efefef;
}
.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 0;
}

.mm-menu {
	background: none;
}
nav.mm ul > li.mmenu-close a {
	text-align: center;
	padding: 15px;
	font-size: 16px;
}
nav.mm ul > li.mmenu-head-li {
	font-size: 0;
	background: #efefef;
}
nav.mm ul > li .mmenu-head-logo,
nav.mm ul > li .mmenu-head-close {
	display: inline-block !important;
	padding: 0 !important;
	width: 50%;
	vertical-align: top;
}
nav.mm ul > li .mmenu-head-logo img {
	display: inline-block;
	width: 75px;
	margin-left: 5px;
}
nav.mm ul > li .mmenu-head-close {
	text-align: right;
}
nav.mm ul > li .mmenu-head-close a {
	display: inline-block;
	margin-right: 10px;
	font-size: 30px;
	text-decoration: none;
	padding: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container {
  width: 100%;
  margin: 0;
}

#hpb-container:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#hpb-header {
  width: 100%;
	margin: 0 auto;
  zoom: 1;
  clear: both;
}

#hpb-inner {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
}

.hpb-layoutset-01 #hpb-inner {
  /*background-image : url(../img/cLine_1E_01.png);*/
  background-position: top left;
  background-repeat: repeat-x;
}

#hpb-inner:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#hpb-wrapper {
  width: 100%;
  float: left;
}

#hpb-title {
  margin-top: 0;
}

.hpb-layoutset-01 #hpb-title {
  width: 100%;
  height: auto;
  margin-top: 5px;
}

* html .hpb-layoutset-01 #hpb-title {
  position: absolute;
  top: 0;
  left: 0;
}

#hpb-main {
  width: 100%;
  padding-top: 10px;
  text-align: left;
}

* html .hpb-layoutset-01 #hpb-main {
  padding-top: 290px;
}

#hpb-aside {
  width: 100%;
  float: right;
}

.hpb-layoutset-01 #hpb-aside {
  padding-top: 0;
  text-align: center;
}

#hpb-footer {
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  clear: both;
}

#hpb-nav {
  display: inline-block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin-top: 1px;
}

#hpb-header div#open_list a {
  padding: 2px 5px;
}
#open_list {
  display: inline-block;
  width: 50%;
  text-align: right;
  background: none;
  color: #fff;
  padding: 0;
  border: none;
  line-height: inherit;
  margin-top: 3px;
  float: none;
  z-index: 52;
  vertical-align: top;
}
#open_list a {
  display: inline-block;
  margin-right: 10px;
  background: #004e22;
}
#open_list .menu_bar_icon {
  display: inline-block;
}

#open_list .menu_bar_icon i.fa,
#open_list .menu_bar_icon i.fas {
  font-size: 36px;
  margin: 0;
  position: relative;
  left: 0;
  bottom: 0;
  font-weight: normal;
}

#open_list .my_menu_menu {
  display: block;
  font-size: 10px;
}

#open_list i {
  color: #fff;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/


/* 背景設定 */


/* コンテンツ配置領域 */


/* ナビゲーション */

#hpb-nav ul {
  display: block;
  width: 100%;
  height: 50px;
  margin: -1px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

#hpb-nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#hpb-nav li {
  display: inline-block;
  width: 19%;
  height: 50px;
  margin-right: 0;
  text-align: center;
  vertical-align: top;
}

*:first-child+html #hpb-nav li {
  display: inline;
}

* html #hpb-nav li {
  display: inline;
}

#hpb-nav li a {
  display: block;
  font-size: 13px;
  height: 50px;
  font-weight: bold;
  padding: 7px 3px 0;
  border-bottom: 4px solid #9fa0a1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d1), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #d1d1d1);
  background: -moz-linear-gradient(#fff, #d1d1d1);
  background: -o-linear-gradient(#fff, #d1d1d1);
  background: -ms-linear-gradient(#fff, #d1d1d1);
  background: linear-gradient(#fff, #d1d1d1);
}

#hpb-nav li#nav-contact {
  margin-right: -6px;
}

#hpb-nav li.current a {
  color: #11593a;
  text-decoration: none;
  border-bottom-color: #11593a;
}

#hpb-nav li span.ja {
  display: none;
}

#hpb-nav li span.en {
  font-family: Arial, Helvetica, sans-serif;
}

#hpb-nav a:link {
  color: #666666;
  text-decoration: none;
}

#hpb-nav a:visited {
  color: #666666;
  text-decoration: none;
}

#hpb-nav a:hover {
  color: #11593a;
  text-decoration: none;
  border-bottom-color: #11593a;
}

#hpb-nav a:active {
  color: #11593a;
  text-decoration: none;
  border-bottom-color: #11593a;
}


/* ヘッダー内パーツ */

#hpb-headerExtra1 {
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  float: right;
  text-align: right;
}

#hpb-headerExtra1 p.tel {
  /* 電話番号の文字設定 */
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  line-height: 1.2;
  text-align: right;
}

#hpb-headerExtra1 p.address {
  /* 住所文字設定 */
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: right;
  font-size: 12px;
}


/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/


/* ヘッダー内パーツ */

#hpb-headerMain {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

#hpb-headerMain h1 {
  margin: 0;
  padding: 2px 0 0 5px;
  text-align: left;
  font-weight: normal;
  line-height: 1.2;
  font-size: 10px;
}

#hpb-headerLogo {
  display: inline-block;
  width: 50%;
  clear: left;
  padding-top: 1px;
  margin: 3px 0 0 0 ;
}

#hpb-headerLogo a {
  display: block;
  text-align: left;
  margin: 0 0 0 5px;
  padding: 0;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
}

/* フッター内パーツ */

#hpb-footerMain {
  margin-top: 5px;
  clear: both;
}

#hpb-footerMain p {
  /* コピーライト文字設定 */
  font-size: 0.8em;
  text-align: center;
}

#hpb-footerExtra1 {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

#hpb-footerExtra1 ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  clear: both;
}

#hpb-footerExtra1 li {
  /* フッターナビ設定 */
  display: inline-block;
  width: 47%;
  margin: 6px 1.5%;
}
#hpb-footerExtra1 li a {
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 14px 0;
  margin: 0;
  font-size: 13px;
  background: #fdfffe;
/* Old browsers */
  background: -moz-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfffe), color-stop(67%, #e2e3e5));
/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
/* IE10+ */
  background: linear-gradient(to bottom, #fdfffe 0%, #e2e3e5 67%);
/* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#e2e3e5', GradientType=0);
/* IE6-9 */
}
#hpb-footerExtra1 a:link {
  color: #666666;
  text-decoration: none;
}

#hpb-footerExtra1 a:visited {
  color: #666666;
  text-decoration: none;
}

#hpb-footerExtra1 a:hover {
  color: #A2413C;
  text-decoration: underline;
}

#hpb-footerExtra1 a:active {
  color: #A2413C;
  text-decoration: underline;
}

/* サイドブロック内パーツ */

#banner {
  display: none;
}

#banner_r {
  display: block;
}

#banner_r ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#banner_r li {
  border: none;
  margin-bottom: 20px;
}

#banner_r li:last-child {
  margin-bottom: 0;
}

#banner_r li.shinsotsu-li {
  text-align: center;
}

#banner_r li a {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#banner_r li.shinsotsu-li a,
#banner_r li.shinsotsu-li a .main_menu {
  display: inline-block;
}

#banner_r a#banner-service {
  /* 製品一覧バナー */
  background-image: url(../img/banner_1E_01.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#banner_r a#banner-recruit {
  /* 採用情報バナー */
  background-image: url(../img/banner_1E_02.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#banner_r a#banner-access {
  /* アクセスバナー */
  background-image: url(../img/banner_1E_03.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#biz_calendar p span.boxholiday,
#biz_calendar table.bizcal .holiday {
  background-color: #ff7722 !important;
}

#biz_calendar table.bizcal td {
  padding: 10px 2px;
}
#companyinfo {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 20px;
}

#companyinfo h3 {
  text-align: left;
  font-size: 14px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 2px;
}

#companyinfo p {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 3px;
}

.twitter_title {
  background: #00aced;
  color: #fff;
  width: 250px;
  margin: 20px auto 0;
  padding: 10px;
  font-size: 14px;
}

#twitter_box {
  width: 250px;
  margin: 0 auto;
  border: 1px solid #ccc;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/


/* リンク文字色 */

a:link {
  color: #A2413C;
  text-decoration: underline;
}

a:visited {
  color: #A2413C;
  text-decoration: underline;
}

a:hover {
  color: #A2413C;
  text-decoration: none;
}

a:active {
  color: #A2413C;
  text-decoration: none;
}

#hpb-skip {
  /* ヘッダースキップの非表示 */
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}

p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
}

p.large {
  font-size: 16px;
  margin-bottom: 1em;
  padding-left: 10px;
}

p.indent {
  padding-left: 5px;
}
ul {
  padding-left: 10px;
}
.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

hr {
  width: 100%;
  height: 1px;
  margin: 10px auto 20px;
  padding: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: none;
}

.hpb-layoutset-02 h2 {
  background-image: url(../img/titleBg_1E.png);
  width: 650px;
  margin: 0;
  height: 50px;
  line-height: 57px;
  text-align: left;
  overflow: hidden;
}

.hpb-layoutset-02 h2 span.ja {
  font-size: 1.15em;
  color: #ffffff;
  padding-right: 15px;
  line-height: 50px;
  padding-left: 18px;
}

h2 span.en {
  font-size: 1.15em;
  color: #A2413C;
  font-weight: normal;
}

#hpb-wrapper h3 {
  height: 40px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  padding-left: 10px;
  line-height: 43px;
  overflow: hidden;
  font-size: 1.3em;
  background-image: url(../img/indexBg_1E.png);
  background-position: top left;
  background-repeat: no-repeat;
}

h3.hpb-c-index {
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}

h4 {
  margin: 0;
  padding: 5px 10px 2px 5px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: #A2413C;
}
h4.sidebar-title {
  font-size: 14px;
  color: #11593a;
  font-weight: bold;
}
h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0 5px 5px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  color: #333333;
}

table {
  margin: 5px auto 5px 0;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
}

table th {
  padding: 8px 15px 8px 8px;
  text-align: left;
  background-color: #eeeeee;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

table td {
  padding: 8px 15px 8px 8px;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}


/* フォームパーツ設定 */

input.button {
  margin-top: 10px;
  margin-bottom: 15px;
}

textarea {
  width: 400px;
  height: 200px;
}
#content_main .main_form {
  width: 91%;
  margin: 0 4.5%;
}
#content_main .main_form .mw_wp_form .error {
  color: #fff;
}
#content_main form textarea {
  width: 100%;
}
input[type="submit"] {
  width: 200px;
  padding: 12px 0;
}
input.l {
  width: 400px;
}

input.m {
  width: 250px;
}

input.s {
  width: 150px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#hpb-main ul li {
  text-align: center;
  line-height: 1.4;
  padding: 10px 15px 10px 10px;
}

#hpb-main ul li .main_menu {
  margin: 0 auto;
}

#hpb-main #banner_r .sub_menu li {
  background: #dcd3b2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,c4c4c4+100 */
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #c4c4c4 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c4c4c4', GradientType=0);
  /* IE6-9 */
  background: #C4C4C4;
  padding: 10px 20px 0;
  border: 1px solid #e5e4e6;
  font-size: 14px;
  font-weight: bold;
  width: 245px;
  height: 45px;
  margin: 0 auto;
}

#hpb-main dl {
  margin: 0;
  padding: 0;
  zoom: 100%;
}

#hpb-main dt {
  float: left;
  margin: 0;
  text-align: center;
  line-height: 16px;
  min-height: 16px;
  font-weight: bold;
  width: 170px !important;
  padding: 10px 0 10px 10px;
  color: #000000;
}

#hpb-main dd {
  margin: 0;
  padding: 10px 15px 10px 180px;
  text-align: left;
  line-height: 16px;
  min-height: 16px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #aaaaaa;
}

*:first-child+html #hpb-main dd {
  /* for IE7 */
  padding-left: 10px;
  min-height: 20px;
}

* html #hpb-main dd {
  /* for IE6 */
  padding-left: 0;
  height: 20px;
}

#hpb-main dl:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#hpb-main img.left {
  margin: 5px 20px 10px 0;
  float: left;
}

#hpb-main img.right {
  margin: 5px 20px 10px 0;
  float: right;
}

#pagetop {
  margin: 20px auto 10px;
  text-align: right;
}

#pagetop a {
  /* ページの先頭へのリンク設定 */
  display: block;
  margin-left: auto;
  width: 105px;
  height: 20px;
  overflow: hidden;
  background-image: url(../img/returnTop_1E.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -9999px;
}


/* トップページ デザイン定義 */

.hpb-layoutset-01 #hpb-title h2 {
  min-width: 260px;
  min-height: 120px;
  margin-top: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../img/mainimg_1E.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#toppage-news h3 span.ja {
  display: none;
}


/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
  border-color: #cccccc;
}

.hpb-parts-hl-style {
  border-color: #cccccc;
  background-image: none !important;
}

.hpb-parts-cbox-style {
  border-color: #cccccc;
}

.hpb-parts-hr-style {
  border-color: #cccccc;
}

.hpb-parts-pbox-style {
  border-color: #cccccc;
}

.hpb-parts-pbox-style h4 {
  padding: 0 !important;
}

.hpb-parts-blist-style {
  border-color: #666666;
}

a.hpb-parts-blist-style:link {
  color: #666666;
}

a.hpb-parts-blist-style:visited {
  color: #666666;
}

a.hpb-parts-blist-style:hover {
  color: #a2413c;
}

a.hpb-parts-blist-style:active {
  color: #a2413c;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* End hide from IE-mac */


/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

.facebook {
  text-align: center;
  margin: 0 0 20px;
}

.facebook_title {
  background: #3b5998;
  color: #fff;
  width: 250px;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
}


/*--------------------------------------------------------
 WordPress css
 ------------------------------------------------------*/

#header_box {
  display: none;
}

#header_box_t {
  display: none;
}

#header_box_s {
  display: block;
  font-size: 0;
  width: 100%;
}

#toppage {
  width: 100%;
  float: left;
  border-bottom: 1px solid #666;
}

#toppage-topics h3 {
  height: 40px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  padding-left: 10px;
  line-height: 43px;
  overflow: hidden;
  font-size: 1.3em;
  background: url(../img/indexBg_1E.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-weight: bold;
}

#toppage-news h3 {
  height: 40px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  padding-left: 10px;
  line-height: 43px;
  overflow: hidden;
  font-size: 1.3em;
  background: url(../img/indexBg_1E.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-weight: bold;
}

#hpb-headerLogo img {
  width: 150px;
}

.row {
  width: 100%;
  font-size: 14px;
}

.row .row {
	margin: 0;
}

.button {
  background: #222;
}

#htp-title h2 {
  width: 100%;
}

#hpb-title h2.page {
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
  /* IE6-9 */
  width: 100%;
  margin: 0 auto 0.5em 0;
  min-height: 50px;
  max-height: 60px;
  text-align: left;
  overflow: hidden;
  text-indent: 0;
}

#hpb-title h2.page span.ja {
  font-size: 24px;
  color: #ffffff;
  padding-right: 15px;
  line-height: 50px;
  padding-left: 18px;
}

#hpb-title h2.page span.en {
  font-size: 24px;
  color: #A2413C;
  font-weight: normal;
}

#content_free {
  width: 100%;
}

#content_free #hpb-title {
  width: 100%;
  height: auto;
  margin: 0;
}

#inner {
  width: 100%;
}

#content_main {
  width: 100%;
  padding-top: 10px;
  text-align: left;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
}

#content_main h3 {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  height: 40px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  padding-left: 10px;
  line-height: 43px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  background-image: url(../img/indexBg_1E.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#content_main #banner li {
  padding: 0;
  border-bottom: none;
}

#content_main dt {
  float: left;
  margin: 0;
  text-align: left;
  line-height: 1.5em;
  min-height: 16px;
  font-weight: bold;
  width: 170px !important;
  padding: 10px 0 10px 10px;
  color: #000000;
}

#content_main dd {
  margin: 0;
  padding: 10px 15px 10px 180px;
  text-align: left;
  line-height: 1.5em;
  min-height: 16px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #aaaaaa;
}

#news {
  clear: both;
}

#concept p {
  width: 98%;
  margin: 5px 1%;
}

#concept img.left {
  clear: both !important;
  width: 95%;
  margin: 5px 2.5% 10px;
  display: block;
}


/*--------------------------------------------------------
  foundation css
--------------------------------------------------------*/

.large-9 {
  width: 100%;
}

.columns {
  padding: 0;
}


/* カレンダーの位置設定 */

table#wp-calendar {
  display: inline-block;
}

li div#eo_calendar_widget-2_content {
  text-align: center;
}


/*-------------------------------------------
 パンくずのcss
--------------------------------------------*/

.pankuzu_list {
  clear: both;
  text-align: left;
  padding-left: 10px;
  margin: 0 0 8px;
}

.pankuzu_list ul {
  margin: 0;
}

.pankuzu_list li {
  display: inline;
}


/* タブレットレイアウト : 481 px ～ 768 px */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px */

@media only screen and (min-width: 769px) {
  body {
    min-width: 900px;
  }
  /*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
  #hpb-container:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  #hpb-header {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    height: auto;
  }
  #hpb-inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
  }
  #hpb-inner:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  #hpb-wrapper {
    width: 655px;
    float: left;
  }
  #hpb-title {
    margin-top: 0;
  }
  .hpb-layoutset-01 #hpb-title {
    width: 900px;
    height: 280px;
    margin-right: -245px;
    float: left;
    margin-top: -3px;
  }
  * html .hpb-layoutset-01 #hpb-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  #hpb-main {
    width: 900px;
    padding-top: 10px;
    text-align: left;
    float: left;
    margin-bottom: 30px;
  }
  * html .hpb-layoutset-01 #hpb-main {
    padding-top: 290px;
  }
  #hpb-aside {
    width: 280px;
    float: right;
  }
  .hpb-layoutset-01 #hpb-aside {
    padding-top: 0;
    text-align: center;
  }
  #sbc-calendar {
    margin-bottom: 5px !important;
  }
  #hpb-footer {
    width: 900px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    clear: both;
  }
  #hpb-nav {
    display: inline-block;
    width: 100%;
    height: 36px;
    overflow: hidden;
    margin-top: 10px;
  }
  #header-img {
    margin-top: -2px;
  }
  
  /*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
  /* 背景設定 */
  /* コンテンツ配置領域 */
  /* ナビゲーション */
  #hpb-nav ul {
    width: 100%;
    height: 100%;
    display: block;
    margin: -1px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
  }
  #hpb-nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #hpb-nav li {
    display: inline-block;
    width: 19.5%;
    height: 100%;
    overflow: hidden;
    border: none;
    border-left-width: 0;
    border-left-style: solid;
    border-left-color: #adadad;
    border-radius: 0;
    padding: 0;
    margin-right: 0.25%;
    text-align: center;
  }
  #hpb-nav li.current a {
    color: #11593a;
    border-bottom-color: #11593a;
  }
  #hpb-nav li#nav-contact {
    margin-right: -0.5%;
  }
  *:first-child+html #hpb-nav li {
    display: inline;
  }
  * html #hpb-nav li {
    display: inline;
  }
  #hpb-nav li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    height: 100%;
    padding: 10px 0 0 0;
    font-weight: bold;
    border-bottom: 4px solid #9fa0a1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d1), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #d1d1d1);
    background: -moz-linear-gradient(#fff, #d1d1d1);
    background: -o-linear-gradient(#fff, #d1d1d1);
    background: -ms-linear-gradient(#fff, #d1d1d1);
    background: linear-gradient(#fff, #d1d1d1);
  }
  #hpb-nav li span.ja {
    display: none;
  }
  #hpb-nav li span.en {
    font-family: Arial, Helvetica, sans-serif;
  }
  #hpb-nav a:link {
    color: #666666;
    text-decoration: none;
  }
  #hpb-nav a:visited {
    color: #666666;
    text-decoration: none;
  }
  #hpb-nav a:hover {
    color: #11593a;
    text-decoration: none;
    border-bottom-color: #11593a;
  }
  #hpb-nav a:active {
    color: #11593a;
    text-decoration: none;
    border-bottom-color: #11593a;
  }
  /* ヘッダー内パーツ */
  #hpb-headerExtra1 {
    width: 680px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
  }
  #hpb-headerExtra1 p.tel {
    /* 電話番号の文字設定 */
    display: block;
    margin: 5px 0 0;
    padding: 0;
    font-size: 1.0em;
    line-height: 1.2;
    text-align: right;
  }
  #hpb-headerExtra1 p.tel a {
    text-decoration: none;
    display: inline-block;
  }
  #hpb-headerExtra1 p.tel a span.header-tel-number {
    text-decoration: none;
    font-size: 32px;
    font-weight: bold;
    color: #11593a;
    display: inline-block;
}
  #hpb-headerExtra1 p.tel img {
    width: 26px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
  }
  #hpb-headerExtra1 p.exp {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 11px;
    color: #FDFFFF;
    padding: 5px 0;
  }
  #hpb-headerExtra1 p.exp span {
    background: #11593A;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    padding: 5px 10px;
    font-weight: normal;
  }
  #hpb-headerExtra1 p.address {
    /* 住所文字設定 */
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: right;
    font-size: 12px;
  }
  /*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
  /* ヘッダー内パーツ */
  #hpb-headerMain {
    margin: 0 auto;
    width: 100%;
    float: left;
    height: auto;
  }
  #hpb-headerMain h1 {
    margin: 0;
    padding: 2px 0 0;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
    font-size: 10px;
  }
  #hpb-headerLogo {
    display: inline-block;
    width: 220px;
    float: left;
    padding-top: 1px;
    margin-left: 0;
    margin-right: 0;
  }
  #hpb-headerLogo a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-position: top left;
    background-repeat: no-repeat;
  }
  /* フッター内パーツ */
  #hpb-footerMain {
    margin-top: 5px;
  }
  #hpb-footerMain p {
    /* コピーライト文字設定 */
    font-size: 0.8em;
    text-align: center;
  }
  #hpb-footerExtra1 {
    width: 900px;
    text-align: center;
    margin-top: 6px;
  }
  #hpb-footerExtra1 ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  #hpb-footerExtra1 li {
    /* フッターナビ設定 */
    display: inline-block;
    width: auto;
    margin: 0 5px;
  }
  #hpb-footerExtra1 li a {
	  background: none;
	  border: none;
    width: auto;
    padding: 0;
  }
  #hpb-footerExtra1 a:link {
    color: #666666;
    text-decoration: underline;
  }
  #hpb-footerExtra1 a:visited {
    color: #666666;
    text-decoration: underline;
  }
  #hpb-footerExtra1 a:hover {
    color: #A2413C;
    text-decoration: underline;
  }
  #hpb-footerExtra1 a:active {
    color: #A2413C;
    text-decoration: underline;
  }
  /* サイドブロック内パーツ */
  #banner {
    display: block;
    text-align: center;
  }
  #banner_r {
    display: none;
  }
  #banner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #hpb-main #banner ul li {
    text-align: center;
    padding: 0;
    border-bottom-width: 0;
  }
  #banner li a {
    display: block;
    width: 250px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0;
    overflow: hidden;
  }
  #hpb-main #banner ul li.shinsoli {
    text-align: center;
    padding: 0;
    border-bottom-width: 0;
  }
  #banner li.shinsoli a {
    display: block;
    width: 250px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfffe+0,e2e3e5+67 */
    background: #fdfffe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfffe), color-stop(67%, #e2e3e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fdfffe 0%, #e2e3e5 67%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#e2e3e5', GradientType=0);
    /* IE6-9 */
    color: #8d8d8d;
    font-size: 20px;
    padding: 24px;
    text-decoration: none;
  }
  #banner li.shinsoli a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfffe+0,d3d4d6+67 */
    background: #fdfffe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fdfffe 0%, #d3d4d6 67%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfffe), color-stop(67%, #d3d4d6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfffe 0%, #d3d4d6 67%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfffe 0%, #d3d4d6 67%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfffe 0%, #d3d4d6 67%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fdfffe 0%, #d3d4d6 67%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#d3d4d6', GradientType=0);
    /* IE6-9 */
  }
  #banner a#banner-service {
    /* 製品一覧バナー */
    background-image: url(../img/banner_1E_01.png);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #banner a#banner-recruit {
    /* 採用情報バナー */
    background-image: url(../img/banner_1E_02.png);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #banner a#banner-access {
    /* アクセスバナー */
    background-image: url(../img/banner_1E_03.png);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #banner li a.member {
    background: url(../img/memintro_o.jpg);
    background-size: 100% auto;
  }
  #banner li a.member:hover {
    /*background-color:transparent;*/
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  #banner li a.boshu {
    background: url(../img/boshu_o.jpg);
    background-size: 100% auto;
    height: 56px;
  }
  #banner li a.boshu:hover {
    /*background-color:transparent;*/
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  #banner li a.business {
    background: url(../img/kikakueigyo_o.jpg);
    background-size: 100% auto;
  }
  #banner li a.business:hover {
    background-color: transparent;
  }
  #banner li a.business:hover img {
    visibility: hidden;
  }
  #banner li a.camera {
    background: url(../img/cameraman_o.jpg);
    background-size: 100% auto;
  }
  #banner li a.camera:hover {
    background-color: transparent;
  }
  #banner li a.camera:hover img {
    visibility: hidden;
  }
  #banner li a.web {
    background: url(../img/programmer_o.jpg);
    background-size: 100% auto;
  }
  #banner li a.web:hover {
    background-color: transparent;
  }
  #banner li a.web:hover img {
    visibility: hidden;
  }
  #banner li a.dtp {
    background: url(../img/dtpoperator_o.jpg);
    background-size: 100% auto;
  }
  #banner li a.dtp:hover {
    background-color: transparent;
  }
  #banner li a.dtp:hover img {
    visibility: hidden;
  }
  #banner li a.shinsotsu {
    background: url(../img/shinsotsu_o.jpg);
    background-size: 100% auto;
  }
  #banner li a.shinsotsu:hover {
    background-color: transparent;
  }
  #banner li a.shinsotsu:hover img {
    visibility: hidden;
  }
  #companyinfo {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  #companyinfo h3 {
    text-align: left;
    color: #000000;
    margin: 0 auto;
    padding: 0 0 0 2px;
  }
  #companyinfo p {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 3px;
  }
  /*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/
  /* リンク文字色 */
  a:link {
    color: #A2413C;
    text-decoration: underline;
  }
  a:visited {
    color: #A2413C;
    text-decoration: underline;
  }
  a:hover {
    color: #A2413C;
    text-decoration: none;
  }
  a:active {
    color: #A2413C;
    text-decoration: none;
  }
  #hpb-skip {
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
  }
  p {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    font-size: 14px;
  }
  p.large {
    margin-bottom: 1em;
    padding-left: 10px;
  }
  p.indent {
    padding-left: 5px;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .text-center {
    text-align: center;
  }
  hr {
    width: 100%;
    height: 1px;
    margin: 10px auto 20px;
    padding: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
  }
  .hpb-layoutset-02 h2 {
    background-image: url(../img/titleBg_1E.png);
    width: 650px;
    margin: 0 auto 0.5em 0;
    height: 50px;
    line-height: 57px;
    text-align: left;
    overflow: hidden;
  }
  .hpb-layoutset-02 h2 span.ja {
    font-size: 1.15em;
    color: #ffffff;
    padding-right: 15px;
    line-height: 50px;
    padding-left: 18px;
  }
  h2 span.en {
    font-size: 1.15em;
    color: #A2413C;
    font-weight: normal;
  }
  #hpb-wrapper h3 {
    height: 40px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-left: 10px;
    line-height: 43px;
    overflow: hidden;
    font-size: 1.3em;
    background-image: url(../img/indexBg_1E.png);
    background-position: top left;
    background-repeat: no-repeat;
  }
  h3.hpb-c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
  }
  h4 {
    margin: 0;
    padding: 5px 10px 2px 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #A2413C;
  }
  h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0 5px 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #333333;
  }
  table {
    margin: 5px auto 5px 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
  }
  table th {
    padding: 8px 15px 8px 8px;
    text-align: left;
    background-color: #eeeeee;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
  }
  table td {
    padding: 8px 15px 8px 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
  }
  /* フォームパーツ設定 */
  input.button {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  textarea {
    width: 400px;
    height: 200px;
  }
  input.l {
    width: 400px;
  }
  input.m {
    width: 250px;
  }
  input.s {
    width: 150px;
  }
  /* メインコンテンツ内基本パーツ */
  #hpb-main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 250px;
    display: inline-block;
  }
  #hpb-main ul li {
    text-align: left;
    line-height: 1.4;
    padding: 10px 15px 10px 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #aaaaaa;
  }
  #hpb-main dl {
    margin: 0 0 30px;
    padding: 0;
    zoom: 100%;
  }
  #hpb-main dt {
    float: left;
    margin: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    width: 170px !important;
    padding: 10px 0 10px 10px;
    color: #000000;
  }
  #hpb-main dd {
    margin: 0;
    padding: 10px 15px 10px 180px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #aaaaaa;
  }
  *:first-child+html #hpb-main dd {
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
  }
  * html #hpb-main dd {
    /* for IE6 */
    padding-left: 0;
    height: 20px;
  }
  #hpb-main dl:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  #hpb-main img.left {
    margin: 5px 20px 10px 0;
    float: left;
  }
  #hpb-main img.right {
    margin: 5px 0 10px 20px;
    float: right;
  }
  #pagetop {
    margin: 20px auto 10px;
    text-align: right;
  }
  #pagetop a {
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    width: 105px;
    height: 20px;
    overflow: hidden;
    background-image: url(../img/returnTop_1E.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
  }
  /* トップページ デザイン定義 */
  .hpb-layoutset-01 #hpb-title h2 {
    margin-top: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 275px;
    background-image: url(../img/mainimg_1E.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
  #toppage-news h3 span.ja {
    display: none;
  }
  /*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/
  .hpb-parts-cnt-style {
    border-color: #cccccc;
  }
  .hpb-parts-hl-style {
    border-color: #cccccc;
    background-image: none !important;
  }
  .hpb-parts-cbox-style {
    border-color: #cccccc;
  }
  .hpb-parts-hr-style {
    border-color: #cccccc;
  }
  .hpb-parts-pbox-style {
    border-color: #cccccc;
  }
  .hpb-parts-pbox-style h4 {
    padding: 0 !important;
  }
  .hpb-parts-blist-style {
    border-color: #666666;
  }
  a.hpb-parts-blist-style:link {
    color: #666666;
  }
  a.hpb-parts-blist-style:visited {
    color: #666666;
  }
  a.hpb-parts-blist-style:hover {
    color: #a2413c;
  }
  a.hpb-parts-blist-style:active {
    color: #a2413c;
  }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix {
    display: inline-block;
  }
  /* Hides from IE-mac \*/
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  /* End hide from IE-mac */
  /*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
  #toppage-topics {
    font-size: 0;
  }
  .facebook {
    display: inline-block;
    text-align: center;
    width: 580px;
    margin: 0 10px;
    vertical-align: top;
  }
  .facebook_title {
    background: #3b5998;
    color: #fff;
    width: 250px;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
  }
  .twitter_title {
    background: #00aced;
    color: #fff;
    width: 250px;
    margin: 20px auto 0;
    padding: 10px;
    font-size: 14px;
  }
  #twitter_box {
    display: inline-block;
    width: 280px;
    margin: 0 10px;
    border: 1px solid #ccc;
  }
  /*--------------------------------------------------------
 WordPress css
 ------------------------------------------------------*/
  #header_box_s {
    display: none;
  }
  #header_box_t {
    display: none;
  }
  #header_box {
    display: block;
    float: left;
    width: 900px;
    text-align: left;
  }
  #toppage {
    width: 600px;
    float: left;
  }
  #toppage-topics h3 {
    height: 40px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-left: 10px;
    line-height: 43px;
    overflow: hidden;
    font-size: 1.3em;
    background: url(../img/indexBg_1E.png);
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: bold;
  }
  .row {
    width: 900px;
  }
  .button {
    background: #222;
  }
  #htp-title h2 {
    width: 900px;
  }
  #hpb-title h2.page {
    background-image: url(../img/titleBg_1E.png);
    width: 600px;
    margin: 0 auto 0.5em 0;
    height: 50px;
    text-align: left;
    overflow: hidden;
    text-indent: 0;
  }
  #hpb-title h2.page span.ja {
    font-size: 24px;
    color: #ffffff;
    padding-right: 15px;
    line-height: 50px;
    padding-left: 18px;
  }
  #hpb-title h2.page span.en {
    font-size: 24px;
    color: #A2413C;
    font-weight: normal;
  }
  #content_free {
    width: 600px;
  }
  #content_free #hpb-title {
    width: 600px;
    height: auto;
    margin: 0;
  }
  #inner {
    width: 600px;
  }
  #content_main {
    float: left;
    width: 600px;
    padding-top: 10px;
    text-align: left;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  }
  #content_main h3 {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    height: 40px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-left: 10px;
    line-height: 43px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    background-image: url(../img/indexBg_1E.png);
    background-position: top left;
    background-repeat: no-repeat;
  }
  #content_main #banner li {
    padding: 0;
    border-bottom: none;
  }
  #content_main dt {
    float: left;
    margin: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    width: 170px !important;
    padding: 10px 0 10px 10px;
    color: #000000;
  }
  #content_main dd {
    margin: 0;
    padding: 10px 15px 10px 180px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #aaaaaa;
  }
  #news {
    clear: both;
  }
  #osirase h2.osirase {
    font-size: 20px;
  }
  #osirase hr {
    color: #ddd;
    border-style: dotted;
  }
  .hpb-layoutset-01 #hpb-aside ul li {
    list-style: none;
    margin-bottom: 20px;
  }
  .hpb-layoutset-01 #hpb-aside ul li:last-child {
    margin-bottom: 0;
  }
  .hpb-layoutset-01 #hpb-aside ul li h2 {
    font-size: 16px;
  }
  /*--------------------------------------------------------
  foundation css
--------------------------------------------------------*/
  .large-9 {
    width: 600px;
  }
  .columns {
    padding: 0;
  }
  #news {
    margin-top: 20px;
  }
  #news h3 {
    color: #fff;
    background: #4c4c4c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    /* IE6-9 */
  }
  .alert-box {
    background: #CCC;
    border: none;
  }
  /*-------------------------------------------
 パンくずのcss
--------------------------------------------*/
  .pankuzu_list {
    clear: both;
  }
  .pankuzu_list ul {
    margin: 3px 0;
  }
  .pankuzu_list li {
    display: inline;
  }
  /*-------------------------------------------
 sidebarの求人のアコーディオンのcss
--------------------------------------------*/
  .side_btn_salesman {
    width: 250px;
    height: 75px;
  }
  ul.children {
    z-index: 3;
  }
}


/*アコーディオンのCSS*/

#banner {
  width: 280px;
  padding: 0 15px 15px;
}

#banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#hpb-main #banner ul li {
  text-align: center;
  padding: 0;
  border-bottom-width: 0;
}

#banner li a {
  display: block;
  width: 250px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  overflow: hidden;
}

#hpb-main #banner ul li.shinsoli {
  text-align: center;
  padding: 0;
  border-bottom-width: 0;
}

#banner li a {
  display: block;
  width: 250px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfffe+0,e2e3e5+67 */
  background: #fdfffe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfffe), color-stop(67%, #e2e3e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfffe 0%, #e2e3e5 67%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#e2e3e5', GradientType=0);
  /* IE6-9 */
  color: #8d8d8d;
  font-size: 20px;
  padding: 0;
  text-decoration: none;
}

#banner li a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfffe+0,d3d4d6+67 */
  background: #fdfffe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfffe 0%, #d3d4d6 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfffe), color-stop(67%, #d3d4d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfffe 0%, #d3d4d6 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfffe 0%, #d3d4d6 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfffe 0%, #d3d4d6 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfffe 0%, #d3d4d6 67%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#d3d4d6', GradientType=0);
  /* IE6-9 */
}

#banner li a.shinsotsu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfffe+0,e2e3e5+67 */
  background: #fdfffe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfffe), color-stop(67%, #e2e3e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfffe 0%, #e2e3e5 67%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#e2e3e5', GradientType=0);
  /* IE6-9 */
  background-size: 100% auto;
  padding: 24px 20px;
  text-align: left;
}

#banner li a.shinsotsu:hover {
  background-color: transparent;
}

#banner li a.shinsotsu:hover img {
  visibility: hidden;
}

#banner li a.business {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfffe+0,e2e3e5+67 */
  background: #fdfffe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfffe), color-stop(67%, #e2e3e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfffe 0%, #e2e3e5 67%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#e2e3e5', GradientType=0);
  /* IE6-9 */
  background-size: 100% auto;
}

#banner li a.business:hover {
  background-color: transparent;
}

#banner li a.business:hover img {
  visibility: hidden;
}

ul#menu,
ul.sub_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu {
  width: 200px;
  margin: 10px;
  border: 1px solid #e5e4e6;
  border-bottom: none;
}

.main_menu {
  padding: 12px 10px 0;
  margin: -1px 0 0 -1px;
  cursor: pointer;
  text-align: left;
  display: block;
  width: 250px;
  height: 56px;
  text-indent: 0;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfffe+0,e2e3e5+67 */
  background: #fdfffe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfffe), color-stop(67%, #e2e3e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfffe 0%, #e2e3e5 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfffe 0%, #e2e3e5 67%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfffe', endColorstr='#e2e3e5', GradientType=0);
  /* IE6-9 */
  color: #8d8d8d;
  font-size: 20px;
  text-decoration: none;
}

#hpb-main #banner .sub_menu li {
  background: #dcd3b2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,c4c4c4+100 */
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #c4c4c4 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c4c4c4', GradientType=0);
  /* IE6-9 */
  background: #C4C4C4;
  padding: 10px 20px 0;
  border: 1px solid #e5e4e6;
  font-size: 14px;
  font-weight: bold;
  width: 245px;
  height: 45px;
  margin: -1px 0 0 -1px;
}

#banner .sub_menu li a {
  display: block;
  background: none;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

#banner .main_menu img.rotate {
  transform: rotate(90deg);
}
