@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
html, body {
	height: 100%;
}

body {
	font-size: 75%;
	line-height: 170%;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	color: #666;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	word-wrap: break-word;
}
img,
a img {
	border: 0;
}

.L{
	float: left;
}

.R{
	float: right;
}

.clear {
	clear: both;
}

.st{
	font-weight: bold;
}

.mb5{
	margin-bottom: 5px!important;
}

.mb10{
	margin-bottom: 10px!important;
}

.mb15{
	margin-bottom: 15px!important;
}

.mb20{
	margin-bottom: 20px!important;
}

.mb30{
	margin-bottom: 30px!important;
}

.mb40{
	margin-bottom: 40px!important;
}

.mb50{
	margin-bottom: 50px!important;
}

.mb60{
	margin-bottom: 60px!important;
}
.pt10{
	padding-top: 10px;
}

.nbg{
	background: none!important;
}

.nm{
	margin: 0!important;
}
.nmt{
	margin-top: 0!important;
}
.nmr{
	margin-right: 0!important;
}
.nmb{
	margin-bottom: 0!important;
}
.nml{
	margin-left: 0!important;
}

.np{
	padding: 0!important;
}
.npt{
	padding-top: 0!important;
}
.npr{
	padding-right: 0!important;
}
.npb{
	padding-bottom: 0!important;
}
.npl{
	padding-left: 0!important;
}

.nb{
	border: none!important;
}
.nbt{
	border-top: none!important;
}
.nbr{
	border-right: none!important;
}
.nbb{
	border-bottom: none!important;
}
.nbl{
	border-left: none!important;
}

.aleft{
	text-align: left!important;
}
.aright{
	text-align: right!important;
}
.acenter{
	text-align: center!important;
}

.rel{
	position: relative;
}

.super{
	vertical-align: super;
	font-size: 80%;
}
.cap{
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
}
