/**
 * フロント画面で共通のシステムデフォルトCSS
 *
 * LICENSE: This source file is licensed under the terms of the GNU General Public License.
 *
 * @package    Magic3 Framework
 * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
 * @copyright  Copyright 2006-2014 Magic3 Project.
 * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
 * @version    SVN: $Id$
 * @link       http://www.magic3.org
 */
.required {
	color:red;
}
.notice {
	color:red;
}
.emergency {
	color:red;
}
.error {
	color:red;
}
.available {
	color:green;
}
.running {
	color:green;
}
.stopped {
	color:red;
}
/* タブでトラブルが生じるので使用しない */
/*.active {
	color:green;
}*/
.message {
	text-align: center;
}
.googlemaps {
	max-width:100%;
	max-height:100%;
}
.clearfix:after
{
	clear: both;
	font: 0/0 serif;
	display: block;
	content: " ";
}
img.icon
{
	border:none;
}
/* 外部リンクアイコン */
a.external {
	background: url(../../images/system/link14.png) center right no-repeat;
	padding-right: 16px;
}
/* error message */
#art-main .error-message, #art-main .warning-message, #art-main .guide-message, #art-main .success-message {
	margin: 10px 0px;
	padding:12px;
}
.error-message {
	color: #D8000C;
	background-color: #FFBABA;
}
.warning-message {
	color: #9F6000;
	background-color: #FEEFB3;
}
.guide-message {
	color: #00529B;
	background-color: #BDE5F8;
}
.success-message {
	color: #4F8A10;
	background-color: #DFF2BF;
}
