/* fontサイズを変更 */
body * {
	font-size: 17px;
} 

/* buttonサイズを変更 */
input[type="button"]{
    width: 100px;
    height: 38px;
}

/*背景色赤に変更*/
.item__CUSTOM01,
.field .item__CUSTOM01,
.g_field .item__CUSTOM01,
.item__CUSTOM01 option,
.field .item__CUSTOM01 option,
.g_field .item__CUSTOM01 option{
	background-color: orange;
}

#sidH_ONSHAMEI_label {
    font-size: 11px;
}
#sidH_ONSHAMEI {
    font-size: 11px;
}
#sidH_ONSHAMEI {
    font-size: 11px;
}
#sidH_USER_label {
    font-size: 11px;
}
#sidH_USER {
    font-size: 11px;
}
#sidH_DATE_label {
    font-size: 11px;
}
#sidH_DATE {
    font-size: 11px;
}

::placeholder{
	color:#C0C0C0
}

/* 髱定牡縺ｫ螟画峩 */
.all__CUSTOM02{
	color : blue;
}

/*テキストエリアの入力可表示*/
.item__INPUT_AREA{
	background: #d1e9ee;
}