@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	[layout.css] Ver.20100823

	(C) WITH UP CO. LTD.

	contents:
		1. container
			1-1. clearfix
			1-2. image replacement
		2. header
			2-1. logo
			2-2. global navigation
			2-3. primary menu
		3. content
			3-1. main
			3-2. sidebar
		4. form

//////////////////////////////////////////////////////////////////////////////*/




/*------------------------------------------------------------------------------

	1. container

------------------------------------------------------------------------------*/

body {
	background: #d3e6c7;
}

#divided {
	height: 40px;
}

#divided a {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	background-color: #F55;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	overflow: hidden;
	z-index: 100;
	box-sizing: border-box;
	-moz-transition: 0.25s linear;
	-webkit-transition: 0.25s linear;
	transition: 0.25s linear;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#divided a:hover {
	opacity: 0;
}

ul.info {
	list-style: none;
	margin: 0 0 20px;
	padding: 20px;
	background-color: #E7F2F6;
	border: 1px solid #99C4DB;
	color: #387CB0;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/**/
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 1) inset;
}

ul.info li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../img/icons/information.png) no-repeat left 1px;
}

ul.error {
	list-style: none;
	margin: 0 0 20px;
	padding: 20px;
	background-color: #FFE8E8;
	border: 1px solid #FF9B9B;
	color: #FF4D4D;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/**/
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 1) inset;
}

ul.error li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../img/icons/exclamation.png) no-repeat left 1px;
}


/*	1-1. clearfix
------------------------------------------------------------------------------*/

header nav ul:after,
ul.tab_menu:after,
div#content_body:after,
div.section:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
*:first-child+html header nav ul,
*:first-child+html ul.tab_menu,
*:first-child+html div#content_body,
*:first-child+html div.section {
	zoom: 1;
}
* html header nav ul,
* html ul.tab_menu,
* html div#content_body,
* html div.section {
	zoom: 1;
}


/*	1-2. image replacement
------------------------------------------------------------------------------*/

header h1,
/*header nav a,
header nav em,*/
footer h1.logo {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
}


/*------------------------------------------------------------------------------

	2. header

------------------------------------------------------------------------------*/

header {
	position: relative;
	height: 130px;
	border-bottom: 1px solid #CCC;
	background: #3c6913;
;
}


/* 2-1. logo
------------------------------------------------------------------------------*/

header h1 {
	position: absolute;
	left: 20px;
	top: 20px;
	margin: 0;
	height: 55px;
	width: 626px;
	background: url(../img/header_logo.gif?d=20141128) no-repeat;
}

header form#logoutForm {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
}


/* 2-2. global navigation
------------------------------------------------------------------------------*/

nav.global {
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
	background: #CCC;
	border-top: 1px solid #5c7529;
	border-bottom: 5px solid #30560e;
	/**/
	background: rgb(159, 210, 63); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(136, 185, 39) 0%, rgb(77, 109, 47) 100%); /* FF3.6+ */

	background: -webkit-linear-gradient(top,  rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* Opera 11.10+ */

	background: -o-linear-gradient(top, rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b927', endColorstr='#5c8212',GradientType=0 ); /* IE6-9 */
	/**/
	box-shadow: 0 1px 0 0 rgba(217, 232, 185, 1) inset;
}

nav.global ul {
	list-style: none;
	margin: 0 20px;
}

nav.global ul li {
	float: left;
	margin: 0;
}

nav.global ul a,
nav.global ul em {
	opacity: 1;
	display: block;
	height: 16px;
	padding: 11px 10px 7px;
	line-height: 1;
	text-decoration: none;
	border-right: 1px solid #5c7529;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	/**/
	/*
	text-shadow: 0px 1px 2px #333;
	-moz-box-shadow: 0px 1px 2px #333;
	-webkit-box-shadow: 0px 1px 2px #333;
	*/
}

* html nav.global ul a,
* html nav.global ul em {
	display: inline-block;
}

nav.global ul li:first-child a,
nav.global ul li:first-child em {
	border-left: 1px solid #5c7529;
}

nav.global ul a {
	/**/
	background: rgb(159, 210, 63); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(136, 185, 39) 0%, rgb(77, 109, 47) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(77, 109, 47)), color-stop(100%,rgb(136, 185, 39))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(136, 185, 39) 0%,rgb(77, 109, 47) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b927', endColorstr='#5c8212',GradientType=0 ); /* IE6-9 */
	/**/
	box-shadow: 1px 1px 0 0 rgba(217, 232, 185, 1) inset;
}

