@charset "shift_jis";

/* Index -----------------------------

    -  Font Size Conversion
    -  CSS Reset

    1. Site Setting
    2. Header
    3. Footer
    4. Bread Crumb
    5. Home
    6. Message
    7. Company
    8. Product
    9. Facility
   10. Contact
   11. BxSlider
   12. Responsive Menu Parts

    -. Other

   (C) IWAMI Printing inc. ----------- */

/* Font Size Conversion --------------

	PX    %         PX    %
	 8 -  50	 9 -  56
	10 -  63	11 -  69
	12 -  75	13 -  81
	14 -  88	15 -  94
	16 - 100 (Base Font Size)
	18 - 113	20 - 125
	22 - 138	24 - 150

   ----------------------------------- */


/* -----------------------------------
       CSS Reset
   ----------------------------------- */
html, body,
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  vertical-align: baseline;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  vertical-align: top;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration:  line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family : inherit;
  font-size : 100%;
}

p {
  line-height: 1.5;
}


/* ----------------------------------- */


/* -----------------------------------
    1. Site Setting
   ----------------------------------- */
body {
  background-color: #fff;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-size: 100%\9;
  padding-top: 75px;
/*
  background-color: #fcfaf2;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
*/
}

.open {
  overflow-y: hidden;
}

#screen {
  padding-bottom: 20px;
}

header section,
.frame {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  zoom: 1;
}

#main {
  padding-bottom: 100px;
}

#main h2 {
  font-size: 1.5em;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#main .box01,
#main .box02 {
  overflow: hidden;
  padding: 40px 30px 0;
  zoom: 1;
}

#main a[target="_blank"]::after {
  content: url("/common/img/svg_external.svg");
}

#main #read {
  margin-bottom: 40px;
}

#main #read h1 {
  color: #285;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
}

#main #read h2 {
  margin: 20px 0;
  font-weight: normal;
}

/* jump ----- */
#jump a {
  background-color: #147;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  font-size: .63em;
  height: 45px;
  padding-top: 5px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  filter: alpha(opacity= 75);
  opacity: .75;
  -moz-opacity: .75;
}

#jump a img {
  margin-bottom: 3px;
}

#jump a:hover,
#jump a:focus,
#jump a:active {
  background-color: #b02;
}


/* ----------------------------------- */


/* -----------------------------------
    2. Header
   ----------------------------------- */
header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  height: 60px;
  left: 0;
  padding: 15px 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header h1 {
  padding-bottom: 15px;
  max-width: 284px;
}

.shadow {
  box-shadow: 0 2px 4px gray;
}

/* nav ----- */
header nav {
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 5px;
  zoom: 1;
}

.open header nav {
  overflow-y: scroll;
}

header nav ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}

header nav ul li:hover,
header nav ul li:focus,
header nav ul li:active,
header nav ul li a:hover,
header nav ul li a:focus,
header nav ul li a:active {
  color: #c06;
}

header nav ul .sel:hover,
header nav ul .sel:focus,
header nav ul .sel:active,
header nav ul .sel a:hover,
header nav ul .sel a:focus,
header nav ul .sel a:active {
  color: #09d;
}

header nav ul li:first-child {
  margin-left: 0;
}

header nav ul li a {
  color: #333;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  padding-bottom: 18px;
  position: relative;
  text-decoration: none;
  z-index: 99;
}

header nav ul li a:after {
  background-color: #c06;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: -.5px;
  position: absolute;
  transform: translate3d(-100%, 0, 0);
  transition: transform .2s ease-in;
  width: 100%;
}

header nav ul li a:hover:after,
header nav ul li a:focus:after,
header nav ul li a:active:after {
  transform: translate3d(0, 0, 0);
}

header nav ul .sel a:after {
  background-color: #09d;
  transform: translate3d(0, 0, 0);
}

header nav ul li div {
  font-size: .56em;
  position: relative;
  top: -15px;
}


/* ----------------------------------- */


/* -----------------------------------
    3. Footer
   ----------------------------------- */
footer {
  border-top: 1px solid #ccc;
  overflow: hidden;
  zoom: 1;
}

/* nav ----- */
footer #nav {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: center;
  zoom: 1;
}

footer #nav ul {
  display: inline-flex;
}

footer #nav ul li {
  border-left: 1px solid #aaa;
  font-size: .88em;
  padding: 0 20px;
}

footer #nav ul li:first-child {
  border-left: none;
}

footer #nav ul li a {
  color: #333;
  text-decoration: none;
}

