@charset "UTF-8";


.tag-required {
    background-color: #ff69b4;
}
.tag-any {
    background-color: #306E2C;
}
.btn-group-lg > .btn, .btn-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
}
.btn-submit {
    background-color: #228b22;
    border-color: #228b22;
    color: #fff;
}
.custom-file-control:before {
    content: "選択";
}
.custom-file-control:lang(en)::after {
    content: "Choose file...";
}
.custom-file-control::before {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
    bottom: -1px;
    color: #555;
    display: block;
    height: 2rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6;
}

.custom-file-control:lang(en)::before{
	    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
    bottom: -1px;
    color: #555;
    display: block;
    height: 2rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6;

	}

.custom-file-control {
    -moz-user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    color: #555;
    height: 2rem;
    left: 0;
    line-height: 1;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.8rem .5rem;font-size:1rem;border-radius:.2rem}
.red{
color:#FD0606;
}

caption{
	color:#353535;
	font-size:100%;
	font-weight: bold;
	background-color:#F8BF1E;
	caption-side:top;
	}
div.left {
  float: left;
     /*width: 20%;
height: 100%;;
 background: #6FB0CC;*/
}

.left {
  float: left;
   /* width: 10%;
 height: 100%;;
 background: #6FB0CC;*/
}

.right {
  float: right;
 /*   width: 50%;
  height: 100%;;
background: #ABD16C;*/
}
@media screen and (max-width:400px) {
/*スマホ用のcssを記述*/
html body form div#wrap div.u_table_box div.formTable table tbody tr td.borTU input.form-control.form-control-sm { 
line-height:2em;
}
.custom-file-control::before {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
    bottom: -1px;
    color: #555;
    display: block;
    height: 2.5rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6;
}
.custom-file-control {
    -moz-user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    color: #555;
    height: 2.5rem;
    left: 0;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
  /*スマホ用のcssを記述終了*/
}