nav.global ul a.selected {
	/**/
	background: rgb(32,69,97); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(86, 123, 13) 0%, rgb(131, 179, 37) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(131, 179, 37)), color-stop(100%,rgb(86, 123, 13))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgb(86, 123, 13) 0%,rgb(131, 179, 37) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(86, 123, 13) 0%,rgb(131, 179, 37) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgb(86, 123, 13) 0%,rgb(131, 179, 37) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(86, 123, 13) 0%,rgb(131, 179, 37) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204561', endColorstr='#639ECE',GradientType=0 ); /* IE6-9 */
	/**/
	box-shadow: 1px 1px 0 0 rgba(217, 232, 185, 1) inset;
}

nav.global ul a:hover {
	/**/
	background: rgb(159, 210, 63); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(159, 210, 63) 0%, rgb(109, 152, 64) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(109, 152, 64)), color-stop(100%,rgb(159, 210, 63))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(159, 210, 63) 0%,rgb(109, 152, 64) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(159, 210, 63) 0%,rgb(109, 152, 64) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(159, 210, 63) 0%,rgb(109, 152, 64) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(159, 210, 63) 0%,rgb(109, 152, 64) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec356', endColorstr='#7da52e',GradientType=0 ); /* IE6-9 */
	/**/
	box-shadow: 1px 1px 0 0 rgba(217, 232, 185, 1) inset;
}

nav.global ul em {
	cursor: default;
	/**/
	background: rgb(32,69,97); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(86, 123, 13) 0%, rgb(131, 179, 37) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(131, 179, 37)), color-stop(100%,rgb(86, 123, 13))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgb(86, 123, 13) 0%,rgb(131, 179, 37) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(86, 123, 13) 0%,rgb(131, 179, 37) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgb(86, 123, 13) 0%,rgb(131, 179, 37) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(86, 123, 13) 0%,rgb(131, 179, 37) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204561', endColorstr='#639ECE',GradientType=0 ); /* IE6-9 */
	/**/
	box-shadow: 1px 1px 0 0 rgba(217, 232, 185, 1) inset;
}

nav.global ul li:last-child a,
nav.global ul li:last-child em {
	/**/
	box-shadow: 1px 1px 0 0 rgba(217, 232, 185, 1) inset, 1px 0 0 0 rgba(217, 232, 185, 1);
}



/*------------------------------------------------------------------------------

	3. content

------------------------------------------------------------------------------*/

div#content {
	width: 100%;
	position: relative;
	background: #FAFAFA;
}

table th,
table td {
	font-size: 13px;
}

thead th {
	border: 1px solid #CCC;
	background: #999999;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

th {
	background: #E4E4E4;
	border: 1px solid #CCC;
	vertical-align: middle;
}

td {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
}

img {
	vertical-align: middle;
}



/* 3-1. global topic_path
------------------------------------------------------------------------------*/

nav#topic_path {
	margin: 0 20px 10px;
	padding: 10px 0 0;
	font-size: 12px;
}

nav#topic_path a {
	color: #34516C;
}

nav#topic_path a:hover {
	color: #5c7529;
}

nav#topic_path em {
	font-weight: bold;
}


/* 3-2. tab_menu
------------------------------------------------------------------------------*/

ul.tab_menu {
	list-style: none;
	margin: 20px 0 0;
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
}

ul.tab_menu li {
	float: left;
	margin: 0 5px 0 0;
}

ul.tab_menu li a,
ul.tab_menu li em {
	display: block;
	padding: 8px 30px 4px 40px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background-position: 20px 10px;
	background-repeat: no-repeat;
	/**/
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	-moz-radius-topleft: 6px;
	-moz-radius-topright: 6px;
	/**/
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 1) inset;
}

ul.tab_menu li a {
	background-color: #EFEFEF;
	text-decoration: none;
}

ul.tab_menu li a:hover {
	background-color: #FFF;
	color: #999;
}

ul.tab_menu li em {
	/*
	background-color: #797979;
	font-weight: bold;
	color :#FFF;
	*/
	background-color: #FFF;
	font-weight: bold;
	color :#666;
	/**/
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
}


/* icons */
ul.tab_menu li.registration a,
ul.tab_menu li.registration em {
	background-image: url(../img/icons/page_add.png);
}

ul.tab_menu li.reference a,
ul.tab_menu li.reference em {
	background-image: url(../img/icons/magnifier.png);
}

ul.tab_menu li.check a,
ul.tab_menu li.check em {
	background-image: url(../img/icons/wand.png);
}

