@charset "UTF-8";
/*==================================================

fonts
==================================================*/
/*==================================================

sectioning	
==================================================*/
/*	outline	*/
html {
  font-size: 62.5%;
  /* 10px */ }

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 100%; }

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, Osaka, "MS PGothic", "M+ 1p", sans-serif;
  /*
  font-family:
  	YuMincho,
  	游明朝,
  	"Yu Mincho",
  	YuMincho,
  	"ヒラギノ明朝 Pro W3",
  	"Hiragino Mincho Pro",
  	"ＭＳ Ｐ明朝", "MS PMincho",
  	serif;
  */
  font-weight: normal;
  font-size: 2.4rem; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.6rem; } }

p,
a,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
td,
span {
  line-height: 140%; }

div {
  line-height: 100%; }

/*	heading	*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
  line-height: 140%; }

/*==================================================

link	
==================================================*/
a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

/*==================================================

content	
==================================================*/
/*	text	*/
p,
blockquote {
  margin: 0; }

address {
  font-style: normal; }

/*	list	*/
ol,
ul,
dl,
dd {
  margin: 0; }

ol,
ul {
  padding: 0;
  list-style: none; }

/*	table	*/
table {
  border-collapse: collapse; }

th,
td {
  padding: 0; }

th {
  font-weight: normal; }

/*	embed	*/
img {
  vertical-align: bottom;
  border: 0; }

figure {
  margin: 0;
  padding: 0; }

/*	semantics	*/
ruby,
rt,
mark,
menu {
  margin: 0;
  padding: 0; }

small {
  font-size: 100%; }

em,
cite,
dfn,
i {
  font-style: normal; }

strong,
b {
  font-weight: normal; }

ins,
del {
  text-decoration: none; }

q {
  quotes: none; }

sup,
sub {
  vertical-align: baseline; }

ruby,
rt,
mark {
  line-height: 100%; }

mark {
  background: none; }

/*==================================================

form
==================================================*/
form {
  margin: 0; }

input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: 1.6rem; }

select {
  line-height: 100%;
  font-weight: normal; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
