@charset "utf-8";
/* CSS Document */

/*leave01*/
#leave01 {
	margin: 0 10px 20px 10px;
}
#leave01 h3 {
	margin: 0 0 10px 0;
	padding: 3px 3px 2px 22px;
	background: #F0F6F5  url(../img/ico_leave_01.png) no-repeat 5px 7px;
	background-size: 13px 10px;
	color: #0089D8;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#leave01 p {
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 18px;
	vertical-align: middle;
}
#leave01 .must {
	display: inline-block;
	width: 25px;
	margin: 0 3px;
	background: #0089D8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

/*------------------------------------------------------------
	170515 �ǉ��� ���t�H�[����select����
------------------------------------------------------------*/
select {
	width: 100%;
	height: 40px;

	margin: 5px 0 5px 0;
	padding: 0px 30px 0px 3px;

	background: #FFF url(../img/ico_form_pulldown.png) no-repeat 95% 50%;
	background-size: 6px 5px;
	-webkit-background-size: 9px 8px;

	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-appearance: button;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (orientation: landscape) {
	/* �������̏ꍇ�̃X�^�C�� */
	select {background: #FFF url(../img/ico_form_pulldown.png) no-repeat 98% 50%;}
}


/*------------------------------------------------------------
	170516 �ǉ��� �������`�l����
------------------------------------------------------------*/
#formid .nominee {
	margin: 10px 0 0;
}

#formid .nominee span {
	padding-right: 5px;
}

#formid .nominee p {
	margin-top: 10px;
	margin-bottom: 0;
    display: block;
	font-size: 13px;
	line-height: 1.2;
}

