abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h4,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:"Microsoft YaHei",Verdana,sans-serif;outline:0}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent}
body{color:#333;font-size:14px;font-family:"Microsoft YaHei",Verdana,sans-serif;}
a,ins{text-decoration:none;color:#333}
a:hover{color:#dd3c3c;text-decoration:underline}
ol,ul{list-style:none}
*{padding:0;margin:0;border:0}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.unified-content { width:500px; margin:0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 1px 0 10px rgba(0,80,196,0.08);
    padding: 25px 20px;
    position: relative;
}.view-title {
    font-size: 1.4em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}.free {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    background-color: #f67912;
    color: #ffffff;
    margin-left: 6px;
}

.flex-container {
    flex-wrap: wrap;
}.flex-item {
    margin: 10px 0px 15px 0;
}.bottom-space {
    margin-bottom: 10px;
}

.search_textarea {
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    border: 1px solid #e5e5e5;
    padding: 12px;
    outline-color: #1d84c3;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #0e63d4;
    border-color: #0e63d4;
    height: 42px;
    font-size: 16px;
    min-width: 150px;
    margin-top: 15px;
    border-radius: 4px;
    cursor: pointer;
}



.table-datas {
    width: 100%;
    text-align: left;
    font-size: 14px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid #e5e5e5;
    text-align: left;
}.table-datas {
    width: 100%;
    text-align: left;
    font-size: 14px;
}.table-datas {
    width: 100%;
    text-align: left;
    font-size: 14px;
}.table-datas td, .table-datas th {
    padding: 10px;
}.table-datas tr th {
    background-color: #f9f9f9;
}.table-datas td, .table-datas th {
    padding: 10px;
}.btn-success {
    width: 100%;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}

@media screen and (max-width:720px){
	.unified-content { width:96%; margin:0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 1px 0 10px rgba(0,80,196,0.08);
    padding: 25px 20px;
    position: relative;
}
}
	