@charset "utf-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

*
{
	color: #000000;
	font-family: Meiryo, 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
}

a
{
	outline: none;
}

img
{
	outline: none;
}

input[type=text], input[type=password]
{
	border: 1px solid #dddddd;
	outline: none;
	padding: 5px;
	width: 200px;
}

input[type=text].short
{
	width: 100px;
}

input[type=text].long, 
input[type=password].long
{
	width: 300px;
}

input[type=text].extra-long
{
	width: 500px;
}

textarea
{
	border: 1px solid #dddddd;
	height: 300px;
	padding: 5px;
	width: 500px;
}

textarea.short
{
	border: 1px solid #dddddd;
	height: 100px;
}

select
{
	border: 1px solid #dddddd;
	outline: none;
	padding: 5px;
}

a.button, button, input[type=submit], input[type=button], input[type=reset]
{
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: linear-gradient(to bottom, #ffffff, #f5f5f5);
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 20px 0 0 0;
	min-width: 100px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}

a.button
{
	height: 38px;
	line-height: 38px;
	min-width: 68px;
}

.buttons .button
{
	float: left;
	margin-right: 20px;
}

.cf:before, .cf:after
{
	content: " ";
	display: table;
}

.cf:after
{
	clear: both;
}

.error
{
	color: #ff0000;
}

.hide
{
	display: none;
}

.logo
{
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	background-size: 182px 40px;
	background-position: center center;
	height: 40px;
	width: 182px;
}

.header .left
{
	float: left;
	height: 40px;
	padding: 20px;
}

.header .left .logo
{
	display: block;
}

.header .right
{
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 30px 20px;
}

.header .navigation
{
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: linear-gradient(to bottom, #ffffff, #f5f5f5);
	border-bottom: 1px solid #f5f5f5;
	clear: both;
}

.header .navigation div
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #dddddd;
	min-height: 30px;
}

.header .navigation div table tbody tr td
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dddddd;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

.header .navigation div table tbody tr td a
{
	color: #000000;
	text-decoration: none;
}

div.content
{
	padding: 20px;
}

div.content .menu
{
	height: 20px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

div.content .menu a
{
	margin: 0 10px 0 0;
}

div.content div.title
{
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
	padding-bottom: 10px;
}

div.content .message
{
	margin: 20px 0;
}

#error div.content .message
{
	margin-top: 0;
}

#error div.content .trace
{
	border: 1px solid #dddddd;
	padding: 10px;
	white-space: pre-wrap;
}

div.content .result
{
	margin: 20px 0 0 0;
}

div.content .result .total-results
{
	float: left;
}

div.content .result .results-per-page
{
	float: right;
}

div.content .result .results-per-page a, 
div.content .result .results-per-page span
{
	margin: 0 2px;
}

/* list */

div.content .list
{
	margin: 10px 0;
}

div.content .list table
{
	width: 100%;
}

div.content .list table tbody tr th
{
	background-color: #f5f5f5;
    background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
	border: 1px solid #dddddd;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

div.content .list table tbody tr th .asc
{
	border-bottom: 5px solid #333333;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	float: right;
	height: 0;
	margin: 12px 0 0 5px;
	width: 0;
}

div.content .list table tbody tr th .desc
{
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #333333;
	float: right;
	height: 0;
	margin: 13px 0 0 5px;
	width: 0;
}

div.content .list table tbody tr td
{
	border: 1px solid #dddddd;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

/* pages */

div.content .pages
{
	text-align: center;
}

div.content .pages a, 
div.content .pages span
{
	margin: 0 2px;
}

/* form */

div.content .form
{
	margin: 20px 0 0 0;
}

div.content .form#search-form
{
	margin: 0;
}

div.content .form .description
{
	line-height: 22px;
}

div.content .form table tbody tr th
{
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: linear-gradient(to bottom, #ffffff, #f5f5f5);
	border: 1px solid #dddddd;
	font-weight: normal;
	min-width: 150px;
	padding: 10px;
	text-align: right;
}

div.content .form table tbody tr th .required
{
	color: #ff0000;
	margin: 0 5px 0 0;
}

div.content .form table tbody tr td
{
	border: 1px solid #dddddd;
	padding: 10px;
}

div.content .form table tbody tr td .description
{
	margin: 5px 0 0 0;
	line-height: normal;
}

div.content .form table tbody tr td .error
{
	margin: 5px 0 0 0;
}

div.content .form table tbody tr td.note
{
	white-space: pre-wrap;
}

/* debug */

.debug
{
	margin: 20px;
}

.debug .heading
{
	font-weight: bold;
	margin: 0 0 5px 0;
}

.debug table
{
	width: 100%;
}

.debug table tbody tr th
{
	background-color: #f5f5f5;
	background: linear-gradient(to bottom, #ffffff, #f5f5f5);
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
}

.debug table tbody tr td
{
	border: 1px solid #cccccc;
	line-height: 22px;
	padding: 10px;
	word-break: break-all;
}

.debug table tbody tr td.field-name,
.debug table tbody tr td.time
{
	word-break: normal;
}

.debug table tbody tr td p
{
	border-top: 1px dotted #cccccc;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}