@charset "Shift_JIS";

/*//////////////////////////////////////////////////////////////////////////////

base.css

--------------------------------------------------------------------------------
Resetting HTML elements styles
	 0. universal
	 1. html, body, a
	 2. inline elements
	 3. block elements
	 4. table elements
	 5. html5 elements

//////////////////////////////////////////////////////////////////////////////*/

/* -----------------------------------------------------------------------------
	 0. universal
----------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,textarea,p,blockquote,address,caption,table,th,td,img {
	margin  : 0;
	padding : 0;
	}

/* -----------------------------------------------------------------------------
	 1. html, body, a
----------------------------------------------------------------------------- */
html {
	-ms-text-size-adjust     : 100%;
	-webkit-text-size-adjust : 100%;
	}

a {
	background : transparent;
	}
a:link {
	color           : #007fff;
	text-decoration : none;
	}
a:visited {
	color           : #007fff;
	text-decoration : none;
	}
a:hover {
	color           : #4da6ff;
	text-decoration : underline;
	outline         : 0;
	}
a:active {
	outline : 0;
	}

/* -----------------------------------------------------------------------------
	 2. inline elements
----------------------------------------------------------------------------- */
img {
	border         : 0;
	line-height    : 0;
	vertical-align : bottom;
	}
object {
	vertical-align : middle;
	outline        : none;
	}
address, caption, cite, code, dfn, th, var {
	font-weight : normal;
	font-style  : normal;
	}
em, strong {
	font-weight : bold;
	font-style  : normal;
	}
sup {
	vertical-align : text-top;
	}
sub {
	vertical-align : text-bottom;
	}
fieldset {
	border : none;
	}
input, textarea, select, label {
	font-size      : 100%;
	font-family    : inherit;
	vertical-align : middle;
	}
label {
	cursor : pointer;
	}
textarea {
	overflow : auto;
	}

/* -----------------------------------------------------------------------------
	 3. block elements
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size   : 100%;
	font-weight : normal;
	line-height : 1;
	}
hr {
	display : none;
	}

q:before, q:after {
	content : '';
	}
abbr, acronym {
	border       : none;
	font-variant : normal;
	}
ul, ol {
	list-style : none;
	}

/* -----------------------------------------------------------------------------
	 4. table elements
----------------------------------------------------------------------------- */
table {
	border-collapse : collapse;
	border-spacing  : 0;
	}
caption, th, td {
	text-align     : left;
	vertical-align : top;
	}

/* -----------------------------------------------------------------------------
	 5. html5 elements
----------------------------------------------------------------------------- */
header, nav, aside, section, article, footer,
address,figure,figcaption,hgroup,hr,legend,menu,summary {
	display : block;
	}