@charset "utf-8";

/* =========================================================
	basic elements
========================================================= */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 100%;
}

body {
	color: #000;
	background: #fff;
	font: 16px "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

*+html body {
	font-size: 80%;
}

* html body {
	font-size: 75%;
}

/* anchors */
a {
	color: #e4007f;
	text-decoration: none;
}

a:visited {
	color: #e4007f;
}

a:hover,
a:focus {
	color: #e4007f;
	text-decoration: none;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

/* lists */
ul {
	/* padding-left: 16px; */
	list-style: none;
}

ol {
	/* padding-left: 40px; */
	list-style: none;
}

/* others */
hr {
	display: none;
}

strong {
	color: #FF0000;
	font-weight: normal;
}

em {
	font-weight: bold;
}

img {
	width:100%;
	border: none;
	vertical-align:bottom;
}

/* clear fix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* setting */
.is-hidden {
	display:none;
}

.is-error {
	color: indianred;
}

.clear_text {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
