@charset "utf-8";
/**
 * ユーザ
 * 
 * create: 2018-08-07
 * update: 2018-11-21
 * 
 * @package     tourbd
 * @author      ik
 * @copyright   Copyright (c) 2018 , MarveLiX Creation
 * @version     tourbd 1.00
 */



@import "tag.css";       /* タグデフォルト */
@import "base.css";      /* 基本構成 */


p.err {
	clear:both;
    width: 100%;
    padding-top: 12px;
    color: #FF0000;
    font-family: Font Awesome 5 Free!important;
    font-style: normal;
    font-size: 18px;
}

.err::before {
    content: "\f071";
}

img.pointer , span.pointer {
	cursor:pointer;
}


input.half {
	width: 48%;
	display: inline;
}


.red{
    color: #FF0000!important;
}