﻿
.pro_popup
{
    position:fixed;
    left:calc(50vw - 320px);
    top:calc(50vh - 240px);
}

.pro_textbox_centeralign
{
    text-align:center;
}

.pro_textbox_rightalign
{
    text-align:right;
}

.pro_label_Error
{
    font-size:170%;
    color:red;
    display:none;
}

.pro_cell_vertmiddlealign
{
    vertical-align:middle;
}

 /* 円アイコン */ 
.pro_icon_circle {
    display: inline-block;
    text-decoration: none;
    background: #87befd;
    color: white;
    width: 35px;
    height: 20px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.width460{
    width:460px;
}

.width436{
    width:436px;
}

.width214{
    width:214px;
}

.width337{
    width:337px;
}

.width364{
    width:364px;
}

.width404{
    width:404px;
}

.width250{
    width:250px;
}

.popupMenu_separater{
    margin: 3px 0 8px 0;
    color:#000000;
    border-top:#999 1px solid;
}