@charset "utf-8";
/* CSS Document */

body,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,table,th,td,input,textarea,select,button{
	font-family: "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Roboto", sans-serif, "FontAwesome";
}

body {
  -webkit-text-size-adjust: 100%;
}

#browserback{
	display: none;
	position: fixed;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 11;
}

#browserback_inner{
	position: absolute;
	width: 60%;
	max-width: 350px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	top: 20%;
	padding: 15px 8px 10px;
	background:#fff;
	z-index: 12;
	text-align:center;
}

#browserback_close{
	margin: 20px 20px 10px;
	padding: 8px;
	background: #d8d8d8;
	z-index: 13;
	color:#000;
}

#reload{
	display: none;
	position: fixed;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 11;
}

#reload_inner{
	position: absolute;
	width: 60%;
	max-width: 350px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	top: 20%;
	padding: 15px 8px 10px;
	background:#fff;
	z-index: 12;
	text-align:center;
}

#reload_close{
	margin: 20px 20px 10px;
	padding: 8px;
	background: #d8d8d8;
	z-index: 13;
	color:#000;
}

.pc_contents {
	display: block;
}
@media only screen and (max-width: 768px){
	.pc_contents {
		display: none;
	}
}

.sp_contents {
	display: none;
}
@media only screen and (max-width: 768px){
	.sp_contents {
		display: block;
	}
}

/* ===========================　ヘッダーメニュー ======================================== */

#header_toggle{
	position: fixed;
	right: 4px;
	top: 4px;
	z-index: 10;
	width: 3%;
	min-width: 32px;
	height: 34px;
	border: 1px solid var(--color1);
	padding: 4px;
	color: var(--color1);
	font-size: 150%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 768px){
	#header_toggle{
		height: 30px;
		font-size: 125%;
	}
}

#header_menu {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#header_menu_outer{
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	padding-top: 50px;
	background: rgba(0,0,0,0.5);
	z-index:11;
}

#header_menu_outer a{
	display: block;
	width: 60%;
	max-width: 350px;
	margin: 20px auto;
	padding: 10px;
	background:#fff;
	z-index: 12;
	text-align:center;
	color: #000;
}

#header_menu_close{
	width: 60%;
	max-width: 350px;
	margin: 20px auto;
	padding: 8px;
	background: #d8d8d8;
	z-index: 13;
	text-align: center;
	color: #000;
}

/* =========================== ログイン画面 ======================================== */

.login_box{
	max-width: 380px;
	margin: 20px 25px;
	padding: 15px 25px 12px;
	font-size: 85%;
}
.login_box input{
	max-width: 300px;
	text-align: center;
}

.login_button{
    background-color: var(--color1);
    border: none;
	border-radius: 25px;
	font-size: 110%;
	font-weight: bold;
    color: #FFF;
    width: 70%;
	max-width: 200px;
    padding: 6px 0;
	margin: 2px;
	cursor: pointer !important;
}
.login_button:hover{
	color: var(--color1);
	background-color:#eee;
	border:none;
}

.start_button{
    background-color: var(--button_color1);
    border: none;
	border-radius: 6px;
	font-size: 110%;
	font-weight: bold;
    color: #FFF;
    width: 90%;
	max-width: 300px;
    padding: 8px;
	margin: 12px 0px 6px;
	cursor: pointer !important;
}

.start_button_message{
	background-color: #fff;
	border-radius: 15px;
	margin: 3px 10px 8px;
	padding: 3px 5px;
	color: var(--button_color1);
	font-size: 85%;
}

/* =========================== サブページ共通 ======================================== */

.button_area{
	text-align: center;
	margin-bottom: 15px;
}

.error_red{
	color: red;
	background-color: #ffc0cb;
	padding: 5px;
}

.category_header {
	position: relative;
	text-align: left;
	margin: 10px 2px 5px;
	padding-bottom: 3px;
	font-size: 110%;
	border-bottom: 1px solid var(--color1);
	color: var(--color1);
	font-weight: bold;
}
.category_header button {
	position: absolute;
	top: -3px;
	right: 3px;
	width: 150px;
	padding: 1px;
	background-color: var(--color1);
	color: #fff;
	font-size: 70%;
	font-weight: bold;
}
.category_header button::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	float: right;
	margin: 3px 2px 1px 0px;
}

