@charset "UTF-8";
/*
CSS Document
NAME: common.css
*/
/* Import
-------------------------------------------------- */
/* ======================================================================
   Foundation
====================================================================== */
/* Reset
-------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img, iframe {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* Mixin
-------------------------------------------------- */
/* Basic
-------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Std W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: justify;
  color: #333;
  background: #F6F4F0;
}

a {
  color: #333;
  padding-bottom: 1px;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  color: #069;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/* ======================================================================
   Layout
====================================================================== */
/* Contents
-------------------------------------------------- */
#contents {
  width: 100%;
}
#contents #main {
  float: left;
  width: 70%;
  margin-top: 25px;
  padding-right: 25px;
}
#contents #side {
  float: left;
  width: 30%;
  margin-top: 25px;
}

/* Footer
-------------------------------------------------- */
#footer {
  width: 100%;
  margin: 25px 0 8px;
  padding-bottom: 50px;
  color: #999;
  font-family: 'myfont';
}
#footer .footer__logo {
  height: 30px;
}
#footer .footer__logo img {
  width: auto;
  height: 100%;
}
#footer .footer__map img {
  display: inline-block;
  width: 55%;
}
#footer .footer__massage {
  text-align: center;
  margin-top: 15px !important;
}
#footer .footer__massage span {
  display: inline-block;
  padding: 8px 10px;
  background: white;
  color: #333;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#footer .footer__contact {
  background: #F6F4F0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 8px;
}
#footer .footer__contact .footer__contactIn {
  float: left;
  width: 50%;
  padding-right: 4px;
}
#footer .footer__contact .footer__contactIn + .footer__contactIn {
  padding-right: 0;
  padding-left: 4px;
}
#footer #footerTop {
  font-size: 12px;
}

/* Header
-------------------------------------------------- */
#header {
  width: 100%;
  background: url(../images/bg_header01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header #headerMiddle {
  height: 50px;
}

.header__logo {
  height: 100%;
  display: inline-block;
  padding: 10px 5px;
}
.header__logo > h1, .header__logo > p {
  height: 100%;
}
.header__logo > h1 img, .header__logo > p img {
  width: auto;
  height: 100%;
}

