/*　ベースの色を設定 START　*/

/* 黒ベース START */
body {
	background-color: #F3F3EC;
}
div#header {
	border-bottom: 2px solid #000000;
}
div#wrap {
	border: 2px solid #000000;
}
div#wrapLogin {
	border: 2px solid #000000;
}
div#contentLogin h2 {
	border-bottom: 4px solid #000000;
	color: #000000;
}
#contentLogin h3 {
	color: #696969;
	border-bottom-color: #696969;
	border-left-color: #696969;
}
div#contentLogin table.tableIdea02 {
	color: #222;
}
div#contentLogin table.tableIdea02 th {
	background: #F3F3EC;
	border: 1px solid #CCCCCC;
	color: #010101;
}
div#contentLogin table.tableIdea02 td {
	border: 1px solid #CCCCCC;
}
.text, textarea, select, input {
	padding: 5px;
	vertical-align: middle;
}
#admin_applicants_list input, .conditions input, .allclear input, .btn, .pbBottomButtons input {
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}
#admin_applicants_list input:hover, .conditions input:hover, .allclear input:hover, .btn:hover, .pbBottomButtons input :hover {
}
.login_btn {
	padding: 10px 25px;
	font-size: 130%;
	font-weight: bold;
	cursor: pointer;
}
.login_btn:hover {
}
a {
	color: #000000;
}
div#sidebar h2 {
	background: none repeat scroll 0% 0% #696969;
	color: #FFF;
}
div#sidebar div.section ul#lNav li {
	border-bottom: 1px solid #CCCCCC;
}
div#sidebar div.section ul#lNav li a {
	background: url('../img/ico_arrow01_black.gif') no-repeat scroll 13px 11px transparent;
}
div#sidebar div.section ul#lNav li.indent a {
	background: url('../img/ico_arrow01_black.gif') no-repeat scroll 26px 11px transparent;
}
div#sidebar div.section ul#lNav li.active a, div#sidebar div.section ul#lNav li a:hover {
	background: url('../img/ico_arrow01_black.gif') no-repeat scroll 13px 11px #F3F3EC;
}
div#sidebar div.section ul#lNav li.indent.active a, div#sidebar div.section ul#lNav li.indent a:hover {
	background: url('../img/ico_arrow01_black.gif') no-repeat scroll 26px 11px #F3F3EC;
}
div#content h2 {
	color: #000000;
	border-bottom: 4px solid #000000;
}
div#content h3 {
	border-left: solid 4px #000000;
	color: #000000;
}
#admin_applicants_list th {
	border-color: #CCCCCC;
	color: #FFFFFF;
	background-color: #696969;
}
#admin_applicants_list td {
	border: 1px solid #CCCCCC;
}
.tab table td {
	border-bottom: 1px solid #CCCCCC;
}
.tab table th {
	border-bottom: 1px solid #CCCCCC;
}
.input_form table th {
	border-bootom: 1px solid #CCCCCC;
}
.input_form table td {
	border-bootom: 1px solid #CCCCCC;
}
.news_h {
	border-left: 4px solid #000000;
	color: #010101;
}
#user_form th, #enquete_form th {
	width: 230px;
	background-color: #F3F3EC;
    border: 1px solid #CCCCCC;
}
#user_form td, #enquete_form td {
    border: 1px solid #CCCCCC;
}
.top div.tab {
    border: 2px solid #696969;
}
.inclass td {
	background-color: #353535;
    color: #FFFFFF;
    font-size: 18px;
}
/* 黒ベース END */

