@charset "UTF-8";

html {
  overflow-y: scroll;
}

body, th, td, input, textarea {
  font-size: small;
  line-height: 130%;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

body {
  margin: 0px;
  min-width: 980px;
}

/* common {{{ */

.clearfix:after {
    content: ".";
    display:  block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

.flex-wrapper {
    box-sizing: border-box;
    display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
    -ms-flex-pack:flex-start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
}
.flex-content {
    flex: 0 0 auto;
}
.txt-center {
	text-align: center;
}


/* }}} */



img {
  border: 0px;
}

a {
  color: #dc031e;
}

a:hover {
  color: #dc031e;
  text-decoration: none;
}

a span.linkicon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-right: 4px;
  text-indent: -10000px;
  text-align: left;
  vertical-align: middle;
  background: url(../images/pdficon.gif) no-repeat;
  cursor: pointer;
  overflow: hidden;
}

em {
  font-style: normal;
  color: #669900;
}

dl, ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  line-height: 130%;
}

sup {
  position: relative;
  top: -8px;
  margin: 0px 1px;
  font-size: 80%;
  vertical-align: bottom;
}

* + html sup {
  top: -10px;
}

a.button {
  display: inline-block;
  padding: 8px 5px 7px;
  min-width: 160px;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #e5001a;
  border-radius: 3px;
}

a.button:hover {
  color: #ffffff !important;
  background-color: #eb4c5e;
}

div.button_icon a,
a.button_icon {
  display: inline-block;
  padding: 8px 13px 7px 32px;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background: url(../images/linkicon2.png) no-repeat 17px 11px #e5001a;
  border-radius: 3px;
}

div.button_icon a:hover,
a.button_icon:hover {
  color: #ffffff !important;
  background-color: #eb4c5e;
}

div.button_icon {
  margin-top: 10px;
  text-align: right;
}

/* 20180130 竊� */
div.button_icon_sol a,
a.button_icon {
  display: inline-block;
  padding: 8px 13px 7px 32px;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background: url(../images/linkicon2.png) no-repeat 17px 11px #e5001a;
  border-radius: 3px;
}

div.button_icon_sol a:hover,
a.button_icon:hover {
  color: #ffffff !important;
  background-color: #eb4c5e;
}

div.button_icon_sol {
  margin-top: -47px;
  margin-left: 310px;
  margin-bottom: 15px;
}
/* 20180130 竊�  */


div.button_icon + * {
  margin-top: 22px;
}

div.button_large {
  width: 460px;
  margin: 45px auto 140px;
  background: url(../images/pagenavigationlink_bg.gif) repeat-x left bottom;
  border-radius: 5px;
}

div.button_large a {
  display: block;
  width: 460px;
  padding: 15px 0px 13px 0px;
  color: #ffffff;
  font-size: 200%;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background: url(../images/linkicon5.gif) no-repeat 64px center;
  box-shadow: inset 1px 1px 0px 0px #cc0000, inset 2px 2px 1px 0px rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

div.button_large a:hover {
  color: #ffffff !important;
  background-color: #eb4c5e;
}

a.rss {
  display: inline-block;
  padding: 8px 13px 7px 32px;
  color: #000000;
  line-height: 100%;
  text-decoration: none;
  background: url(../images/rssicon.gif) no-repeat 5px 3px #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}

#top {
  width: 100%;
  color: #666666;
  background-color: #d5dadd;
  border-bottom: 2px solid #e7eaeb;
}

#top div {
  width: 960px;
  margin: 0px auto;
  padding: 8px 10px 6px;
  overflow: hidden;
  zoom: 1;
}

#top div p {
  float: left;
  font-size: 70%;
  line-height: 100%;
}

#top div strong {
  font-weight: normal;
}

#top div ul {
  float: right;
  margin-top: -1px;
}

#top div ul li {
  float: left;
  margin-left: 15px;
  font-size: 85%;
  line-height: 100%;
}

#top div ul li a {
  color: #666666;
  text-decoration: none;
}

.hBb {
  border-bottom: 4px solid #221815;
}

#header {
  width: 960px;
  margin: 0px auto;
  padding: 22px 10px 16px;
  overflow: hidden;
  zoom: 1;
}

#logo {
  float: left;
  margin-top: -7px;
  margin-bottom: -2px;
}

#headertools {
  float: right;
}

#headertools #search {
  float: left;
  margin-right: 14px;
}

#headertools #search table.gsc-search-box {
  width: 220px !important;
}

#headertools #search .gsc-input-box {
  border: 1px solid #cccccc !important;
  border-width: 1px 0px 1px 1px !important;
  border-radius: 3px 0px 0px 3px !important;
}

#headertools #search .gsc-input {
  padding-right: 0px !important;
  font-size: 100%;
  height: 20px !important;
  background-position: -89px 0px !important;
}

#headertools #search input.gsc-search-button-v2 {
  margin: 0px !important;
  padding: 6px 10px 6px !important;
  background-color: #cccccc !important;
  border: 1px solid #cccccc !important;
  border-radius: 0px 3px 3px 0px !important;
  box-shadow: inset 2px 2px 0px 0px #dbdbdb;
}

#contents .gsc-input-box {
  border: 1px solid #cccccc !important;
  border-width: 1px 0px 1px 1px !important;
  border-radius: 3px 0px 0px 3px !important;
}

#contents .gsc-input {
  padding-right: 0px !important;
  font-size: 100%;
  height: 20px !important;
  background-position: -89px 0px !important;
}

#contents input.gsc-search-button-v2 {
  margin: 0px !important;
  padding: 6px 10px 6px !important;
  background-color: #cccccc !important;
  border: 1px solid #cccccc !important;
  border-radius: 0px 3px 3px 0px !important;
  box-shadow: inset 2px 2px 0px 0px #dbdbdb;
}

#contents .gsc-control-cse {
  padding: 0px !important;
  border: 0px !important;
}

#contents form.gsc-search-box {
  margin-bottom: 25px;
}

#contents .gsc-table-result {
  margin: 10px auto 20px;
}

#contents .gsc-table-result td {
  font-size: 16px !important;
}

#contents a.gs-title {
  color: #e50019 !important;
}

#contents a.gs-title b {
  color: #e50019 !important;
}

#contents .gs-webResult div.gs-visibleUrl {
  color: #999999 !important;
  text-decoration: underline;
}

#contents .gsc-cursor-box {
  text-align: center;
  font-size: 115%;
}

#contents .gsc-cursor-page {
  margin-left: 8px;
  margin-right: 8px;
  color: #999999;
}

#contents .searchhelp table.gsc-search-box {
  width: 220px !important;
}

#contents .layout_searchhelp table.gsc-search-box {
  width: 290px !important;
}

#contents .searchhelp form.gsc-search-box {
  margin-bottom: 4px;
}

#contents .layout_searchhelp form.gsc-search-box {
  margin-bottom: 0px;
}

#contents .layout_searchhelp th {
  width: 9em;
  text-align: left;
}

#contents .layout_searchhelp > tbody > tr > td + td,
#contents .layout_searchhelp > tr > td + td {
  padding-left: 12px !important;
}

#contents .layout_searchhelp p.note {
  margin-top: 0px;
  font-size: 90%;
}

#contents p + .layout_searchhelp {
  margin-top: 35px;
}

#headertools #contact {
  float: left;
}

/* 20140723 */
#globalnavi.jp {
  background: url(../images/globalnavi_bg.gif) repeat-x left 1px #1e1e1e;
  height: 39px;
  zoom: 1;
}

body.en #globalnavi {
  border-bottom: 4px solid #221815;
}

#globalnavi ul {
  width: 960px;
  margin: 0px auto;
  padding: 0px 5px;
  background: url(../images/globalnavi_separate.gif) no-repeat center center;
  height: 39px;
  zoom: 1;
}

#globalnavi li {
  display: block;
  float: left;
  width: 160px;
}

#globalnavi li a {
  display: block;
  text-align: center;
  font-size: 110%;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
}

#globalnavi li a span {
  display: block;
  width: 160px;
  padding: 13px 0px 12px;
  background: url(../images/globalnavi_cover.gif) no-repeat center center;
  cursor: pointer;
}

/* 20140723 */
#breadcrumbs {
  width: 960px;
  margin: 10px auto 7px;
  padding: 0px 10px;
  font-size: 90%;
}

#breadcrumbs ul {
  overflow: hidden;
  zoom: 1;
}

#breadcrumbs ul li {
  display: inline;
}

#breadcrumbs ul li span {
  padding-right: 14px;
  background: url(../images/breadcrumbs.gif) no-repeat right 5px;
  zoom: 1;
}

#breadcrumbs ul li a {
  padding-right: 14px;
  color: #000000;
  background: url(../images/breadcrumbs.gif) no-repeat right 5px;
  zoom: 1;
}

#topvisual {
  position: relative;
  height: 360px;
  overflow: hidden;
  zoom: 1;
}

#topvisual .topvisualmain {
  position: absolute;
  width: 100%;
  min-width: 960px;
  background: none no-repeat center center;
}

/* 20140709 */
#topvisual #topvisual05 {
  background-image: url(../images/topvisual05.jpg);
}

#topvisual #topvisual01 {
  display: none;
  background-image: url(../images/topvisual01.jpg);
}

#topvisual #topvisual02 {
  display: none;
  background-image: url(../images/topvisual02.jpg);
}

#topvisual #topvisual03 {
  display: none;
  background-image: url(../images/topvisual03.jpg);
}

#topvisual #topvisual04 {
  display: none;
  background-image: url(../images/topvisual04.jpg);
}

#topvisual .inner {
  position: relative;
  width: 960px;
  height: 360px;
  margin: 0px auto;
}

#topvisual .inner .text {
  position: absolute;
  left: 5px;
  bottom: 125px;
  font-size: 340%;
  line-height: 120%;
}

#topvisual .inner .more {
  position: absolute;
  left: 5px;
  top: 260px;
}

#topvisual #topvisual04 .inner .more {
  left: auto;
  right: 5px;
}

/* 20140709 */
#topvisual #topvisual05 .inner .more {
  left: auto;
  right: 5px;
  top: 120px;
}

#topvisual #topvisual05 .inner .more1 {
  position: absolute;
  left: auto;
  right: 5px;
  top: 200px;
}

/* ここまで*/
#toppage_head {
  position: relative;
  width: 926px;
  min-height: 240px;
  margin: -43px auto 0px;
  padding: 27px 27px 25px;
  background: url(../images/toppage_head_bg.png) no-repeat center top;
  z-index: 1000;
}

#toppage_foot {
  width: 960px;
  margin: 30px auto 0px;
  padding: 0px 10px;
  overflow: hidden;
  zoom: 1;
}

#toplink {
  text-align: center;
}

#toplink li {
  display: inline;
  margin: 0px 30px;
}

#toplink li img {
  vertical-align: bottom;
}

#main {
  width: 960px;
  margin: auto;
  padding: 0px 10px;
  zoom: 1;
}

#main:after {
  content: "";
  display: block;
  clear: both;
}

#sidebar {
  float: left;
  display: inline;
  width: 238px;
}

#sidebar #sidemenu {
  width: 246px;
  margin: 0px -4px;
  padding: 25px 0px 0px;
  background: url(../images/sidemenu_top.gif) no-repeat left top;
}

#sidebar #sidemenu ul {
  padding: 0px 4px 24px;
  background: url(../images/sidemenu_bottom.gif) no-repeat left bottom;
}

#sidebar #sidemenu ul li a {
  display: block;
  padding: 17px 10px 16px 26px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  background: url(../images/linkicon.gif) no-repeat 14px 21px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
}

#sidebar #sidemenu ul li.current > a {
  background-color: #ffffff;
}

#sidebar #sidemenu ul li.open > a {
  background-image: url(../images/linkicon3.gif);
  background-position: 13px 22px;
}