ul.tab_menu li.edit a,
ul.tab_menu li.edit em {
	background-image: url(../img/icons/pencil.png);
}

ul.tab_menu li.list a,
ul.tab_menu li.list em {
	background-image: url(../img/icons/page.png);
}



/* 3-3. main
------------------------------------------------------------------------------*/

section h2 {
	margin: 0 20px;
	padding: 7px 15px 6px;
	border: 1px solid #5c7529;
	font-size: 14px;
	color: #FFF;
	/**/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/**/
	background: rgb(92, 162, 27); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(92, 162, 27) 0%, rgb(77, 109, 47) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(77, 109, 47)), color-stop(100%,rgb(92, 162, 27))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgb(92, 162, 27) 0%,rgb(77, 109, 47) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(92, 162, 27) 0%,rgb(77, 109, 47) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgb(92, 162, 27) 0%,rgb(77, 109, 47) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(92, 162, 27) 0%,rgb(77, 109, 47) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b726', endColorstr='#5c8212',GradientType=0 ); /* IE6-9 */
	/**/
	box-shadow: 1px 1px 0 0 rgba(217, 232, 185, 1) inset;
	/**/
	/*
	text-shadow: 0px 1px 2px #333;
	-moz-box-shadow: 0px 1px 2px #333;
	-webkit-box-shadow: 0px 1px 2px #333;
	*/
}

* html section h2 {
	height: 1%;
}

section h3 {
	margin: 20px 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px dashed #739e1d;
	font-size: 14px;
}

div#content_body {
	background: #FFF;
}

div#main {
	padding: 20px 20px 40px;
}

section.information {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #E7F2F6;
	border: 1px solid #99C4DB;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/**/
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 1) inset;
}

section.information h3 {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../img/icons/information.png) no-repeat left 1px;
	border: none;
	font-size: 16px;
	color: #5c7529;
	/**/
	box-shadow: none;
}

section.information p {
	margin: 0 0 5px;
}

section.information dl,
section.information ul {
	margin: 0;
}

section.information dd,
section.information li {
	margin: 0 0 5px;
}

section.information dt {
	padding: 20px 0 5px 20px;
	background: url(../img/icons/attach.png) no-repeat left center;
}

section.information dt:first-child {
	padding-top: 0;
}

section.information dd {
	margin-left: 40px;
}

section.information dl dd ul li {
	margin-left: 2em;
}

section.information dl dd p.ref {
	margin-left: 1em;
	text-indent: -1em;
}

section.information dl dd p del {
	font-size: 13px;
	color: #999;
}

section.attention {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #FFEDC8;
	border: 1px solid #FFBB2D;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/**/
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 1) inset;
}

section.attention h3 {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../img/icons/error.png) no-repeat left 1px;
	border: none;
	font-size: 16px;
	color: #F2A026;
	/**/
	box-shadow: none;
}

section.attention p {
	margin: 0 0 5px;
}

section.attention dl,
section.attention ul {
	margin: 0;
}

section.attention dd {
	margin: 0 0 5px;
}

section.attention dt {
	padding: 0 0 0 20px;
	background: url(../img/icons/attach.png) no-repeat left center;
}


div.info {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #EAE7DB;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

div.info ul {
	margin: 0;
}

div.info dl {
	margin-bottom: 0;
}
div.situation dl {
	margin: 0;
}

div.info dl dd span {
	display: inline-block;
}

div.info div.button {
	margin: 0 !important;
}

div.info input.button {
	margin: 10px 0 0;
}

div.info input.display_button {
	width: auto;
}

ul.day_info {
	list-style: none;
	width: 460px;
	padding: 5px 20px;
	background: #d3e6c7;
	color: #5c7529;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

ul.day_info li {
	margin: 0;
}

section div.button {
	margin: 20px 0;
}

tbody tr.g_group th {
	background-color: #C6DDD1;
}

tbody tr.y_group th {
	background-color: #FFFFBB;
}

tbody tr.r_group th {
	background-color: #F3D5CF;
}

tbody td.g_group {
	background-color: #C6DDD1 !important;
}

tbody td.y_group {
	background-color: #FFFFBB !important;
}

tbody td.r_group {
	background-color: #F3D5CF !important;
}

tbody tr.present th,
tbody tr.present td {
	border-bottom-width: 5px;
}

table.eval_sheet tbody .c_select {
	background-color: #FAFAFA;
}

table.eval_sheet tbody th.c_select {
	border-bottom-color: #FAFAFA;
	padding-bottom: 0;
}

table.eval_sheet tbody td.c_select {
	border-top-color: #FAFAFA;
}

form.input table.eval_sheet tbody .c_select {
	padding-left: 30px;
}

table.eval_sheet tbody td {
    background-color: #FFF;
}

table.eval_sheet tbody tr.highlight td {
    background-color: #FFFFC8;
}

input.button {
	width: 180px;
}
.select_year input.button {
	width: auto;
}

.center_text {
	text-align: center;
}

.middle_text {
	vertical-align: middle;
}

tr .plus,
tr .minus {
	cursor: pointer;
}

.i1 { padding-left: 1.5em; }
.i2 { padding-left: 3em; }
.i3 { padding-left: 4.5em; }
.i4 { padding-left: 6em; }
.i5 { padding-left: 7.5em; }
.i6 { padding-left: 9em; }

span.important {
	color: #F00;
	font-weight: bold;
}


/* 3-4. sidebar
------------------------------------------------------------------------------*/

div.column2 #sidebar {
	float: left;
	width: 260px;
	padding: 20px;
}

div.column2 #sidebar ul {
	list-style: none;
	margin: 0;
}