/* 青ベース START */
/*
body {
	background-color:#ECDFF0;
}
div#header {
	border-bottom: 2px solid #B98AC8;
}
div#wrap {
	border:2px solid #834798;
}
div#wrapLogin {
	border:2px solid #834798;
}
div#contentLogin h2 {
	border-bottom:4px solid #834798;
	color: #834798;
}
#contentLogin h3 {
	color: #834798;
	border-bottom-color: #834798;
	border-left-color: #834798;
}
div#contentLogin table.tableIdea02 {
	color: #222;
}
div#contentLogin table.tableIdea02 th {
	background: #ECDFF0;
	border: 1px solid #B98AC8;
	color: #834798;
}
div#contentLogin table.tableIdea02 td {
	border: 1px solid #B98AC8;
}
.text, textarea, select, input {
	border: 1px solid #B98AC8;
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(center top, #ECDFF0, rgb(255, 255, 255)) repeat scroll 0% 0% transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#ECDFF0), to(rgb(255, 255, 255))) repeat scroll 0% 0% transparent;
	behavior: url("/PIE.htc");
}
#content select {
	border: 1px solid #B98AC8;
}
#admin_applicants_list input, .conditions input, .allclear input, .btn, .pbBottomButtons input {
	border: 1px solid #B98AC8;
	padding: 5px;
	background: -moz-linear-gradient(center top, rgb(248, 252, 255), #ECDFF0) repeat scroll 0% 0% transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 252, 255)), to(#ECDFF0)) repeat scroll 0% 0% transparent;
	color: #834798;
	font-weight: bold;
	border-width:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:solid;
	behavior: url("PIE.htc");
	cursor:pointer;
}
#admin_applicants_list input:hover, .conditions input:hover, .allclear input:hover, .btn:hover, .pbBottomButtons input :hover {
	background-image:-moz-linear-gradient(50% 0% -90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(182,6,17)), color-stop(0.98, rgb(156,0,11)), color-stop(0.99, rgb(156,0,11)));
	background-image:-webkit-linear-gradient(-90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	background-image:-o-linear-gradient(-90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	background-image:-ms-linear-gradient(-90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	background-image:linear-gradient(-90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	border-color:rgb(205,81,91);
	background-color:#A0010C;
	border-width:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:solid;
	-moz-box-shadow:inset 2px 2px 0px rgb(205,81,91), inset -2px -2px 0px rgb(205,81,91);
	-webkit-box-shadow:inset 2px 2px 0px rgb(205,81,91), inset -2px -2px 0px rgb(205,81,91);
	box-shadow:inset 2px 2px 0px rgb(205,81,91), inset -2px -2px 0px rgb(205,81,91);
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	behavior: url("PIE.htc");
}
.login_btn {
	border: 1px solid #B98AC8;
	padding: 10px 25px;
	font-size:130%;
	background: -moz-linear-gradient(center top, rgb(248, 252, 255), #ECDFF0) repeat scroll 0% 0% transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 252, 255)), to(#ECDFF0)) repeat scroll 0% 0% transparent;
	color: #834798;
	font-weight: bold;
	border-width:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:solid;
	behavior: url("PIE.htc");
	cursor:pointer;
}
.login_btn:hover {
	background-image:-moz-linear-gradient(50% 0% -90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(182,6,17)), color-stop(0.98, rgb(156,0,11)), color-stop(0.99, rgb(156,0,11)));
	background-image:-webkit-linear-gradient(-90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	background-image:-o-linear-gradient(-90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	background-image:-ms-linear-gradient(-90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	background-image:linear-gradient(-90deg, rgb(182,6,17) 0%, rgb(156,0,11) 98%, rgb(156,0,11) 99%);
	border-color:rgb(205,81,91);
	background-color:#A0010C;
	border-width:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:solid;
	-moz-box-shadow:inset 2px 2px 0px rgb(205,81,91), inset -2px -2px 0px rgb(205,81,91);
	-webkit-box-shadow:inset 2px 2px 0px rgb(205,81,91), inset -2px -2px 0px rgb(205,81,91);
	box-shadow:inset 2px 2px 0px rgb(205,81,91), inset -2px -2px 0px rgb(205,81,91);
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	behavior: url("PIE.htc");
}
a {
	color: #834798;
}
div.tab {
	border: 2px solid #B98AC8;
}
div#sidebar h2 {
	background: none repeat scroll 0% 0% #B98AC8;
	color:#FFF;
}
div#sidebar div.section ul#lNav li {
	border-bottom: 1px solid #B98AC8;
}
div#sidebar div.section ul#lNav li a {
	background: url('../img/ico_arrow01.gif') no-repeat scroll 13px 11px transparent;
}
div#sidebar div.section ul#lNav li.indent a {
	background: url('../img/ico_arrow01.gif') no-repeat scroll 26px 11px transparent;
}
div#sidebar div.section ul#lNav li.active a, div#sidebar div.section ul#lNav li a:hover {
	background: url('../img/ico_arrow01.gif') no-repeat scroll 13px 11px #ECDFF0;
}
div#sidebar div.section ul#lNav li.indent.active a, div#sidebar div.section ul#lNav li.indent a:hover {
	background: url('../img/ico_arrow01.gif') no-repeat scroll 26px 11px #B98AC8;
}
div#content h2 {
	color: #834798;
	border-bottom:4px solid #834798;
}
div#content h3 {
	border-left: solid 4px #834798;
	color: #834798;
}
#admin_applicants_list th {
	border-color: #B98AC8 #B98AC8 #B98AC8;
	color: rgb(255, 255, 255);
	background-color: #834798;
}
#admin_applicants_list td {
	border: 1px solid #B98AC8;
}
.tab table td {
	border-bottom: 1px solid #B98AC8;
}
.tab table th {
	border-bottom: 1px solid #834798;
}
.news_h {
	border-left: 4px solid #B98AC8;
	color: #B98AC8;
}
.inclass td {
	color: #B98AC8;
	font-size: 18px;
}
*/
/* 青ベース END */

