﻿#imgHeader 
{
    margin-bottom:10px;
}

#imgFooter
{
    margin-top:10px;
}

.ErrorControl
{
    background-color:#ffd1d1;
}

.BodyBackGround
{
    background-color:#FFFFFF;
}

.LeftCellProperty
{
   background-color:#FFFD87;
   width:270px;
}

.RightCellProperty
{
   background-color:#FFFFFF;
}

.RowFontProperty
{
   font-size:120%;
   color:#2EA300;
   letter-spacing: 0.05em;
   font-weight: bold;
}

.RowFontMiniProperty
{
   font-size:70%;
   color:#2EA300;
   letter-spacing: 0em;
   font-weight: bold;
}

.Annotation
{
    font-size:80%;
    color:#7E7E7E;
}

.ErrorMessage
{
    font-size:90%; 
    color:Red;   
}

.terms-agreement-title 
{
    background-color: Green;
    color: White;
    padding: 2px;
    margin-left:auto;
    margin-right:auto;
}

.terms-agreement
{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    background-color:White;
    line-height:normal;
    border:1px solid Gray;
}

.terms-agreement-text
{
    width: 100%;
    height: 100%;
    border: none;
    display:block;
}

.terms-agreement-check
{
    margin-top:15px;
    margin-bottom:30px;
    text-align:center;
}

 /*スクロールバーの設定*/
.textScrollbar{
overflow-y: auto;
-webkit-overflow-scrolling:touch;
}

.annotation-name-title 
{
    display: inline-block;
    width: 40px;
    text-align: center;
}

.annotation-name 
{
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    margin-left:5px;
    line-height: 15px;
}

.annotation-address 
{
    display: inline-block;
    width: 105px;
    vertical-align: middle;
    margin-left: 3px;
    line-height: 15px;
}