/* Form Common Styles
--------------------------------------------*/
input,
textarea {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #007ec7;
}
span.red {
  font-size: 12px;
}

#kasouvWrap{
  background: url(../product/img/mv_product.jpg) no-repeat;
  background-size: cover;
}
.kasouvWrap__members {
  background: url(https://kansai-automation.co.jp/members/img/common/mv_members.jpg) no-repeat;
  background-size: cover;
}
.kasouvWrap {
  width: 100%;
  height: 170px;
  position: relative;
  z-index: 9999;
}

#kasouV {
  width: 1050px;
  height: 170px;
  margin: -3px auto 0;
  position: relative;
}

.kasouvWrap__members .kasouVtitle {
  color: #212121;
}
.kasouvWrap__members .kasouVtitle span {
  color: #c0141e;
}

.kasouVtitle span{
  font-size: 0.6em;
  font-weight: bold;
}

ol.topic-path {
/*  margin: -30px 0 40px; */
}


/* sidebar
-------------------------------------------*/
.sideMembers {}
.c-hover:hover {
  opacity: .8;
}
div.m-page01 .sideCate__member li.m-page01 a,
div.m-page02 .sideCate__member li.m-page02 a,
div.m-page03 .sideCate__member li.m-page03 a,
div.m-page04 .sideCate__member li.m-page04 a,
div.m-page05 .sideCate__member li.m-page05 a,
div.m-page06 .sideCate__member li.m-page06 a,
div.m-page07 .sideCate__member li.m-page07 a,
div.m-page08 .sideCate__member li.m-page08 a,
div.m-pageEstimation .sideCate__member li.m-page02 a,
div.m-page09 .sideCate__member li.m-page09 a {
  color: #fff!important;
  background: url(http://kansai-automation.co.jp/img/side/kasouside_redBg.gif) repeat-x!important;
}
div.m-page01 #sideCate li.m-page01 a:after,
div.m-page02 #sideCate li.m-page02 a:after,
div.m-page03 #sideCate li.m-page03 a:after,
div.m-page04 #sideCate li.m-page04 a:after,
div.m-page05 #sideCate li.m-page05 a:after,
div.m-page06 #sideCate li.m-page06 a:after,
div.m-page07 #sideCate li.m-page07 a:after,
div.m-page08 #sideCate li.m-page08 a:after,
div.m-pageEstimation #sideCate li.m-page02 a:after,
div.m-page09 #sideCate li.m-page09 a:after {
  content: "."!important;
  width: 4px!important;
  height: 14px!important;
  background: #fff!important;
  overflow: hidden!important;
  position: absolute!important;
  top: 18px!important;
  left: 15px!important;
  -webkit-transition: .4s!important;
  transition: .4s!important;
}


/* form register
-------------------------------------------*/
.p-formSection01 {
  padding-top: 40px;
}
.p-formBox {
  background-color: #e6e6e6;
  padding: 20px;
  font-size: 13px;
}

/* member top
-------------------------------------------*/
.kasouArea ul#memberTopPage {
  width: 720px;
  height: auto;
}

.kasouArea ul#memberTopPage li {
    width: 330px;
    height: 240px;
    margin: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    float: left;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
.kasouArea ul#memberTopPage li:hover {
  opacity: 0.7;
}
.kasouArea ul#memberTopPage li:after {
    border-top: 0;
    border-bottom: solid 25px #c9151f;
    border-left: solid 25px transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 9998;
    -webkit-transition: .3s;
    transition: .3s;
}

.kasouArea ul#memberTopPage li p.pageImage:after {
  content: ".";
  width: 110px;
  height: 5px;
  background: #660000;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.kasouArea ul#memberTopPage li p.pageImage:before {
  content: ".";
  width: 100%;
  height: 5px;
  background: #ac1c24;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
}

.kasouArea ul#memberTopPage li p.pageTitle {
    font-size: 18px;
    font-weight: bold;
  padding-left: 15px;
  margin: 7px 0 0 15px;
  position: relative;
}
.kasouArea ul#memberTopPage li p.pageTitle:after {
    content: ".";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #c9151f;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 0;
}

.kasouArea ul#memberTopPage li a {
  width: 330px;
  height: 240px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* Login Form