/*　ベースの色を設定 END　*/

html {
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, address, pre, caption, cite, code, dfn, var {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
img {
	border: 0px none;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
caption, th {
}
ol, ul {
	list-style: none outside none;
}
li {
	width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body {
	color: rgb(1, 1, 1);
	font-size: 75%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
}
.red {
	color: red;
	font-weight: bold;
}
div#header {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	height: 90px;
}
div#header div#headerInner_login {
	margin: 0px auto;
	width: 984px;
}
div#header div#headerInner_login #logo {
	float: left;
	padding: 10px 10px 0px 0px;
	width: auto;
}
div#header div#headerInner {
	margin: 0px auto;
	width: 1199px;
}
div#header div#headerInner #logo {
	float: left;
	padding: 10px 10px 0px 0px;
	width: auto;
}
div#header div#headerInner #description {
	float: left;
	font-size: 120%;
	padding: 10px;
	width: auto;
}
div#header div#headerInner #description span {
	display: block;
	font-size: 120%;
	margin: 10px;
	padding: 0px;
}
div#header div#headerInner p.logout {
	float: right;
	margin: 14px -1px 0px 0px;
	width: auto;
}
div#wrap {
	margin: 19px auto auto;
	width: 1199px;
	border-radius: 5px;
	background-color: #FFF;
}
div#wrap div#pageBody div#pageBodyInner {
	padding-bottom: 6px;
}
div#wrap div#pageBody div#pageBodyInner {
	padding-bottom: 6px;
}
div#content {
	float: right;
	padding: 10px 20px 10px 0px;
	width: 958px;
}
div#content h2 {
	margin-bottom: 17px;
	padding: 0px 0px 10px;
	font-size: 24px;
	font-weight: bold;
	font-weight: bold;
}
div#content h3 {
	margin-bottom: 10px;
	padding: 0px 0px 0px 8px;
	font-size: 18px;
	font-weight: bold;
}
div#content p.leadText {
	font-size: 120%;
	padding: 0px;
	margin-bottom: 10px;
}
div#sidebar {
	float: left;
	width: 199px;
}
div#sidebar h2 {
	padding: 7px 0px 8px;
	text-align: center;
	font-size: 110%;
}
div#sidebar div.section ul#lNav li {
	vertical-align: top;
}
div#sidebar div.section ul#lNav li a {
	display: block;
	padding: 7px 0px 4px 31px;
}
div#sidebar div.section ul#lNav li.indent a {
	display: block;
	padding: 7px 0px 4px 44px;
}
div#sidebar div.section ul#lNav li.active a, div#sidebar div.section ul#lNav li a:hover {
	font-weight: bold;
}
div#sidebar div.section ul#lNav li.indent.active a, div#sidebar div.section ul#lNav li.indent a:hover {
	font-weight: bold;
}
div#footer {
	margin: 0px auto;
	overflow: hidden;
	padding: 7px 0px;
	width: 1199px;
}
div#footer p.power {
	float: left;
	padding-left: 1px;
	width: auto;
}
div#footer p#copyright {
	float: right;
	margin-right: -1px;
	width: auto;
}
div#header div#headerInner, div#wrap div#pageBody div#pageBodyInner, div#footer {
}
div#header div#headerInner:after, div#wrap div#pageBody div#pageBodyInner:after, div#footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	line-height: 0;
	visibility: hidden;
}
.both {
	font-size: 1px;
	clear: both;
	height: 1px;
}
#admin_applicants_list {
	clear: both;
	width: 100%;
}
#admin_applicants_list tr.stripe {
	background-color: rgb(245, 251, 254);
}
#admin_applicants_list th {
	clear: both;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-width: 1px 1px 2px;
	border-style: solid;
	width: auto ! important;
}
#admin_applicants_list th.widthA {
	width: auto ! important;
}
#admin_applicants_list th.widthB {
	width: 180px ! important;
}
#admin_applicants_list th.widthC {
	width: 60px ! important;
}
#admin_applicants_list th.widthD {
	width: 70px ! important;
}
#admin_applicants_list th.widthE {
	width: 55px ! important;
}
#admin_applicants_list th.widthF {
	width: 90px ! important;
}
#admin_applicants_list th.widthH {
	width: 165px ! important;
}
#admin_applicants_list th a {
	color: rgb(255, 255, 255);
}
#admin_applicants_list th a:hover {
	color: rgb(204, 0, 0);
}
#admin_applicants_list td {
	clear: both;
	padding: 2px 4px;
	line-height: 1em;
}
.allclear {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.allclear input {
	margin-left: 10px;
}
.conditions {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #B98AC8;
	padding: 5px;
	height: 30px;
}
.conditions li {
	float: left;
	margin-right: 10px;
	width: auto;
}
.conditions li b {
	margin-right: 10px;
}
.conditions li select {
	margin-left: 10px;
}
div.tabbox {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
p.tabs {
	margin: 0px;
	padding: 0px;
}
p.tabs a {
	display: block;
	width: auto;
	float: left;
	padding: 10px;
	text-align: center;
	margin: 0px 1ex 0px 0px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: #B98AC8;
	border-width: 2px;
	border-style: solid solid none;
	border-color: #B98AC8;
}
p.tabs a:hover {
	background-color: #B98AC8;
	color: #B98AC8;
}
p.tabs a.on {
	background-color: rgb(255, 255, 255);
	color: #B98AC8;
	border-width: 2px;
	border-style: solid solid none;
	border-color: #B98AC8;
}
div.tab {
	height: auto;
	overflow: auto;
	clear: left;
	padding: 10px;
	padding: 10px;
	border-radius: 10px;
	behavior: url("/PIE.htc");
}
div.tab p {
	margin: 0.5em;
}
#menu3 {
	border-top-right-radius: 6px;
	behavior: url("/PIE.htc");
}
p.tabs a.last {
	border-top-right-radius: 6px;
	behavior: url("/PIE.htc");
}
.tab table {
}
.tab table td {
	padding: 10px;
}
.tab table th {
	padding: 5px;
	font-weight: bold;
	text-align: right;
	width: 120px;
}
/*.input_form table td {
	border: 1px solid #B98AC8;
}
.input_form table th {
	border: 1px solid #B98AC8;
	background-color:#ECDFF0;
}*/
#Search {
	font-size: 1.4em;
	text-align: center;
	margin: 10px auto 20px;
	width: auto;
}
.tableIdea01 {
	margin-bottom: 20px;
	width: 100%;
}
.tableIdea01 th {
	width: 200px;
	font-weight: bold;
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid #B98AC8;
}
.tableIdea01 td {
	width: auto;
	padding: 10px;
}
/* # pageBody
---------------------------------------------------------------------------- */


