@charset "UTF-8";

/* ui
-------------------------------------------------------------- */

.ui {
}

.funcCat {
	width: 560px;
	height: auto;
	border: 1px solid #CDC19D;
	margin-top: 12px;
	margin-bottom: 16px;
	padding: 12px;
	clear: both;
}

.funcRow {
	width: 480px;
	height: 32px;
	margin-top: 4px;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

.funcName {
	float: left;
	font-size: 18px;
	width: 474px;
	height: 32px;
	padding-left: 6px;
}

.funcCat01 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 18px;
	color: #550000;
	border-bottom: 2px solid #CDC19D;
}

.funcCat02 {
	font-size: 18px;
	color: #CDC19D;
}

.exp {
	font-size: 8pt;
	color: #666666;
}

.rect1 {
	border: 1px solid #dddddd;
	padding: 4px;
}
.fillrect1 {
	background-color: #ffcccc;
	padding: 4px;
}


/* user/status
-------------------------------------------------------------- */

.user_edit_status {
	width: 540px;
	height: auto;
	border: 2px solid #dd5555;
	padding: 4px;
}

.roundrect_green {
	width: 640px;
	padding: 4px;
	background-color: #ffffff;
	/* 角丸 */
	border-spacing: 0;
	border: 3px solid #117711;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	behavior: url(/css/ie-css3.htc);
}

.roundrect_orange {
	width: 640px;
	padding: 4px;
	background-color: #ffffff;
	/* 角丸 */
	border-spacing: 0;
	border: 3px solid #ee7711;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	behavior: url(/css/ie-css3.htc);
}

.green_td_ {
	background-color: #aaddaa;
}

.green_td {
	background-color: #669944;
}

.orange_td_ {
	background-color: #ffcc55;
}

.orange_td {
	background-color: #ee8855;
}


/* user/record
-------------------------------------------------------------- */
.consul_history{
	border: 1px solid #1177ee;
	padding: 5px 10px;
	width: 600px;
}


/* button
-------------------------------------------------------------- */

.btn_large {
	font-size: 18px;
	font-weight:bold;
	width: auto;
	height: 30px;
	-webkit-appearance: button;
}

.btn_area {
	text-align: left;
	width: 512px;
	height: 27px;
	border: 1px dotted #aaaaaa;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 4px;
}

a.add_marker_l {
	display: block;
	background-image: url(/img/common/list_marker_l.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 37px;
	width: auto;
	height: 24px;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

a.add_marker_l:hover {
	background-position: 0 -24px;
	text-decoration: none;
	color: #666666;
}

a.add_marker_s {
	display: block;
	background-image: url(/img/common/list_marker_s.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 28px;
	width: auto;
	height: 22px;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

a.add_marker_s:hover {
	background-position: 0 -22px;
	text-decoration: none;
	color: #666666;
}

/* error
-------------------------------------------------------------- */

.error_message {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}

/* table
-------------------------------------------------------------- */
.table_line {
	border-collapse: collapse;
	border: 1px solid gray;
}
.table_line td,th {
	border: 1px solid gray;
	padding: 4px;
}

.table_line th a:link {
	color: #0033cc;
}
.table_line th a:hover {
	color: #3355ff;
}
.table_line th a:visited {
	color: #0033cc;
}

.table_outline {
	border: 1px solid #CDC19D;
	padding: 8px;
}

.table_line tr.gray {
	background-color: #dddddd;
}

.table_line td.gray {
	background-color: #dddddd;
}

/* font
-------------------------------------------------------------- */

.name_big {
	font-size: 15pt;
	font-weight: bold;
}

