@charset "UTF-8";

body {
	background: #000;
	width: 100%;
	font-size: 62.5%;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
	font-weight: normal;
	box-sizing: border-box;
}

/*---------------------------------------------
standard setting
---------------------------------------------*/
a:hover img.hover {
	filter:alpha(opacity=65);
	opacity:0.65;
	background:#FFF;
}
a.hover:hover  {
	filter:alpha(opacity=80);
	opacity:0.8;
}
.indent {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*---------------------------------------------
Wordpress ビジュアルエディター用
---------------------------------------------*/
/*変更不可*/
section p,
section li,
section dt,
section dd,
section th,
section td {
	font-size: 1.5em;
	line-height: 1.7;
}
section li p,
section dd p,
section dt p,
section th p,
section td p,
section th li,
section td li {
	font-size: 1em;
}
section ol {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}
section ul {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}
/*変更不可*/