#sidebar #sidemenu ul li ul {
  display: none;
  padding: 0px;
  background: none;
}

#sidebar #sidemenu ul li.current > ul,
#sidebar #sidemenu ul li.open > ul {
  display: block;
}

#sidebar #sidemenu ul li ul li a {
  padding: 10px 10px 9px 30px;
  font-weight: normal;
  font-size: 95%;
  background: url(../images/linkicon.gif) no-repeat 18px 15px;
}

#sidebar h2 {
  clear: both;
  margin: 25px 0px 10px;
  padding: 6px 10px 5px;
  font-weight: normal;
  font-size: 115%;
  line-height: 120%;
  background: #e5ebeb;
  border-radius: 5px;
}

/* HPUP03320 更新時に未使用化 */
#sidebar #sb_solution {
  display: block;
  margin-bottom: 15px;
  padding: 118px 4px 14px 14px;
  color: #333333;
  text-decoration: none;
  background: url(../images/sb_solutionbg.jpg) no-repeat 4px 4px;
  border: 1px solid #000000;
  overflow: hidden;
  zoom: 1;
}

#sidebar #sb_solution h2 {
  margin: 0px 0px 13px;
  padding: 0px;
  font-size: 185%;
  font-weight: normal;
  background: none;
}

#sidebar #sb_solution p {
  font-size: 85%;
  line-height: 140%;
}

#sidebar #sb_solution p + p {
  margin-top: 10px;
}

#sidebar #sb_solution p span {
  float: left;
  white-space: nowrap;
  font-size: 84%;
  line-height: 140%;
}

/* HPUP03320 ここまで */
#sidebar .bannerbox + .bannerbox {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #cccccc;
}

#sidebar .bannerbox ul {
  overflow: hidden;
}

#sidebar .bannerbox li {
  float: left;
}

#sidebar .bannerbox li img {
  display: block;
  vertical-align: bottom;
}

#sidebar .bannerbox li + li {
  margin-top: 10px;
}

#contents {
  float: right;
  display: inline;
  width: 690px;
  padding-top: 3px;
}

#contents:after {
  content: "";
  display: block;
  clear: both;
}

#main.sideright #sidebar {
  float: right;
  width: 230px;
}

#main.sideright #contents {
  float: left;
  width: 710px;
  padding-top: 0px;
}

#main.wide #contents {
  float: none;
  width: 960px;
}

#contents .categorytitle {
  margin: 0px 0px 25px;
  padding: 0px;
}

#contents h1 {
  margin: 35px 0px 25px;
  padding: 12px 12px;
  font-size: 155%;
  line-height: 110%;
  font-weight: normal;
  border: 1px solid #cccccc;
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.5);
}

#contents h1 span {
  display: block;
  padding-left: 8px;
  border-left: 5px solid #e5001a;
}

#contents .categorytitle h1 {
  margin: 0px;
  padding: 0px;
  border: 0;
  box-shadow: none;
}

#contents h2,
#toppage_foot h2 {
  clear: both;
  margin: 0px 0px 25px;
  padding: 11px 13px 10px;
  font-weight: normal;
  font-size: 125%;
  line-height: 120%;
  background: #e5ebeb;
  border-radius: 5px;
}

#contents h2 a {
  display: block;
  margin: -11px -13px -10px;
  padding: 11px 13px 10px 28px;
  color: #333333;
  text-decoration: none;
  background: url(../images/linkicon.gif) no-repeat 15px 16px;
}

#contents h2 img {
  margin: -5px 15px 0px 0px;
  vertical-align: bottom;
}

#contents * + h2 {
  margin-top: 30px;
}

#contents .h2wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
}

#contents .h2wrap .tools {
  position: absolute;
  top: 6px;
  right: 7px;
}

#contents .h2wrap .tools > * {
  float: left;
  margin-left: 10px;
}

#contents h3 {
  margin: 25px 0px 20px;
  padding: 8px 0px;
  font-size: 105%;
  line-height: 120%;
  font-weight: bold;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#contents h3.mb20 {
  margin-bottom: 20px;
}

#contents h3 span {
  display: block;
  padding-left: 8px;
  border-left: 3px solid #666666;
}

#contents h3:first-child {
  margin-top: 0px;
}

#contents h3 img {
  margin: -2px 10px 0px 0px;
  vertical-align: bottom;
}

#contents .toolpageh3 h3 span {
  position: relative;
  min-height: 2.5em;
  padding-right: 80px;
  line-height: 2.5em;
  vertical-align: middle;
}

#contents .toolpageh3 h3 span.line2 {
  line-height: 1.25em;
}

#contents .toolpageh3 h3 span img {
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -13px 0px 0px 0px;
}
/* 20180612 */
#contents h3.as_bl {
  font-size: 155%;
  color: #000000;
  line-height: 130%;
  border-top: 1px solid #544DCB;
  border-bottom: 1px solid #544DCB;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.3em;
  margin: 25x 0px;
  font-weight: normal;
  box-shadow: 4px 2px 5px -3px rgba(0, 0, 0, 0.5);
}
#contents h3.as_bl span {
  display: block;
  padding-left: 0.3em;
  margin-left:5px;
  border-left: 25px solid #544DCB;
}

#contents h3.as_gr {
  font-size: 155%;
  color: #000000;
  line-height: 130%;
  border-top: 1px solid #58BF3F;
  border-bottom: 1px solid #58BF3F;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.3em;
  margin: 25x 0px;
  font-weight: normal;
  box-shadow: 4px 2px 5px -3px rgba(0, 0, 0, 0.5);
}
#contents h3.as_gr span {
  display: block;
  padding-left: 0.3em;
  margin-left:5px;
  border-left: 25px solid #58BF3F;
}
/* 20180612 */

/* 追加  */
#contents h4,
#toppage_foot h4 {
  clear: both;
  margin: 0px 0px 25px;
  padding: 11px 13px 10px;
  font-weight: normal;
  font-size: 125%;
  line-height: 120%;
  /* ボックス背景20140305  */
  background: #FDA6B7;
  border-radius: 5px;
}

#contents h4 a {
  display: block;
  margin: -11px -13px -10px;
  padding: 11px 13px 10px 28px;
  color: #333333;
  text-decoration: none;
  /*20140306 背景の色が変わるので、＞型のgifを追加しました*/
  background: url(../images/linkicon9.gif) no-repeat 15px 16px;
}

#contents h4 img {
  margin: -5px 15px 0px 0px;
  vertical-align: bottom;
}

#contents * + h4 {
  margin-top: 30px;
}

#contents .h4wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
}

#contents .h4wrap .tools {
  position: absolute;
  top: 6px;
  right: 7px;
}

#contents .h4wrap .tools > * {
  float: left;
  margin-left: 10px;
}

/* 20140306 ここまで*/
/* HPUP03308 追加 */
#contents h5 {
  clear: both;
  margin: 0px 0px 0px;
  padding: 10px 15px 10px;
  font-weight: normal;
  font-size: 200%;
  line-height: 120%;
  background: #C7F2FE;
  border-radius: 5px;
  vertical-align: center;
}

#contents h5 img {
  margin: 3px 10px 5px 0px;
  vertical-align: middle;
}

#contents * + h5 {
  margin-top: 30px;
}

#contents .h5wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
}

#contents .h5wrap .tools {
  position: absolute;
  top: 6px;
  right: 7px;
}

#contents .h5wrap .tools > * {
  float: left;
  margin-left: 10px;
}

/* HPUP03366 seminar */
#contents #seminar table.semiTable1{
  width: 960px;
  height: 130px;
  background-color: #E5001A;
  text-align: center;
}
#contents #seminar table.semiTable1 tr{
}
#contents #seminar table.semiTable1 tr td{
  text-align: center;
}
#contents #seminar table.semiTable1 tr td p{
  color: #fff;
  font-size: 250%;
  font-weight: bold;
  line-height: 1.4;
}
#contents #seminar table.semiTable1 tr td p font.s1{
  color: #fff;
  font-size: 30%;
  font-weight: normal;
  line-height: 2.5;
  vertical-align: top;
}
#contents #seminar table.semiTable2{
  margin-top: 5px;
  width: 960px;
  height: auto;
  background-color: #E5001A;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#contents #seminar table.semiTable2 tr{
}
#contents #seminar table.semiTable2 tr td.l1{
	padding-left: 220px;
	font-weight: bold;
	font-size: 130%;
	vertical-align: top;
	width: 100px;
}
#contents #seminar table.semiTable2 tr td.r1{
  vertical-align: top;
  text-align: left;
  font-size: 130%;
  padding-left: 15px; 
}
#contents #seminar table.semiTable2 tr td p{
	line-height:115%;
}
#contents #seminar table.semiTable2 tr td.r1 p font.s2{
	font-size: 80%;
}

#contents #seminar font.s3 p{
  font-size: 130%;
  margin-bottom: 20px;
}
#contents #seminar font.s3 p span{
  font-size: 130%;
  margin-left: 15px;
}
#contents #seminar font.s3 font.s4{
  font-size: 50%;
  vertical-align: super;
}
#contents #seminar font.s7 p{
  font-size: 120%;
  margin-bottom: 20px;
  margin-left: 15px;
}
#contents #seminar font.s8 p{
  font-size: 90%;
  margin-bottom: 20px;
  margin-left: 15px;
}
#contents #seminar font.s9 p {
    font-size: 110%;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 10px;
}

#contents #seminar h6 {
    margin: 25px 0px 25px;
    padding: 12px 5px;
    font-size: 190%;
    line-height: 110%;
    font-weight: normal;
}
#contents #seminar h6 span {
    display: block;
    padding-left: 8px;
    border-left: 5px solid #e5001a;
}
#contents #seminar table.semiTable3 {
  width: 960px;
  background-color: #fff;
	border-collapse: collapse;
}

#contents #seminar table.semiTable3 tr{
  border-bottom: 1px solid #000;
}
#contents #seminar table.semiTable3 tr td{
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

#contents #seminar table.semiTable3 tr td.l2 {
  width: 115px;
  text-align:right;
  padding-right:25px;
  font-size:120%;
  font-weight:bold;
  vertical-align: middle;
}
#contents #seminar table.semiTable3 tr td.r2 {
  padding-left:15px;
  font-size:120%;
}

#contents #seminar table.semiTable3 tr td.r2 .s5 {
  font-size: 80%;
}
#contents #seminar table.semiTable4 {
  width: 960px;
  background-color: #fff;
  border-collapse: collapse;
}

#contents #seminar table.semiTable4 tr{
}

#contents #seminar table.semiTable4 tr td {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

#contents #seminar table.semiTable4 tr td.l3 {
  width: 210px;
  text-align: left;
  padding-left:15px;
  font-size:110%;
  font-weight:bold;
  vertical-align: middle;
}
#contents #seminar table.semiTable4 tr td.r3 {
  padding-left:15px;
  font-size:120%;
}

/* HPUP03377 */
#contents #seminar table.semiTable4 tr td font.s5 {
  vertical-align: super;
  padding-left:2px;
  padding-right:2px;
  font-size:60%;
}
#contents #seminar table.semiTable4 tr td.l31 {
  width: 210px;
  text-align: left;
  padding-left:15px;
  font-size:110%;
  font-weight:bold;
  vertical-align: middle;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;

}
#contents #seminar table.semiTable4 tr td.r31 {
  padding-left:15px;
  font-size:120%;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

#contents #seminar table.semiTable4 tr td.r3 .s6 {
  font-size: 50%;
  vertical-align: super;
}

#contents #seminar font.s7 {
}
#contents #seminar font.s8 {
}
#contents #seminar font.s9 {
}


/* HPUP03308 ここまで  */
#contents ul li {
  padding-left: 14px;
  font-size: 115%;
  line-height: 140%;
  background: url(../images/liicon.gif) no-repeat 2px 7px;
}

