/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav, ul, li, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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; }

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p, q, a, figure, h1, h2, h3, dt, dd {
  overflow-wrap: break-word;
  word-wrap: break-word; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

body, html, button, a {
  font-family: UDTypos58; }

h1 {
  font-family: UDTypos512; }

h2 {
  font-family: UDTypos510; }

html, body {
  min-width: 950px; }

p, li {
  line-height: 2; }

a {
  color: #657786; }

a:hover {
  text-decoration: none; }

.header {
  background: #FFF; }
  .header__logoarea {
    width: 950px;
    height: 50px;
    margin: 0 auto; }
    .header__logoarea a {
      display: block;
      width: 158px;
      height: 50px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background: url("https://s.yimg.jp/c/logo/f/2.0/blogs_r_28_2x.png") no-repeat center;
      background-size: 158px 28px; }

nav {
  background: #f7f8f8;
  width: 100%; }
  nav ul {
    width: 950px;
    margin: 0 auto;
    padding: 16px 0; }
    nav ul li {
      text-align: center;
      width: 237.5px;
      height: 56px;
      margin: 0 6px;
      display: table-cell;
      vertical-align: middle;
      line-height: 1.4;
      border-radius: 4px;
      background: url(https://s.yimg.jp/images/socialproducts/blog/promo/renewal/img/ico_arrow_bottom.png) no-repeat center bottom 8px;
      background-size: 16px 8px; }
      nav ul li:hover {
        background: #FFF url(https://s.yimg.jp/images/socialproducts/blog/promo/renewal/img/ico_arrow_green.png) no-repeat center bottom 8px;
        background-size: 16px 8px; }
        nav ul li:hover a {
          color: #37b796; }
      nav ul li a {
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        padding: 20px 0;
        width: 100%; }

.aboutBeta {
  padding: 120px 0;
  text-align: center;
  background: #37b796;
  color: #FFF; }
  .aboutBeta h2 {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 40px; }
  .aboutBeta p {
    margin-bottom: 16px;
    width: 640px;
    margin: 0 auto;
    text-align: left; }
    .aboutBeta p a {
      color: #FFF; }
  .aboutBeta .btn {
    display: inline-block;
    padding: 16px 56px;
    background: #FFF;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 32px; }

footer {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  padding-top: 24px;
  width: 100%;
  height: 120px;
  background: #f6f6f6; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer ul li {
    display: inline;
    margin-right: 12px; }
    footer ul li:last-of-type {
      margin-right: 0; }

.cf:after {
  content: " ";
  display: block;
  clear: both; }
