﻿/*
    エラーページ用のスタイルシート
*/

/* ボディー */
body {background:#E8EBD7}
/*愛媛v3新ログイン画面対応*/
/*body {
    background: url(../../common_images/newdesign/background_error.gif) repeat-y center top;
    background-repeat:repeat;
    background-color:#CCC;
}*/

/* メインパネル */
.divError
{
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	margin: 30px;
	line-height: 160%;
	padding-top: 30px;
	background-color: #c6e3a0;
    text-align:center;
}

/* メッセージ */
.divMessage
{
	font-size:larger; font-weight:bold; margin-top:30px; margin-bottom:30px;
}

.fontsizeChange {
    margin: 0 5px 0 0;
    cursor: pointer;
}