@charset "utf-8";

/* =============================================================================
   Base
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

body {
	margin: 0;
	padding:0;
	position:relative;
	font-family:'Noto Sans JP', sans-serif;
	line-height:1.4em;
	word-break : break-all;
}

h1, h2, h3, h4, h5, p {
	margin-top:0;
}

h1, h2, h3, h4, h5 {
}

h1 {
	color:#302d2c;
	font-size: 22px;
	line-height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width:100%;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 14px;
	padding-bottom: 7px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
	width: calc( 100% - 14px );
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	color: #302d2c;
	background-color: #FFEEA8;
	width: calc( 100% - 16px );
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color:#EEEEEE;
	clear: both;
	width:calc( 100% - 20px );
}

h5 {
	background-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 75px;
	text-align: center;
	line-height: 30px;
	width:calc(100% - 85px);
}
h6 {
	background-color:#7B7BBD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color:#444487;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 75px;
	text-align: center;
	line-height: 30px;
	width:calc(100% - 85px);
}

hr {
	border-top: 2px solid #CCCCCC;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

.mincho {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.touhaba {
	font-family:'BIZ UDGothic', sans-serif;
}
.eisuji {
	font-family:"游ゴシック", YuGothic, sans-serif !important;
}

.font_large {
	font-size:1.2em;
	line-height:1.4em;
}

.font_s {
	font-size:14px;
}

.circle {
	display:inline-block;
	background: #ec4646;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	font-family:"游ゴシック", YuGothic, sans-serif !important;
	font-weight:bold;
}

.circle_s {
	display:inline-block;
	background: #ec4646;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	font-family:"游ゴシック", YuGothic, sans-serif !important;
	font-weight:bold;
}

.icon {
	display:inline-block;
	color:#FFF;
	background-color:#666;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	margin-right:5px;
	font-size:14px;
	text-align:center;
	line-height:1.4;
	word-break:keep-all;
}

.inline-block {
	display:inline-block;
	word-break:keep-all;
	padding-right:10px;
}

/* Font Awesome */
.fas, .far, .fa-solid, .fa-regular {
	margin-right:5px;
	width:22px;
	text-align:center;
}

.text_red {
	color: #FF0000;
}
.text_blue {
	color: #0066CC;
}
.text_white {
	color: #FFFFFF;
}
.text_green {
	color: #009944;
}
.text_gray {
	color: #CCCCCC;
}

.underline1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.underline2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.pm5 {
	margin-bottom:5px;
	padding-bottom:5px;
}
.pm10 {
	margin-bottom:10px;
	padding-bottom:10px;
}

.mgn_btm10 {
	margin-bottom: 10px;
}

.al_center {
	text-align:center;
}
.al_right {
	text-align:right;
}
.al_left {
	text-align:left;
}

/* Tab */
.tab-label {
    color: #444487;
    background: #B2DBE4;
    margin-right: 5px;
    padding: 8px 18px;
    order: -1;
	cursor:pointer;
	border-radius: 5px 5px 0 0;
}


/* =============================================================================
   Images
   ========================================================================== */

img, object, embed, video {
	max-width: 100%;
}
img {
	border: 0;
	vertical-align: middle;
	height:auto !important;
}



/* =============================================================================
   Links
   ========================================================================== */

a { color:#265CFF; }
a:hover { color:#517DFF; }
a:link { color:#265CFF; }
a:visited { color:#265CFF; }

.anchor {
	margin-top : -70px;
	padding-top : 0px;
	style="width:100%;
	height:0px;
}


/* a button */
.a_btn {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	padding: 20px 40px;
}
.a_btn_s {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding: 9px 20px;
}
.a_btn, .a_btn_s {
	display: inline-block;
	white-space: nowrap;
	color:#FFF !important;
	line-height   : 1em;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius : 5px;
	border:none;
/*	margin-bottom:10px;*/
}
.a_btn:hover, .a_btn_s:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.a_btn:visited, .a_btn:active, .a_btn_s:visited, .a_btn_s:active {
	color: #fff;
}

.bg_red {
	background-color: #E53131;
}
.bg_orange {
	background-color: #FF8000;
}
.bg_gray {
	background-color: #BBBBBB;
}
.bg_black {
	background-color: #555555;
}
.bg_black2 {
	background-color: #333333;
}
.bg_blue {
	background-color: #0059B2;
}
.bg_green {
	background-color: #009944;
}


.color_prj {
	background-color:#00468C !important;
}
.color_tsk {
	background-color:#00664C !important;
}




/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
}


.list1 ul li {
  position: relative;
  padding-left: 15px;
  margin-left:0;
  list-style-type: none!important;
}

.list1 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight:900;
  position: absolute;
  left:0;
}


/* =============================================================================
   Menu
   ========================================================================== */

/* Main Contents */
#bg {
  z-index: 20;
}

#menu_btn {
	cursor:pointer;
}



