/*** BODY ***/
body {
	/* font: 14px 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0; */
    color: #2c2c2c;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*** SPACE ***/
.space5
{
    margin-top: 5px;
}
.space10
{
    margin-top: 10px;
}
.space20
{
    margin-top: 20px;
}
.space30
{
    margin-top: 30px;
}
.space40
{
    margin-top: 40px;
}
.space50
{
    margin-top: 50px;
}
.space60
{
    margin-top: 60px;
}
.space70
{
    margin-top: 70px;
}
.space-5
{
    margin-top: -5px;
}
.space-10
{
    margin-top: -10px;
}
.space-20
{
    margin-top: -20px;
}

/*** anchor ***/
a:visited {
    /* color: #040404; */
    color: white;
}
a, a:link {
    /* color: #040404; */
    color: white;
    text-decoration: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.page-footer {
	position: relative;
	z-index: 100;
}
.page-footer-inner {
	padding: 10px 3% 5px;
	background-color: #F7AB00;
}
.page-footer-inner-copyright {
	margin-top: 4px;
	font-size: 10px;
	color: white;
}
.page-footer h4 {
	margin: 0;
}
.page-footer h4 a {
    display: block;
    padding: 16px 12px;
    font-size: 12px;
    font-weight: normal;
    background-color: #EEE;
    border-bottom: 1px solid #DDD;
	position: relative;
}
.page-footer h4 a:before {
    position: absolute;
    right: 10px;
    top: 28%;
    width: 15px;
    height: 25px;
    background: url(../img/common/icon04.png) no-repeat;
    background-size: 15px 25px;
	content: "";
}
.page-footer .pagetop {
    text-align: center;
    background-color: #4D4948;
	border-top: 2px solid #F7AB00;
	color: white;
	line-height: 1.2;
}
.page-footer .pagetop a {
    padding: 7px;
    color: #FFF;
    display: block;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: italic;
    position: relative;
}
.page-footer .pagetop a:before {
    position: absolute;
    right: 10px;
    top: 20%;
    width: 25px;
	height: 25px;
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	content: '\f077';
}

/* 種目選択ダイアログ */
.modal-content {
    background: rgba(0, 0, 0, 0.5);
}
.modal-title {
    font-size: 0.9rem;
    color: white;
}
.modal-body {
    font-size: 0.7rem;
    color: white;
}
.modal-body table td {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.apparatus-box-m {
    display:none;
}
