﻿body {}

/*ボタン・コンボボックスのサイズ変更対応*/
.buttonMedium{
/*5文字まで*/
width: 110px;
height: 28px;}

/*ボタンのスタイル設定*/
input[type="submit"],input[type="button"]{
border-style: solid;
border-width: 1px;
border-color: #ccc #999 #999 #ccc;
background-color: #ff0000;
text-decoration: none;
background: -moz-linear-gradient(top,rbga(255,255,255,1) 0%,rbga(204,204,204,1) 100%);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-shadow: 1px 1px 2px #999;
text-align: center;
font-size: medium;
vertical-align: middle;
padding: 0px;}

.terms-agreement
{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    background-color:White;
    line-height:normal;
    border:1px solid Gray;
}

#termsAgreementText
{
    width: 100%;
    height: 100%;
    border: none;
    display:block;
}

 /*スクロールバーの設定*/
.textScrollbar{
overflow-y: auto;
-webkit-overflow-scrolling:touch;
}