/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0px;
	padding: 0px;
}

.form1 {
	padding:15px;
	width:calc( 100% - 30px );
	background-color:#F3F3F3;
}


/* input button */


.input_btn_s_yoyaku {
	display       : inline-block;
	padding		:15px;
	background-color:transparent;
	color:#06C;
	font-size     : 24px;
	line-height   : 1em;
	font-weight: 500;
	text-align    : center;
	cursor        : pointer;
	border: none;
}



.input_btn {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 18px;
	line-height   : 1em;
	font-weight: 500;
	text-align    : center;
	cursor        : pointer;
	padding       : 20px 40px;
	color         : #ffffff;
	border: none;
}

.input_btn_s {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 14px;
	line-height   : 1em;
	font-weight: 500;
	text-align    : center;
	cursor        : pointer;
	padding       : 9px 20px;
	color         : #ffffff;
	border: none;
}
.input_btn_s:hover, .input_btn:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


.errormsg {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px;
}

label.error {
	display: none;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px 0px 0px 10px;
}
.checkbox_block {
	display: block;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCC;
}
dd {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


textarea, input[type="text"], input[type="tel"], input[type="date"], input[type="time"], input[type="number"], input[type="password"], input[type="url"], input[type="email"], input[type="tel"], select {
	font-family: inherit;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	font-size: 16px;
	line-height: 1.2;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	max-width:98%;
}
select {
	height:2.4em;
}


input[type="checkbox"], input[type="radio"] {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-bottom: 8px;
}

input:disabled, select:disabled, textarea:disabled {
  background: #ccc;
}

.form_a input[type="image"] {
	max-width:100%;
}

.w30 {
	width:30%;
}
.w40 {
	width:40%;
}
.w50 {
	width:50%;
}
.w75 {
	width:75%;
}
.w90 {
	width:90%;
}
.w100 {
	width:100%;
}

/* =============================================================================
   Tables
   ========================================================================== */

.table_noborder table, .table_noborder thead, .table_noborder tbody, .table_noborder tr, .table_noborder th, .table_noborder td {
	border-style:none !important;
	border-color:#FFFFFF;
}


.table_green {
	color:#FFF;
}
.table_green th, .table_green td {
	background-color:#006837;
}

.table_gray {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.table_gray th {
	background-color: #eeeeee;
	background-image: none;
	border: 1px solid #CCC;
}
.table_gray td {
	border: 1px solid #CCC;
}

/* for PC */
@media print, screen and (min-width:1000px) {

./*table_gray tr:hover td {
  background-color:#F7F7FF;
}*/
}

.table_gray2 {
	border-collapse: collapse;
	border: 2px solid #CCC;
}
.table_gray2 th {
	background-color: #eeeeee;
	background-image: none;
	border: 1px solid #CCC;
}
.table_gray2 td {
	border: 1px solid #CCC;
}


/* for Smart Phone & Tablet */
@media print, screen and (max-width:999px) {
.form_search td {
	padding: 5px 10px 5px 10px !important;
}
}
/* for PC */
@media print, screen and (min-width:1000px) {
.form_search td {
	border-left:#CCCCCC solid 1px;
	padding: 5px 20px !important;
}
}

/* =============================================================================
   System
   ========================================================================== */

.nav_none {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border:1px solid #FFFFFF;
}
.nav_on {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #CCCCCC;
}
.nav_off {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border:1px solid #CCCCCC;
}
.nav_off a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 18px;
	text-decoration: none;
}
.nav_more {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}


/* =============================================================================
   Layout
   ========================================================================== */
.parts {
}
.container {
  -js-display: flex;
  display: flex;
  width:97%;
/*  max-width:1080px;*/
  margin-left:auto;
  margin-right:auto;
  margin-bottom:25px;
  flex-wrap: wrap;
  justify-content:space-between;
}

.container .com {
	flex-basis: 100%;
}

.item {
	margin-bottom:25px;
}

.justify_left {
	justify-content:flex-start;
}
.justify_left .item {
	margin-right:2%;
}

.justify_center {
	justify-content:center !important;
}
.justify_center .item {
	margin-right:1%;
	margin-left:1%;
}

.justify_right {
	justify-content:flex-end;
}
.justify_right .item {
	margin-left:2%;
}

.space_around {
	justify-content:space-around !important;
}
.space_around .item {
	margin-right:1%;
	margin-left:1%;
}

.space_between {
	justify-content:space-between;
}
.space_between .item {
/*	margin-right:1%;
	margin-left:1%;*/
}



.task_box {
	border:2px #CCCCCC solid;
	padding:15px;
	margin-bottom:25px;
	background-color:#FAFAFA;
	box-sizing: border-box;
}


.alert_box {
	border:2px #EECCCC solid;
	padding:15px;
	margin-bottom:25px;
	background-color:#FFFAFA;
}

  
.edit_box {
	clear:both;
  -js-display: flex;
  display: flex;
  width:calc(97% - 20px);
  max-width:calc(1080px - 20px);
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  flex-wrap: wrap;
  padding:10px;
  color:#FFF;
  background-color:#999999;
  justify-content:space-between;
  z-index:21;
}
.edit_box .item {
	text-align:center;
	margin-bottom:0;
}


/* layout_option */

.faq {
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	padding:15px;
}
/* for Smart Phone & Tablet */
@media print, screen and (max-width:999px) {
.faq {
	width:calc(97% - 32px) !important;

}
}
/* for PC */
@media print, screen and (min-width:1000px) {
.faq {
	max-width:calc(1080px - 32px) !important;
}
}
.faq h2:first-of-type, .faq h3:first-of-type, .faq h4:first-of-type {
	background-image:url(images/faq_q.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	border:none;
	padding-left:50px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:15px;
	text-align:left;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	width:calc(100% - 70px);
	display:block;
}
.faq h2:before, .faq h2:after { display:none; }
.faq h3:before, .faq h3:after { display:none; }
.faq h4:before, .faq h4:after { display:none; }


.faq .com:first-of-type {
	background-image:url(images/faq_a.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	padding-left:50px;
	padding-right:20px;
	margin-bottom:15px;
	width:calc(100% - 70px);
	min-height:60px;
}

.voice {
	border-color:#CCCCCC;
	background-color:#FAFAFA;
	border-width:1px;
	border-style:solid;
	padding:19px;
	margin-left:auto;
	margin-right:auto;
}
.voice {
	background-image:url(images/voice_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
/* for Smart Phone & Tablet */
@media print, screen and (max-width:999px) {
.voice {
	width:calc(97% - 40px) !important;
}
}
/* for PC */
@media print, screen and (min-width:1000px) {
.voice {
	max-width:calc(1080px - 40px) !important;
}
}



/* for Smart Phone & Tablet */
@media print, screen and (max-width:999px) {

h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
}
h5 {
}

.box42 .item {
	flex-basis: 48.5%;
}
.box44 .item {
	flex-basis: 23.5%;
}

.box31 .item {
	flex-basis: 100%;
}
.box33 .item {
	flex-basis: 31.0185%;
}

.box21 .item {
	flex-basis: 100%;
}
.box22 .item {
	flex-basis: 48%;
}

.box11 .item {
	flex-basis: 100%;
}

.photo_left .left {
	flex-basis: 100%;

}
.photo_left .right {
	flex-basis: 100%;
}

.photo_right .left {
	flex-basis: 100%;
}
.photo_right .right {
	flex-basis: 100%;
}

.card21 .left {
	flex-basis: 30%;
}
.card21 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.card11 .left {
	flex-basis: 30%;
}
.card11 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.mailform .form_q {
	flex-basis: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
.mailform .form_a {
	flex-basis: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
}

#head_menu_pc {
	display: none;
}


#head_menu_sp {
	font-family:'BIZ UDPGothic', sans-serif;
	width: 100%;
	z-index: 99999;
	position: fixed;
	background-color: #009944;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#head_menu_sp .menu_on a {
	background-color: #00693E;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#head_menu_sp .menu_off a {
	background-color: #009944;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#head_menu_sp .menu_off_admin a {
	background-color: #454545;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}


#pagetop {
	display:none;
	height: 45px;
	width: 45px;
	right: 5px;
	position:fixed;
	bottom: 90px;
	z-index: 29;
}
#menu_foot {
	display:none;
}

.hide_sp {
	display:none;
}
.hide_pc {
	display:block;
}


.edit_form {
	width:97%;
	margin-left:auto;
	margin-right:auto;
}

.table_resp table, .table_resp tbody, .table_resp tr {
	display:block;
	width:100%;
}

.table_resp th {
	display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	background-color:#eeeeee;
}
.table_resp td {
	display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	vertical-align:top;
}

.table_resp_clr table, .table_resp_clr tbody, .table_resp_clr tr {
	display:block;
	width:100%;
}

.table_resp_clr th {
	display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	text-align:left;
	font-weight:normal;
}
.table_resp_clr td {
	display:block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
}

.fltbox3 {
	float: left;
	width: 46%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 46%;
	margin-right: 3%;
	margin-bottom: 10px;
}

}

/* for PC */
@media print, screen and (min-width:1000px) {

.box42 .item {
	flex-basis: 23.5%;
}
.box44 .item {
	flex-basis: 23.5%;
}

.box31 .item {
	flex-basis: 31.0185%;
}
.box33 .item {
	flex-basis: 31.0185%;
}

.box21 .item {
	flex-basis: 48%;
}
.box22 .item {
	flex-basis: 48%;
}

.box11 .item {
	flex-basis: 100%;
}

.photo_left .left {
	flex-basis: 20%;
}
.photo_left .right {
	flex-basis: 78%;
}

.photo_right .left {
	flex-basis: 78%;
}
.photo_right .right {
	flex-basis: 20%;
}

.card21 .left {
	flex-basis: 15%;
}
.card21 .right {
	flex-basis: 30%;
	padding-right:2%;
}
.card11 .left {
	flex-basis: 30%;
}
.card11 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.mailform .form_q {
	flex-basis: 30%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
.mailform .form_a {
	flex-basis: 64%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
}

.hide_sp {
	display:block;
}
.hide_pc {
	display:none;
}



#pagetop {
	display:none;
	height: 50px;
	width: 50px;
	right: 15px;
	position:fixed;
	bottom: 60px;
	z-index: 29;
}
#menu_foot {
	display:none;
}

#head_menu_sp {
	display: none;
}

#head_menu_pc {
	display: block;
	width: 100%;
	height: 60px;
	z-index: 99999;
	position: fixed;

	background-color: #F0F0E1;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
}

