@charset "UTF-8";

@import "style_reset.css";
@import "style_basis.css";
@import "style_header.css";
@import "style_navi.css";
@import "style_side.css";
@import "style_footer.css";
@import "style_hack.css";


.pt_btn{
	clear:both;
	margin-top:40px;
	margin-bottom:20px;
	text-align:right;
	padding:0px 25px;
}
.tar{
	text-align:right;
}
.tal{
	text-align:left;
}
.tac{
	text-align:center;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
.fc{
	clear:both;
}

mb-5{
	margin-bottom:5px;
}

mb-10{
	margin-bottom:10px;
}

mb-15{
	margin-bottom:15px;
}

mb-20{
	margin-bottom:20px;
}

.err{
	color:#f00;
}

a{
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;;
}
