﻿p.login-item-name{
	margin: 16px 0 0 0;
}
p.login-item-name:first-of-type{
	margin: 0;
}

input{font-size:1.1em;} 



div.block {clear: both;padding:0; margin:0; overflow:hidden; position:relative; zoom:1;}
div.flat  {float:left;}

div {float:none;}

form.account-form {
	margin: 0 0 0 20px;
	padding: 33px 20px;
}

.right-box{
	float:right;
	width: 400px;
	margin: 0 20px 0 0;
	padding: 20px;
	border: 3px solid #cccccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.school{
        height:159px;
        background-image:
                url(../../../img/school.jpg), /* 最前面の背景レイヤーの背景画像 */
                linear-gradient( to bottom left, #fff,rgba(255,255,255,0) );
        -ms-linear-gradient( to bottom left, #fff,rgba(255,255,255,0) );

        background-repeat:
                no-repeat, /* 最前面の背景レイヤーに対応 */
                no-repeat;

        background-position:
                center, /* 最前面の背景レイヤーに対応 */
                right;
}


.school ul{
        background: rgba(255, 255, 255, 0.5);
        margin-bottom: 25px;
        margin-top: 40px;
        font-size: 1.7rem;
}

.centering{
        text-align: center;
}



