@charset "utf-8";

html, body, div, span,nav, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-style: inherit;
  font-weight: inherit;
  font-size:100%;
/*	outline: 0;*/
  background:transparent;
}

::selection {
	background: #00a2ba; 
	color: #fff;
}

::-moz-selection {
	background: #00a2ba; 
	color: #fff;
}

body{
    position: relative;
	background-color: #fff;
	line-height:1.4rem;
	font-size:0.9rem;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

html {
  color: #333;
  height: 100%;
}

html, body {
  height: 100%;
}


/*img {
  vertical-align: text-bottom !important;
}*/

hr {
   border: solid #ccc;
   border-width: 1px 0 0 0;
   clear:both;
   height: 1px;/* for IE6 */
   clear: both;/* for IE6 */
} 

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
/*	border-collapse: separate;*/
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

.clearfix:after {  
  content: ".";   
  display: block;
  clear: both; 
  visibility: hidden;
} 

/* ------HTML5 ELEMENTS------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary,figcaption,figure {
  display: block;
}