@charset "utf-8";

/*
 * 多重ログイン用css
 */

.wrapper {
	width : 100%;
	min-height : 100%;
}

.wrapper .content_search .search_error {
    width: 99%;
    color: #FF0000;
    text-align : center;
    font-weight: bold;
    margin: 2vh 0 2vh 1vw;
}