#contents table ul li {
  font-size: 100%;
  background-position: 2px 6px;
}

/* 20220927 */
#contents ul li ul.pv {
  margin-top: 10px;
}
#contents ul li Ul.pv li {
  padding-left: 14px;
  font-size: 100%;
  line-height: 150%;
  background: url(../images/linkicon7.gif) no-repeat 2px 9px;
}

#contents ul li + li {
  margin-top: 8px;
}

#contents ul.link li {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  font-size: 100%;
  background: none;
}

#contents ul.link li a {
  padding-left: 15px;
  background: url(../images/linkicon.gif) no-repeat 1px center;
}

#contents p + ul,
#contents ul + p,
#contents ol + p {
  margin-top: 12px;
}

#contents ol li {
  margin-left: 2em;
}

#contents ol li {
  list-style: decimal;
  padding-left: 14px;
  font-size: 115%;
  line-height: 140%;
}

#contents ol li + li {
  margin-top: 3px;
}

#contents .contactbutton {
  margin-top: 80px;
  margin-bottom: 25px;
  text-align: center;
}

#contents .contactbutton.proButton {
  margin: 25px 0 50px;
}

#contents .linkbutton {
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
}

#contents .linkbutton2 {
  margin-bottom: 35px;
  text-align: center;
}

#contents .categorytitle + .contactbutton {
  margin-top: -25px;
}

#contents p {
  font-size: 115%;
  line-height: 170%;
}

#contents p.lead {
  margin: 0px 30px 35px;
}

#contents p.note {
  margin-top: 10px;
  font-size: 95%;
}

#contents p.note.mt0 {
  margin-top: 0;
}

#contents .indent + p,
#contents p + p {
  margin-top: 1em;
}

#contents .figure img {
  display: block;
  margin: 0px auto;
}

#contents .figure.mb44 {
  margin-bottom: 44px;
}

#contents .figure_left {
  float: left;
  margin: 0px 30px 20px 0px;
}

#contents .figure_right img {
  margin-right: 0px;
}

#contents .figure p.caption {
  font-weight: bold;
  color: #0099cc;
  text-align: center;
}

#contents .figure p.caption + img {
  margin-top: 16px;
}

#contents .figure p.audiosol1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 95%;
  text-align: left;
}

#contents .figurebox + p,
#contents .columns + p,
#contents .figure + .figure,
#contents .figure + p,
#contents p + .figure,
#contents .figure + .button_icon,
#contents p + .button_icon {
  margin-top: 25px;
}

#contents .figurebox {
  margin-left: -25px;
  zoom: 1;
}

#contents .figurebox.category {
  margin: 0;
  width: 690px;
}

#contents .figurebox:after {
  content: "";
  display: block;
  clear: both;
}

#contents .figurebox:after {
  content: "";
  display: block;
  clear: both;
}

#contents * + .figurebox {
  margin-top: 25px;
}

#contents .figurebox .figure {
  float: left;
  width: 200px;
  margin-left: 25px;
}

#contents .figurebox .figure.category {
  margin: 0;
}

/* HPUP03461 */
#contents .figurebox .figure p.case {
  text-align: left;  
  font-size: 60%;
}
/* ↑HPUP03461 */

/* HPUP03308  追加  */
#contents .figurebox_w380 .figure {
  width: 360px;
  margin: 20px 0px 0px 0px;
}

#contents .figurebox_w380 .figure1 {
  width: 360px;
  margin: 20px 0px 0px 23px;
}

/* HPUP03308 ここまで */
#contents .figurebox_w330 .figure {
  width: 330px;
}

/* HPUP03410 */
#contents .figurebox_w300 .figure {
  width: 300px;
  padding-top: 10px;
}

#contents .figurebox_w240 .figure {
  width: 240px;
}

#contents .figurebox_w120 .figure {
  width: 120px;
}

#contents .figurebox .figure img {
  margin-left: 0px;
}

#contents .figurebox .text {
  float: left;
  width: 465px;
  margin-left: 25px;
}

#contents .figurebox .text1 {
  float: right;
  margin-left: 3px;
}

/* HPUP03460 */
#contents .figurebox .figure_w275 {
  float: left;
  width: 275px;
  margin-left: 25px;
}
#contents .figurebox .text2 {
  float: left;
  width: 390px;
  margin-left: 25px;
  margin-top: 50px;
}
#contents .figurebox .text6 {
  float: left;
  width: 390px;
  margin-left: 25px;
  margin-top: 10px;
}
#contents .figurebox .text6 p {
  font-size: 100%;
}

#contents .figurebox .text2 p {
  font-size: 100%;
}
#contents .figurebox .figure_w500 {
  float: left;
  width: 500px;
  margin-left: 25px;
}
#contents .figurebox .text3 {
  float: right;
  width: 165px;
  margin-top: 10px;
}
#contents .figurebox .text3 p {
  font-size: 100%;
}
#contents .figurebox .text4 {
  float: left;
  width: 465px;
  margin-left: 25px;
  margin-top: 10px;
}
#contents .figurebox .text5 {
  float: left;
  width: 465px;
  margin-left: 25px;
  margin-top: 27px;
}


/* HPUP03364 */
#contents .figurebox img.figureBiz {
  float: left;
  vertical-align: baseline;
  margin-top:-31px;
  margin-left: 200px;
}

#contents .figurebox img.figureBiz1 {
  float: left;
  vertical-align: baseline;
  margin-top:-33px;
  margin-left: 180px;
}

#contents .figurebox .text.category {
  width: 470px;
  margin-left: 20px;
}

/* HPUP03308 追加 */
#contents .figurebox_w380 .text {
  width: 285px;
}

#contents .figurebox_w380 .text1 {
  width: 265px;
}

/* HPUP03308 ここまで */
#contents .figurebox_w330 .text {
  width: 335px;
}

#contents .figurebox_w300 .text {
  width: 365px;
}

#contents .figurebox_w240 .text {
  width: 425px;
}

#contents .figurebox_w120 .text {
  width: 545px;
}

#contents .adobelink .figure {
  width: 160px;
}

#contents .adobelink .text {
  width: 505px;
  margin-top: 2px;
  font-size: 75%;
}

#contents .columns {
  margin-left: -30px;
  zoom: 1;
}

#contents .columns:after {
  content: "";
  display: block;
  clear: both;
}

#contents .columns_about {
  margin-top: -20px;
  font-size: 115%;
}

#contents .columns .column {
  float: left;
  width: 330px;
  margin-top: 40px;
  margin-left: 30px;
}

#contents .columns .columnsitemap {
  float: left;
  width: 300px;
  margin-top: 10px;
  margin-left: 30px;
}

#contents h2 + .columns {
  margin-top: -40px;
}

#contents .vgatecolumns {
  margin-top: 10px;
  margin-left: -24px;
  overflow: hidden;
  zoom: 1;
}

#contents .vgatecolumns .column {
  float: left;
  width: 214px;
  margin-left: 24px;
}

#contents .vgatelineup ul {
  margin-left: -20px;
  overflow: hidden;
  zoom: 1;
}

#contents .vgatelineup li {
  float: left;
  width: 335px;
  margin: 0px 0px 15px 20px !important;
  padding: 0px;
  font-size: 100%;
  background: url(../images/vgatelineup_bg.gif) no-repeat left bottom;
  border-radius: 4px;
}

/* HPUP03397 */
#contents .vgatelineup1 li {
  float: left;
  width: 209px;
  margin: 0px 0px 50px 14px !important;
  padding: 0px;
  font-size: 100%;
  background: url(../images/vgatelineup_bg.gif) no-repeat left bottom;
  border-radius: 4px;
}
#contents .vgatelineup1 li a {
  display: block;
  margin: -5px -5px -6px -20px;
  padding: 5px 5px 6px 50px;
  color: #000000;
  background: url(../images/linkicon.gif) no-repeat 35px center;
}

#contents .vgatelineup1 li span {
  display: block;
  padding: 5px 5px 6px 25px;
  background: url(../images/vgatelineup_cover.png) no-repeat right top;
}

#contents .vgatelineup1:after {
  content: "";
  display: block;
  clear: both;
}

/* HPUP03397untill */

#contents .vgatecolumns .column .vgatelineup li {
  width: 214px;
}

#contents .vgatelineup li a {
  display: block;
  margin: -5px -5px -6px -25px;
  padding: 5px 5px 6px 25px;
  color: #000000;
  background: url(../images/linkicon.gif) no-repeat 12px center;
}

#contents .vgatelineup li span {
  display: block;
  padding: 5px 5px 6px 25px;
  background: url(../images/vgatelineup_cover.png) no-repeat right top;
}

/* HPUP03446↓ */
#contents .vgatelineup2 ul {
  margin-left: -20px;
  overflow: hidden;
  zoom: 1;
}

#contents .vgatelineup2 li {
  float: left;
  width: 335px;
  margin: 0px 0px 20px 20px;
  padding: 0px;
  font-size: 140%;
  background: url(../images/vgatelineup_bg.gif) no-repeat left top;
  border-radius: 4px;
}
#contents .vgatelineup2 li a {
  display: block;
  padding: 16px 0px 15px 100px;
  text-decoration: none;
  color: #000000;
  background: url(../images/linkicon12.gif) no-repeat 80px 22px;
}
#contents .vgatelineup2 li a:hover {
  text-decoration: none;
  color: #dc031e;
  background: url(../images/linkicon13.gif) no-repeat 80px 22px;
}

#contents .vgatelineup2 li span {
  display: block;
  padding: 0px;
  background: url(../images/vgatelineup_cover.png) no-repeat right top;
}

/* HPUP03446↑ */

/* 20180614↓ */
#contents .vgatelineup3 ul {
  margin-left: -20px;
  overflow: hidden;
  zoom: 1;
}

#contents .vgatelineup3 li {
  float: left;
  width: 335px;
  margin: 10px 0px 10px 20px;
  padding: 0px;
  font-size: 120%;
  background: url(../images/vgatelineup_bg.gif) no-repeat left top;
  border-radius: 4px;
}
#contents .vgatelineup3 li a {
  display: block;
  padding: 15px 0px 15px 40px;
  text-decoration: none;
  color: #000000;
  background: url(../images/linkicon12.gif) no-repeat 15px 19px;
}
#contents .vgatelineup3 li a:hover {
  text-decoration: none;
  color: #dc031e;
  background: url(../images/linkicon13.gif) no-repeat 15px 19px;
}

#contents .vgatelineup3 li span {
  display: block;
  padding: 0px;
  background: url(../images/vgatelineup_cover.png) no-repeat right top;
}

/* 20180614↑ */
/* 20181001↓ */
#contents .vgatelineup4 ul {
  margin-left: -15px;
  margin-top: 10px;
  overflow: hidden;
  zoom: 1;
}

#contents .vgatelineup4 li {
  float: left;
  width: 206px;
  margin: 5px 0px 10px 15px;
  font-size: 120%;
  background: url(../images/vgatelineup_bg.gif) no-repeat left top;
  border-radius: 4px;
}
#contents .vgatelineup4 li a {
  display: flex;
  align-items: center;
  height: 3.3rem;
  padding: 5px 0px 5px 40px;
  text-decoration: none;
  color: #000000;
  background: url(../images/linkicon12.gif) no-repeat 15px 24px;
}
#contents .vgatelineup4 li a:hover {
  text-decoration: none;
  color: #dc031e;
  background: url(../images/linkicon13.gif) no-repeat 15px 24px;
}

