@charset "utf-8";

body{
    font-family         : '游ゴシック Medium','Yu Gothic Medium','游ゴシック体','Yu Gothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

body, button, input, select, textarea{
    color: #444444;
    font-size: 15px;
}

input, select, textarea{
    max-width: 100%;
}

body {
    margin: 20px auto;
    max-width: 100%;
    padding: 0px 10px;
    width: 950px;
}

input[type=text], select, textarea{
    padding: 3px 5px;
}

.institution_no label{
    display: inline-block;
    width: 3em;
}

.annotation{
    font-size: 13px;
}
.Subheading{
    font-size: 18px;
    color: #c71585;
    padding-left: 10px;
}
.rei{
    font-size: 12px;
    color: #888;
}
.fontcolor_red{
    color: #f00;
}
.fontcolor_blue{
    color: #00f;
}
.wrap table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.position_right {
    text-align: right;
}
