@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;
}

/*ページ読み込み時フェードイン用*/
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: #000000;
	font-family: 'Lucida Grande', 'segoe UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight:bold;
	text-align: justify;
  	text-justify: inter-ideograph;
}

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

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;
}

.mr50 { margin-right:50px; }
.mb15 { margin-bottom:15px; }
.mb32 { margin-bottom:32px; }

.f10 { font-size:10px !important; }
.f12 { font-size:12px !important; }