#contents .vgatelineup4 li span {
  display: block;
  padding: 0px;
  background: url(../images/vgatelineup_cover.png) no-repeat right top;
}
#contents table.vg1 {
  margin-top: 0px;
  margin-bottom: 25px;
}
#contents table.vg1 tr td.vg2{
  width: 670px;
  font-weight: bold;
  font-size: 120%;
  padding: 8px 8px 8px 8px;
  border: 1px solid #544DCB;
  margin-bottom: 10px;
}
#contents table.vg1 tr td.vg2 a{
  display: block;
  width: 100%;
  font-weight: bold !important;
  font-size: 120% !important;
  color: #000000 !important;
  background: none !important;
  padding-left: 0px !important;
  margin-left:-2px !important;
  text-decoration-line: none !important;
}
#contents table.vg1 tr td.vg2 a:hover{
  text-decoration-line: underline !important;
}
#contents table.vg1 tr td{
  font-size: 110%;
  display: inline-block;
  line-height: 150%;
  padding-left: 15px;
}
#contents table.vg1 tr td a{
  margin-right: 60px;
  margin-left: 10px;
  padding-left: 20px;
  background: url(../images/linkicon7.gif) no-repeat 10px center;
}
/* 20181001↑ */


#contents dl.faqlist {
  margin-top: -20px;
  margin-bottom: 50px;
  line-height: 130%;
  font-size: 115%;
}

#contents dl.faqlist dt {
  padding: 15px 10px 14px 35px;
  font-weight: bold;
  background: url(../images/linkicon3.gif) no-repeat 15px center;
  border-bottom: 1px dotted #a1a1a1;
  cursor: pointer;
}

#contents dl.faqlist dt.open {
  background: url(../images/linkicon.gif) no-repeat 15px center;
}

#contents dl.faqlist dd {
  display: none;
  margin: 0px;
  padding: 13px 10px 11px 35px;
  background: #ffeeee;
}

#contents .datelist dl {
  line-height: 130%;
  font-size: 115%;
}

.sideright #contents .datelist dl {
  font-size: 100%;
}

#contents .datelist dl dt {
  margin-bottom: 5px;
  padding: 0px 12px;
  font-weight: bold;
}

.sideright #contents .datelist dl dt {
  padding: 0px;
  font-weight: normal;
}

#contents .datelist dl * + dt {
  margin-top: 16px;
}

.sideright #contents .datelist dl * + dt {
  margin-top: 20px;
}

#contents .datelist dl dt span {
  position: relative;
  display: inline-block;
  top: -3px;
  min-width: 4.7em;
  margin: 0px 8px 0px;
  padding: 5px 4px 3px 2px;
  font-size: 80%;
  font-weight: normal;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  background: url(../images/datelist_iconbg.png) no-repeat 0px 0px;
}

.sideright #contents .datelist dl dt span {
  font-size: 95%;
}

#contents .datelist dl dt span.icon_account {
  background-color: #006699;
}

#contents .datelist dl dt span.icon_news {
  background-color: #999900;
}

#contents .datelist dl dt span.icon_report {
  background-color: #996600;
}

/* 20140306ピックアップアイコン追加*/
#contents .datelist dl dt span.icon_pickup {
  background-color: #008eee;
}

/* 20140306ここまで */
#contents .datelist dl dt span.icon_pr {
  background-color: #ff6666;
}

#contents .datelist dl dt span.icon_yuho {
  background-color: #ff6600;
}

#contents .datelist dl dt span.icon_press {
  background-color: #9966cc;
}

#contents .datelist dl dd {
  margin: 0px;
  padding: 0px 12px 12px 12px;
  border-bottom: 1px dotted #a1a1a1;
}

.sideright #contents .datelist dl dd {
  padding: 0px;
  border-bottom: 0px;
}

#contents .datelist dl dd a {
  color: #333333;
  text-decoration: none;
  outline: none;
}

#contents .select {
  margin-left: 15px;
  margin-bottom: 20px;
}

#contents .tabs {
  margin-bottom: 25px;
  padding: 0px 7px 4px 15px;
  background: url(../images/tabsbg.gif) repeat-x left bottom;
}

#contents .tabs ul {
  display: table;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

#contents .tabs ul li {
  display: table-cell;
  margin: 0px;
  padding: 0px 8px 0px 0px;
  min-width: 85px;
  font-size: 100%;
  background: none;
}

* + html #contents .tabs ul li {
  float: left;
}

#contents .tabs ul li a {
  display: block;
  padding: 12px 5px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  background: #ebebeb;
  border-radius: 3px 3px 0px 0px;
}

* + html #contents .tabs ul li a {
  padding: 12px 8px;
}

#contents .tabs ul li.current a {
  color: #ffffff;
  text-decoration: none;
  background: #666666;
}

#contents .tabs ul li a span {
  padding-left: 13px;
  background: url(../images/linkicon3.gif) no-repeat left center;
}

#contents .tabs ul li.current a span {
  background: url(../images/linkicon6.gif) no-repeat left center;
}

#contents .irlistbox,
#contents .solutionlistbox {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -18px;
  zoom: 1;
}

#contents .irlistbox:after,
#contents .solutionlistbox:after {
  content: "";
  display: block;
  clear: both;
}

#contents .irlistbox .irbox,
#contents .solutionlistbox .solutionbox {
  float: left;
  width: 305px;
  margin-left: 20px;
  margin-top: 18px;
  padding: 14px 14px 12px;
  border: 1px solid #bfcdd3;
  border-radius: 5px;
}

#contents .solutionlistbox .solutionbox.pb55 {
  padding-bottom: 55px;
}

#contents .irlistbox .half {
  width: 130px;
}



/* 20180122 */
#contents .solutionlistbox1 {
  text-align: center;
  margin-top: 25px;
}

#contents .solutionlistbox1:after {
  content: "";
  display: block;
  clear: both;
}

#contents .solutionlistbox1 .solutionbox1 {
  float: left;
  height: auto;
  text-align: center;
  margin: 15px 0px 10px 0px;
  padding: 15px 5px 15px 5px;
  border: 1px solid #088A29;
  border-radius: 3px;
}
#contents .solutionlistbox1 .solutionbox1 p {
  font-size: 100%;
  margin-bottom: 10px;
}
#contents .solutionlistbox1 .solutionbox1:after {
  clear: both;
}

#contents .solutionlistbox1 .solutionbox2 {
  float: left;
  height: auto;
  text-align: center;
  margin: 15px 0px 10px 0px; 
  padding: 15px 5px 15px 5px;
  border: 1px solid #088A29;
  border-radius: 3px;
}
#contents .solutionlistbox1 .solutionbox2 p {
  font-size: 100%;
  margin-bottom: 10px;
}
#contents .solutionlistbox1 .solutionbox2:after {
  clear: both;
}
#contents .solutionlistbox1 .solutionbox3 {
  float: left;
  height: auto;
  text-align: center;
  margin-left: 15px; 
  margin-right: 15px; 
  margin-top: 15%;
}

/* 20180608 */
#contents .solutionlistbox.aslistbox {
    margin-bottom:20px;
}
#contents .solutionlistbox.aslistbox .aslistbox1 {
    float: left;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-top:20px;
    margin-left:20px;
    position: relative;
    padding: 45px 107px;
}
#contents .solutionlistbox.aslistbox .aslistbox1 a {
  position: absolute;
  font-size:110%;
  color: #000;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  padding-top:23px;
  text-decoration: none;
  letter-spacing: 0.3em;
  text-align: center;
  text-indent: 0.3em;
}
#contents .solutionlistbox.aslistbox .aslistbox1 a p {
  text-decoration: none;
  margin-bottom:15px;
}

#contents .solutionlistbox.aslistbox .aslistbox1 a span {
  font-size: 105%;
  font-weight: 600;
  color: #e5001a;
  text-decoration: underline;
  line-height:150%;
}
#contents .solutionlistbox.aslistbox .aslistbox1 a span .tm25 {
  margin-top: 13px;
}

#contents .solutionlistbox.aslistbox .aslistbox1:hover {    
 border: 1px solid #e5001a;
 background-color: #fcfcfc;
 transition: border .5s;
 transition: background-color .5s;
}
#contents .solutionlistbox.aslistbox .aslistbox1:hover a p {    
  text-decoration:underline;
  transition: text-decoration 1s;
}
#contents .solutionlistbox.aslistbox .aslistbox1:hover a span {    
  text-decoration: none;
  transition: text .5s;
}

#contents .solutionlistbox.aslistbox::after{
    clear: both;
}

#contents ul.as {
  padding-left: 8px;
  margin-bottom: 30px;
}

#contents ul.as li {
  display: block;
  padding-left: 28px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  background: url(../images/lt_voi.gif) no-repeat 8px 3px;
}
/* 20180608 */

/* HPUP03405 */
#contents .irlistbox .full {
  width: 649px;
  padding: 20px 20px 19px 20px;
}
#contents .irlistbox .full font {
  font-size: 185%;
  line-height: 30px;
}
#contents .irlistbox .full a {
  display: block;
  width: 100%;
  color: #000000;
  text-decoration: none;
}

#contents .irlistbox .half + .half {
  margin-left: 15px;
}

#contents .irlistbox .irbox h2,
#contents .solutionlistbox .solutionbox h2 {
  margin-bottom: 11px;
}

#contents .irlistbox .irbox h2 {
  padding-right: 0px;
  font-size: 115%;
}

#contents .irlistbox .irbox .figure,
#contents .solutionlistbox .solutionbox .figure {
  margin-bottom: 12px;
}

#contents .irlistbox .irbox p,
#contents .solutionlistbox .solutionbox p {
  font-size: 90%;
  line-height: 150%;
}

#contents .irlistbox .irbox p {
  margin-top: -3px;
}

#contents .irlistbox .irbox .figure + .button_icon,
#contents .solutionlistbox .solutionbox .figure + .button_icon {
  margin-top: -5px;
}

#contents .irlistbox .half h2 {
  margin-bottom: 8px;
}

#contents .irlistbox .half .button_icon {
  margin-top: 7px;
  text-align: center;
}

#contents .solutionlistbox .solutionbox h2.link {
  margin: 0px;
  padding: 0px;
  background: none;
}

#contents .irlistbox .irbox .link {
  margin-top: 15px;
  margin-left: -15px;
  overflow: hidden;
  zoom: 1;
}

#contents .irlistbox .irbox .link li {
  float: left;
  min-width: 9em;
  margin-left: 15px;
}

#contents .irlistbox .irbox .link a {
  color: #000000;
  text-decoration: none;
}

* + html .fixHeightChildTable {
  zoom: 1;
}

#contents .listtable {
  width: 100%;
  margin-top: 15px;
  empty-cells: show;
  border-collapse: collapse;
}

#contents .listtable th,
#contents .listtable td {
  padding: 5px 0px;
  font-size: 93%;
}

#contents .listtable th {
  padding-right: 13px;
}

#contents .listtable ul li {
  list-style: none;
  margin-left: 0px;
  padding-left: 13px;
}

#contents .listtable .lt_green ul li + li,
#contents .listtable .lt_blue ul li + li,
#contents .listtable .lt_red ul li + li {
  margin-top: 8px;
}

#contents .listtable .lt_green ul li {
  background: url(../images/lt_green.gif) no-repeat left 5px;
}

#contents .listtable .lt_blue ul li {
  background: url(../images/lt_blue.gif) no-repeat left 5px;
}

#contents .listtable .lt_red ul li {
  background: url(../images/lt_red.gif) no-repeat left 5px;
}

#contents .listtable .lt_product th,
#contents .listtable .lt_product td {
  vertical-align: top;
}

#contents .listtable .lt_product td ul {
  margin-left: -15px;
}

#contents .listtable .lt_product td li {
  display: inline-block;
  margin-top: 7px;
  margin-left: 15px;
  padding-left: 0px;
  font-size: 95%;
}

#contents .listtable .lt_product td li a {
  white-space: nowrap;
  background-position: 1px center;
}

#contents .layout {
  empty-cells: show;
  border-collapse: collapse;
}

#contents .layout > tbody > tr > td,
#contents .layout > tr > td {
  padding: 2px 4px 2px 0px !important;
  font-size: 100% !important;
  border: 0px !important;
}

