@CHARSET "UTF-8";

.input .year {
	width: 90px;
	line-height: 20px;
	padding: 5px 8px;
	margin: 5px 5px 5px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
}

.input .monthDate {
	width: 60px;
	line-height: 20px;
	padding: 5px 8px;
	margin: 5px 5px 5px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
}

.iconToggle1 {
	background-color: #595959 !important;
}

.emailFilterTitle {
	line-height: 30px;
}

.cautionCommentNoWidth .list{
    padding-left: 10px !important;
}

@media screen and (min-width: 700px) {
	.input .year {
	width: 120px;
	line-height: 30px;
	}

	.input .monthDate {
	line-height: 30px;
	}

	.emailFilterTitle {
	line-height: 40px;
	}

	.cautionCommentNoWidth {
	margin-top: 0px !important;
	}

}