@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Reset and Clearfix

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	reset
---------------------------------------- */

html, body,
div, p,
table, tr, th, td,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
img, a, address, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
	font-size: 0;
	line-height: 0;
}
html,body {
	width: 100%;
	min-height: 100%;
}

body {
	color: #fff;
	background: #e4005a;
	font-size: 14px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}
a:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=image]:hover {
	opacity: .7;
	transition: .2s;
}
a img,
input[type=button],
input[type=submit],
input[type=image] {
	vertical-align: middle;
}

/* ----------------------------------------
	clearfix
---------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	overflow: hidden;
	height: auto;
	/**/
}