footer #nav ul li a:hover,
footer #nav ul li a:focus,
footer #nav ul li a:active {
  text-decoration: underline;
}

/* sns ----- */
footer #sns {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

footer #sns ul {
  display: flex;
  justify-content: center;
}

footer #sns ul li {
  height: 25px;
  margin: 0 15px;
  width: 25px;
}

footer #sns ul li {
  fill: #777;
}

footer #sns ul li:first-child:hover,
footer #sns ul li:first-child:focus,
footer #sns ul li:first-child:active {
  fill: #4267b2;
}

footer #sns ul li:last-child:hover,
footer #sns ul li:last-child:focus,
footer #sns ul li:last-child:active {
  fill: #3caaf3;
}

/* seal ----- */
footer #seal ul li {
  float: left;
  margin-left: 20px;
}

/* copyright ----- */
footer .frame {
  padding: 15px 20px;
  position: relative;
}

footer .frame #copyright {
  text-align: right;
}

footer .frame #copyright div img {
  margin-bottom: 5px;
  max-width: 170px;
}

footer .frame #copyright small {
  font-size: .75em;
}


/* ----------------------------------- */


/* -----------------------------------
    4. Bread Crumb
   ----------------------------------- */
#bread {
  overflow: hidden;
  padding: 15px 0 25px;
  zoom: 1;
}

#bread h1 {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}

#bread ul li {
  float: left;
  font-size: .88em;
  margin-left: 5px;
}

#bread ul li:after {
  content: " >";
}

#bread ul li:last-child:after {
  content: none;
}


/* ----------------------------------- */


/* -----------------------------------
    5. Home
   ----------------------------------- */
#slideframe {
  background: #e5e3ce url(/common/img/bg_slide.gif) repeat left bottom;
  margin-bottom: 70px;
}

#slider {
  margin: 0 auto;
}

/* topics ----- */
#home #topics {
  border-bottom: 1px solid #ccc;
  display: flex;
  margin: 0 30px;
  overflow: hidden;
  padding-bottom: 40px;
  zoom: 1;
}

#home #topics .hdl {
  padding: 10px 40px 0 0;
  white-space: nowrap;
}

#home #topics .hdl h2 {
  line-height: 1.5;
}

#home #topics .list {
  border-left: 2px solid #348;
  padding: 10px 0 0 40px;
}

#home #topics .list dl {
  line-height: 1.5;
}

#home #topics .list dl dt {
  color: #e31;
  font-size: .75em;
  margin-bottom: 2px;
}

#home #topics .list dl dd {
  padding-bottom: 10px;
}

/* maps ----- */
#home #main #maps ul {
  display: flex;
  width: 100%;
}

#home #main #maps ul li:nth-child(1) {
  padding-right: 10px;
}

#home #main #maps ul li:nth-child(2) {
  padding: 0 10px;
}

#home #main #maps ul li:nth-child(3) {
  padding-left: 10px;
}

#home #main #maps ul li .info {
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

#home #main #maps ul li .info .photo {
  float: left;
}

#home #main #maps ul li .info .txt {
  float: left;
  margin-left: 10px;
}

#home #main #maps ul li .info .txt h3,
#home #main #maps ul li .info .txt p {
  font-size: .88rem;
}

#home #main #maps ul li .info .txt h3 {
  margin-bottom: .5em;
}

#home #main #maps ul li .map iframe {
  height: 180px;
  width: 100%;
}


/* ----------------------------------- */


/* -----------------------------------
    6. Message
   ----------------------------------- */
#message #cover {
  background: transparent url("/common/img/cover_message.png") no-repeat;
}

#message #main .box01 p {
  margin-bottom: 1em;
}

#message #main .block dl {
  margin-top: 30px;
  text-align: right;
}

#message #main .block dl dt {
  margin-bottom: 10px;
}

#message #main .block dl dd {
  font-size: 1.5em;
}


/* ----------------------------------- */


/* -----------------------------------
    7. Company
   ----------------------------------- */
#company #main .box01 dl dt {
  float: left;
  line-height: 1.5;
}

#company #main .box01 dl dd {
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 8em;
}

#company #main .box01 dl dd small {
  font-size: .88em;
}

#company #main .box01 dl dd ul {
  overflow: hidden;
  zoom: 1;
}

#company #main .box01 dl .ulstyle01 ul {
  margin-top: 10px;
}

#company #main .box01 dl .ulstyle01 ul:first-child {
  margin-top: 0;
}

#company #main .box01 dl .ulstyle01 ul li {
  float: left;
}