#head_menu_pc .menu_on a {
	background-color: #00693E;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#head_menu_pc .menu_off a {
	background-color: #009944;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#head_menu_pc .menu_off a:hover {
	background-color: #00693E;
	border: 1px solid #FFF;
	color: #FFF;
}
#head_menu_pc .menu_off_admin a {
	background-color: #454545;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#head_menu_pc .menu_off_admin a:hover {
	background-color: #666666;
	border: 1px solid #FFF;
	color: #FFF;
}


.edit_form {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.table_resp table {
	display:table;
	border-collapse:collapse;
}
.table_resp tbody {
	display:table-row-group;
	width:100%;
	border-collapse:collapse;
}
.table_resp tr {
	display:table-row;
	width:100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.table_resp th {
	display: table-cell;
	padding: 9px;
	width: 25%;
	vertical-align: top;
	text-align: left;
	font-weight:normal;
	background-color: #eeeeee;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.table_resp td {
	display:table-cell;
	padding:9px;
	vertical-align:top;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


.table_resp_clr table {
	display:table;
	border-collapse:collapse;
}
.table_resp_clr tbody {
	display:table-row-group;
	border-collapse:collapse;
}
.table_resp_clr tr {
	display:table-row;
}
.table_resp_clr th {
	display: table-cell;
	padding: 9px;
	text-align: left;
	font-weight:normal;
}
.table_resp_clr td {
	display:table-cell;
	padding:9px;
}


.fltbox3 {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 22%;
	margin-right: 2%;
	margin-bottom: 10px;
}


}