.header__mail {
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 2px 0 2px 2px;
  float: right;
}
.header__mail .header__mailIn {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}
.header__mail img {
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__ico {
  float: right;
  font-size: 20px;
}
.header__ico li {
  display: inline-block;
}
.header__ico li a {
  display: block;
  font-family: 'myfont';
  width: 35px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.header__ico li.header__ico--mail a {
  color: #333 !important;
}
.header__ico li.header__ico--flag a {
  color: #ccc !important;
}
.header__ico li.header__ico--flag.active a {
  color: #FF9000 !important;
  -webkit-text-shadow: 0 0 7px #EFEA3A;
  -moz-text-shadow: 0 0 7px #EFEA3A;
  -ms-text-shadow: 0 0 7px #EFEA3A;
  -o-text-shadow: 0 0 7px #EFEA3A;
  text-shadow: 0 0 7px #EFEA3A;
}

/* ======================================================================
   Object
====================================================================== */
/* Component
-------------------------------------------------- */
/*
c-breadCrumb
*/
.c-breadCrumb {
  display: block;
  width: 100%;
}

.c-breadCrumb__item {
  display: inline;
  margin-right: 15px;
}
.c-breadCrumb__item + .c-breadCrumb__item:before {
  content: "/";
  margin-right: 15px;
}

/*
c-grid
*/
.c-grid > .c-grid__01, .p-bnrList > ul > .c-grid__01 {
  display: block;
  float: left;
  width: 8.333%;
  max-width: 8.333%;
}
.c-grid > .c-grid__02, .p-bnrList > ul > .c-grid__02 {
  display: block;
  float: left;
  width: 16.666%;
  max-width: 16.666%;
}
.c-grid > .c-grid__03, .p-bnrList > ul > .c-grid__03 {
  display: block;
  float: left;
  width: 25%;
  max-width: 25%;
}
.c-grid > .c-grid__04, .p-bnrList > ul > .c-grid__04 {
  display: block;
  float: left;
  width: 33.333%;
  max-width: 33.333%;
}
.c-grid > .c-grid__05, .p-bnrList > ul > .c-grid__05 {
  display: block;
  float: left;
  width: 41.666%;
  max-width: 41.666%;
}
.c-grid > .c-grid__06, .p-bnrList > ul > .c-grid__06 {
  display: block;
  float: left;
  width: 50%;
  max-width: 50%;
}
.c-grid > .c-grid__07, .p-bnrList > ul > .c-grid__07 {
  display: block;
  float: left;
  width: 58.333%;
  max-width: 58.333%;
}
.c-grid > .c-grid__08, .p-bnrList > ul > .c-grid__08 {
  display: block;
  float: left;
  width: 66.666%;
  max-width: 66.666%;
}
.c-grid > .c-grid__09, .p-bnrList > ul > .c-grid__09 {
  display: block;
  float: left;
  width: 75%;
  max-width: 75%;
}
.c-grid > .c-grid__10, .p-bnrList > ul > .c-grid__10 {
  display: block;
  float: left;
  width: 83.333%;
  max-width: 83.333%;
}
.c-grid > .c-grid__11, .p-bnrList > ul > .c-grid__11 {
  display: block;
  float: left;
  width: 91.666%;
  max-width: 91.666%;
}
.c-grid > .c-grid__12, .p-bnrList > ul > .c-grid__12 {
  display: block;
  float: left;
  width: 100%;
  max-width: 100%;
  clear: both;
}

.c-grid--garter {
  margin: -12.5px;
}

.c-grid--garter > .c-grid__01 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__02 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__03 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__04 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__05 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__06 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__07 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__08 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__09 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__10 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__11 {
  padding: 12.5px;
}

.c-grid--garter > .c-grid__12 {
  padding: 12.5px;
}

.c-grid--garter--in {
  margin: -7.5px;
}

.c-grid--garter--in > .c-grid__01 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__02 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__03 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__04 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__05 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__06 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__07 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__08 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__09 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__10 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__11 {
  padding: 7.5px;
}

.c-grid--garter--in > .c-grid__12 {
  padding: 7.5px;
}

.c-grid--garter--ob {
  margin: -4px;
}

.c-grid--garter--ob > .c-grid__01 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__02 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__03 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__04 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__05 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__06 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__07 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__08 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__09 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__10 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__11 {
  padding: 4px;
}

.c-grid--garter--ob > .c-grid__12 {
  padding: 4px;
}

.c-grid--rev {
  float: right;
}

@media screen and (min-width: 480px) {
  .c-grid > .c-grid__01--S, .p-bnrList > ul > .c-grid__01--S {
    display: block;
    width: 8.333%;
    max-width: 8.333%;
  }
  .c-grid > .c-grid__02--S, .p-bnrList > ul > .c-grid__02--S {
    display: block;
    width: 16.666%;
    max-width: 16.666%;
  }
  .c-grid > .c-grid__03--S, .p-bnrList > ul > .c-grid__03--S {
    display: block;
    width: 25%;
    max-width: 25%;
  }
  .c-grid > .c-grid__04--S, .p-bnrList > ul > .c-grid__04--S {
    display: block;
    width: 33.333%;
    max-width: 33.333%;
  }
  .c-grid > .c-grid__05--S, .p-bnrList > ul > .c-grid__05--S {
    display: block;
    width: 41.666%;
    max-width: 41.666%;
  }
  .c-grid > .c-grid__06--S, .p-bnrList > ul > .c-grid__06--S {
    display: block;
    width: 50%;
    max-width: 50%;
  }
  .c-grid > .c-grid__07--S, .p-bnrList > ul > .c-grid__07--S {
    display: block;
    width: 58.333%;
    max-width: 58.333%;
  }
  .c-grid > .c-grid__08--S, .p-bnrList > ul > .c-grid__08--S {
    display: block;
    width: 66.666%;
    max-width: 66.666%;
  }
  .c-grid > .c-grid__09--S, .p-bnrList > ul > .c-grid__09--S {
    display: block;
    width: 75%;
    max-width: 75%;
  }
  .c-grid > .c-grid__10--S, .p-bnrList > ul > .c-grid__10--S {
    display: block;
    width: 83.333%;
    max-width: 83.333%;
  }
  .c-grid > .c-grid__11--S, .p-bnrList > ul > .c-grid__11--S {
    display: block;
    width: 91.666%;
    max-width: 91.666%;
  }
  .c-grid > .c-grid__12--S, .p-bnrList > ul > .c-grid__12--S {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-grid > .c-grid__01--M, .p-bnrList > ul > .c-grid__01--M {
    display: block;
    width: 8.333%;
    max-width: 8.333%;
  }
  .c-grid > .c-grid__02--M, .p-bnrList > ul > .c-grid__02--M {
    display: block;
    width: 16.666%;
    max-width: 16.666%;
  }
  .c-grid > .c-grid__03--M, .p-bnrList > ul > .c-grid__03--M {
    display: block;
    width: 25%;
    max-width: 25%;
  }
  .c-grid > .c-grid__04--M, .p-bnrList > ul > .c-grid__04--M {
    display: block;
    width: 33.333%;
    max-width: 33.333%;
  }
  .c-grid > .c-grid__05--M, .p-bnrList > ul > .c-grid__05--M {
    display: block;
    width: 41.666%;
    max-width: 41.666%;
  }
  .c-grid > .c-grid__06--M, .p-bnrList > ul > .c-grid__06--M {
    display: block;
    width: 50%;
    max-width: 50%;
  }
  .c-grid > .c-grid__07--M, .p-bnrList > ul > .c-grid__07--M {
    display: block;
    width: 58.333%;
    max-width: 58.333%;
  }
  .c-grid > .c-grid__08--M, .p-bnrList > ul > .c-grid__08--M {
    display: block;
    width: 66.666%;
    max-width: 66.666%;
  }
  .c-grid > .c-grid__09--M, .p-bnrList > ul > .c-grid__09--M {
    display: block;
    width: 75%;
    max-width: 75%;
  }
  .c-grid > .c-grid__10--M, .p-bnrList > ul > .c-grid__10--M {
    display: block;
    width: 83.333%;
    max-width: 83.333%;
  }
  .c-grid > .c-grid__11--M, .p-bnrList > ul > .c-grid__11--M {
    display: block;
    width: 91.666%;
    max-width: 91.666%;
  }
  .c-grid > .c-grid__12--M, .p-bnrList > ul > .c-grid__12--M {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .c-grid > .c-grid__01--L, .p-bnrList > ul > .c-grid__01--L {
    display: block;
    width: 8.333%;
    max-width: 8.333%;
  }
  .c-grid > .c-grid__02--L, .p-bnrList > ul > .c-grid__02--L {
    display: block;
    width: 16.666%;
    max-width: 16.666%;
  }
  .c-grid > .c-grid__03--L, .p-bnrList > ul > .c-grid__03--L {
    display: block;
    width: 25%;
    max-width: 25%;
  }
  .c-grid > .c-grid__04--L, .p-bnrList > ul > .c-grid__04--L {
    display: block;
    width: 33.333%;
    max-width: 33.333%;
  }
  .c-grid > .c-grid__05--L, .p-bnrList > ul > .c-grid__05--L {
    display: block;
    width: 41.666%;
    max-width: 41.666%;
  }
  .c-grid > .c-grid__06--L, .p-bnrList > ul > .c-grid__06--L {
    display: block;
    width: 50%;
    max-width: 50%;
  }
  .c-grid > .c-grid__07--L, .p-bnrList > ul > .c-grid__07--L {
    display: block;
    width: 58.333%;
    max-width: 58.333%;
  }
  .c-grid > .c-grid__08--L, .p-bnrList > ul > .c-grid__08--L {
    display: block;
    width: 66.666%;
    max-width: 66.666%;
  }
  .c-grid > .c-grid__09--L, .p-bnrList > ul > .c-grid__09--L {
    display: block;
    width: 75%;
    max-width: 75%;
  }
  .c-grid > .c-grid__10--L, .p-bnrList > ul > .c-grid__10--L {
    display: block;
    width: 83.333%;
    max-width: 83.333%;
  }
  .c-grid > .c-grid__11--L, .p-bnrList > ul > .c-grid__11--L {
    display: block;
    width: 91.666%;
    max-width: 91.666%;
  }
  .c-grid > .c-grid__12--L, .p-bnrList > ul > .c-grid__12--L {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
/*
c-img
*/
.c-imgMaxW {
  width: 100%;
  height: auto;
}

.c-imgThumb {
  display: block;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.c-imgCircle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/*
c-media
*/
.c-media {
  display: table;
}

.c-media__image {
  display: table-cell;
  padding-right: 15px;
}
.c-media__image > img {
  display: block;
}

.c-media__image--rev {
  padding-right: 0;
  padding-left: 15px;
}

.c-media__body {
  display: table-cell;
  vertical-align: top;
}

/*
c-navBar
*/
.c-navBar {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  background-color: #F6F4F0;
}

.c-navBar__item {
  display: table-cell;
}
.c-navBar__item + .c-navBar__item {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.c-navBar__item > a {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
}

/*
c-panel
*/
.c-panel {
  overflow: hidden;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/*
c-tableView
*/
.c-tableView {
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #F6F4F0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.c-tableView__item {
  padding: 15px;
}
.c-tableView__item + .c-tableView__item {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

/* Project
-------------------------------------------------- */
/*
p-basicStyle
*/
.p-basicStyle > * + * {
  margin-top: 8px;
}
.p-basicStyle * {
  line-height: 1.7;
}
.p-basicStyle h1, .p-basicStyle h2, .p-basicStyle h3, .p-basicStyle h4, .p-basicStyle h5 {
  line-height: 1.2;
}
.p-basicStyle h1 {
  font-size: 1em;
  font-weight: bold;
}
.p-basicStyle h2 {
  font-size: 1em;
  font-weight: bold;
}
.p-basicStyle h3 {
  font-size: 1em;
  font-weight: bold;
}
.p-basicStyle h4 {
  font-size: 1em;
  font-weight: bold;
}
.p-basicStyle h5 {
  font-size: 1em;
  font-weight: bold;
}
.p-basicStyle table {
  width: 100%;
  height: auto;
}
.p-basicStyle table th {
  padding: 8px;
  background-color: #fafafa;
  border: solid 1px #ddd;
}
.p-basicStyle table td {
  padding: 8px;
  border: solid 1px #ddd;
}
.p-basicStyle ul {
  list-style-type: disc;
  list-style-position: inside;
}
.p-basicStyle ol {
  list-style-type: square;
  list-style-position: inside;
}
.p-basicStyle img {
  margin-bottom: 8px;
}
.p-basicStyle strong {
  font-weight: bold;
  background: linear-gradient(transparent 50%, yellow 50%);
}
.p-basicStyle em {
  color: #c00;
}
.p-basicStyle small {
  display: block;
}
.p-basicStyle hr {
  height: 0;
  border: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

/*
p-columStyle
*/
.p-columStyle > * + * {
  margin-top: 15px;
}
.p-columStyle * {
  line-height: 2;
}
.p-columStyle h1, .p-columStyle h2, .p-columStyle h3, .p-columStyle h4, .p-columStyle h5 {
  line-height: 1.2;
}
.p-columStyle h1 {
  font-size: 1em;
  font-weight: bold;
}
.p-columStyle h2 {
  font-size: 1em;
  font-weight: bold;
}
.p-columStyle h3 {
  font-size: 1em;
  font-weight: bold;
}
.p-columStyle h4 {
  font-size: 1em;
  font-weight: bold;
}
.p-columStyle h5 {
  font-size: 1em;
  font-weight: bold;
}
.p-columStyle table {
  width: 100%;
  height: auto;
}
.p-columStyle table th {
  padding: 15px;
}
.p-columStyle table td {
  padding: 15px;
}
.p-columStyle ul {
  list-style-type: disc;
  list-style-position: inside;
}
.p-columStyle ol {
  list-style-type: square;
  list-style-position: inside;
}
.p-columStyle img {
  margin-bottom: 7.5px;
}
.p-columStyle strong {
  font-weight: bold;
  background: linear-gradient(transparent 50%, yellow 50%);
}
.p-columStyle em {
  color: #c00;
}
.p-columStyle small {
  display: block;
}
.p-columStyle hr {
  height: 0;
  border: 0;
  border-top: 1px solid solid 1px rgba(0, 0, 0, 0.1);
}

.p-columStyle--sub {
  font-size: 0.9em;
}

/*
p-gNav
*/
.p-gNav__btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 2px;
  float: right;
}
.p-gNav__btn .p-gNav__btnIn {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}
.p-gNav__btn img {
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-gNav {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.p-gNav .p-gNav__in {
  display: none;
  width: 85%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.p-gNav .p-gNav__in .p-gNav__main li {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.p-gNav .p-gNav__in .p-gNav__main li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.p-gNav .p-gNav__in .p-gNav__secondary {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.p-gNav .p-gNav__in .p-gNav__secondary li {
  float: left;
  width: 50%;
  font-size: 14px;
}
.p-gNav .p-gNav__in .p-gNav__secondary li:nth-of-type(2n) {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.p-gNav .p-gNav__in .p-gNav__secondary li:nth-of-type(n+3) {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.p-gNav .p-gNav__in .p-gNav__main a, .p-gNav .p-gNav__in .p-gNav__secondary a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.p-gNav .p-gNav__in .p-gNav__main a.athome, .p-gNav .p-gNav__in .p-gNav__secondary a.athome {
  background: rgba(204, 0, 51, 0.9);
  color: rgba(255, 255, 255, 0.95);
}
.p-gNav .p-gNav__in .p-gNav__main a.facebook, .p-gNav .p-gNav__in .p-gNav__secondary a.facebook {
  background: #006AAC;
  color: rgba(255, 255, 255, 0.95);
}
.p-gNav .p-gNav__in .p-gNav__main a[target="_blank"]:after, .p-gNav .p-gNav__in .p-gNav__secondary a[target="_blank"]:after {
  content: "\e605";
  font-family: 'myfont';
  font-size: 10px;
  position: absolute;
  right: 4px;
  bottom: -15px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.p-gNav .p-gNav__in .p-gNav__close {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: black;
  font-size: 18px;
  color: white;
  text-align: center;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -ms-border-bottom-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (min-width: 480px) {
  .p-gNav .p-gNav__in .p-gNav__main li {
    float: left;
    font-size: 14px;
  }
  .p-gNav .p-gNav__in .p-gNav__main li:not(:first-child) {
    width: 50%;
  }
  .p-gNav .p-gNav__in .p-gNav__main li:nth-of-type(2n+3) {
    border-left: solid 1px rgba(0, 0, 0, 0.1);
  }
  .p-gNav .p-gNav__in .p-gNav__main li:nth-of-type(n+3) {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
}
/*
p-font
*/
@font-face {
  font-family: 'myfont';
  src: url("../font/myfont.eot?-xosyyq");
  src: url("../font/myfont.ttf?-xosyyq") format("truetype");
}
/*
arrowTop
	content: "\e600";
arrowBottom
	content: "\e601";
arrowLeft
	content: "\e602";
arrowRight
	content: "\e603";
menu01
	content: "\e604";
newTab
	content: "\e605";
phone01
	content: "\e606";
mail
	content: "\e607";
flag
	content: "\e608";
*/
/*
p-title
*/
.p-title--bar {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: white;
  padding-left: 15px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  position: relative;
  background: -moz-linear-gradient(#0078B8, #005096);
  background: -webkit-gradient(linear, left top, left bottom, from(#0078B8), to(#005096));
}
.p-title--bar::before {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  background: rgba(22, 48, 109, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(5px, -50%);
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -o-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
.p-title--bar.p-title--bar--open {
  cursor: pointer;
}
.p-title--bar.p-title--bar--open:after {
  content: "≡";
  font-size: 24px;
  color: rgba(184, 230, 255, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-title {
  width: 100%;
  font-size: 16px;
  color: white;
  padding: 15px 15px 15px 25px;
  position: relative;
  background: -moz-linear-gradient(#0078B8, #005096);
  background: -webkit-gradient(linear, left top, left bottom, from(#0078B8), to(#005096));
}
.p-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  background: rgba(22, 48, 109, 0.7);
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translate(5px, -50%);
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -o-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.p-title--bold {
  padding: 15px;
}
.p-title--bold .p-text--badge {
  margin-top: 3px;
  margin-right: 5px;
  vertical-align: top;
}
.p-title--bold h1 {
  display: inline;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

/*
p-title
*/
.p-topics {
  padding: 0 5.6px 5.6px;
  background: #E5DED1;
}
.p-topics .p-topics__body {
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.p-topics .p-topics__body > li {
  padding: 15px;
}
.p-topics .p-topics__body > li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.p-topics dt {
  color: #0078B8;
  font-size: 13px !important;
  font-weight: bold;
  padding-bottom: 6px;
}
.p-topics dd {
  font-size: 14px !important;
  line-height: 1.2;
}

/*
p-btnlist
*/
.p-btnList ul {
  overflow: hidden;
}
.p-btnList ul li {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.p-btnList ul li:hover {
  color: white;
  background: #0078B8;
}
.p-btnList ul li:hover a {
  color: white;
}
.p-btnList ul li:nth-of-type(2n) {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.p-btnList ul li:nth-of-type(n+3) {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.p-btnList ul li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  text-decoration: none;
  padding: 0 15px;
  position: relative;
}
.p-btnList ul li a:after {
  content: "";
  display: block;
  border-left: solid 5px black;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-btnList li:nth-of-type(1) .p-btnList__ico {
  color: #cc0098;
}
.p-btnList li:nth-of-type(2) .p-btnList__ico {
  color: #006aac;
}
.p-btnList li:nth-of-type(3) .p-btnList__ico {
  color: #00cc34;
}
.p-btnList li:nth-of-type(4) .p-btnList__ico {
  color: #cc5400;
}
.p-btnList li:nth-of-type(5) .p-btnList__ico {
  color: #cc000e;
}

/*
p-bnrList
*/
.p-bnrList {
  padding: 5.6px;
  background: #E5DED1;
  -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
}
.p-bnrList > ul {
  margin: -2.8px;
}
.p-bnrList > ul > li {
  float: left;
  width: 50%;
  padding: 2.8px;
}
.p-bnrList > ul > li > a, .p-bnrList > ul > li > article {
  display: block;
  padding: 15px 0;
  background: white;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.p-bnrList > ul > li > a img, .p-bnrList > ul > li > article img {
  display: inline-block;
  width: auto;
  height: 22px;
  -webkit-animation: flashing .5s ease infinite alternate;
  -moz-animation: flashing .5s ease infinite alternate;
  -ms-animation: flashing .5s ease infinite alternate;
  -o-animation: flashing .5s ease infinite alternate;
  animation: flashing .5s ease infinite alternate;
}
@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-bnrList > ul > li:nth-of-type(1) > a, .p-bnrList > ul > li:nth-of-type(1) > article {
  background: #c03;
}
.p-bnrList > ul > li:nth-of-type(2) > a, .p-bnrList > ul > li:nth-of-type(2) > article {
  background: #006AAC;
}
.p-bnrList + .p-slideImg {
  padding-top: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.p-btnList__body {
  display: none;
}

/*
p-estateList
*/
.p-estateList article {
  padding: 4px 8px;
}
.p-estateList article:first-child {
  padding-top: 8px;
}
.p-estateList article:last-child {
  padding-bottom: 8px;
}
.p-estateList article .p-estateList__articleIn {
  background: white;
}
.p-estateList article .p-estateList__articleIn .p-estateList__imgBox {
  display: block;
  background: #ccc;
  position: relative;
}
.p-estateList article .p-estateList__articleIn .p-estateList__imgBox:before {
  padding-top: 65%;
  display: block;
  content: "";
}
.p-estateList article .p-estateList__articleIn .p-estateList__imgBox .p-estateList__img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.p-estateList article .p-estateList__articleIn .p-estateList__imgBox .p-estateList__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

@media screen and (min-width: 480px) {
  .p-estateList article {
    padding: 0 !important;
  }
  .p-estateList article + article {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
}
/*
p-style
*/
.p-style > * + *, #footer #footerTop > * + * {
  margin-top: 8px;
}
.p-style > *, #footer #footerTop > * {
  line-height: 1.3;
}

/*
p-text
*/
.p-text--badge {
  display: inline-block;
  font-size: 11px;
  color: white;
  padding: 3px 5px;
  background: #16306D;
}

.p-text--bold {
  font-size: 15px;
  font-weight: bold;
}

.p-text--price {
  font-size: 14px;
  color: #0078B8;
}
.p-text--price span {
  font-weight: bold;
}
.p-text--price small {
  font-size: 12px;
}

/*
p-font
*/
.p-btn {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  color: #333;
  background: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.p-btn.p-btn--red {
  background: #c03;
  color: white;
}
.p-btn.p-btn--blue {
  background: #006AAC;
  color: white;
}
.p-btn.p-btn--small {
  background: #006AAC;
  color: white;
  font-size: 13px;
  padding: 7px 10px;
  margin-top: 8px;
}

/*
p-slideImg
*/
.p-slideImg {
  padding: 5.6px;
  background: #E5DED1;
  -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2) inset;
}
.p-slideImg .p-slideImg__body {
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0 !important;
  position: relative;
}
@media screen and (min-width: 480px) {
  .p-slideImg .p-slideImg__body {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-slideImg .p-slideImg__body {
    height: 400px;
  }
}
@media screen and (min-width: 980px) {
  .p-slideImg .p-slideImg__body {
    height: 600px;
  }
}
.p-slideImg .p-slideImg__body img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.p-slideImg .p-slideImg__body figcaption {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.4);
  padding: 3px 15px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.p-slideImg .swiper-pagination-bullet-active {
  background: #16306D !important;
}

/*
p-tagList
*/
.p-tagList {
  padding: 7.5px;
  overflow: hidden;
}
.p-tagList li {
  float: left;
  padding: 7.5px;
}
.p-tagList li span {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  font-size: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

/*
p-table
*/
.p-table {
  width: 100%;
}
.p-table tr {
  display: block;
  width: 100%;
}
.p-table tr + tr {
  margin-top: 15px;
}
.p-table tr th {
  display: block;
  background: #66C0ED;
  padding: 10px 15px;
  color: white;
}
.p-table tr td {
  display: block;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.7);
  border-left: solid 1px rgba(102, 192, 237, 0.5);
  border-right: solid 1px rgba(102, 192, 237, 0.5);
  border-bottom: solid 1px rgba(102, 192, 237, 0.5);
  line-height: 1.3;
}

/*
p-font
*/
.p-ad .p-ad__midashi {
  background-color: #66C0ED;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}
.p-ad .p-ad__ul {
  overflow: scroll;
  height: 350px;
}
.p-ad .p-ad__list {
  background-color: #D5E5ED;
}
.p-ad .p-ad__text {
  font-weight: bold;
  color: #0F417F;
}

/*
p-font
*/
.p-about .p-about__text {
  text-indent: 1em;
}
.p-about .p-about__name {
  font-weight: bold;
}

/*
p-font
*/
.p-toowner .p-toowner__list {
  list-style-type: disc;
}

/*
p-font
*/
.p-contact .p-contact__text {
  line-height: 1.5;
}
.p-contact .p-contact__textarea {
  resize: vertical;
  width: 100%;
  height: 50%;
}
.p-contact .p-contact__mail {
  line-height: 1.3;
}
.p-contact .p-contact__areaSize {
  width: 100%;
}
.p-contact .p-contact__btn {
  background-color: #0F4180;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

/*
p-font
*/
.p-loan .p-loan__btn {
  background-color: #0F4180;
  width: 100px;
  color: #fff;
  text-align: center;
}
.p-loan .p-loan__result {
  border: solid 1px #CCC;
  background-color: #fff;
  width: 200px;
  height: 50px;
}

/*
p-font
*/
.p-baikyaku .p-baikyaku__li {
  list-style-type: disc;
  padding-left: 20px;
}
.p-baikyaku .p-baikyaku__mail {
  line-height: 1.3;
}
.p-baikyaku .p-baikyaku__areaSize {
  width: 100%;
}
.p-baikyaku .p-baikyaku__btn {
  background-color: #0F4180;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

/*
p-font
*/
.p-search .p-search__category {
  line-height: 1.5;
}
.p-search .p-search__btn {
  width: 150px;
  background-color: #FF9000;
  color: #fff;
  text-align: center;
}
.p-search .p-search__a {
  text-decoration: none;
}
.p-search .p-search__table .p-search__table__th01 {
  border-right: solid 1px #fff;
}
.p-search .p-search__table .p-search__table__th02 {
  border-right: solid 1px #66C0ED;
}
.p-search .p-search__table tr {
  width: 100%;
}
.p-search .p-search__table tr th {
  background: #66C0ED;
  padding: 10px 15px;
  color: white;
  text-align: left;
}
.p-search .p-search__table tr td {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.7);
  border-left: solid 1px rgba(102, 192, 237, 0.5);
  border-right: solid 1px rgba(102, 192, 237, 0.5);
  border-bottom: solid 1px rgba(102, 192, 237, 0.5);
  line-height: 1.3;
}

/*
p-font
*/
.p-privacypolicy .p-privacypolicy__title {
  font-size: 18px;
  font-weight: bold;
  color: #0F3E7D;
  border-bottom: solid 1px #D9D9D8;
}

/*
p-font
*/
.p-sitemap .p-sitemap__li {
  position: relative;
}
.p-sitemap a:after {
  content: url("../images/img_sitemap.png");
  position: absolute;
  top: 7px;
  right: 20px;
}

/* Utitlity
-------------------------------------------------- */
/*
u-taX
*/
.u-taR {
  text-align: right;
}

.u-taC {
  text-align: center;
}

.u-taL {
  text-align: left;
}

/*
u-clearfix
*/
.u-clearfix, #footer .footer__contact, .c-grid, .p-bnrList > ul, .p-gNav .p-gNav__in .p-gNav__main, .p-gNav .p-gNav__in .p-gNav__secondary, .u-inner, .footer__inner, .header__inner {
  display: block;
  min-height: 1%;
}
.u-clearfix:after, #footer .footer__contact:after, .c-grid:after, .p-bnrList > ul:after, .p-gNav .p-gNav__in .p-gNav__main:after, .p-gNav .p-gNav__in .p-gNav__secondary:after, .u-inner:after, .footer__inner:after, .header__inner:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .u-clearfix, * html #footer .footer__contact, #footer * html .footer__contact, * html .c-grid, * html .p-bnrList > ul, * html .p-gNav .p-gNav__in .p-gNav__main, .p-gNav .p-gNav__in * html .p-gNav__main, * html .p-gNav .p-gNav__in .p-gNav__secondary, .p-gNav .p-gNav__in * html .p-gNav__secondary, * html .u-inner, * html .footer__inner, * html .header__inner {
  height: 1%;
}

/*
u-flX
*/
.u-flL {
  float: left;
}

.u-flR {
  float: right;
}

/*
u-garter
*/
.u-garter__mx {
  margin: 25px;
}

.u-garter__mt {
  margin-top: 25px;
}

.u-garter__mr {
  margin-right: 25px;
}

.u-garter__mb {
  margin-bottom: 25px;
}

.u-garter__ml {
  margin-left: 25px;
}

.u-garter__px {
  padding: 25px;
}

.u-garter__pt {
  padding-top: 25px;
}

.u-garter__pr {
  padding-right: 25px;
}

.u-garter__pb {
  padding-bottom: 25px;
}

.u-garter__pl {
  padding-left: 25px;
}

.u-garter--in__mx {
  margin: 15px;
}

.u-garter--in__mt {
  margin-top: 15px;
}

.u-garter--in__mr {
  margin-right: 15px;
}

.u-garter--in__mb {
  margin-bottom: 15px;
}

.u-garter--in__ml {
  margin-left: 15px;
}

.u-garter--in__px {
  padding: 15px;
}

.u-garter--in__pt {
  padding-top: 15px;
}

.u-garter--in__pr {
  padding-right: 15px;
}

.u-garter--in__pb {
  padding-bottom: 15px;
}

.u-garter--in__pl {
  padding-left: 15px;
}

.u-garter--ob__mx {
  margin: 8px;
}

.u-garter--ob__mt {
  margin-top: 8px;
}

.u-garter--ob__mr {
  margin-right: 8px;
}

.u-garter--ob__mb {
  margin-bottom: 8px;
}

.u-garter--ob__ml {
  margin-left: 8px;
}

.u-garter--ob__px {
  padding: 8px;
}

.u-garter--ob__pt {
  padding-top: 8px;
}

.u-garter--ob__pr {
  padding-right: 8px;
}

.u-garter--ob__pb {
  padding-bottom: 8px;
}

.u-garter--ob__pl {
  padding-left: 8px;
}

/*
u-inner
*/
.u-inner, .footer__inner, .header__inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/*
u-mxXX
*/
.u-mx00 {
  margin: 0px;
}

.u-mx05 {
  margin: 5px;
}

.u-mx10 {
  margin: 10px;
}

.u-mx15 {
  margin: 15px;
}

.u-mx20 {
  margin: 20px;
}

.u-mx25 {
  margin: 25px;
}

.u-mx30 {
  margin: 30px;
}

.u-mx35 {
  margin: 35px;
}

.u-mx40 {
  margin: 40px;
}

.u-mx45 {
  margin: 45px;
}

.u-mx50 {
  margin: 50px;
}

.u-mt00 {
  margin-top: 0px;
}

.u-mt05 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mr00 {
  margin-right: 0px;
}

.u-mr05 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mb00 {
  margin-bottom: 0px;
}

.u-mb05 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-ml05 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

/*
u-pxXX
*/
.u-px00 {
  padding: 0px;
}

.u-px05 {
  padding: 5px;
}

.u-px10 {
  padding: 10px;
}

.u-px15 {
  padding: 15px;
}

.u-px20 {
  padding: 20px;
}

.u-px25 {
  padding: 25px;
}

.u-px30 {
  padding: 30px;
}

.u-px35 {
  padding: 35px;
}

.u-px40 {
  padding: 40px;
}

.u-px45 {
  padding: 45px;
}

.u-px50 {
  padding: 50px;
}

.u-pt00 {
  padding-top: 0px;
}

.u-pt05 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pr00 {
  padding-right: 0px;
}

.u-pr05 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pb00 {
  padding-bottom: 0px;
}

.u-pb05 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pl00 {
  padding-left: 0px;
}

.u-pl05 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}
