﻿@charset "utf-8";

/* Notice Warning 等々 */
pre,
table caption,
table.cake-sql-log{
	padding:10px;
	width:100%;
	background-color:#DDD;
}
table.cake-sql-log th,
table.cake-sql-log td{
	padding:0 5px 5px;
}

/* エラーメッセージ */
#flashMessage{
	background: url(../images/mark.png) no-repeat;
	background-position: 5px;
	border:1px #E33 solid;
	color:#E33;
	width:300px;
	font-size:12px;
	padding:5px 5px 5px 25px;
	margin:10px 0 20px;
}
.error-message{
	background: url(../images/common/error.png) no-repeat;
	background-position: 5px;
	color:#E33;
	padding:4px 5px 0 25px;
}
.error{
	background-color:#FFE4E1;
}
.list_table3 tr.error{
	background-color:#FFE4E1;
}

/* loading */
.loading{
	width:100%;
	height:200px;
	text-align:center;
	vertical-align:middle;
	padding-top:100px;
}

/* ページネート */
span.current{
	font-size:1.2em;
	padding-right:4px;
}

/* 半角英数入力 */
.harf{
	ime-mode:disabled;
}

/* 左寄せ */
.left{
	float:left;
}

/* テキスト右寄せ */
input.right{
	text-align:right;
}