#contents .linetable {
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border-bottom: 1px solid #cccccc;
}

#contents * + .linetable {
  margin-top: 20px;
}

#contents .linetable caption {
  padding-bottom: 10px;
  padding-left: 3px;
  color: #e50019;
  font-weight: bold;
  font-size: 115%;
  text-align: left;
}

#contents .linetable th {
  padding: 10px 10px 10px 2px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}

#contents .linetable td {
  padding: 10px 2px 10px 0px;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
#contents .linetable .bottomline{
  border: 0px; 
}
#contents .table {
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
}

#contents .table + p {
  margin-top: 15px;
}

#contents * + .table {
  margin-top: 30px;
}

#contents .table caption {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 115%;
  text-align: left;
}

#contents .table th {
  padding: 10px 10px 10px 12px;
  text-align: left;
  vertical-align: middle;
  background: #ffe6e8;
  border: 1px solid #cccccc;
}

#contents .table td {
  padding: 10px 10px 10px 12px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}

#contents .fontlargetable th {
  padding: 15px 10px 15px 16px;
  font-size: 115%;
}

#contents .fontlargetable td {
  padding: 15px 10px 15px 16px;
  font-size: 115%;
}
/* 20220930 */
#contents .fontlargetable td ul.pv li {
  padding-left: 0.8em;
  background: url(../images/linkicon7.gif) no-repeat 1px 8px;
}

/* 20160726 */
#contents .fontlargetable td span.ir1 {
position: relative;
left: 130px;
bottom: -8px;
font-size: 95%;
}

/* 20140723 */
#contents .table1 {
  border: 1px #cccccc solid;
}

#contents .table1 caption {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 115%;
  text-align: left;
}

/* HPUP03405 */
#contents .table1 th {
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align: auto;
  background: #ffe6e8;
  border: 1px #cccccc solid;
  display: table-cell;
}
/* HPUP03405 */
#contents .table1 td {
  padding: 10px 10px 10px 10px;
  vertical-align: auto;
  border: 1px #cccccc solid;
  display: table-cell;
}

#contents .table1 p {
  font-size: 110%;
  line-height: 150%;
}

/* 20140723 */
@-moz-document url-prefix() {
  #contents .table {
    border-collapse: separate;
    border-spacing: 0;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }

  #contents .table th,
  #contents .table td {
    border-right: 0px;
    border-bottom: 0px;
  }
}
#contents .companyoutline td div {
  position: relative;
}

#contents .companyoutline td span {
  position: absolute;
  right: -5px;
  bottom: -8px;
}

#contents .irlibrarytable th {
  width: 25%;
}

#contents .irlibrarytable a {
  color: #000000;
  text-decoration: none;
}

#contents .stocktable {
  margin-bottom: -20px;
  empty-cells: show;
  border-collapse: collapse;
}

#contents .stocktable th {
  padding: 0px 10px 15px 25px;
  text-align: left;
  vertical-align: middle;
  font-size: 115%;
  background: url(../images/liicon.gif) no-repeat 10px 6px;
}

#contents .stocktable td {
  padding: 0px 0px 15px 0px;
  font-size: 115%;
  text-align: right;
}

#contents .formtable th {
  width: 140px;
  font-size: 110%;
}

/* 20220614 */
#contents .formtable td {
  font-size: 105%;
}


#contents .formtable td p {
  font-size: 100%;
}

#contents .formtable th span {
  color: #e50019;
  white-space: nowrap;
}

#contents .formtable td span {
  margin-left: 8px;
}

#contents .formtable input[type="text"] {
  width: 350px;
}

#contents .formtable input[type="text"].inputtel {
  width: 60px;
}

#contents .formtable textarea {
  width: 98%;
  height: 130px;
}

#contents .formtable ul li {
  padding: 0px;
  background: none;
}

#contents .formtable ul.column_left {
  float: left;
}

#contents .formtable ul.column_right {
  float: right;
}
#contents .formtable ul.column_right1 {
  float: right;
  padding-left: 151px;
}

#contents label {
  white-space: nowrap;
  cursor: pointer;
}

#contents label + label {
  margin-left: 15px;
}

#contents label input {
  margin-right: 12px;
}

div.button_submit {
  margin-top: 35px;
  text-align: center;
}

div.button_submit input {
  display: inline-block;
  padding: 2px 48px 1px 48px;
  color: #ffffff;
  font-size: 115%;
  line-height: 1.8em;
  background: url(../images/linkicon2.png) no-repeat 12px center #e5001a;
  border: 0px;
  border-radius: 3px;
  cursor: pointer;
}

div.button_submit input:hover {
  background-color: #eb4c5e;
}

#contents .companylayout {
  empty-cells: show;
  border-collapse: collapse;
}

#contents .companylayout th {
  /* 20140401 右側パッディング60→40に変更*/
  padding: 20px 40px 0px 0px;
  font-size: 115%;
  font-weight: normal;
  text-align: left;
}

#contents .companylayout td {
  padding: 20px 0px 0px 0px;
  font-size: 115%;
}

#contents .companylayout tr:first-Child > * {
  padding-top: 0px;
}

#contents .solutionlistbox .solutionbox div.button_icon a {
  margin-top: 5px;
}

#contents .productbox {
  margin-bottom: 40px;
  padding: 18px;
  background: #e9f4f9;
  border-radius: 5px;
}

#contents .productbox h2 {
  margin-bottom: 15px;
}

#contents .pagenavigation {
  margin-bottom: 25px;
  padding: 14px;
  border: 1px dashed #a1a1a1;
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  zoom: 1;
}

#contents .pagenavigation_faq {
  margin-top: 25px;
}

#contents .pagenavigation.pagenavigation_faq.proNaviFaq {
  margin: 35px 0 40px;
}

#contents .pagenavigation ul {
  margin-top: -7px;
  margin-right: -7px;
  margin-left: -7px;
  overflow: hidden;
  zoom: 1;
}

#contents .pagenavigation ul li {
  list-style: none;
  float: left;
  margin: 7px 0px 0px 7px;
  padding: 0px;
  font-size: 100%;
  background: none;
}

#contents .pagenavigation ul li a {
  display: block;
  width: 190px;
  padding: 7px 2px 7px 23px;
  color: #000000;
  background: url(../images/linkicon3.gif) no-repeat 10px 12px #ebebeb;
  border-radius: 5px;
}

#contents .pagenavigation_faq ul li a {
  width: auto;
  min-width: 120px;
  padding-right: 10px;
}

#contents .pagenavigationlink {
  margin: 20px 0px 30px -6px;
  overflow: hidden;
}

#contents .pagenavigationlink li {
  float: left;
  display: table;
  margin: 0px 0px 0px 6px !important;
  padding: 0px;
  font-size: 100%;
  background: url(../images/pagenavigationlink_bg.gif) repeat-x left bottom #cc0000;
  border-radius: 5px;
}

#contents .pagenavigationlink a {
  display: table-cell;
  width: 180px;
  padding: 10px 10px 8px 36px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: url(../images/linkicon5.gif) no-repeat 14px center;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px 1px rgba(0, 0, 0, 0.3);
}

* + html #contents .pagenavigationlink a {
  display: block;
}

#contents .pagenavigationlink a:hover {
  color: #ffffff !important;
  background-color: #eb4c5e;
}

#contents .productcontact {
  position: relative;
  width: 690px;
  height: 140px;
  margin: 50px auto 0px;
  font-size: 115%;
  background: url(../images/productcontact.jpg) no-repeat left top;
  overflow: hidden;
}

#contents .productcontact span {
  display: none;
}

#contents .productcontact a {
  position: absolute;
  top: 50%;
  right: 30px;
  min-width: 200px;
  margin-top: -1.2em;
  padding-top: 11px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 0px 1px #ffffff;
}

#contents .totop {
  margin-top: 35px;
  text-align: right;
}

/* HPUP03308 追加 */
#contents .totop1 {
  margin-top: 15px;
  text-align: right;
}

/* HPUP03308 ここまで */
#contents .lasttotop {
  margin-top: 205px;
}

#contents .totop a {
  display: inline-block;
  padding: 6px 12px 5px 25px;
  color: #000000;
  text-decoration: none;
  background: url(../images/linkicon4.gif) no-repeat 12px 12px #ebebeb;
  border-radius: 5px;
}

/* HPUP03316 にて更新 */
#contents .briefingbuttons1 {
  position: relative;
  margin: 45px 0px 100px;
  overflow: hidden;
}

#contents .briefingbuttons1 ul {
  position: relative;
  left: 37%;
  float: left;
}

#contents .briefingbuttons1 li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0px 6px;
  padding: 0px;
  background: none;
}

#contents .briefingbuttons1 li a {
  display: inline-block;
  padding: 8px 4.6em 7px 4.6em;
  color: #ffffff;
  line-height: 100%;
  text-decoration: none;
  background: url(../images/linkicon2.png) no-repeat 10px 11px #e5001a;
  border-radius: 3px;
}

#contents .briefingbuttons1 li a:hover {
  color: #ffffff !important;
  background-color: #eb4c5e;
}

#contents .briefingbuttons1 li.blue a {
  background-color: #0099cc;
}

#contents .briefingbuttons1 li.blue a:hover {
  color: #ffffff !important;
  background-color: #55b6d6;
}

/* HPUP03316 ここまで */

/* HPUP03491 bottom margin変更 */
#contents .briefingbuttons {
  position: relative;
  margin: 45px 0px 50px;
  overflow: hidden;
}

#contents .briefingbuttons ul {
  position: relative;
  left: 50%;
  float: left;
}

#contents .briefingbuttons li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0px 6px;
  padding: 0px;
  background: none;
}

#contents .briefingbuttons li a {
  display: inline-block;
  padding: 8px 4.6em 7px 4.6em;
  color: #ffffff;
  line-height: 100%;
  text-decoration: none;
  background: url(../images/linkicon2.png) no-repeat 10px 11px #e5001a;
  border-radius: 3px;
}

#contents .briefingbuttons li a:hover {
  color: #ffffff !important;
  background-color: #eb4c5e;
}

#contents .briefingbuttons li.blue a {
  background-color: #0099cc;
}

#contents .briefingbuttons li.blue a:hover {
  color: #ffffff !important;
  background-color: #55b6d6;
}

#contents .logobox {
  padding-top: 45px;
  font-size: 115%;
}

#contents .logobox h2 {
  margin-bottom: 45px;
  padding: 0px 5px 10px 0px;
  background: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
}

#contents .logobox ul {
  margin-left: 150px;
}

#contents .logobox + p {
  margin-top: 80px;
}

#contents .notfound {
  width: 560px;
  margin: 70px auto;
  padding: 40px 45px;
  font-size: 95%;
  border: 7px solid #ebebeb;
}

#contents .notfound h1 {
  min-height: 40px;
  margin: 0px 0px 25px;
  padding: 0px 0px 0px 80px;
  background: url(../images/notfound.gif) no-repeat 10px bottom;
  font-size: 180%;
  line-height: 40px;
  border: 0px;
  box-shadow: 0px 0px 0px 0px;
}

#contents .notfound div {
  margin-top: 50px;
  text-align: center;
}

#contents .borderbox {
  margin: 40px 0px 150px;
  padding: 40px 50px 30px;
  border: 2px solid #ebebeb;
}

#contents .borderbox .button_icon {
  margin-top: 45px;
  text-align: center;
}

#contents #vGateDrive {
  padding: 0px 39px 34px;
  border: 1px solid #ebe8c7;
  border-radius: 5px;
}

#contents #vGateDrive img {
  display: block;
}

#contents #vGateDrive .vGateDrive_title {
  margin: 0px -39px 25px;
}

#contents #vGateDrive .movie {
  width: 750px;
  margin: auto;
  text-align: center;
  background: #000000;
}

#contents #vGateDrive .logo {
  width: 750px;
  margin: 10px auto 20px;
}