--------------------------------------------*/
.p-loginformSection01 {
  margin-bottom: 50px;
}
.p-loginformForm {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.p-loginformForm_item.name {
  width: 100px;
  float: left;
  text-align: right;
}
.p-loginformForm_item.form {
  padding-left: 120px;
  width: 380px;
}
.p-loginformForm_item.form input {
  width: 100%;
  padding: 5px;
}
.p-loginform_submit {
  text-align: center;
  margin-bottom: 30px;
}
.p-loginform_submit input {
  width: 150px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border: none;
  background: url('../img/members/membersBtn_bg.png') repeat-x center center;
}
.p-loginform_forget {
  text-align: center;
}
.p-loginformSection03 {
  text-align: center;
  margin-bottom: 50px;
}

/* reminder_form
----------------------------------------------*/
.p-reminderSection01 {
  margin-top: 40px;
  margin-bottom: 50px;
}
.p-reminderForm {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.p-reminderForm_item.name {
  width: 120px;
  float: left;
  text-align: right;
}
.p-reminderForm_item.form {
  padding-left: 140px;
  width: 430px;
}
.p-reminderForm_item.form input {
  width: 100%;
  padding: 5px;
}
.p-reminder_submit {
  text-align: center;
  margin-bottom: 30px;
}
.p-reminder_submit input {
  width: 150px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border: none;
  background: url('../img/members/membersBtn_bg.png') repeat-x center center;
}
.tecb20 input[type=submit]{
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 30px;
  background-color: #333;
  color: #fff;
}
.tecb20 input[type=submit]:hover{
  background-color: #fff;
  color: #333;
}
.contactForm__select {
  width: 146px;
  height: 36px;
  padding: 5px 8px;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactForm__selectWrap:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 110px;
  width: 36px;
  height: 36px;
  content: "";
  background: #a7a7a7 url("../../img/contact-arrow01.gif") no-repeat center center;
  pointer-events: none;
}
.contactForm__listItem select {
  width: 146px;
  height: 36px;
  padding: 5px 8px;
  border: 1px solid #cdcdcd!important;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactForm__listItem select::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 180px;
  width: 36px;
  height: 36px;
  content: "";
  background: #a7a7a7 url("../img/contact-arrow01.gif") no-repeat center center!important;
  pointer-events: none;
}

.contactForm__btnWrap input[type=reset],
.contactForm__btnWrap input[name=reset],
.contactForm__btnWrap input[type=submit] {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.contactForm__btnWrap input[type=reset],
 {
  background-color: #333;
  color: #fff;
}
.contactForm__btnWrap input[type=submit] {
  background-color: #333;
  color: #fff;
}
.contactForm__btnWrap input[type=submit]:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* subscription form
----------------------------------------------*/
.contactForm__listSubscription {
  width: 690px!important;
}
.contactForm__listSubscription dd {
  width: 390px!important;
}
.contactForm_listSubscription {
  width: 690px!important;
}
/*.contactForm_listSubscription:nth-child(11) {
    background: #fff;
}*/
.contactForm_listSubscription dd {
  width: 390px!important;
}
.contactForm__selectWrap02 {
  vertical-align: top!important;
}
.contactForm__selectWrap02 .contactForm__select {
  width: 240px!important;
}
.contactForm__selectWrap02:after {
  left: 204px !important;
}
.contactForm_listSubscription dt {
  padding-right: 10px;
}
.contactForm_listSubscription select {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.table__form {
  width: 100%;
}
.table__form tr {
  width: 100%;
}
.table__form tr td {
  width: 33.333333333%;
  text-align: center;
}
/* manual_pdf_list
----------------------------------------------*/
.manual_page .kasouArea {
  margin-bottom: 10px;
}
.manual_page .kasouArea.last-child {
  margin-bottom: 60px;
}
ul.manual_btn {
    width: 750px;
    height: auto;
    display: table;
    margin-bottom: 30px;
}

ul.manual_btn li {
    margin: 0 30px 10px 0;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.3);
    float: left;
}
ul.manual_btn li:nth-child(3),
ul.manual_btn li:nth-child(6),
ul.manual_btn li:nth-child(9) {
    margin: 0 0 10px 0;
}

ul.manual_btn li a {
    width: 230px;
    height: 90px;
    background: url(../customer_support/faq/img/faq_btn.gif) no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
ul.manual_btn li a:hover {
    background: url(../customer_support/faq/img/faq_btn_on.gif) no-repeat;
    color: #fff;
}

ul.manual_btn li a span {
    font-size: 15px;
}

div.manual_page h5 {
    height: 37px;
    font-size: 16px;
    color: #303030;
    line-height: 36px;
    border-bottom: 1px #a7a7a7 solid;
    padding-left: 10px;
    margin-top: 28px;
    position: relative;
}
div.manual_page h5:after {
    content: ".";
    width: 4px;
    height: 15px;
    background: #c9151f;
    overflow: hidden;
    position: absolute;
    top: 11px;
    left: 1px;
}
div.manual_page h5:before {
  content: ".";
  width: 4px;
  height: 15px;
  background: #cfcfcf;
  overflow: hidden;
  position: absolute;
    top: 10px;
    left: 0;
}
.p-manualTable {
  width: 100%;
  border-spacing: 0;
}
.p-manualTable tr,
.p-manualTable th,
.p-manualTable td {
  border-spacing: 0;
}
.p-manualTable tr:nth-child(odd) {
  background-color: #f6f6f3;
}
.p-manualTable th,
.p-manualTable td {
  padding: 5px;
}
.p-manualTable th {
  font-weight: normal;
  padding-left: 20px;
  text-align: left;
}
.p-manualTable td {
  font-size: 14px;
  text-align: right;
}
.p-dlManualTable {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-dlManualTable tr,
.p-dlManualTable th,
.p-dlManualTable td {
  padding: 3px;
  margin: 0;
  height: 26px;
  border: solid 1px #000;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  background: #ffffff;
  word-wrap: break-word;
}
.p-dlManualTable th,
.p-dlManualTable td {
  padding: 5px;
}
.p-dlManualTable th {
  font-weight: normal;
  padding-left: 20px;
  text-align: left;
}
.p-dlManualTable td {
  font-size: 14px;
  text-align: left
}
.p-dlManualTable td.manual_type {
  width: 30%;
}
.p-dlManualTable td.manual_link {
  width: 35%;
}
.p-dlManualTable td.manual_filename {
  width: 25%;
}
.p-dlManualTable td.manual_datasize {
  width: 10%;
}

/* PROCESS
--------------------------------------*/
.p-processSecrion01 {
  margin-bottom: 30px;
}
.p-processList {
}
.p-processListItem {
  width: 335px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.p-processListItem:nth-child(even) {
  margin-right: 0;
}
.p-processListItem:nth-child(even):after {
  clear: both;
  display: block;
  height: 0;
  content: "";
}
.p-processTitle:before {
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-right: 5px;
  content: "";
  background: url('../members/img/process/process_arrow.jpg') no-repeat center center;
}

/* application
-------------------------------------------*/
.p-applicationArticleList {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #c4c4c4;
}
.p-applicationArticleList:after {
  clear: both;
  display: block;
  height: 0;
  content: "";
}
.p-applicationArticleList__left {
  display: block;
  width: 150px;
  height: 150px;
  float: left;
}
.p-applicationArticleList__right {
  width: 520px;
  padding-left: 170px;
}
.p-applicationArticleList__title {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 40px;
}
.p-applicationArticleList__subTitle {
  font-size: 16px;
  margin-bottom: 10px;
}

/* leave
-------------------------------------------*/
.p-leave__list {
  margin-top: 50px;
}
.p-leave__list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.p-leave__listItem {
  float: left;
  width: 320px;
}
.p-leave__listItem.cancel {
  margin-right: 50px;
}
.p-leave__listItem a {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.p-leave__listItem.leave a {
  background-color: #222;
}
.p-leave__listItem.leave a:hover {
  background-color: #444;
}
.p-leave__listItem.cancel a {
  background-color: #c9151f;
}
.p-leave__listItem.cancel a:hover {
  background-color: #e2343e;
}


.p-single__mainNav {
  margin-top: 50px;
}
.p-single__mainNavList {
  text-align: center;
  position: relative;
}
.p-single__mainNavListItem a {
  color: #333;
  text-decoration: none;
}
.p-single__mainNavListItem a:hover {
  text-decoration: underline;
}
.p-single__mainNavListItem--prev {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 250px;
  text-align: left;
}
.p-single__mainNavListItem--next {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 250px;
  text-align: left;
}
/* OTHER
--------------------------------*/
.b {font-weight: bold;}
.text-center {text-align: center;}
#colorbox {
  z-index: 99999;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/**************************************************************
【fontの設定】
**************************************************************/
.text16{font-size:16px!important}      /* フォントサイズ16px */
.text18{font-size:18px}
.text20{font-size:2px}
.text22{font-size:22px}
.text24{font-size:24px}
.text26{font-size:26px}
.text28{font-size:28px}
.text30{font-size:3px}
.text32{font-size:32px}
.text34{font-size:34px}
.text36{font-size:36px}
.text38{font-size:38px}
.text40{font-size:4px}
.text50{font-size:5px}
.text60{font-size:6px}
.b{font-weight:700}       /* 太字 */
.u{text-decoration:underline} /* 下線 */







