body {
	color: #000000;
}

body a:link,body a:visited,body a:active {
	color: #000000;
}

body a:hover {
	cursor: pointer;
	color: #ababab;
}

.single {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.float {
	position: fixed;
	bottom: 128px;
	right: 8px;
	z-index: 1;	
}

.float .l {
	position: fixed;
	top: 158px;
	right: 8px;
	z-index: 1;	
}

/* pc */
@media screen and (min-width: 960px){

	.bg {
		background-image: url("../img/bg.png");
		background-repeat: repeat;
		background-attachment: fixed;
		background-color: #dddddd;
		background-position: center center;
	}

	.logo {
        margin-top: 32px;
        width: 22%;
        max-width: 256px;
        min-width: 128px;
    }

	.caption {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 4px;
	}
	
	.text {
		margin-top: 22px;
		line-height: 24px;
		vertical-align: center;
	}

	.guidance ul {
		list-style: none;
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}

	.guidance ul li {
		width: 33.33%;
		float: left;
	}

	.guidance ul li img {
		width: 80%;
	}

	.float .l div {
		margin-top: 6px;
		margin-left: 10px;
		width: 58px;
		height: 58px;
		background-size: 100% 100%;	
	}

}

/* phone */
@media screen and (max-width: 960px){

	.bg {
		background-image: url("../img/bg.png");
		background-repeat: repeat;
		background-attachment: fixed;
		background-color: #dddddd;
		background-size: 50%;
		background-position: center center;
	}

	.logo {
        margin-top: 16px;
        width: 50%;
        max-width: 256px;
        min-width: 128px;
    }

	.caption {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 4px;
	}
	
	.text {
		margin-top: 22px;
		line-height: 24px;
		vertical-align: center;
	}

	.guidance ul {
		list-style: none;
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}

	.guidance ul li img {
		width: 80%;
	}

	.float .l div {
		margin-top: 6px;
		margin-left: 10px;
		width: 42px;
		height: 42px;
		background-size: 100% 100%;	
	}

}