@charset "UTF-8";

/**
 *
 * CSSリセット、再定義
 *
**/



/**
 * CSSリセット
 * 参照元：http: //meyerweb.com/eric/tools/css/reset/
**/

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


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body #main {
	font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
 * 再定義
**/

/* body  #main {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0px;
	text-align: center;
	background: #ffffff;
} */

#main table  {
  color: #000000;
  font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0px;
	empty-cells:  show;
}

#main table td, table td {
	empty-cells: show;
}

#main a {
  color: #000000;
	text-decoration: none;
}

#main a:hover {
  color: #000000;
	text-decoration: underline;
}

#main img {
  width: 100%;
  height:  auto;
	border: none;
  display: block;
}

em { font-style: normal; }