#contents #vGateDrive .logo img {
  margin-left: auto;
  margin-right: 0px;
}

#contents #vGateDrive .button_center {
  margin-bottom: 35px;
  text-align: center;
}

#contents #vGateDrive .button_center img {
  display: inline-block;
}

#contents #vGateDrive h2 {
  margin-bottom: 15px;
}

#contents #vGateDrive .figurebox {
  margin: 0px;
}

#contents #vGateDrive .figurebox .figure {
  float: right;
  width: 150px;
  margin: 0px;
}

#contents #vGateDrive .figurebox .figure img {
  margin-left: auto;
  margin-right: 0px;
  border: 1px solid #cccccc;
}

#contents #vGateDrive .figurebox .text {
  width: 690px;
  margin-left: 0px;
  margin-right: 0px;
}

#contents #vGateDrive .imagelist {
  position: relative;
  margin: 35px 0px 55px;
  overflow: hidden;
}

#contents #vGateDrive .imagelist ul {
  position: relative;
  left: 50%;
  float: left;
}

#contents #vGateDrive .imagelist ul li {
  position: relative;
  left: -50%;
  float: left;
  padding: 0px;
  margin: 0px 20px !important;
  background: none;
}

#contents #vGateDrive .imagelist ul li img {
  border: 1px solid #cccccc;
}

/* HPUP03195 Fortune追加↓ */
#contents #fortune {
  padding: 0px 39px 34px;
  border: 1px solid #ebe8c7;
  border-radius: 5px;
}

#contents #fortune img {
  display: block;
}

#contents #fortune .fortune_title {
  margin: 0px -39px 23px;
}

/* HPUP03918 変更↓ */
#contents #fortune .button_center {
  margin-bottom: 12px;
}

#contents #fortune .button_center img {
  display: inline;
  vertical-align: middle;
}

/* HPUP03198 */
#contents #fortune h2 {
  margin: 35px 0px 25px;
  padding: 12px 12px;
  font-size: 155%;
  line-height: 110%;
  font-weight: normal;
  margin-bottom: 15px;
  background: #FDA6B7;
}

#contents #fortune .text ul li {
  padding-left: 14px;
  font-size: 115%;
  line-height: 140%;
  background: url(../images/liicon_fortune.gif) no-repeat 2px 4px;
}

/*HPUP03195 Fortune追加ここまで↑ */
#contents .facebookarea {
  margin-top: 50px;
}

#contents .facebookarea h2 {
  margin: 0px;
  color: #ffffff;
  background: #3b55a0;
  border-radius: 5px 5px 0px 0px;
}

#contents .facebookarea iframe {
  border: 1px solid #aaaaaa !important;
}

.boxmenu {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  overflow: hidden;
}

.productbox .boxmenu {
  margin-top: 20px;
  margin-left: -12px;
}

.boxmenu a {
  display: block;
  float: left;
  width: 210px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 4px 4px 15px;
  color: #333333;
  text-decoration: none;
  text-align: center;
  line-height: 140%;
  background: #ffffff;
  border: 1px solid #becdd3;
  border-radius: 5px;
}

.productbox .boxmenu a {
  width: 200px;
  margin-left: 12px;
  font-size: 110%;
}

.boxmenu img {
  display: block;
  margin: 0px auto 15px;
}

#contents .columnsitemap {
  font-size: 115%;
}

#contents .columnsitemap ul li {
  font-size: 100%;
  background: none;
}

#contents .columnsitemap > ul > li {
  margin-top: 50px;
}

#contents .columnsitemap > ul > li:first-child {
  margin-top: 0px;
}

#contents .columnsitemap > ul li a {
  color: #000000;
  text-decoration: none;
}

#contents .columnsitemap > ul > li > a {
  padding-left: 15px;
  font-weight: bold;
  background: url(../images/linkicon.gif) no-repeat 1px center;
}

#contents .columnsitemap > ul > li ul {
  margin-top: 10px;
}

#contents .columnsitemap > ul > li > ul > li > a {
  padding-left: 15px;
  background: url(../images/linkicon7.gif) no-repeat 5px center;
}

#contents .columnsitemap > ul > li > ul > li > ul > li {
  margin-left: 20px;
}

#contents .columnsitemap > ul > li > ul > li > ul > li > a {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/linkicon8.gif) no-repeat 1px 0.6em;
}

/* HUPU03205↓ */
#contents .recr ul li {
  font-size: 110%;
  background: url(../images/linkicon7.gif) no-repeat 5px center;
  padding-left: 20px;
}

#contents .recr {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

#contents .recr1 a {
  color: #0C00CC;
}

#contents .recr1 a:hover {
  color: #0C00CC !important;
  text-decoration: none;
}

#contents .recrbottom {
  margin-top: 80px;
  margin-bottom: 25px;
  text-align: center;
}

/* HPUP03205↑*/
#contents #case .categorytitle p {
  margin-top: -65px;
  margin-left: 35px;
  font-size: 100%;
}

#contents #case .categorytitle {
  min-height: 234px;
  margin-bottom: 40px;
}

#contents #case .figurebox .text {
  width: 735px;
}

#contents #case .figurebox h2 {
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
}

#contents #case .figurebox .text p {
  font-size: 100%;
}

#contents .figurebox .text p {
  font-size: 100%;
}

#contents #case table {
  width: 100%;
  margin-top: 15px;
  empty-cells: show;
  border-collapse: collapse;
}

#contents #case table th {
  width: 80px;
  vertical-align: top;
}

#contents #case table td {
  width: 255px;
  padding: 0px 15px;
}

/* HPUP03460 */
#contents #case table th.wd {
  width: 80px;
}
#contents #case table td.wd {
  width: auto;
  padding: 0px 0px 0px 15px;
  font-size: 96%;

}
#contents #case table td.wd1 {
  width: 270px;
  padding: 0px 0px 0px 15px;
}

/* HPUP03460 */

#contents #case table td li {
  background-image: url(../images/linkicon.gif);
}

#contents #case table td li + li {
  margin-top: 4px;
}

#contents #case .linklist_s {
  margin-top: 15px;
  padding: 8px 12px;
  background: #eaeaea;
}

#contents #case .linklist_s li {
  padding: 0px;
  font-size: 100%;
  background: none;
}

#contents #case .linklist_s li a.blank {
  padding-left: 18px;
  background: url(../images/linkicon9.gif) no-repeat left center;
}

#contents #case .caseTxt {
  margin: 43px 0 32px;
  text-align: center;
  font-size: 145%;
}

#contents #case .cateNavi {
  margin: 0;
}
#contents #case .cateNavi:after {
  content: "";
  display: block;
  clear: both;
}
#contents #case .cateNavi li {
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
  line-height: 0;
  background: none;
  width: 300px;
}
#contents #case .cateNavi li:last-child {
  margin: 0;
}

#contents #case .cateNavi.mb25 {
  margin-bottom: 25px;
}

/* HPUP03415 */
#contents #contact .logobox1 {
padding-left: 80px;
}

#contents #contact .logobox1 table {
width:690px;
padding-bottom: 40px;
}

#contents #contact .logobox1 table tr th {
vertical-align: top;
width: 220px;
}

#contents #contact .logobox1 table tr td {
padding-bottom: 20px;
}

#contents #contact .logobox1 table tr th span {
display: block;
float: left;
font-size: 130%;
font-weight: normal !important;
padding-left: 5px;
border-left: 5px solid #e5001a;
padding-top: 3px;
margin-top: 7px;
}

#contents #contact .logobox1 table tr td p {
display: block;
width: 274px;
height: 31px;
background: url(../images/pagenavigationlink_bg.gif) repeat-x left bottom;
box-shadow: inset 1px 1px 1px 0px #cc0000, inset 2px 2px 1px 0px rgba(255, 255, 255, 0.7);
border-radius: 4px;
}

#contents #contact .logobox1 table tr td p a {
display: block;
width: 251px;
height: 26px;
padding-top: 4px;
padding-left: 22px;
color: #ffffff;
text-decoration: none;
background: url(../images/linkicon5.gif) no-repeat 10px center;
box-shadow: inset 1px 1px 0px 0px #cc0000, inset 2px 2px 1px 0px rgba(255, 255, 255, 0.7);
border-radius: 4px;
}

#contents #contact .logobox1 a:hover {
  color: #ffffff !important;
  background-color: #eb4c5e;
}
/* HPUP03415 */



#contents .figurebox .text table {
  margin-top: 15px;
  empty-cells: show;
  border-collapse: collapse;
}

#contents .figurebox .text table.mb20 {
  margin-bottom: 20px;
}

#contents .figurebox .text table th {
  width: 80px;
  vertical-align: top;
}

#contents .figurebox .text table th.pr12 {
  padding-right: 12px;
}

#contents .figurebox .text table th.pb10, #contents .figurebox .text table td.pb10 {
  padding-bottom: 10px;
}

#contents .figurebox .text table td {
  width: 255px;
}

/* HPUP03460↓ */
#contents .figurebox .text table.wd td {
  width: 400px;
}
/* HPUP03460↑ */

#contents .figurebox .text table td li {
  background-image: url(../images/linkicon.gif);
}

#contents .figurebox .text table td li + li {
  margin-top: 4px;
}

#contents .figurebox .linklist_s {
  margin-top: 15px;
  padding: 8px 12px;
  background: #eaeaea;
}

#contents .figurebox .linklist_s li {
  padding: 0px;
  font-size: 100%;
  background: none;
}

#contents .figurebox .linklist_s li a.blank {
  padding-left: 18px;
  background: url(../images/linkicon9.gif) no-repeat left center;
}

#footer {
  margin-top: 40px;
  padding-top: 1px;
  font-size: 90%;
  border-top: 1px solid #b2b2b2;
  overflow: hidden;
  zoom: 1;
}

body.en #footer {
  border-top: 0px;
}

#footertools {
  padding: 14px 0px 13px;
  background-color: #000000;
  overflow: hidden;
  zoom: 1;
}

#footertools ul {
  position: relative;
  left: 50%;
  float: left;
}

#footertools ul li {
  position: relative;
  left: -50%;
  float: left;
  padding: 0px 10px;
  line-height: 140%;
}

#footertools ul li + li {
  border-left: 1px solid #808080;
}

#footertools a {
  color: #ffffff;
  text-decoration: none;
}

#footermain {
  margin-bottom: 1px;
  background-color: #ebebeb;
  border-bottom: 1px solid #d0d0d0;
}

#footerbody {
  width: 960px;
  margin: 0px auto;
  padding: 18px 10px 2px;
  overflow: hidden;
  zoom: 1;
}

/* HPUP03329 レイアウト変更不使用
body.en #footerbody {
  padding: 38px 10px 24px;
}
*/


#footerbody p {
  margin-bottom: 14px;
  line-height: 120%;
}

#footer_privacymark {
  float: right;
  margin-top: 2px;
}

#footercopyright {
  background-color: #ebebeb;
  overflow: hidden;
  zoom: 1;
}

#footercopyright p {
  width: 960px;
  margin: 0px auto;
  padding: 10px;
}

/* 20140423 HPUP03188 英語版追加  */
/* ↓ここから英語サイト追加分↓ */
/* header_en */
/* HPUP03427 */
#globalnavi.jp .parent.enW190 {
  width: 240px;
}

#globalnavi li a span.enW190 {
  width: 190px;
}

/* mainVisual_en */
.mainVisual li .cont .text.lh14 {
  line-height: 1.4;
}
.mainVisual li .cont .text.mb13 {
  margin-bottom: 13px;
}

/* index_en */
.enNews {
  margin: 0 0 35px;
  padding: 10px 18px 0;
  border: 2px solid #ccc;
}
.enNews h3 {
  padding: 0 0 25px;
  font-size: 20px;
  font-weight: normal;
  line-height: 0;
  border-bottom: 1px solid #ccc;
}
.enNews h3 a {
  padding: 0 10px 0 0;
  color: #333;
  text-decoration: none;
  background: url("../images/linkicon.gif") no-repeat right center;
}

