@charset "UTF-8";

/* CSS Document */

/*
=================================================
	header
=================================================
*/

#header #title h1 { line-height: 100px; color: #67465b; font-size: 1.5em; }

@media(max-width: 800px) {
}


/*
=================================================
	main
=================================================
*/

#contents { background: rgba(255,255,255,0.5) url(../../images/v2/backImage.png) right top no-repeat; }

/* login */
#contents #loginBox {
	padding: 20px;
	background: rgba(255,255,255,0.85);
	border-radius: 8px;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
	margin-right: 170px;
	display: flex;
}
#contents #messageBox {
    padding: 20px;
    background: rgba(255,255,255,0.85);
    border-radius: 8px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
    margin-top: 20px;
    margin-right: 170px;
    display: flex;
}
#contents #loginBox #about { margin-right: 20px; }
#contents #loginBox #about h2 { font-size: 1.2em; color: #67465b; line-height: 1.5em; }
#contents #loginBox #about h2 strong { font-size: 1.25em; color: #000; }
#contents #loginBox #about p { margin-top: 8px; }
#contents #loginBox #about #contact { margin-top: 15px; padding-top: 10px; border-top: 1px solid #666; }
#contents #loginBox #about #contact dt span { color: #67465b; }

#contents #loginBox #login { background: #fbfaf5; border: 1px solid #c1b9a3; padding: 40px 20px; }
#contents #loginBox #login #login-form-controls { width: 286px; }  /* 以前の input の width 270 に label の padding-left 16 を足して 286 */
#contents #loginBox #login input { line-height: 22px; padding: 3px 4px; border: 1px solid #c1b9a3; }
#contents #loginBox #login p#forget { font-size: 0.85em; margin-top: 5px; }
#contents #loginBox #login #submit { text-align: center; margin-top: 25px; }
#contents #loginBox #login .errors {
    color: red;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    margin-left: 12px;
    line-height: 12px;
}

@media(max-width: 800px) {
	#contents #loginBox { margin-right: 0; }
    #contents #messageBox { margin-right: 0; }
}

/* エラー画面でのエラーメッセージ用の設定 */
#content > p { margin-top: 20px; margin-bottom: 20px; }
