@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,header,body{
    width: 100%;
	overflow-x: hidden;
	 box-sizing : border-box;
}

html, body, span, applet, object, iframe, blockquote, pre, div, 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, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 180%;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #4f4d4d;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* a Element
-------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
  color: #4f4d4d;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover{
	opacity: 0.7;
}

a:focus {
  outline: none;
}


header .header_cnt .btns a:hover,
.result .result_cnt .result_catch a:hover,
.service.result_cnt .result_catch a:hover,
footer a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

@media screen and (max-width : 560px) {

  body {
    line-height: 180%;
    font-size: 14px;
  }
}