.enNewsDetail {
  color: #000;
}
.enNewsDetail:after {
  clear: both;
  display: block;
  overflow: hidden;
  content: "";
  zoom: 1;
}
.enNewsDetail dt {
  float: left;
  clear: left;
  margin: 0 20px 0 0;
  font-style: 14px;
}
.enNewsDetail dt a {
  color: #000;
  text-decoration: none;
}
.enNewsDetail dd {
  margin: 0 0 20px 107px;
  font-style: 14px;
}
.enNewsDetail dd a {
  color: #007FFF;
  text-decoration: none;
}

.enBnrArea {
  border: 1px solid #ccc;
}
.enBnrArea .enBnrTitle {
  padding: 0 8px;
  border-bottom: 1px solid #ccc;
  background: #EEE;
}
.enBnrArea .enBnrTitle h3 {
  display: inline-block;
  font-style: 18px;
  font-weight: normal;
  line-height: 0;
  color: #333;
}

.enBnrList {
  margin: 30px auto;
  width: 690px;
}
.enBnrList:after {
  clear: both;
  content: "";
  overflow: hidden;
  display: block;
  zoom: 1;
}
/* HPUP03399 */
.enBnrList li {
  float: left;
  padding: 5px 0px 10px 0px;
  margin: 0 42px 0 0;
  vertical-align: bottom; 
}

/* HPUP03399 ここまで */

.enBnrList li:last-child {
  margin: 0;
}

/* HPUP03410 */
.enBnrList1 {
  margin: 30px 0px 25px 38px;
  width: 840px;
}
.enBnrList1:after {
  clear: both;
  content: "";
  overflow: hidden;
  display: block;
  zoom: 1;
}
.enBnrList1 li {
  float: left;
  margin: 0px 160px 10px 0px;
}
.enBnrList1 li:last-child {
  margin: 5px auto;
}
/* HPUP03410ここまで */

/* news_en */
.enNewsSelect {
  margin: 0 0 30px;
}

.enNewsDtail {
  padding: 30px 0;
  border-top: 1px dotted #999;
}
.enNewsDtail:after {
  clear: both;
  display: block;
  overflow: hidden;
  content: "";
  zoom: 1;
}
.enNewsDtail dt {
  clear: left;
  float: left;
  font-size: 14px;
}
.enNewsDtail dd {
  margin: 0 0 0 118px;
  font-size: 14px;
  line-height: 1.6;
  color: #007FFF;
}
.enNewsDtail dd .pdf {
  padding: 0 30px 0 0;
  background: url("../images/pdficon.gif") no-repeat right center;
}
.enNewsDtail dd .pdf a {
  color: #007FFF;
  text-decoration: none;
}

.enNewsLast {
  padding: 30px 0;
  border-bottom: 1px dotted #999;
}

/* case_en */
#contents #case_en .categorytitle p {
  margin-top: -65px;
  margin-left: 35px;
  padding-bottom: 15px;
  font-size: 90%;
  line-height: 16px;
}

#contents #case_en .figurebox h2 {
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
}

#contents #case_en .figurebox .text p {
  font-size: 100%;
}

#contents #case_en table {
  width: 100%;
  margin-top: 15px;
  empty-cells: show;
  border-collapse: collapse;
}

#contents #case_en table th {
  width: 80px;
  vertical-align: top;
}

#contents #case_en table td {
  width: 250px;
  padding: 0px 5px;
}

#contents #case_en table td li {
  background: none;
  padding: 0px;
}

#contents #case_en table td li + li {
  margin-top: 4px;
}

/* HPUP03309追加 */
#contents #case_en .linklist_s {
  margin-top: 15px;
  padding: 8px 12px;
  background: #eaeaea;
}

#contents #case_en .linklist_s li {
  padding: 0px;
  font-size: 100%;
  background: none;
}

#contents #case_en .linklist_s li a.blank {
  padding-left: 18px;
  background: url(../images/linkicon9.gif) no-repeat left center;
}

#contents #case_en .figurebox_encase  {
  width: 690px;
  margin-top: 40px;
  margin-bottom: -35px;
}
#contents #case_en .figurebox_encase .figure_encase img {
  padding-right: 35px;
  margin-bottom: 25px;
}
#contents #case_en .figurebox_encase .figure_encase img.last {
  padding-right: 0px;
}

/* HPUP03309 ここまで */
/* layout */
.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.altop {
  vertical-align: top;
}

/* SSL seal */
div.ssl_seal {
  margin-top: -50px;
  float: right;
}

/* en_solution */
#contents .pagenavigation_sol_en {
  margin-bottom: 25px;
  padding: 14px;
  border: 1px dashed #a1a1a1;
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  zoom: 1;
}

#contents .pagenavigation_sol_en ul {
  margin-top: -7px;
  margin-right: -7px;
  margin-left: -7px;
  overflow: hidden;
  zoom: 1;
}

#contents .pagenavigation_sol_en ul li {
  list-style: none;
  float: left;
  margin: 7px 0px 0px 7px;
  padding: 0px;
  font-size: 100%;
  background: none;
}

#contents .pagenavigation_sol_en ul li a {
  display: block;
  width: 190px;
  height: 36px;
  padding: 7px 2px 7px 23px;
  color: #000000;
  background: url(../images/linkicon3.gif) no-repeat 10px 12px #ebebeb;
  border-radius: 5px;
}

/* en_productcontact */
#contents .productcontact_en {
  position: relative;
  width: 690px;
  height: 140px;
  margin: 50px auto 0px;
  font-size: 115%;
  background: url(/en/business/images/productcontact.jpg) no-repeat left top;
  overflow: hidden;
}

#contents .productcontact_en span {
  display: none;
}

#contents .productcontact_en a {
  position: absolute;
  top: 50%;
  right: 30px;
  min-width: 200px;
  margin-top: -1.2em;
  padding-top: 11px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 0px 1px #ffffff;
}


/* HPUP03546 */
ol.pms1 {
	margin-left: 0em;
}
ol.pms1 li {
	list-style-type: none !important; 
	counter-increment: cnt;
	position: relative;
	padding-bottom: 3px;
  line-height: 170%;
}
ol.pms1 li:before {
	content: counter(cnt) ".";
	display: inline-block;
	margin-left:-1em;
	width: 0;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol.pms2 {
	margin-left: 2.5em;
}
ol.pms2 li:first-child{
	counter-reset: cnt;
}
ol.pms2 li {
	list-style-type: none !important; 
	counter-increment: cnt;
	position: relative;
}
ol.pms2 li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left:-1em;
	width: 0;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol.pms3 {
	margin-left: 0em;
}
ol.pms3 li {
	list-style-type: lower-latin !important; 
	position: relative;
  padding-bottom: 3px;
  line-height: 170%;
}
ol.pms3 li:before {
	content: ")";
	display: inline-block;
	margin-left:0em;
	width: 0;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
ol.pms3 li dd {
  padding-bottom: 3px;
  line-height: 170%;
}
ol.pms4 li dd {
  padding-bottom: 3px;
  line-height: 170%;
}
ol.pms4 {
	margin-left: -0.9em;
}
ol.pms4 li:first-child{
	counter-reset: cnt;
}
ol.pms4 li {
	list-style-type: none !important; 
	counter-increment: cnt;
	position: relative;
  font-size: 100% !important; 
  padding-bottom: 3px;
  line-height: 170%;
}
ol.pms4 li:before {
	content: counter(cnt) ")";
	display: inline-block;
	margin-left:-1em;
	width: 0;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* HPUP03546 */



/* en_product_images */
#contents .figurebox_w170 .figure {
  width: 170px;
}

#contents .figurebox_w170 .text {
  width: 495px;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_left {
  text-align: left !important;
}

.indent {
  margin-left: 1.7em;
}

.red {
  color: #e50019;
}

.fz15 {
  font-size: 15px;
}

#header.jp #contact a, #header #headertools #contact .enContact, .bx-pager .bx-pager-item a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

#contents ul.style1 li {
  padding-left: 0;
  line-height: inherit;
  background: none;
  margin-bottom: 0.5em;
  line-height: 170%;
}

.mt35 {
  margin-top: 35px !important;
}

.flex-wrapper.fb {
    justify-content: space-between;
}
#mainCol {
  width: 500px;
}

#sideCol {
  width: 960px;
}

#sidebanner {
  margin-top: 20px;
}

.assCol {
  clear: both;
  content: "";
  overflow: hidden;
  display: inline-flex;
  zoom: 1;
}
.assCol .fl {
  float: left;
}
.assCol .mr47 {
  margin-right: 60px;
}
.assCol .mr80 {
  margin-right: 80px;
}

/* HPUP03410 */
.assCol .mr20 {
  margin-right: 28px;
}
/* HPUP03410 */
.assCol .mr30 {
  margin-right: 30px;
}


.borderCont {
  border: 1px solid #ccc;
}
.borderCont .hd {
  border-bottom: 1px solid #ccc;
  background: #eee;
  font-size: 15px;
  padding: 10px;
  font-weight: normal;
  margin: 0 0 15px;
}
.borderCont .data {
}

#sideCol .borderCont {
  width: 960px;
  text-align: center;
}
#sideCol .borderCont ul {
  display: inline-flex;
  width: auto;
  align-items: center;
}
#sideCol .borderCont ul li{
  margin: 20px 45px 20px 20px;
}


.borderCont .data.pLr40 {
  padding-left: 40px;
  padding-right: 40px;
}
/* HPUP3410 */
.borderCont .data.pLr20 {
  padding-left: 25px;
  padding-right: 15px;
}
.borderCont .data.pLr70 {
  padding-left: 70px;
  padding-right: 15px;
}

/* HPUP03427 */
#globalnavi.jp .parent {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#globalnavi.jp .sub {
  display: none;
  position: absolute;
  top: 38px;
  left: -1px;
  z-index: 100;
}
#globalnavi.jp .sub ul {
  width: auto;
  margin: 0px;
  padding: 20px 0 0 20px;
  float: left;
}
#globalnavi.jp .sub ul.col1 {
  width: 165px;
}
/* HPUP03383 change */
#globalnavi.jp .sub ul.col2 {
  width: 190px;
}
#globalnavi.jp .sub ul.col3 {
  width: 200px;
}
#globalnavi.jp .sub ul.col4 {
  width: 220px;
}
#globalnavi.jp .sub ul li {
  float: none;
  width: auto;
  background: url(/common/images/linkicon10.png) no-repeat left center;
  padding-left: 12px;
  margin-bottom: 10px;
}
#globalnavi.jp .sub ul li a {
  display: inline;
  text-align: left;
  font-size: 100%;
  line-height: 1;
}
#globalnavi.jp .sub ul li a:hover {
  background: none;
  text-decoration: underline;
}

/* 20220912 */

#globalnavi.jp .sub ul.col5 {
  width: 240px;
}

#globalnavi.jp .sub ul li.rc {
  float: none;
  width: auto;
  background: url(/common/images/linkicon10.png) no-repeat ;
  background-position: left 0% top 10%;
  padding-left: 12px;
  margin-bottom: 10px;
}
#globalnavi.jp .sub ul li.rc .pc {
  display: inline;
}
#globalnavi.jp .sub ul li.rc a {
  display: inline;
  text-align: left;
  font-size: 100%;
  line-height: 1;
}
#globalnavi.jp .sub ul li.rc a:hover {
  background: none;
  text-decoration: underline;
}

