@charset "utf-8";



/*-------------------------------------------------*/

#header {
  width: 100%;
  border-bottom: 1px solid #22ac38;
}
#header .header_inner {
  position: relative;
  width: 100%;
  height: 86px;
}
#header .logo {
  width: 431px;
  position: absolute;
  top: 19px;
  left: 0;
}
#header .right_box .keyence_logo {
  width: 147px;
  position: absolute;
  right: 0;
  top: 15px
}
#header .right_box .tel {
  width: 341px;
  position: absolute;
  right: 0;
  top: 41px
}
.sp_header_inner {
  display: none;
}

/*-------------------------------------------------*/

#main_box {
  background: url(/ss/imagemeasure/sokushiri/images/common/bg.gif) 50% top #eee no-repeat;
  padding-top: 50px;
}
#main_wrap {
  width: 720px;
  float: left;
}

/*-------------------------------------------------*/

.type {
  font-weight: bold;
}
.type .type_category {
  display: inline-block;
  line-height: 1;
}
.type .type_name {
  display: inline-block;
  color: #22ac38;
  font-size: 17px;
  line-height: 1;
}
.type .type_name a {
  color: #22ac38;
}
.type .type_name a:hover {
  color: #ea0437;
  text-decoration: underline;
  opacity: 1;
}


/*-------------------------------------------------*/

#side {
  float: right;
  width: 235px;
  margin-bottom: 51px;
}
.side_list .title {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}
.side_list li {
  background: #fff;
}
.side_list li a {
  color: #22ac38;
}
.side_list li a:hover {
  color: #ea0437;
  text-decoration: underline;
  opacity: 1;
}
.side_list li a.current {
  color: #ea0437;
}
.category_list li {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
.category_list ul li + li {
  margin-top: 6px;
}
.category_list li a{
  display: block;
  padding: 16px 12px;
}
.topics {
  margin-top: 37px;
}
.topics ul {
  padding: 0 10px;
  background: #fff;
}
.topics li a {
  display: block;
  padding: 15px 3px;
  line-height: 1.25;
}
.topics li + li a {
  border-top: 1px dotted #22ac38;
}

/*-------------------------------------------------*/

.pagetop {
  position: fixed;
  left: 50%;
  bottom: 85px;
  margin-left: 507px;
}
.pagetop a {
  display: inline-block;
  width: 52px;
  height: 27px;
  text-indent: -9999px;
  background: url(/ss/imagemeasure/sokushiri/images/common/pagetop.png) no-repeat;
}
.pagetop a:hover {
  opacity: 1;
  background: url(/ss/imagemeasure/sokushiri/images/common/pagetop_hover.png) no-repeat;
}
.sp_pagetop {
  display: none;
}

/*-------------------------------------------------*/

#footer {
  height: 55px;
  width: 100%;
  border-top: 1px solid #22ac38;
}
.copy_inner {
  padding: 15px 0;
  width: 980px;
  margin: 0 auto;
}
.copyright {
  width: 400px;
  float: left;
  font-size: 11px;
}
.links {
  width: 450px;
  float: right;
  text-align: right;
}
.links li {
  display: inline-block;
  text-align: right;
  padding: 0px 15px;
  border-left: 1px solid #e5e5e5;
}
.links li a {
  font-size: 11px;
}

/*-------------------------------------------------*/

.lock {
  overflow:hidden;
}
.modal-wrap {
  z-index:2;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
}
.modal-overlay {
  z-index:1;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}



/* === スマホ用 === */

