@charset "UTF-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background:#000;
	margin:0;
	padding:0;
	text-align:center;
	-webkit-text-size-adjust: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, address {
	margin:0;
	padding:0;
	color:#333;
	font-style:normal;
	/*font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:16px;*/
	font-size:100%;
	line-height:1;
	word-wrap:break-word;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
textarea, input {
	margin:0;
	padding:0;
}
caption, th {
	text-align:left;
}
td, th {
	vertical-align: top;
}
fieldset, img, abbr {
	border:none;
}
li {
	list-style-type:none;
}
hr {
	display:none;
}
a, a:link {
	color:#F9709B;
}
a:visited {
	color:#F9709B;
}
a:hover {
	color:#F9709B;
	text-decoration:none;
}
strong {
	font-weight:bold;
}
img {
	vertical-align:bottom;
}
/*Clearfix*/
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}