#globalnavi.jp .sub ul li.rc_1 {
  float: none;
  width: auto;
  background: url(/common/images/linkicon10.png) no-repeat ;
  background-position: left 0% top 14%;
  padding-left: 12px;
  margin-bottom: 10px;
}
#globalnavi.jp .sub ul li.rc_1 .pc {
  display: inline;
}
#globalnavi.jp .sub ul li.rc_1 a {
  display: inline;
  text-align: left;
  font-size: 100%;
  line-height: 1;
}
#globalnavi.jp .sub ul li.rc_1 a:hover {
  background: none;
  text-decoration: underline;
}
/* 20220912 */


#globalnavi.jp .nav1.on {
  background: #E79FA0;
}
#globalnavi.jp .nav1.on a:hover {
  color: #fff;
}
/* HPUP03409 */
#globalnavi.jp .nav1 .sub {
  background: url("/common/images/globalnavi_sub_01.png") no-repeat left top;
  height: 191px;
  width: 486px;
}
/* HPUP03409 ここまで */
/* HPUP03383 */

#globalnavi.jp .nav2.on {
  background: #FECF73;
}
#globalnavi.jp .nav2.on a {
  color: #000;
}
#globalnavi.jp .nav2 .sub {
  background: url("/common/images/globalnavi_sub_02.png") no-repeat left top;
  height: 191px;
  width: 486px;
}
#globalnavi.jp .nav2 .sub li {
  background: url(/common/images/linkicon11.png) no-repeat left center;
}
#globalnavi.jp .nav2 .sub a {
  color: #000;
}
#globalnavi.jp .nav3.on {
  background: #5CAFD7;
}
/* HPUP03409 */
#globalnavi.jp .nav3 .sub {
  background: url("/common/images/globalnavi_sub_03.png") no-repeat left top;
  height: 191px;
  width: 486px;
}
/* HPUP03409 ここまで  */

#globalnavi.jp .nav4.on {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NzdhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhNTQ4YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1877af), color-stop(100%, #1a548b));
  background-image: -moz-linear-gradient(left, #1877af, #1a548b);
  background-image: -webkit-linear-gradient(left, #1877af, #1a548b);
  background-image: linear-gradient(to right, #1877af, #1a548b);
}
#globalnavi.jp .nav4 .sub {
  background: url("/common/images/globalnavi_sub_04.png") no-repeat left top;
  height: 166px;
  width: 486px;
  left: -321px;
}
#globalnavi.jp .nav5.on {
  background: #BCD84E;
}
#globalnavi.jp .nav5 .sub {
  background: url("/common/images/globalnavi_sub_05.png") no-repeat left top;
  height: 191px;
  width: 486px;
  left: -321px;
}
#globalnavi.jp .nav6.on {
  background: #064684;
}

#globalnavi.jp .nav6 .sub {
  background: url("/common/images/globalnavi_sub_04.png") no-repeat left top;
  height: 140px;
  width: 490px;
  left: -320px;
}

.solution #globalnavi .nav1 {
  background: #E79FA0;
}

.case #globalnavi .nav2 {
  background: #FECF73;
}
.case #globalnavi .nav2 span {
  color: #111;
}

.product #globalnavi .nav3 {
  background: #5CAFD7;
}

.company #globalnavi .nav4 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NzdhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhNTQ4YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1877af), color-stop(100%, #1a548b));
  background-image: -moz-linear-gradient(left, #1877af, #1a548b);
  background-image: -webkit-linear-gradient(left, #1877af, #1a548b);
  background-image: linear-gradient(to right, #1877af, #1a548b);
}

.ir #globalnavi .nav5 {
  background: #BCD84E;
}

.recruit #globalnavi .nav6 {
  background: #064684;
}

#footertools a:hover {
  color: #dc031e;
}

/* header
-------------------------------------*/
#header.jp #contact a {
  background: url("../images/button_header_contact.png");
  width: 130px;
  height: 30px;
}

/* en_header
-------------------------------------*/
#header #headertools #contact .enContact {
  background: url("/en/images/button_header_contact.png") no-repeat;
  width: 130px;
  height: 30px;
}

/* Home
-------------------------------------*/
.mainVisualCont {
  overflow: hidden;
  background: #e6e6e6;
  clear: both;
}

.mainVisualWrap {
  height: 490px;
  margin-left: 50%;
  position: relative;
}

.mainVisual {
  width: 1600px;
  margin: 0 auto;
  position: absolute;
  left: -800px;
}
.mainVisual li {
  position: relative;
}
.mainVisual li .cont {
  width: 490px;
  height: 220px;
  background: #e90003;
  position: absolute;
  z-index: 100;
  color: #fff;
  text-align: center;
}
.mainVisual li .cont h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 1.4;
}
.mainVisual li .cont h3 {
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 1.4;
}
.mainVisual li .cont .text {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.mainVisual li .cont .btn img {
  margin: 0 auto;
}
.mainVisual .slide1 .cont,
.mainVisual .slide3 .cont,
.mainVisual .slide5 .cont {
  left: 320px;
  top: 220px;
}
.mainVisual .slide4 .cont h2 {
  margin-top: 40px;
}
.mainVisual .slide5 .cont {
  background: none;
}
.mainVisual .slide5 .cont h2 {
  display: none;
}
.mainVisual .slide5 .cont .text {
  margin-top: 110px;
  margin-bottom: 10px;
}
.mainVisual .slide2 .cont,
.mainVisual .slide4 .cont {
  left: 789px;
  top: 220px;
}
.mainVisual .slide6 .cont{
  width: 760px;
  height: auto;
  top: 36.8%;
  left: 50%;
  transform: translateX(-50%);
  background: none;
}
.mainVisual .slide6 .cont h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: .4px;
  font-family: "Times New Roman", Georgia, Times, serif;
  text-shadow: 2px 2px 3px rgba(0,0,0,.5);
  margin: 0 0 14px;
}

.mainVisual .slide6 .cont .text--1 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0,0,0,.5);
}


.homeMenu {
  background: #e6e6e6;
  margin: 0 auto 40px;
}
.homeMenu ul {
  overflow: hidden;
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.homeMenu ul li {
  height: 217px;
  float: left;
  margin-right: 2px;
  width: 190px;
  background: #fff;
}
.homeMenu ul li a {
  color: #000;
  text-decoration: none;
}
.homeMenu ul li a:hover {
  color: #e90003;
}
.homeMenu ul li.last {
  margin-right: 0;
}
.homeMenu ul li .photo {
  margin-bottom: 15px;
}
.homeMenu ul li p {
  margin-top: 10px;
  text-align: center;
}

/* homemenu3 */
.homeMenu3 {
  background: #e6e6e6;
  margin: 0 auto 40px;
}
.homeMenu3 ul {
  overflow: hidden;
  *zoom: 1;
  width: 577px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.homeMenu3 ul li {
  height: 217px;
  float: left;
  margin-right: 2px;
  width: 190px;
  background: #fff;
}
.homeMenu3 ul li a {
  color: #000;
  text-decoration: none;
}
.homeMenu3 ul li a:hover {
  color: #e90003;
}
.homeMenu3 ul li.last {
  margin-right: 0;
}
.homeMenu3 ul li .photo {
  margin-bottom: 15px;
}
.homeMenu3 ul li p {
  margin-top: 10px;
  text-align: center;
}
/* homemenu3 */

.newsCols {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 40px;
}
.newsCols .col {
  float: left;
  width: 296px;
  border: 2px solid #ccc;
  margin-right: 30px;
}
.newsCols h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 18px 12px 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.newsCols h3 a {
  color: #333;
  text-decoration: none;
  background: url(../images/linkicon.gif) no-repeat right center;
  padding-right: 10px;
}
.newsCols .col3 {
  margin-right: 0;
}
.newsCols .datelist {
  height: 280px;
}
.newsCols #ir_library dl {
  margin-bottom: 0;
  padding-top: 5px;
}
.newsCols #ir_library dl dt {
  font-weight: normal;
  font-size: 12px;
  padding: 0 20px 5px 20px;
}
.newsCols #ir_library dl dt span {
  position: relative;
  display: inline-block;
  top: -1px;
  min-width: 4.7em;
  margin: 0px 8px 0px;
  padding: 6px 4px 4px 2px;
  font-weight: normal;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  background: url(../images/datelist_iconbg.png) no-repeat 0px 0px;
}
.newsCols #ir_library dl dt .icon_account {
  background-color: #006699;
}
.newsCols #ir_library dl dt .icon_news {
  background-color: #999900;
}
.newsCols #ir_library dl dt .icon_report {
  background-color: #996600;
}
.newsCols #ir_library dl dt .icon_pickup {
  background-color: #008eee;
}
.newsCols #ir_library dl dt .icon_pr {
  background-color: #ff6666;
}
.newsCols #ir_library dl dt .icon_yuho {
  background-color: #ff6600;
}
.newsCols #ir_library dl dt .icon_press {
  background-color: #9966cc;
}
.newsCols #ir_library dl dd {
  padding: 0 20px 15px 20px;
  border-bottom: none;
  font-size: 12px;
}
.newsCols #ir_library dl dd a {
  color: #000;
  text-decoration: none;
}
.newsCols #ir_library dl dd a:hover {
  color: #e90003;
}

.facebookarea {
  border: 1px solid #aaaaaa;
}
.facebookarea h2 {
  margin: 0px;
  color: #ffffff;
  background: #3b55a0;
  font-weight: normal;
  padding: 10px;
  line-height: 1.1;
  font-size: 15px;
}

.homeBanner {
  margin-bottom: 40px;
}

.home .homeBanner1 {
  display: block;
  float:left;
  width:100%;
}
.homeBanner1 table{
  border: solid 1px #000;
  margin: 0 auto;
  padding: 20px;
  margin-top:20px;
  margin-bottom:20px;
}
.homeBanner1 table tr td{
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 600;
}

.homeBanner ul {
  overflow: hidden;
  *zoom: 1;
}
.homeBanner1 a {
  text-decoration-color: #dc031e;
}

/* 20160726 */
.homeBanner ul.upper {
  margin-bottom: 13px;
}

/* HPUP03354 HPHP03406 にて変更 */

.homeBanner ul li {
  float: left;
  width: 167px;
  height: 60px;
  margin-right: 13px;
}

/* HPUP03354ここまで */


/*
* トップページバナー4列w220
.homeBanner ul li {
  float: left;
  width: 220px;
  margin-right: 26px;
}
*/

.homeBanner ul li.last1 {
  width: 60px;
  margin-right: 0;
}

.homeBanner ul li.last {
  margin-right: 0;
}



.affili .data {
  padding-bottom: 30px;
}
.affili .data.pb0 {
  padding-bottom: 0;
}
.affili .data.pb25 {
  padding-bottom: 25px;
}
/* HPUP03410 */
.affili .data.pb11 {
  padding-bottom: 11px;
}


/* .affili li {
  margin-top: 30px;
  text-align: center;
} */

/* HPUP3410 */
.affili li {
  margin-top: 20px;
  text-align: center;
}

.affili li.mt10 {
  margin-top: 10px;
}
.affili li.mt20 {
  margin-top: 20px;
}
.affili li.mt21 {
  margin-top: 21px;
}
.affili li.w128 {
  width: 164px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-controls {
  background: #e6e6e6;
  height: 35px;
  padding-top: 15px;
}


/* 
.bx-pager {
  padding-left: 774px;
  margin: 0 auto;
}
*/

.bx-pager {
  padding-left: 762px;
  margin: 0 auto;
}

.bx-pager .bx-pager-item {
  float: left;
}
.bx-pager .bx-pager-item a {
  height: 10px;
  width: 10px;
  margin-right: 11px;
  background: url("../../images/icon_slider.png") no-repeat left -20px;
}
.bx-pager .bx-pager-item a.active {
  background-position: left top;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #eee;
  position: relative;
}

.jspDrag {
  background: #ddd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.justify {
  display: flex;
  justify-content: space-around;
}
.justify2 {
  display: flex;
  justify-content: space-between;
}

.pc-none {
    display: none !important;
}


/* vim: set ts=4 sw=4 sts=0 foldmethod=marker : */