div.column2 #sidebar li {
	margin: 0 0 5px;
}

div.column2 #sidebar li a,
div.column2 #sidebar li em {
	display: block;
	padding: 5px 15px 5px 30px;
	border: 1px solid #CCC;
	background: #FAFAFA url(../../common/img/icons/bullet_black.png) no-repeat 10px center;
	font-weight: bold;
	/**/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/**/
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 1) inset;
}

div.column2 #sidebar li a {
	text-decoration: none;
}

div.column2 #sidebar li a.selected {
	background-color: #d3e6c7;
	border: 1px solid #95c338;
	color: #486908;
}

div.column2 #sidebar dl.sub_menu {
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 12px;
}

div.column2 #sidebar dl.sub_menu dt {
	cursor: pointer;
	font-size: 14px;
}

div.column2 #sidebar dl.sub_menu dd {
	margin: 0;
	padding: 0 !important;
}

div.column2 #sidebar dl.sub_menu a {
	display: block;
	padding: 5px 0;
	border: none;
	background: none;
	text-decoration: none;
	font-weight: normal;
	/**/
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	/**/
	box-shadow: none;
}

dd.i1 a {
	color: #486908 !important;
}

dd.i1 a,
dd.i2 a {
	font-weight: bold !important;
}

.i1 a { padding-left: 1.5em !important; }
.i2 a { padding-left: 3em !important; }
.i3 a { padding-left: 4.5em !important; }
.i4 a { padding-left: 6em !important; }


div.column2 #main {
	padding-left: 300px;
}

div.column2 #sidebar li em {
	background-color: #d3e6c7;
	border: 1px solid #95c338;
	color: #486908;
}


/* 3-5. top
------------------------------------------------------------------------------*/

div#top {
	z-index: 10;
	position: absolute;
	right: 20px;
	bottom: -1px;
	width: 150px;
	padding: 10px 10px 5px;
	background: #d3e6c7;
	border: 1px solid #95c338;
	border-bottom: none;
	text-align: center;
	font-size: 12px;
	/**/
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	-moz-radius-topleft: 6px;
	-moz-radius-topright: 6px;
	/**/
	box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 1) inset, 0 1px 0 0 rgba(211, 230, 199, 1);
}

div#top a {
	text-decoration: none;
	font-weight: bold;
	color: #7da52e;
}

/*------------------------------------------------------------------------------

	4. footer

------------------------------------------------------------------------------*/

footer {
	position: relative;
	clear: both;
	padding: 0 20px 20px;
	border-top: 1px solid #95c338;
	font-size: 12px;
	color: #666;
	/**/
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1) inset;
}
* html footer,
*:first-child+html footer {
	padding-top: 20px;
}

footer h1.logo {
	width: 469px;
	height: 45px;
	margin: 20px 0 10px;
	background: url(../img/footer_logo.gif?d=20141128) no-repeat;
}
* html footer h1.logo,
*:first-child+html footer h1.logo {
	margin-top: 0;
}

footer p.credit {
	line-height: 1.3;
}

/*------------------------------------------------------------------------------

	4. login

------------------------------------------------------------------------------*/

body.login div#content {
	padding: 20px 0;
	background: #FFF;
}

body.login ul.info,
body.login ul.error {
	margin: 0 20px 20px;
}

body.login section {
	margin: 0 20px;
}

