@charset "UTF-8";

/*---------------------------------------------

Default CSS

for auro-jp.net
coded by quofirm at 2013-03-28
imported to "all-page"

---------------------------------------------*/

 
/* Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

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

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  border: none;
  vertical-align:middle;
}

a {
  outline: none;
}


/* Setting */

html {  
  overflow-y: scroll;  
}

body {
  font-family: sans-serif;
  font-size: 13px;
}

* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

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

ol {
  list-style-position: outside;
}
  
table{
	border-collapse:collapse;
}
table th,
table td{
	padding:4px 2px;
	vertical-align:middle;
	border:1px solid #666;
}
.long table th,
.long table td{
	padding:12px 8px;
	vertical-align:middle;
	border:1px solid #666;
}

legend {
  color: #333;
}


/* Option */

* html .small-font {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
  
*:first-child+html .small-font {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

*+html>/**/body .small-font {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

* html ul li dl,
* html ol li dl {
  display: inline;
}

*:first-child+html ul li dl,
*:first-child+html ol li dl {
  display: inline;
}



/*---------------------------------------------

Font Size

view :   a
---------------------
20px : 153.9%
18px : 138.5%
16px : 123.1%  133.3%
15px : 115.4%  124.9%
14px : 107.7%  116.6%
13px : 100.0%  108.3%
12px :  92.4%  100.0%
11px :  84.7%   91.6%

y=x/13/a
---------------------------------------------*/

