@charset "utf-8";
/* CSS Document */
header {
  z-index: 99;
}
/* for sp 表示非表示のスイッチ
---------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .only-pc, .no-sp, .only-tb, img.only-tb {
    display: none !important;
  }
  .only-sp, .no-pc, .no-tb {
    display: block !important;
  }
  img.only-sp, img.no-pc, img.no-tb {
    display: inline-block !important;
  }
  .txt-note-01 {
    font-size: 12px;
  }
  section:first-child {
    margin-top: 15%;
  }
  /*改行削除したい場合*/
  br.only-sp, br.no-pc, br.no-tb {
    display: none;
  }
}
/* for pc 表示非表示のスイッチ
---------------------------------------------------------- */
@media only screen and (min-width : 960px) {
  .only-pc {}
  .only-tb, .only-sp, .no-pc {
    display: none !important;
  }
  .no-tb {}
  .no-sp {}
  /*改行削除したい場合*/
  br.only-pc {
    display: none;
  }
  section:first-child {
    margin-top: 0px;
  }
}


/* ---------------------------
style for common
------------------------------ */
article {
  font-weight: 300;
  font-family: "ryo-gothic-plusn", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #333;
  margin-top: 100px;
  z-index: -99;
  /*font-feature-settings: "palt";*/
}
div#contents h1 {
  color: #fff;
  text-align: left;
}
div#contents h2 {
  font-size: 165%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0%;
  letter-spacing: .35em;
}
div#contents h2 img {
  max-width: 300px;
}
div#contents h3 {
  font-size: 90%;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 3%;
}
div#contents h4 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 135%;
  text-align: left;
  margin-top: 0%;
  margin-bottom: 3%;
  font-weight: 600;
}
div#contents h5 {
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  margin-top: 0%;
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 5%;
  letter-spacing: .25em;
  line-height: 1.8;
}
section#lead h5 {
  font-size: 120%;
  margin-bottom: 5%;
  letter-spacing: .25em;
  line-height: 1.8;
}
div#contents img {
  max-width: 100%;
  vertical-align: bottom;
}
#top {
  margin-top: 100px;
}
.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}
.din {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.ls25 {
  letter-spacing: 0.25em;
}
.tar {
  text-align: right;
}
.tag {
  color: #fff;
  background-color: #030C3F;
  padding: 7px 22px;
  margin-right: 12px;
  font-weight: 600;
  font-size: 65%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  letter-spacing: 0.3em;
}
.h4_design {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 135%;
  text-align: left;
  margin-top: 0%;
  margin-bottom: 2%;
  font-weight: 600;
}
.btn, a.btn, button.btn {
  font-family: a-otf-ryumin-pr6n, serif;
  margin-top: 15px;
  font-size: 96%;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-svg {
  font-weight: 600;
  line-height: 50px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #000;
  stroke-width: .5;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}
a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}
a.btn-svg span {
  color: #000;
}
.midashi {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: left;
}
.midashi:after {
  border-top: 1px solid;
  content: "";
  width: 100%; /* 線の長さ */
  margin-left: 0em; /* 文字の左隣 */
}


/* 問い合わせの装飾 */
a.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 240px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: .5px solid #030C3F;
  color: #030C3F;
  transition: 0.5s;
}
a.btn_01:hover {
  color: #fff;
  background: #030C3F;
}
a.btn_09 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 240px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  background: linear-gradient(to top, rgb(15, 30, 100), #030C3F);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: 0.5s;
}
a.btn_09:hover {
  color: #fff;
  opacity: 0.5;
}


.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  transform: translateX(-25%) rotate(45deg);
}
.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
/* リセットCSS */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/* 点線 */
.hr_dot {
  border-top: 1px dotted #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* 細い線 */
.hr_solid {
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}
/*見出し*/
.h2_design {
  color: #333333;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-size: 3.5rem;
  letter-spacing: .30em;
}
.h3_design {
  font-size: 1rem;
  color: #1C215C;
  letter-spacing: .4em;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 98;
}
.display_n {
  display: none;
}
.fixed .display_n {
  display: block;
}
#topicPath img {
  width: 16px;
}
a {
  transition-duration: .3s;
  transition-property: color;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #4C3C30;
  text-decoration: none;
}
/* header */
#top {
  position: relative;
  z-index: 97;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.form a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #67B6B0;
  transition: 0.3s;
  border-radius: 40vh;
}
.form a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}
.form a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em + 5px);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}
.form a:hover {
  text-decoration: none;
  background-color: #55C5BD;
}
.form a:hover::before {
  right: 1.8em;
}
.form a:hover::after {
  right: calc(1.8em + 5px);
}
/*--------------------------------------------------------
smartphone 1st(解像度640px以下)
--------------------------------------------------------*/
/* common for smartphone
--------------------*/
/* ---------------------------
style for sp
------------------------------ */
@media only screen and (max-width : 959px) {
  div#contents h1 {
    position: absolute;
    max-width: 370px;
    font-size: 180%;
    top: 20px;
    left: 10px;
    z-index: 98;
  }
  div#contents h1 .title_s {
    font-size: 50%;
  }
}