div#wrapLogin {
	margin: 19px auto auto;
	width: 984px;
	border-radius: 5px;
	background-color: #FFF;
}
div#wrap div#pageBody div#pageBodyInner {
	padding-bottom: 6px;
}
div#wrapLogin div#pageBody div#pageBodyInner {
	padding-bottom: 6px;
}
/* # content
---------------------------------------------------------------------------- */


div#contentLogin {
	float: right;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}
div#contentLogin h2 {
	margin-bottom: 25px;
	padding: 0 0 10px 1px;
	font-size: 24px;
	font-weight: bold;
}
div#content h4 {
	background: url(../img/bg_shead.gif) no-repeat 0 0;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px 1px;
	padding: 1px 0 0 18px;
}
div#content p.leadText {
	font-size: 120%;
}
div#content ul.noteList li {
	padding-bottom: 3px;
}
/* # footer
---------------------------------------------------------------------------- */

div#footer {
	margin: 0 auto;
	overflow: hidden;
	padding: 7px 0 7px 0;
	width: 984px;
}
div#footer p.power {
	float: left;
	padding-left: 1px;
	width: auto;
}
div#footer p#copyright {
	float: right;
	margin-right: -1px;
	width: auto;
}
/* # clearfix
---------------------------------------------------------------------------- */

