@charset "UTF-8";
/* CSS Document */

html, body, div, span, iframe, h1, h2, h3, p, a, img, dl, dt, dd, ol, ul, li, footer, header, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

img {
	border:none;
	vertical-align: bottom;
}

html {
	height:100%;
}

*:focus {
  outline: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*ページ読み込み時フェードイン用*/
body {
	transition-duration: 0.8s;
	transition-property: opacity;
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-family: 'Lucida Grande', 'segoe UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a {
	color: #ff3366;
	text-decoration: none;
}

a:hover {
	color: #ff99cc;
	text-decoration: none;
}


a:focus {
	outline:none;
}

.hidden{ display: none; }

ol, ul {
	list-style: none;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.mb80 { margin-bottom:80px; }

.center {
	text-align:center;
}