
.black {
	color: #000000;
}

.glay {
	color: #555555;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #FF0033;
}

.blue {
	color: #0033CC;
}

.green {
	color: #00CC33;
}

.brown {
	color: #cc6600;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.size10 {
	font-size:10px;
}

.size12 {
	font-size:12px;
}

.size14 {
	font-size:14px;
}

.size16 {
	font-size:16px;
}

.size18 {
	font-size:18px;
}

.space_10 {
	margin-bottom: 10px;
}

.space_20 {
	margin-bottom: 20px;
}

.space_30 {
	margin-bottom: 30px;
}

.space_40 {
	margin-bottom: 40px;
}

.space_50 {
	margin-bottom: 50px;
}

.text_bold {
	font-weight: bold;
}

.space_-30 {
	margin-bottom: -30px;
}

.space_-40 {
	margin-bottom: -40px;
}

.space_-50 {
	margin-bottom: -50px;
}


hr.star-light:after {
    color: #e7316e;
    background-color: #ffea00;
}

hr.star-primary {
    border-color: #e7316e;
}

hr.star-primary:after {
    color: #e7316e;
    background-color: #fff;
}


/* フォーム設定 */

.form-label {
	margin-bottom: -40px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 20px;
	color: #587884;
}

.form-required {
	font-size: 12px;
	font-weight: normal;
	color: #F33;
}

.error_messe {
	font-size: 16px;
	color: #F33;
	line-height: 190%;
}

@media (max-width: 767px) {
.error_messe {
	font-size: 18px;
	color: #F33;
	line-height: 190%;
  }
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}