@charset "UTF-8";
/* CSS Document */

html {
	/* [disabled]font-size: 62.5%; */
}
body {
	font-size: 14px;
	/* [disabled]font-size: 1.4rem; */
	line-height: 1.8;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
table {
    font-size: inherit;
    font: 100%;
}

.text12 {
	font-size: 86%;
}
.text13 {
	font-size: 93%;
}
.text14 { font-size: 100%; }
.text16 {
	font-size: 115%;
}

.text-bold {
	font-weight: bold;
}
.text-greenbold {
	font-weight: bold;
	color: #53bb00;
}
.text13-red {
	color: #e50000;
	margin-top: 8px;
	font-size: 93%;
}
.text16-bold {
	font-size: 115%;
	font-weight: bold;
}
.text16-greenbold {
	font-size: 115%;
	font-weight: bold;
	color: #53bb00;
}
.text16-greenbold-mt {
	font-size: 115%;
	font-weight: bold;
	color: #53bb00;
	margin-top: 10px;
}
.text16-redbold {
	font-size: 115%;
	font-weight: bold;
	color: #c00022;
}
.text16-orangebold {
	font-size: 115%;
	font-weight: bold;
	color: #ff6a00;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

/* space */
.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt43 { margin-top: 43px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }

.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.align-center {
	text-align: center;
}