body.login div.login {
	width: 200px;
	margin: 0 20px 20px;
	padding: 20px;
	background: #FAFAFA;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

body.login div.login dl {
	margin: 0;
}

body.login div.login dt {
	margin: 0 0 5px;
	padding: 0 0 0 24px;
}

body.login div.login dt.id {
	background: url(../img/icons/user.png) no-repeat left center;
}

body.login div.login dt.password {
	background: url(../img/icons/key.png) no-repeat left center;
}

body.login div.login dd {
	margin: 0 0 20px;
}

body.login div.login dd.button {
	margin: 0;
}

body.login div.login dd input {
	width: 190px;
}

body.login div.login dd input.button {
	width: 200px;
}

body.login .address {
	/*width: 198px;*/
	padding: 20px;
	font-size: 12px;
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

body.login div#container .address h2 {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: none;
	background: url(../img/icons/wand.png) no-repeat left center;
	filter: none !important;
	border: none;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	/**/
	box-shadow: none;

}

body.login .address dl {
	margin: 10px 0 0;
}

body.login .address dt {
	float: left;
	width: 3.5em;
}

body.login .address dd {
	margin: 0;
	padding: 0 0 0 4em;
}

/*------------------------------------------------------------------------------

	4. form

------------------------------------------------------------------------------*/

input.button {
	padding: 3px 10px;
	cursor: pointer;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

select,
input.textbox,
textarea {
	padding: 4px;
	border: 1px solid #CCC;
	line-height: 1.54;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

select:focus,
input.textbox:focus,
textarea:focus {
	background: #FFC;
	border-color: #C90;
}

select.error,
input.error,
textarea.error {
	background: #FCC;
	border-color: #F99;
}










.tl{ text-align: left; }
.tc{ text-align: center; }
.tr{ text-align: right; }







/* 12 */

.link .btn{
    display: inline-block;
    border: 0px #CCC dotted;
    text-align: center;
    padding: 10px;
    margin: 0px 0px 20px;
    background: #486908;
    color: #FFF;
}
.link .btn:hover {   cursor:pointer; }

.modal-content {
    position:fixed;
    display:none;
    z-index:150;
    width: 80%;
    max-width: 700px;
    margin:0;
    padding:30px;
    background:#fff;
}

.modal-overlay {
    z-index:100;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.7);
}

.modal-close { line-height: 0.5em;     opacity: 0.4; text-decoration: none;  font-size: 4.5em;  display: inline-block; position: absolute; top: 0; right: 0; }
.modal-close:hover { cursor:pointer;     opacity: 1;}
.modal-content h4{  text-align: center;  font-size: 1.4em;  margin-bottom: 30px;  }
.modal-content ul{  list-style-type: decimal;  }
.modal-content li{  margin-top: 8px;  padding-left: 2px; }







#eval_table .modal-open{
    padding: 2px;
    border: 0;
    margin: 0px 0px 0px 0px;

}

#picture.modal-content{
    width: 330px;
}
#picture.modal-content p{
    font-size: 1.2em;
    text-align: center;
    margin-top: 10px;
}


.unpro_0{ background-color: #FFF; }
.unpro_1{ background-color: #ffee66; }
.unpro_2{ background-color: #ff5144; }






#eval_table thead th.req{
    background: #FF9800;
}

.w__127{
    min-width: 127px !important;
}
.w__132{
    min-width: 132px !important;
}



.file_link_ca{
    cursor: pointer;
    background: #486908;
    color: #FFF;
    display: inline-block;
    margin: 15px 10px 10px 0px;
    padding: 7px 12px;
}
.file_link_ca_s{
    cursor: pointer;
    background: #486908;
    color: #FFF;
    display: inline-block;
    padding: 3px 8px;
    font-size: 0.9em;
}





/* RgO */

.c_block_area{
    margin-top: 50px;
    max-width: 500px;
}

.c_block_area h4{
    border-left: 6px #3c6913 solid;
    padding: 3px;
    margin-bottom: 14px;
}
.c_block_area .c_box{
    border: 1px #CCC solid;
    margin-bottom: 15px;
}
.c_block_area .c_box h5{
    background: #d3e6c7;
    color: #5c7529;
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
}
.c_block_area .c_box h5 span{
    display: inline-block;
}
.c_block_area .c_box > div{
    padding: 8px 10px;
    display: none;
}
.c_block_area .c_box .text{
    border-top: 1px #DDD dotted;
    margin-top: 8px;
    padding-top: 8px;
}
.c_block_area .c_box h6{
    padding: 10px 0 4px;
    font-size: 1em;
    color: #3c6913;
}



#s_date{
    margin-bottom: 15px;
}


.sp_thead{
  display: none;

}