#company #main .box01 dl .ulstyle01 ul li::before {
  content: "・";
}

#company #main .box01 dl .ulstyle01 ul li:first-child::before {
  content: none;
}

#company #main .box01 dl .ulstyle02 ul {
  display: flex;
  flex-wrap: wrap;
}

#company #main .box01 dl .ulstyle02 ul li {
  margin-bottom: 5px;
  width: 50%;
}

#company #main .box01 dl dd table tr th {
  font-weight: normal;
  text-align: left;
}

#company #main .box01 dl dd table tr td {
  padding-left: 3em;
}

#company #main .box01 dl dd table tr .num {
  padding-left: 1em;
  text-align: right;
}

#company #main .box02 dl dt {
  float: left;
  line-height: 1.5;
}

#company #main .box02 dl dd {
  border-bottom: 1px dotted #555;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 0 10px 15em;
}


/* ----------------------------------- */


/* -----------------------------------
    8. Product
   ----------------------------------- */
#product #main .box01 .block01 {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

#product #main .box01 .block01 ul {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

#product #main .box01 .block01 ul li {
  padding: 0 5px;
  text-align: center;
  width: 50%;
}

#product #main .box01 .block01 ul li h4 {
  font-size: .88em;
  font-weight: normal;
  line-height: 1.5;
  margin-top: .5em;
}

#product #main .box01 .block02 {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

#product #main .box01 .block02 ul {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

#product #main .box01 .block02 ul li {
  padding: 0 5px;
  text-align: center;
  width: 33.3%;
}

#product #main .box01 .block02 ul li h4 {
  font-size: .88em;
  font-weight: normal;
  line-height: 1.5;
  margin-top: .5em;
}


/* ----------------------------------- */


/* -----------------------------------
    9. Facility
   ----------------------------------- */
#facility #main .box01 dl dt {
  float: left;
  line-height: 1.5;
}

#facility #main .box01 dl dd {
  border-bottom: 1px dotted #555;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 0 10px 4em;
}

#facility #main .box01 dl dd ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  zoom: 1;
}

#facility #main .box01 dl dd ul li {
  margin: 0 0 5px 5em;
  width: 19.5em;
}

#facility #main .box01 dl dd ul li span {
  float: right;
}

#facility #main .box01 .block01 {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

#facility #main .box01 .block01 ul {
  display: flex;
  justify-content: center;
}

#facility #main .box01 .block01 ul li {
  padding: 0 5px;
  text-align: center;
  width: 50%;
}

#facility #main .box01 .block01 ul li h4 {
  font-size: .88em;
  font-weight: normal;
  line-height: 1.5;
  margin-top: .5em;
}


/* ----------------------------------- */


/* -----------------------------------
   10. Contact
   ----------------------------------- */
#contact #main #contract {
  margin-bottom: 20px;
  padding-bottom: 40px;
}

#contact #main #contract p {
  margin-bottom: 1em;
}

#contact #main #contract div {
  background-color: #fff;
  border: 1px solid #999;
  padding: 30px;
}

#contact #main #contract .alert {
  background-color: #f00;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px;
}

#contact #main #contract #success {
  border: none;
  margin-bottom: 50px;
  padding: 0;
}

#contact #main #contract #success .headline {
  background-color: #090;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px;
}

#contact #main #contract #success .text{
  margin-top: 3em;
}

#contact #main #contract .infotext {
  margin-top: 3em;
}

#contact #main #contract div ul {
  margin-left: 20px;
}

#contact #main #contract div ul li {
  line-height: 1.5;
  list-style-type: disc;
  margin-bottom: .5em;
}

#contact #main #contract div dl dt {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 10px;
}

#contact #main #contract div dl dd {
  margin-left: 1em;
}

#contact #main #contract div dl dd ul {
  margin-left: 0;
}

#contact #main #contract div dl .tel ul li {
  background: transparent url(/common/img/icon_tel.png) no-repeat center left;
  font-size: 1.5em;
  list-style-type: none;
  padding-left: 40px;
}

#contact #main #contract div dl .mail ul li {
  background: transparent url(/common/img/icon_mail.png) no-repeat center left;
  font-size: 1.5em;
  list-style-type: none;
  padding-left: 40px;
}

#contact #main form {
  border-top: 1px solid #ccc;
}

#contact #main form dl dt {
  float: left;
  font-weight: bold;
  line-height: 1.25;
  padding-top: 20px;
}

#contact #main form dl dt em {
  color: #c00;
  font-size: .75em;
}

