/* CSS Document */

#contentsArea article .line p.attention {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    font-weight: bold;
}

#contentsArea article .line p.attention {
    font-size: 14px;
    line-height: 150%;
}

#contentsArea article .txtRed {
	color: #F00;
}

#contentsArea article .alignC {
	text-align: center;
}

#contentsArea article .delete {
	text-decoration: line-through;
}

.btn.btn-color-grey {
    background-color: #75757c;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 0;
}

.registration-time-btn-container .btn-grey-container {
    width: 68.8%;
}

/* .btn.btn-color-grey:hover {
    background: #fff;
    color: #06c;
    border: 1px solid #06c
} 

.btn.btn-color-blue:hover:before {
    background-size: contain
}*/

@media screen and (max-width: 719px) {
    .registration-time-btn-container .btn-grey-container {
        width: inherit;
    }
}