div#header div#headerInner, div#wrap div#pageBody div#pageBodyInner, div#wrapLogin div#pageBody div#pageBodyInner, div#footer {
	zoom: 1;
}
div#header div#headerInner:after, div#wrap div#pageBody div#pageBodyInner:after, div#wrapLogin div#pageBody div#pageBodyInner:after, div#footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/* MP acting_alert */
#acting_alert {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	margin: 5px;
	z-index: 1000;
	opacity: .60;
	-moz-opacity: .60;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert p.close_alert {
	margin: 0;
	padding: 3px;
	background: #1393c0;
	text-align: right;
	height: 25px;
}
#acting_alert p.content {
	padding: 1em;
	margin: 0;
	background: #fff;
	border: 1px solid #1393c0;
	height: 100%;
}
#acting_alert span.top, #acting_alert span.bottom {
	display: block;
	background: #fff;
}
#acting_alert span.top span, #acting_alert span.bottom span {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #1393c0;
}
#acting_alert span.r1 {
	margin: 0 5px;
}
#acting_alert span.r2 {
	margin: 0 3px;
}
#acting_alert span.r3 {
	margin: 0 2px;
}
#acting_alert span.top span.r4, span.bottom span.r4 {
	margin: 0 1px;
	height: 2px;
}
#acting_alert span.item {
	font-size: 12px;
}
.close_alert a {
	background-image: url(../img/bannerClose.gif);
	display: block;
	width: 23px;
	height: 23px;
}
.close_alert a img {
	display: none;
}
/* MP form */
.ss_input {
    display: table-cell;
}
:first-child + html .ss_input {
    display: inline;
    float: left;
}
* html .ss_input {
    display: inline;
    float: left;
}
#enquete_form td .ss_input td {
	border:none;
	padding:0px;
}
#user_form th, #enquete_form th {
	width: 230px;
}
/*#user_form td input[type="text"], #enquete_form td input[type="text"] {
	width:250px;
}*/
.ss_notnull {
	margin-left: 3px;
}
#form_submit {
	font-size: 1.4em;
	text-align: center;
	margin: 10px auto 20px;
	width: auto;
}
#form_submit input {
	padding: 15px 50px 15px 50px;
}
.ss_txtRedB, .errorMsg {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.status2 {
	color: #FF0000;
	font-weight: bold;
}
#news {
	background-color: #FFFFFF;
	margin: 20px;
}
.news_h {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 0 0 8px;
}
.news_h span {
	font-size: 0.85em;
}
.news_body {
	font-size: 1.2em;
}
.fax {
	text-align: center;
	font-size: 18px;
}
.fax img {
	padding: 5px;
}
.limit {
	font-size: 18px;
	color: #FF0000;
	margin-bottom: 10px;
}
.nolimit {
	font-size: 14px;
	margin-bottom: 10px;
}
.tab table td .ss_cell td {
	padding: 2px !important;
	border: none;
	vertical-align: top;
}
#save {
	margin-bottom: 10px;
	text-align: center;
	background-color: #F1F8FF;
	padding-bottom: 5px;
	padding-top: 5px;
}
#save div {
	margin-top: 3px;
}
#forms_save_button {
	margin-right: 5px;
}
.category {
	display: none;
}
.lang {
	font-weight: bold;
	font-size: 1.4em;
	text-align: right;
}
.topmsg {
	margin-bottom: 15px;
	font-size: 14px;
}
.save_txt {
	font-size: 14px;
	font-weight: bold;
}
.logoArea {
	display: block;
	text-align: center;
	margin: 20px 0;
}
#tab1 table a, #news a, #company_information a, .topmsg a, .formSection a {
	text-decoration: underline;
	font-weight: bold;
}
#tab1 table a:hover, #news a:hover, #company_information a:hover, .topmsg a:hover, .formSection a:hover {
	text-decoration: none;
	font-weight: bold;
}
.detail_txt {
	margin-bottom: 15px;
}
.policy {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	color: #333333;
	font-size: 0.85em;
	height: 110px;
	margin-bottom: 4px;
	overflow: auto;
	padding: 3px;
	display: block !important;
}
.admin {
	display: none;
}
.count_up {
	font-weight: bold;
	font-size: 115%;
	padding-left: 5px;
	vertical-align: bottom;
}
.input_form input[type='checkbox'], .input_form input[type='radio'], .input_form label,
#personal input[type='checkbox'], #personal input[type='radio'], #personal label {
	cursor: pointer;
}
#admin_applicants_list,.target_user,.c_id {
	display: none;
}
tr.warning th,tr.warning td {
	background-color: #FCF8E3;
}

/* 2022年3月11日追加 */
div#header div#headerInner_login #logo {
	font-size: 15px;
	padding-top: 30px;
	font-weight: bold;
}
div#header div#headerInner #logo {
	font-size: 15px;
	padding-top: 20px;
	font-weight: bold;
}
#headerInner {
	padding-top: 15px;
}
#header {
	height: 110px!important;
}