@charset "UTF-8";

/* ================================


 remove default styling


=================================== */

/* ======================================

	Universal selector

======================================= */
* {
	margin: 0;
	padding: 0;
}

/* ======================================

	Structure Module

======================================= */
/* document root element
html
{
	height: 100%;
} */
/* document head
head */
/* document body */
body
{
	font-size: 75%;
	line-height: 1.4em;
	font-weight: normal;
}
	html>body
	{
		font-size: 12px;
	}

@media print{ * html body{ zoom : 0.66 ; } }

/* generic language/style container
div
span */

/*======================================

	Text Module

=======================================*/
/* heading */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	line-height: 1.2em;
}
/* phrase */
em,
strong
{
	color: #666;
}
/*address
{
	font-style: normal;
}
dfn
code
samp
kbd
var
cite
abbr
acronym */
/* long quotation
blockquote
q */
/* subscript, superscript
sub
{
	
}
sup
{
	font-size: 75%;
	vertical-align: super;
} */
/* paragraph */
p
{
	font-size: 100%;
	line-height: 1.4em;
}
/* br */
/* preformatted text
pre */


/*======================================

	List Module

=======================================*/
/*unordered list, ordered list */
ul
{
	/*list-style: none;*/
}
ul li
{
	/*white-space: nowrap;*/
	list-style-type: none;
}
ol
{
	margin-left: 2em;
}

/* definition list */
dl
{
	list-style: none;
}
/* dt */


/*======================================

	Hypertext Module

=======================================*/
/* anchor */
a, a:link
{
	color: #666;
}
a:visited
{
	color: #666;
}
a:hover
{
	color: #999;
}
a:active
{
	color: #c00;
}

/*======================================

	Edit Module

=======================================*/
/* inserted text, deleted text
ins
del */

/*======================================

	Forms Module

=======================================*/
/* form control */
input, button, option, textarea
{
	vertical-align: middle;
}
select
{
	vertical-align: middle;
}


/* form field label text
label */
/* form control group */
fieldset
{
	border: 0;
}
legend
{
	display: none;
}

/*======================================

	Tables Module

=======================================*/
/* table element */
table
{
	border: 0;
	border-collapse: collapse;
	/*border-spacing: 0;*/
}
caption
{
	padding: 3px;
	text-align: left;
}
/* tr */
th, td
{
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: middle;
	/*font: normal 100%/1.4em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	letter-spacing: 0;
}
/* table section
thead
tfoot
tbody */
/* table column
colgroup
col */

/*======================================

	Image Module

=======================================*/
/* Embedded image */
img
{
	border: 0;
	vertical-align: bottom;
}

/*======================================

	Object Module

=======================================*/
/* generic embedded object */
object, embed
{  
    vertical-align: top;  
} 

/*======================================

	Other

=======================================*/
/* client-side image map
map
area */
/* horizontal rule
hr
{
	border: none;
	background: none;
} */
/* inline subwindow
iframe */
/* button
button
{
	border: 0;
	background: none;
	cursor: pointer;
} */
