@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 {
	background: #FFF;
	height:100%;
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	line-height: 24px;
	color: #4b4b4b;
	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: 10000;
}

.fL {
	float:left;
}

.fR {
	float:right;
}

.pt50 {	padding-top:50px; }
.ml-5 { margin-left:-5px; }

/*--------------------------------
pagetop
--------------------------------*/

#back-top {
	position: fixed;
	right: 20px;
	bottom: 10px;
}

#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #e4007f url(../images/footer/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	background-color: #ff99cc;
}