/** TODO: r50: are these still necessary as a reset? */
li {
  list-style: none;
}

menu, ol, ul, h1 {
  margin: 0;
  padding: 0;
}

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

/** TODO: end of r50 block */


/* Undo YUI reset of background: #FFF */
html{
  background: none;
}

/* In IE <8, some tags don't obey font-style:inherit */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  *font-style: normal;
  *font-weight: normal;
}
.action-button{
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF !important;
  text-align: center;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.action-button-blue{
  background: #1AAF6E !important;
  text-transform: uppercase;
  font-weight: bold;
}
.action-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
 

.action-button:hover span:after {
  opacity: 1;
  right: 0;
}
 
body.web-skin {
  font: 13.5px Verdana, arial, helvetica, clean, sans-serif;
  background: #fff;
  margin: 0;
  text-align: left;
  min-width: 300px;
}
 
body.edition-jp {
  font: 13px 'Noto Sans Japanese', sans-serif;
}
div {
    display: block;
}
menu, ol, ul, h1 {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
a.hover {
	text-decoration: none;
	
}
a:focus {
outline: none;
}
div:focus {
	outline: none;
}
nobr {
    white-space: nowrap;
}
td, th {
    display: table-cell;
	margin: 0px;
    padding: 0px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
@media (min-width: 1024px){
p {
    line-height: 1.375;
}}

p, pre {
    margin: 1em 0;
}
p {
    margin: 0 0 10px;
}
body, html, button, input, select, textarea, p {
    font-family: ProximaNova, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px){
h1, .text-h1 {
    font-size: 50px;
    line-height: 1;
}}
h1, .text-h1 {
    font-size: 48px;
    line-height: 1.05;
    margin: 8px 0;
}
h1, h2, h3, h4, .text-h1, .text-h2, .text-h3, .text-h4 {
    font-family: ProximaNova, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
a {
    outline: none;
    text-decoration: none;
    color: #1683cb;
    vertical-align: baseline;
    cursor: pointer;
}
.title-h4{
  margin-top: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
}
.list-h{
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;  
  color: #333;
}
    