body {
//font-family: 'Noto Serif JP', serif;
//color: #000;
}

h3 {
position: relative;
padding: 5px 5px 5px 42px;
background: <?php echo($f_color); ?>;
font-size: 20px;
color: white;
margin-left: -33px;
line-height: 1.3;
z-index:-1;
}

h3:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
border: none;
border-left: solid 40px white;
border-bottom: solid 79px transparent;
z-index:-2
}

table, th, td {border-style:none!important;}
-->


.modal-dialog-center {
  /*padding-bottom: 10%;*/
}

.text-red
{
color:#ff0000;
}

.text-brown
{
color:#8b4b00;
font-size:0.86em;
}


.inlineframe
{
padding: 10px;
color:#666;
background-color:#FFFFFF;
height:200px;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
font-size:0.86em;
}


.imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}