@charset "euc-jp";
a {
	text-decoration: underline;
	color: #9b62ab;
}
a:hover {
	color: #333;
}
.c-alert {
    background: #ffe8e8 none repeat scroll 0 0;
    color: #333;
    line-height: 1.6;
    margin: 30px 0;
    padding: 20px;
    text-align: left;
	font-size: 15px;
}

.c-input--text {
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 15px;
    margin-top: 0;
    padding: 7px;
    vertical-align: middle;
    width: 100%;
}
.c-input--text:focus {
    border-color: #cf0300;
    outline: medium none;
}

.c-alert--danger {
    background: #feedeb none repeat scroll 0 0;
    color: #f44336;
}
.c-button--danger {
    background: #cf0300 none repeat scroll 0 0;
	color:#fff;
}
.c-button--danger:hover {
    background: #780c0a none repeat scroll 0 0;
	color:#fff;
}
.c-form__title {
	font-size: 15px;
	width: 36%;
}