﻿h1{
    width:100%;
    display:block;
    font-family:Meiryo;
    font-size:22px;
    margin-bottom:4px;

}
bory{
    margin-top:0px;
}
h1:after{
    content:"";
    background: linear-gradient(to right, #4040a0 , white);
    border:none;
    height:1.5px;
    width:80%;
    margin-left:0;
    margin-bottom:20px;
    display:block;
}
iframe{
    height:1000px;
    width:650px;

    overflow:hidden;
    border:none;
}
.ULBox{
    text-align:left;
    display:block;
}
.ULBox input{
    display:inline-block;
    float:left;
    height:15px;
}
.ULBox > div div{
    display:inline-block;
    float:left;
    height:14px;
    width:4em;
}
input[type="submit"]
{
    color:blue;
    height:22px;
}
.CNecessary{
    color:red;
    font-size:10px;
    line-height:inherit;
    display:inline-block;
    float:left;
    width:8em;
    height:14px;
}
.ULBox >div{
    line-height:20px;
    margin-left:1.5em;
}
.ULBox >span{
    line-height:20px;
    width:110px;
    text-align:left;
}
.ULBox ul{
    margin:0;
    padding:0;

    list-style:none;
}
.ULBox li{
    margin:0;
    padding:0;

    height:16px;
    margin-bottom:2px;
    display:inline-block;
    clear:both;
    list-style:none;
}
#iConfirmBox{
    width:0px;
    height:0px;
    visibility:hidden;

    z-index:1;

    top:50%;
    left:50%;


    position:absolute;
    background-color:rgba(0,0,0,0.5);
    color:white;

    text-align:center;
    vertical-align:middle;
}
#iConfirmBox >input{
    font-size:20px;
    background-color:rgba(0,0,0,0.5);
    border-color:white;
    border-style:solid;
    border-width:2px;
    border-radius:4px;

    
}
#iConfirmBox >div{
    position:absolute;

    top:50%;
    left:50%;

    height:60px;
    width:300px;

    margin-left:-150px;
    margin-top:-30px;
    font-size:20px;
    background-color:rgba(0,0,0,0.5);
    border-color:white;
    border-style:solid;
    border-width:2px;
    border-radius:4px;
}

