@charset "utf-8";
/* CSS Document */

/*
Theme Name: supplement_theme
Description: プロポリス徹底比較ナビ
*/

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    outline:0;
}

html, body {
  line-height: 1.2;
}

article, aside, details, figure, figcaption, footer, header, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  vertical-align: bottom;
  line-height: 0;
}
a img {
  border: none;
}


/* Default
----------------------------------------------------------- */
html, body {
  height: 100%;
}
body {
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a{color:#556b2f; text-decoration:none;}
a:hover{ text-decoration:underline;}
a:visited{color:#556b2f;}

	/* Common
----------------------------------------------------------- */

/* clearfix ------ */
.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* IE6 ------ */
* html .clearfix {
  zoom: 1;
}
/* IE7 ------ */
*:first-child + html .clearfix {
  zoom: 1;
}