div#contents h1 {
  font-family: Lora, serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 800;
  padding: 8%;
  text-shadow: 3px 3px 4px #000;
}
.lead {
  margin: 20px 0 0 0;
}
.btn-block {
  width: 200px;
  padding: 30px;
}
.main {
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 15%;
}
article p {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: .1em;
}
/* #topImg for smartphone
--------------------*/
#topImg {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10%;
}
section#top h2 {
  height: auto;
}
section#top h4 {
  margin: 0;
  letter-spacing: 0.4em;
}
section#top {
  margin-bottom: 0px;
}
/* lead  for smartphone
___________________*/
section#lead h2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 8%;
  margin-bottom: 5%;
}
section#lead h3 {
  font-size: 120%;
  margin-top: 10%;
  margin-bottom: 5%;
  letter-spacing: .25em;
}
section#lead p {
  margin: 0 auto;
  text-align: left;
  width: 70%;
  margin-top: 5%;
  line-height: 1.8;
  letter-spacing: .1em;
}
section#lead .main {
  width: 100%;
  margin: 0 auto 20%;
}
section#lead img {
  vertical-align: bottom;
  width: 100%;
}
.str {
  font-weight: 700;
  letter-spacing: 0.25rem;
}
.photolist {
  width: 96%;
  display: flex;
}
.box60 {
  width: 60%;
}
.box40 {
  width: 40%;
}
.box80 {
  width: 80%;
}
.box90 {
  width: 90%;
}
.photoli {
  display: block;
}
.flexend {
  align-items: flex-end;
}
.flexcenter {
  align-items: center;
}
/* #works for smartphone
--------------------*/
section#works {
  margin-top: 60px;
}
section#works h4 {
  text-align: left;
  font-size: 120%;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 50px;
  padding-bottom: 1.5%;
}
section#works h5 {
  text-align: left;
  font-size: 240%;
  letter-spacing: 0.1em;
  margin-bottom: 1.5%;
}
section#works .tag_loc {
  font-size: 60%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2%;
}

/* more */

.more{
	width: 100%;
	max-width: 300px;

	
}

.more rect{
	width: 96%;
	height: 85%;
}

/* #others for  smartphone
--------------------*/
#new_photo {}
.l_photo {
  width: 100%;
}
.r_data {
	width: 100%;
	max-width: 300px;
  padding-top: 10%;
  padding-left: 0%;
  text-align: left;
  line-height: 1.8;
}
#others h6 {
  font-size: 180%;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}



/* #photos for smartphone
--------------------*/
section#photos {
  margin-top: 60px;
}
section#photos ul {
  width: 90%;
  margin: 0 auto;
}
#photos .entry_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#photos .entry_list li {
  position: relative;
  width: 46%;
  padding-bottom: 25px;
}
section#photos .entry_list li:last-child {
  margin-right: 0;
}
section#photos .entry_list li .photo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: calc(100% - 20px);
  width: calc(100% - 20px);
  margin-bottom: 15px;
}
section#photos .entry_list li .place {
  position: absolute;
  right: 0;
  top: -2px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
section#photos .entry_list li p.tit {
  text-align: left;
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
  line-height: 2;
  letter-spacing: .1em;
}
/* #form for smartphone
--------------------*/
#form_box {
  min-width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30%;
}
#form_box a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* #service for smartphone
--------------------*/
section#service {
  width: 96%;
}
/* ---------------------------
.toform
------------------------------ */
.toform {
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 9999;
}
.toform img {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
}
.toform a:hover img {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
}
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 1.5%;
  z-index: 9999;
}
.pagetop a {
  transition: all 0.5s ease-in-out; /* 文字色だけ 1秒かけて はじめと終わりの変化をゆっくりと */
  box-shadow: 5px 8px 10px 2px rgba(0, 0, 0, 0.30);
}
.pagetop a:hover {
  opacity: 0.3;
}