.button_layout_contents_box_parent{
	position: relative;
	margin-bottom: 45px;
	text-align: center;
}

.button_layout_contents_box_child_right{
	position: absolute;
	right: 10px;
}
.button_layout_contents_box_child_right button{
	width: 120px;
    background: linear-gradient(#fd9757,#fd7737);
    background: -moz-linear-gradient(top,#fd9757 0%,#fd7737);
    background: -webkit-gradient(linear, left top, left bottom, from(#fd9757), to(#fd7737));
	border-radius: 3px;
	font-size: 85%;
	font-weight: normal;
    color: #fff;
    padding: 1px 0px 1px 6px;
	margin: 4px 0px 0px;
	cursor: pointer !important;
}
.button_layout_contents_box_child_right button:hover{
	background:#888;
}
.button_layout_contents_box_child_right button::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	float: right;
	margin: 3px 3px 3px 0px;
}

.button_layout_contents_box_child_left{
	position: absolute;
	left: 10px;
}
.button_layout_contents_box_child_left button{
	width: 120px;
    background: linear-gradient(#e0e0e0,#d0d0d0);
    background: -moz-linear-gradient(top,#e0e0e0 0%,#d0d0d0);
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#d0d0d0));
	border-radius: 3px;
	font-size: 85%;
	font-weight: normal;
    color: #000;
    padding: 1px 6px 1px 0px;
	margin: 4px 0px 0px;
	cursor: pointer !important;
}
.button_layout_contents_box_child_left button:hover{
	color: #555;
	background: #fff;
}
.button_layout_contents_box_child_left button::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f053";
	float: left;
	margin: 3px 0px 3px 3px;
}

.sub_button{
	display: inline-block;
	margin: 5px 3px;
	width: auto;
	height: auto;
	padding: 3px 5px;
	background-color: var(--color3);
	color: var(--color1);
	font-size: 90%;
	text-align: center;
}
.sub_button:hover{
	background-color: var(--color1);
	border: none;
	color: var(--color3);
}

/* ===========================　案内サイト ======================================== */
.site_top_title_list{
	margin: 2px 6px;
	border-bottom: dashed var(--color1) 1px;
	padding: 8px 4px;
	font-weight: bold;
	color: var(--color1);
}
.site_top_title_list:hover{
	background-color: var(--color1);
	color: #fff;
}

/* ===========================　mainトップページ ======================================== */

.contents_box_parallel{
	display: flex;
	display: -webkit-flex;
}
@media only screen and (max-width: 768px){
	.contents_box_parallel{
		display: block;
	}
}

.contents_box_parallel_child_half{
	width: 49%;
	padding-right: 3px;
}
@media only screen and (max-width: 768px){
	.contents_box_parallel_child_half{
		width: 100%;
	}
}

.contents_box_parallel_child_two-thirds{
	width: 66%;
}
@media only screen and (max-width: 768px){
	.contents_box_parallel_child_two-thirds{
		width: 100%;
	}
}

.contents_box_parallel_child_one-thirds{
	width: 33%;
}
@media only screen and (max-width: 768px){
	.contents_box_parallel_child_one-thirds{
		width: 100%;
	}
}

.main_top_category_button{
	position: relative;
	width: 18vw;
	height: 12vh;
	border-radius: 5px;
	background-color: var(--color1);
	margin: 4px;
	padding: 10px 10px 12px;
	line-height: 1.2;
	color: #fff;
}
@media only screen and (max-width: 768px){
	.main_top_category_button{
		width: 45vw;
		vertical-align: top;
	}
}
.main_top_category_button::after{
	content: "";
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	bottom: 6px;
	width: 90%;
	display: block;
	border: 2px solid #fff;
	border-radius: 2px;
}

.main_top_ribbon{
	margin: 5px 0px;
	padding: 6px;
	background-color: #f0f0f0;
	font-size: 85%;
}
.main_top_ribbon i{
	color: var(--color1);
	font-size: 130%;
}

/* ===========================　検索ページ ======================================== */

.search_hit_num {
	display: inline-block;
	text-align: center;
}

.container {
  display: grid;
  grid-template-columns: repeat(2, 16em);
  justify-content: center;
}
@media (max-width: 800px) {
  .container {
    grid-template-columns: repeat(2, 12em);
  }
}
@media (max-width: 480px) {
  .container {
    display: block;
  }
}

.grid{
	margin: 8px;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #bbb;
	padding: 5px 12px 7px;
	background-color: #eee;
	line-height: 1.4;
}

.grid img{
	width: 100%;
	height: 130px;
	object-fit: cover;
}

.inner_category{
	display: inline-block;
	margin-top: 3px;
	font-size: 70%;
	color: var(--color1);
}

.inner_title{
	display: inline-block;
	margin: 0px 0 4px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2;
	color: var(--color1);
}
.inner_title a{
	color: var(--color1);
	text-decoration: underline;
}

/* ===========================　入力ページ ======================================== */

input,
select{
	font-size: 100%;
	margin-bottom: 0px;;
}

textarea{
	resize: none;
	margin-bottom: 0px;;
	font-size: 100%;
	margin:0 0 12px 0;
	padding:6px;
	width:100%;
}

.week_progress {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	height: auto;
	padding: 12px 0px;
	z-index: 1;
	text-align: center;
	font-size: 75%
}
.week_progress::before {
  transform: skewX(-20deg);
  content: "";
  position: absolute;
  border-right:1px solid var(--color3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
	background-color: #ddd;
}

.week_progress_last_week {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	height: auto;
	padding: 12px 0px;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 75%
}
.week_progress_last_week::before {
	transform: skewX(-20deg);
	content: "";
	position: absolute;
	border-right:1px solid var(--color3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: var(--color1);
}

.week_progress_this_week {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	height: auto;
	padding: 12px 0px;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 95%
}
.week_progress_this_week::before {
	transform: skewX(-20deg);
	content: "";
	position: absolute;
	border-right:1px solid var(--color3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: var(--color1);
}

.con_box{
	height:180px;
	margin-bottom:15px;
	padding: 3px 4px;
	border: solid 1px #ccc;
	line-height: 1.1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.con_box p{
margin-bottom: 5px;
font-size: 85%;
line-height: 1.3;
}

.input_item_title {
	width: 100%;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

.input_item_header {
	width: 100%;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

.input_item_box {
	display: inline-block;
	width: 100%;
	margin-bottom: 7px;
	padding: 7px;
	position:relative;
}

.submitpage_banner {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #0068b7;
	background-color: #fff;
	color: #0068b7;
	font-weight: normal;
}

.graph_canvas {
	width: 100%;
	height: 100%;
}

.actiontarget_level_change {
	width: 80px;
	margin-bottom: 0px;
	padding: 3px 6px;
	border-radius: 5px;
	background-color: #777;
	color: #fff;
	font-size: 90%;
}

.actiontarget_level_change img {
	height: 15px;
	margin-bottom: 3px;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 12px 8px;
  min-width: 120px;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  background: var(--color1);
  border-radius: 10px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 35%;
  left: -12px;
  margin-top: -10px;
  border-right: 15px solid var(--color1);
  border-top: 15px solid transparent;
}

/* ===========================　コラム ======================================== */
.column_index {
	margin: 3px 0px;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .5);
}
.column_index:hover{
	background-color: #ffffe0;
}

.column_index_img {
	display: inline-block;
	height: 80px;
	width: auto;
}
@media only screen and (max-width: 768px){
	.column_index_img {
		width: 25%;
		height: auto;
	}
}

.column_index_text {
	display: inline-block;
	width: 73%;
	vertical-align: middle;
}
@media only screen and (max-width: 768px){
	.column_index_text {
		width: 65%;
	}
}

/* ===========================　クイズ回答 ======================================== */

.quiz_correct_answer {
	margin: 10px;
	font-weight: bold;
	color: #F00;
}

/* =========================== QUESTION画面 ======================================== */

.qtxt{
	background: #F0F0F0;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 125%;
	clear: both;}
	
.mandatory {
	display: inline-block;
	width: auto;
	vertical-align: top;
	font-size: 70%;
	padding: 1px 2px 0px;
	margin: 0px 1px 1px 1px;
}
	
.ans_item{
	margin: 0px 8px 15px;
}

.ans_item ul{
	margin-bottom: 15px;
}

.ans_item select{
	margin-bottom: 15px;
}

.ans_item ul li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.submit_button{
    background-color: var(--color1);
    border: none;
	border-radius: 6px;
	font-size: 100%;
	font-weight: bold;
    color: #FFF;
    width: 90%;
	max-width: 300px;
    padding: 8px;
	margin: 2px;
	cursor: pointer !important;
}
.submit_button:hover {
    background-color: var(--color1);
    color: #FFF;
}

.submit_button_right{
	float: right;
    background-color: var(--color1);
    border: none;
	border-radius: 3px;
	font-size: 100%;
	font-weight: bold;
    color: #FFF;
    width: 38%;
    max-width: 220px;
    padding: 6px;
	margin: 15px 0px;
	cursor: pointer !important;
	position: relative;
}
@media only screen and (max-width: 768px){
	.submit_button_right{
		margin-right:25px;
	}
}
.submit_button_right:hover {
    background-color: var(--color1);
    color: #FFF;
}
.submit_button_right:after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	float: right;
	margin: 4px 3px 3px 0px;
}

.reset_button{
    background-color: #cccccc;
    border: none;
	border-radius: 3px;
	font-size: 100%;
    color:#000;
    width: 70%;
    padding: 6px 0;
	margin: 2px;
	cursor:pointer !important;
}
.reset_button:hover {
    background-color: #cccccc;
    color:#000;
}

.reset_button_left{
	float:left;
    background: linear-gradient(#eee,#d8d8d8);
    background: -moz-linear-gradient(top,#eee 0%,#d8d8d8);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d8d8d8));
    border: none;
	border-radius: 3px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
    width: 38%;
    max-width: 240px;
    padding: 6px;
	margin: 15px 0px;
	cursor:pointer !important;
}
@media only screen and (max-width: 768px){
	.reset_button_left{
		margin-left:25px;
	}
}
.reset_button_left:hover {
    background-color: #cccccc;
    color:#000;
}
.reset_button_left:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f053";
	float: left;
	margin: 4px 0px 3px 3px;
}

/* =========================== 確認ページ ======================================== */

.confirm_table{
	border: none;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.confirm_table th{
	border: none;
	border-bottom:1px solid #aaa;
	background-color: var(--color3);
}

.confirm_table td{
	word-break: break-all;
	border-bottom:1px solid #e0e0e0;
}

/* ===========================　管理メニュー ======================================== */

.admin_sub-tab_button{
	margin: 5px 3px 0px 0px;
	width: 100px;
	height: 35px;
	padding: 6px 0px 5px 0px;
	background-color: #ddd;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
.admin_sub-tab_button:hover{
	background-color: #ddd;
	border: none;
	color: #000;
}

.admin_title{
	margin: 8px auto 15px;
	font-size: 140%;
	color: #373737;
	font-weight: bold;
}
.admin_title div{
	display: inline-block;
	background-color: #fff;
	color: #000;
	margin: 0px 10px;
	padding: 0px;
	font-size: 80%;
	line-height: 1;
}
.admin_title button{
	background-color: #fff;
	color: #000;
	margin: 0px 10px;
	padding: 0px;
	line-height: 1;
}
.admin_title button:hover{
	background-color: #fff;
	color: #000;
}

.breadcrumb{
	margin: 5px 3px 12px;
	font-size: 100%;
	color:#373737;
}
.breadcrumb div{
	display: inline-block;
	background-color: rgba(255,255,255,0);
	color: #000;
	margin: 0px 10px;
	padding: 0px;
	font-size: 80%;
	line-height: 1;
}
.breadcrumb button{
	background-color: rgba(255,255,255,0);
	color: #000;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 1;
}
.breadcrumb button:hover{
	background-color: rgba(255,255,255,0);
	color: #000;
}

.search_key_table{
	margin: 10px auto;
	border: none;
	font-size: 85%;
}
.search_key_table th{
	padding: 0px;
	background-color: var(--color3);
}
.search_key_table td{
	text-align: center;
	padding-top: 0px;
	vertical-align: bottom;
	background-color: var(--color3);
}
.search_key_table select{
	margin-bottom: 0px;
	line-height: 1.5;
}
.search_key_table input{
	margin-bottom: 0px;
}
.search_key_table button{
	width: 60px;
	margin-bottom: 5px;
}

.search_key_area{
	margin: 10px auto;
	border: none;
	font-size: 85%;
	text-align: center;
}
.search_key_area div{
	display: inline-block;
	text-align: center;
	padding-top: 0px;
	vertical-align: bottom;
	background-color: var(--color3);
}
@media only screen and (max-width: 768px){
	.search_key_area .title{
		display: block;
	}
}

.search_key_area select{
	margin-bottom: 0px;
	line-height: 1.2;
}
.search_key_area input{
	margin-bottom: 0px;
}
.search_key_area button{
	width: 60px;
	margin-bottom: 5px;
}

.search_result_table{
	width: 100%;
	margin-bottom: 0px;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 85%;
}
.search_result_table th{
	padding: 4px;
	text-align: center;
	word-wrap: break-word;
	border:1px solid #bbb;
	background-color: #eee;
	position: -webkit-sticky;
	position: sticky;
	white-space: nowrap;
	top: 40px;
	z-index: 1;
}
.search_result_table td{
	text-align: center;
	word-wrap: break-word;
	border: 1px solid #bbb;
	background-color: rgba(0,0,0,0);
	padding: 3px;
}
.search_result_table label{
	display: inline-block;
	margin-right: 10px;
}
.search_result_table input{
	display: inline-block;
	margin-bottom: 0px;
}
.search_result_table button{
	margin: 2px;
	width: 50px;
	padding: 2px 3px 0px 3px;
	background-color: var(--color2);
	color: #000;
	font-size: 95%;
}
.search_result_table button:hover{
	background-color: var(--color1);
	border: none;
	color: #fff;
}

.search_result_paging{
	text-align: center;
}
.search_result_paging .lr{
	display: inline-block;
}
.search_result_paging .lr div{
	width: 100px;
}
.search_result_paging .lr div button{
	margin-bottom: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0);
	color: #000;
	font-size: 100%;
	text-decoration: underline;
}
.search_result_paging .center{
	display: inline-block;
	margin: 15px 10px 0px;
}
.search_result_paging .center div{
	display: inline-block;
}
.search_result_paging .center div button{
	margin-bottom: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0);
	color: #000;
	text-decoration: underline;
}

.admin_detail_table{
	vertical-align: top;
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	border: none;
	table-layout: fixed;
	font-size: 85%;
}
.admin_detail_table th{
	padding: 5px;
	border-bottom:1px solid #e0e0e0;
	background-color: #f0f0f0;
}
.admin_detail_table td{
	padding: 5px;
	border-bottom:1px solid #e0e0e0;
	background-color: #fff;
	text-align: left;
	font-size: 95%;
	word-break: break-all;
}
.admin_detail_table td.title{
	width: 12%;
	background-color: #eee;
	font-weight: bold;
}
.admin_detail_table td input{
	margin-bottom: 0px;
	background-color: #e0efff;
	color: #000;
	font-size:100%;
}
.admin_detail_table td select{
	background-color: #e0efff;
	color: #000;
	font-size:100%;
}
.admin_detail_table td select option{
	margin-bottom: 0px;
}
.admin_detail_table td textarea{
	margin-bottom: 0px;
	background-color: #e0efff;
	color: #000;
	font-size:100%;
}
.admin_detail_table td label{
	display: inline-block;
	margin-right: 5px;
	line-height: 1.6;
	color:#000;
}
.admin_detail_table td button{
	margin: 2px;
	width: 50px;
	padding: 2px 3px 0px 3px;
	background-color: #e0e0e0;
	color: #000;
	font-size: 95%;
}
.admin_detail_table td button:hover{
	background-color: #c8c8c8;
	border: none;
	color: #000;
}

.admin_sub-area{
	width: auto;
	margin: 0px 5px;
	text-align: left;
	font-size: 95%;
}

.admin_sub-tab{
	margin: 5px 3px 0px 0px;
	width: 140px;
	height: 35px;
	padding: 4px 0px 3px 0px;
	background-color: #ddd;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.admin_sub-tab:hover{
	background-color: #ddd;
	border: none;
	color: #000;
}

.admin_sub-tab_area {
	position: relative;
	width: auto;
	margin-bottom: 20px;
	padding: 5px;
	border-top: 8px solid #8db97d;
	box-shadow: 1px 2px 1px 1px #ddd;
	text-align: center;
}

.admin_sub_category_header{
	text-align: left;
	margin: 5px 10px 2px;
	padding-bottom: 3px;
	font-size: 110%;
	border-bottom: 1px solid var(--color1);
	color: var(--color1);
	font-weight: bold;
}

.admin_button{
    background: linear-gradient(#eee,#ccc);
    background: -moz-linear-gradient(top,#eee 0%,#ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    border: thin #aaa solid;
	border-radius: 3px;
	font-size: 100%;
	font-weight: normal;
    color: #000;
    padding: 2px 6px;
	margin: 2px;
	cursor: pointer !important;
	}
.admin_button:hover{
	color: #555;
	background: #fff;
}

.upper_right_button{
	float: right;
	bottom: 1px;
	margin: -37px 2px 2px;
	padding:2px 8px;	
    background: linear-gradient(#eee,#ccc);
    background: -moz-linear-gradient(top,#eee 0%,#ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    border: thin #aaa solid;
	border-radius: 3px;
	font-size: 90%;
	font-weight: normal;
    color: #000;
	cursor: pointer !important;
	}
.upper_right_button:hover{
	color: #555;
	background: #fff;
}
.sadmin_toggle{
	font-size: 100%;
	line-height: 1.0;
	text-align: left;
}
.sadmin_toggle img{
	position: relative;
	height: 18px;
}

.sadmin_change_history_toggle{
	margin: -40px 0px 12px 30px; 
	font-size: 100%;
	line-height: 1.0;
	text-align: left;
	font-weight: bold;
}
.sadmin_change_history_toggle img{
	position: relative;
	height: 16px;
	margin-top: -2px;
 }

.sadmin_change_history_box{
	margin: 2px -8px 8px 20px;
	border-left: 1px solid #888;
}

.env_mark {
	display: inline-block;
	width: 35px;
	vertical-align: top;
	font-size: 75%;
	padding: 2px 3px 0px;
	margin: 0px 2px;
	text-align: center;
}

.live_env {
	background-color: #f00;
	color: #fff;
}

.dev_env {
	background-color: #555;
	color: #fff;
}

.sadmin_settings_menu_button {
	width: 85%;
	margin: 2px;
	padding: 1px;
	border: #555 1px solid;
	color: #555;
	font-size: 90%;
	background-color: rgba(0, 0, 0, 0);
}
.sadmin_settings_menu_button:hover{
	background-color: #aaa;
}

.admin_list{
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 90%;
}
.admin_list tr{
	height: 100%;
	vertical-align: middle;
}
.admin_list th{
	padding: 3px 1px;
	background-color: #fff;
	line-height: 1.3
}
.admin_list th div{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.admin_list td{
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.admin_list td div{
	height: 100%;
	margin: 0px;
	padding: 5px 0px;
}

.admin_search_result{
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0px;
	border: none;
	font-size: 90%;
}

.admin_search_result th{
	padding: 4px;
	text-align: center;
	word-wrap: break-word;
	border-bottom:1px solid #aaa;
	background-color: #eee;
}

.admin_search_result td{
	text-align: center;
	word-wrap: break-word;
	border-bottom:1px solid #e0e0e0;
	background-color: #fff;
	padding: 3px;
}

.admin_search_result td.title{
	width: 12%;
	background-color: #eee;
	font-weight: bold;
}

.admin_search_result button{
	margin: 2px;
	width: 50px;
	height: 22px;
	padding: 2px 3px 0px 3px;
	background-color: #e0e0e0;
	color: #000;
	font-size: 95%;
}
.admin_search_result button:hover{
	background-color: #c8c8c8;
	border: none;
	color: #000;
}

.admin_view_detail_button{
	margin: 0px 1px;
	padding: 3px 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #0000ff;
	font-size: 95%;
	text-align: center;
}
.admin_view_detail_button:hover{
	background-color: #ffe0eb;
	color: #0000ff;
}

.admin_upload_table{
	width: 100%;
	margin-top: 10px; 
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 85%;
}

.admin_upload_table th{
	padding: 2px 0px;
	background-color: #e8e8e8;
	border: 1px solid #ddd;
	font-size: 95%;
}

.admin_upload_table td{
	padding: 2px;
	text-align: center;
	height: 32px;
	border: 1px solid #ddd;
}

