@charset "utf-8";


.small {
    font-Size:10pX;
    line-height:12px;
}
.normal {
    font-Size:12pX;
    line-height:16px;
}
.midium {
    font-Size:14pX;
    line-height:18px;
}
a:link {
    color:#000000;
    text-decoration: underline;
}
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
table {
    font-Size: 12pX;
    line-height: 16px;
}


/* マイページリンクボタン */
.btn02 a {
    background-color: #0c8095;
    border-radius: 35px;

    font-size: 12pt;
    padding: 5px 20px 5px 20px;

	/*hoverなどの変化をふわっとさせる*/
    transition: all .3s;
}

.btn02 a:link {
    color:#ffffff;
    text-decoration: none !important;
}
.btn02 a:visited {
    color: #ffffff;
    text-decoration: none !important;
}

.btn02 a:hover {
    filter: brightness(1.2);
}

/*ボックスに影をつける*/
.btn02 a:hover {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    border-color: transparent;
}
/* マイページリンクボタン */

/* footer */
td.footer01 {
    background-image: url(/img/footer_01.gif);
    background-repeat: no-repeat;
    width: 561px;
    height: 77px;
    vertical-align: bottom;
    padding-left: 50px;
    padding-bottom: 18px;
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    font-family: serif;
}
/* footer */

.banner_area {
	padding-left: 1em;
	display: flex;
	flex-direction: column;
}
.banner_area img {
	padding-top: 0.5em;
}
.banner_area a {
	width: 88px;
}
