@charset "utf-8";

/*==================================================
	Universal Reset
	Default Style
==================================================*/


/*==================================================
	Universal Reset
==================================================*/
*{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6{
font-size:1.0em;
font-size:1.0rem;
font-weight:normal;
}

strong{
font-weight:normal;
}
em{
font-style:normal;
}

sup{
vertical-align:top;
}

sub{
vertical-align:baseline;
}

ul,ol{
list-style-type:none;
list-style-position:outside;
}

dt{
font-weight:normal;
}

table,th,td{
border:0 none;
}

th{
font-weight:normal;
text-align:left;
}

caption{
text-align:left;
}

img{
border:0;
vertical-align:bottom;
_vertical-align:text-bottom;
}

form{
border:0 none;
text-decoration:none;
}

fieldset{
border:0 none;
}

legend{
display:none;
}

input,
select{
vertical-align:middle;
}

option{
padding-right:10px;
}

textarea{
font-family:Osaka,"ＭＳ Ｐゴシック",sans-serif;
font-size:100%;
}

address{
font-style:normal;
}

hr{
display:none;
}


/*==================================================
	Default Style
==================================================*/
html {
  font-size: 62.5%;
}
body{
  background:#fff;
  color:#444;
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size:1.0rem;
  line-height:1.75;
}

/* ===== default link ===== */
a:active { 
  color: #ff0000;
  text-decoration: underline;
}
a:link { 
  color: #b5121b;
  text-decoration: underline;
}
a:visited { 
  color: #b5121b;
  text-decoration: underline;
}
a:hover { 
  color: #ff0000;
  text-decoration: underline;
}