#contact #main form dl .com {
  padding-top: 2px;
}

#contact #main form dl dd {
  margin-bottom: 20px;
  padding-left: 9em;
}

#contact #main form dl dd ul {
  border-left: 1px solid #348;
  overflow: hidden;
  padding-left: 2em;
  zoom: 1;
}

#contact #main form dl dd ul li {
  padding: 10px 0;
  position: relative;
}

#contact #main form dl ul li label {
  position: absolute;
  left: 0;
  top: 22px;
}

#contact #main form dl dd ul li input,
#contact #main form dl dd ul li select,
#contact #main form dl dd ul li textarea {
  border: 1px solid #aaa;
  font-size: 14px;
  font-size: 1rem;
  height: 38px;
  border-radius: 3px;
}

#contact #main form dl dd ul li input {
  line-height: 38px;
  padding: 0 7px;
  width: calc(100% - 30px);
}

#contact #main form dl dd ul li select {
  line-height: 38px;
  padding-left: 10px;
}

#contact #main form dl dd ul li textarea {
  height: 15em;
  padding: 10px;
  width: calc(100% - 30px);
}

#contact #main form dl .address ul li:first-child {
  padding-left: 6em;
}

#contact #main form dl .address ul li #address1 {
  width: 9em;
}

#contact #main form dl .info ul li {
  padding-left: 6em;
}

#contact #main form dl .info ul li #info1 {
  width: 11em;
}

#contact #main form dl .info ul li p {
  font-size: .88em;
  margin: 1em 0 5px;
}

#contact #main form dl .info ul li p label {
  position: static;
}

#contact #main form dl dd ul li em {
  color: #c00;
  display: none;
  margin-top: .5em;
}

#address1,
#info1,
#info2,
#info3 {
  ime-mode: disabled;
}

#contact #main form .button {
  margin-top: 30px;
  text-align: center;
}

#contact #main form .button button {
  cursor: pointer;
  height: 57px;
  width: 150px;
}

#contact #ifbox {
  height: 100%;
  width: 100%;
  display: block;
  border: 1px solid #f00;
}

#contact #ifbox iframe {
  height: 100%;
  width: 100%;
}


/* ----------------------------------- */


/* -----------------------------------
   11. BxSlider
   ----------------------------------- */
.bx-wrapper {
  margin-bottom: 60px;
  padding: 0;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  display: block;
  max-width: 100%;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
  transform: translateZ(0);
}

/* THEME ----- */
.bx-wrapper {
  background: #fff;
  margin: 0 auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -20px;
  position: absolute;
  width: 100%;
}

/* LOADER ----- */
.bx-wrapper .bx-loading {
  background: url("/common/img/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  left: 0;
  min-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

/* PAGER ----- */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  text-indent: -9999px;
  width: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #a00;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) ----- */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/common/img/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("/common/img/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) ----- */
.bx-wrapper .bx-controls-auto {
  text-align: center;
  margin-right: 20px;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/common/img/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/common/img/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT ----- */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  padding-left: 20px;
  text-align: left;
  width: 50%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS ----- */
.bx-wrapper .bx-caption {
  background: rgba(80, 80, 80, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-family: Arial;
  font-size: .85em;
  padding: 10px;
}


/* ----------------------------------- */


/* -----------------------------------
   12. Responsive Menu Parts
   ----------------------------------- */
#rpmparts,
#rpmparts a,
#rpmparts a span {
  display: none;
}

#rpmparts {
  position: absolute;
  right: 20px;
  top: 5px;
}

#rpmparts.active {
  right: 36px;
}

#rpmparts a,
#rpmparts a span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 9;
}

#rpmparts a {
  height: 40px;
  position: relative;
  width: 30px;
}

#rpmparts a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #666;
  border-radius: 4px;
}

#rpmparts a span:nth-of-type(1) {
  top: 10px;
}

#rpmparts a span:nth-of-type(2) {
  top: 18px;
}

#rpmparts a span:nth-of-type(3) {
  bottom: 10px;
}

#rpmparts.active a span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}

#rpmparts.active a span:nth-of-type(2) {
  opacity: 0;
}

#rpmparts.active a span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}

.open #rpmparts #overlay {
  background-color: #000;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  filter: alpha(opacity= 75);
  opacity: .75;
  -moz-opacity: .75;
}

/* ----------------------------------- */


/* -----------------------------------
    -. Other
   ----------------------------------- */
.hiddencont {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}

.mt2e {
  margin-top: 2em;
}

/* ----------------------------------- */