/*--------------------------------------------------------
for PC(解像度641px以上)

--------------------------------------------------------*/
@media only screen and (min-width : 960px) {
  /* common for PC
--------------------*/
  .maintop {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .text {
    width: 820px;
    margin: 120px auto;
    text-align: left;
  }
  .text02 {
    width: 650px;
    margin: 120px auto;
    text-align: left;
  }
  .text, .text02 {
    width: 97%;
    margin: 50px auto;
  }
  div#contents h1 {
    letter-spacing: 0.25em;
    line-height: 1.6;
    font-weight: 800;
    font-size: 145%;
    pointer-events: all;
    position: absolute;
    width: 380px;
    top: 55%;
    left: 4%;
    text-shadow: 3px 3px 8px #000;
  }
  .title_s {
    margin-top: 3%;
    letter-spacing: 0.1;
    font-size: 50%;
    font-weight: 500;
  }
  div#contents h2 {}
  div#contents h3 {}
  div#contents h4 {}
  div#contents h5 {}
  /* #topImg for PC
--------------------*/
  #topImg {
    width: 100%;
    margin: 0 auto;
    /*    margin-top: 5%;*/
    margin-bottom: 5%;
  }
  section#top h1 {
    display: block;
  }
  /* #lead for PC
--------------------*/
  section#lead .main {
    margin: 0px auto 100px;
  }
  section#lead a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  section#lead p {
    margin: 0 auto;
    text-align: left;
    width: 70%;
    margin-top: 2%;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  /* #works for PC
--------------------*/
  #new_photo {
    display: flex;
    align-items: flex-end;
  }
  .l_photo {
    width: 64%;
  }
  .r_data {
    width: 36%;
    padding-top: 10%;
    padding-left: 5%;
    text-align: right;
    line-height: 1.8;
  }
  #others_img {
    display: flex;
    align-items: flex-end;
  }
  .l_box {
    width: 32%;
    display: inline-block;
    text-align: center;
  }
  .c_box {
    width: 32%;
    padding-left: 3%;
    display: inline-block;
    text-align: center;
  }
  .r_box {
    width: 32%;
    padding-left: 3%;
    display: inline-block;
    text-align: center;
  }
  #others h6, #others .tag_loc {
    text-align: center;
  }
  #others h6 {
    font-size: 120%;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
  }
	
/* more for PC*/

.more{
	width: 100%;
	max-width: 300px;

	
}

.more rect{
	width: 200px;
	height: 50px;
}	
	
  /* #form for PC
--------------------*/
  #form_box {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
  #form_box a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* ---------------------------
.pagetop for PC
------------------------------ */
  .pagetop {
    position: fixed;
    bottom: 70px;
    right: 1.5%;
    z-index: 9999;
  }
}


/* Top for PC 1280px 以上 imgTopのみ h1はみだし対策
--------------------*/
@media only screen and (min-width : 1280px) {
  div#contents h1 {
    letter-spacing: 0.25em;
    line-height: 1.6;
    font-weight: 800;
    font-size: 160%;
    width: 420px;
    top: 55%;
    left: 9%;
  }
}
/* common min641-
___________________*/
.left {
  float: left;
}
.right {
  float: right;
}
.tal {
  text-align: left;
}
.mb5p {
  margin-bottom: 5%;
}
.mb10p {
  margin-bottom: 10%;
}
.mb15p {
  margin-bottom: 15%;
}
.mb20p {
  margin-bottom: 20%;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb200 {
  margin-bottom: 200px;
}
.mb250 {
  margin-bottom: 250px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.font08 {
  font-size: 0.8rem;
}
.font09 {
  font-size: 0.9rem;
}
.font10 {
  font-size: 1rem;
}
.font11 {
  font-size: 1.1rem;
}
.font12 {
  font-size: 1.2rem;
}
.font13 {
  font-size: 1.3rem;
}
.font14 {
  font-size: 1.4rem;
}
.font15 {
  font-size: 1.5rem;
}
.font16 {
  font-size: 1.6rem;
}
.font18 {
  font-size: 1.8rem;
}
.font20 {
  font-size: 2rem;
}
.font24 {
  font-size: 2.4rem;
}
.font30 {
  font-size: 3rem;
}
.font38 {
  font-size: 3.8rem;
}
img.rp {
  width: 100%;
  height: auto;
}
a:hover img {
  transition: opacity 0.4s ease;
}
/* box  */
.box50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.box60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.box70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.box80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.box90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* flex_box
--------------------*/
[class^="box-flex-"] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}
.box-flex-2 div {
  width: 49%;
  height: 49%;
}
.box-flex-3 div {
  width: 32%;
  height: 32%;
}
.box-flex-4 div {
  width: 24%;
  height: 24%;
}
[class^="box-flex-"] > img {
  max-width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}