@media screen and (max-width: 640px) {
  body {
    background: #eee;
    font-size: 13px;
  }
  .h1,.h2,.h3,.h4 p {
    max-height: 999999px;
    /* もしくは */
    max-height: 100%;
  }
  #header {
    height: auto;
    background: #fff;
  }
  .header_inner {
    display: none;
  }
  .sp_header_inner {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 9px 1% 9px 3%;
    box-sizing: border-box;
  }
  #header .sp_logo {
    max-width: 476px;
    width: 67%;
    float: left;
    margin-top: .2%;
  }
  .sp_header_inner .sp_menu {
    float: right;
    margin: 0;
    width: 12%;
    height: auto;
  }
  .sp_header_inner .sp_menu .sp_menu-default {
    display: block;
  }
  .sp_header_inner .sp_menu:hover .sp_menu-default {
    display: none;
  }
  .sp_header_inner .sp_menu .sp_menu-hover {
    display: none;
  }
  .sp_header_inner .sp_menu:hover .sp_menu-hover {
    display: block;
  }
  .modal-content {
    position:relative;
    display:none;
    width:75%;
    margin:30px 12.5%;
    border:1px solid #061a63;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .modal-content p {
    margin:0;
    padding:0;
  }
  p.close_top{
    position: absolute;
    top: -25px;
    right: 0;
  }
  p.close_top img{
    width: 18px;
  }
  .modal-content .title {
    padding: 12px 3.333%;
    border-bottom: 1px solid #939393;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
  }
  .modal-content > ul{
    overflow: hidden;
    margin:0;
    padding:0;
  }
  ul.nav_box{
    background-color: #f1f1f1;
    margin:0;
    overflow: hidden;
  }
  ul.nav_box li{
    margin: 0 6.667%;
  }
  ul.nav_box li + li{
    border-top: 1px dotted #22ac38;
  }
  ul.nav_box li a{
    display: block;
    padding: 12px 0;
    color: #22ac38;
    font-size: 15px;
    font-weight: bold;
  }
  ul.cv_box li{
    border-top: 1px solid #939393;
  }
  ul.cv_box li a{
    display: block;
    padding: 12px 3.333%;
    color: #ea0437;
    font-size: 1.154em;
    font-weight: bold;
  }

  /*-------------------------------------------------*/

  #main_box {
    padding-top: 25px;
  }

  /*-------------------------------------------------*/

  #main_wrap {
    float: none;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }

  /*-------------------------------------------------*/

  #side {
    display: none;
  }

  /*-------------------------------------------------*/

  #footer {
    height: auto;
    background: #fff;
  }
  #footer_copy {
    border: none;
    max-width: 640px;
  }
  .copy_inner {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    padding: 16px 0 23px;
  }
  .copy_inner ul {
    width: 100%;
    float: none;
    text-align: center;
    line-height: 1;
  }
  .copy_inner ul li {
    display: inline;
    border: none;
    padding: 0 1.8%;
    vertical-align: middle;
  }
  .links li a {
    font-size: 90%;
  }
  .copyright {
    float: none;
    width: 100%;
    margin-top: 17px;
    font-size: 90%;
    text-align: center;
    line-height: 140%;
  }
  .copyright span {
    display: block;
  }
  .sp_pagetop {
    display: block;
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
  }
  .sp_pagetop a {
    display: block;
    width: 15%;
    margin: 0 auto;
  }

}

/*form*/
#main_wrap #suz_registrationForm{
	background-color:transparent;
	min-width: auto;	
}
#main_wrap #suz_registrationForm #suz_firstName,
#main_wrap #suz_registrationForm #suz_lastName {
    width: 129px;
}

#main_wrap #suz_registrationForm table th,
#main_wrap #suz_registrationForm table td {
    border: none;
}
#main_wrap #suz_registrationForm table td {
    background-color:transparent;
}
#main_wrap #suz_registrationForm .form_box_02.login table td,
#main_wrap #suz_registrationForm .form_box_02.login table th{
    padding:5px 0 0 0;
}
#main_wrap #suz_registrationForm .form_box_02.login table th {
    background-color:transparent;
}
#main_wrap #suz_registrationForm .form_box_02.new table th {
    background-color:#ededed;
}
#main_wrap #suz_registrationForm table{
    margin-bottom:0;
}