@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333333;
  background-color: #ffffff;
  border-top: solid 3px #a7cc5d;
  img border:none;


}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #69821b;
  font-size: 13px;
}

a:hover {
  color: #99ab4e;
  font-size: 13px;
}

a:visited {
  color: #69821b;
  font-size: 13px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


/*---------- メイン ----------*/

#main {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  background-image: url(img/container_back.gif);
}



/*---------- ヘッダー ----------*/

#header {
  margin: 0 auto 0 auto;
  width: 100%;
  height: 80px;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  background-image: url(img/header.jpg);
  background-repeat: repeat-x;
}

#header h1 {
  margin: 0 auto 0 auto;
  width: 900px;
  padding: 2px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #666666;
}

#header h2 {
  margin: 0;
  padding: 3px 0 0 16px;
  width: 400px;
  text-align: left;
  font-size: 20px;
  color: #444444;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #444444;
  letter-spacing: 1px;
}

#table-left{
  text-align: left;
  font-size: 13px;
  color: #444444;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 20px;
  color: #666666;
  text-decoration: none;
}

#table-left a:hover{
	font-size: 20px;
	text-decoration: none;
}

#table-right{
	text-align: right;
	margin: 0;
	padding: 0 20px 2px 0;
	font-size: 20px;
	color: #e74500;
	line-height: 110%;
	text-decoration: none;
}

#table-right a{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

#table-right a:hover{
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}


#header-menu {
	width: auto;
	margin: 0;
	padding: 0;
	height: 95px;
	text-align: left;
	background-image: url(img/head_menu_back_base.gif);
	background-repeat: repeat-x;
/*	border-right: solid 1px #dddddd;
	border-bottom: solid 3px #cccccc;
	border-left: solid 1px #dddddd;
	background-image: url(img/head_menu_back_base.gif);
	background-repeat: repeat-x; */ 
}

#header-menu ul {
  width: 900px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
/*  background-image: url(img/head_menu_back_base.gif);
  background-repeat: repeat-x; */
}

#header-menu li {
	display: inline;
	list-style-type: none;
	float: left;
	color: #ffffff;
}

#header-menu li a {
/*	font-size: 18px;
	width: 180px;
	line-height: 20px;
	color: #444444;
	background-image: url(img/head_menu_back_abase.gif);
	text-align: center;
	display: block;
	border-right-color: #cccccc;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 0; */
}

#header-menu li a:hover {
/*	color: #444444;
	background-image: url(img/head_menu_back_hover.gif); */
}


#header-img {
  width: 900px;
  margin: 0 auto 0 auto;
  text-align: center;
  background: url(img/head_img_bg.gif);
  background-repeat: repeat-x;
}

#header-img-slim {
  width: 900px;
  margin: 0 auto 0 auto;
  text-align: center;
  background: url(img/head_img_bg.gif);
  background-repeat: repeat-x;
}


/*---------- コンテンツ ----------*/

#container {
  width: 882px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 7px 8px 6px 10px;
  background-color: #ffffff;
  background-repeat: repeat-y;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: left;
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 13px;
  width: 640px;
  letter-spacing: 1px;
  text-align: left;
}

#contents #pannavi {
  margin: 0 0 6px 0;
  padding: 0 0 8px 0;
  font-size: 12px;
}

#contents h2 {
	height: 32px;
	margin: 0 0 7px 0;
	padding: 10px 0 0 34px;
	font-size: 22px;
	color: #e74500;
	background-image: url(img/titlebar.gif);
	background-repeat: no-repeat;
}

#contents h3 {
	margin: 12px 3px 10px 3px;
	padding: 10px 10px 7px 13px;
	line-height: 110%;
	font-size: 18px;
	color: #000;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
}

#contents p {
	margin: 18px 0 18px 0;
	padding: 0 5px 0 8px;
	line-height: 120%;
	font-size: 16px;
}

#contents a {
  color: #69821b;
  font-size: 13px;
}

#contents a:hover {
  color: #99ab4e;
  font-size: 13px;
}

#contents .gray_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 8px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

#contents span.red {
  color: #e60033;
}

#contents span.red_b {
  color: #e60033;
  font-weight: bold;
}

#contents span.blue {
  color: #99ab4e;
}

#contents span.pink {
  color: #c53d43;
}

#contents span.brown {
  color: #993300;
}

#contents span.brown_b {
  color: #993300;
  font-weight: bold;
}

#contents span.green {
  color: #00ae4f;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}


table#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(img/main_block_bg.gif);
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}


table.t02 th, table.t02 td {
	font-size:15px;
	vertical-align:top;
}

table.t02 th {
	text-align:left;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 210px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
  margin: 0 0 23px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2 {
	height: 20px;
	margin: 0;
	padding: 10px 0 8px 20px;
	font-size: 16px;
	color: #fffffc;
	background-image: url(img/sidebar.gif); 
	background-repeat: no-repeat;
}

.menulist a{
	color: #e74500;
/*	display: block;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	padding: 8px 4px 3px 30px; 
	font-size: 14px;
	line-height: 190%;
	text-decoration: none;
	background-image: url(img/side_menu_bg.gif);  */
	background-repeat: no-repeat;
	border:none;
 }

.menulist a:hover{
/*	color: #e74500;
	background-image: url(img/side_menu_bg_hover.gif);  */
	background-repeat: no-repeat; 
	
}

.menulist2 h2 {
	height: 20px;
	margin: 0;
	padding: 10px 0 8px 20px;
	font-size: 16px;
	color: #fffffc;
	background-image: url(img/sidebar.gif); 
	background-repeat: no-repeat;
}


.menulist2 {
  margin: 0 0 23px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}
.menulist2 a{
	color: #e74500;
	display: block;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	padding: 8px 4px 3px 30px; 
	font-size: 14px;
	line-height: 190%;
	text-decoration: none;
	background-image: url(img/side_menu_bg.gif); 
	background-repeat: no-repeat;
 }

.menulist2 a:hover{
	color: #e74500;
	background-image: url(img/side_menu_bg_hover.gif); 
	background-repeat: no-repeat; 
}

.menu_free {
  margin: 0 0 25px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-color: #ffffff;
}

.menu_free h2 {
	height: 20px;
	margin: 0;
	padding: 10px 0 8px 20px;
	font-size: 16px;
	color: #fffffc;
	background-image: url(img/sidebar.gif);
	background-repeat: no-repeat;
}

.menu_free a{
  color: #69821b;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #99ab4e;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}

/* 2024/12追加 */
.tbl_kanyu {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.tbl_kanyu th, .tbl_kanyu td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  border-radius: 0 15px 15px 0;
  padding: 1em;
}
.tbl_kanyu th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 0 0 15px;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.tbl_kanyu th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #4d9bc1;
  z-index: 2;
}
.tbl_kanyu th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 12px 0 6px 0;
  text-align: center;
  font-size: 12px;
  color: #fffffc;
  border-top: solid 2px;
  border-top-color: #99ab4e;
  background-color: #444444;
}

#footer .footer_navi {
  padding: 14px 0 8px 0;
  margin: 0;
  font-size: 12px;
  color: #fffffc;
  background-color: #555555;
 }

#footer .footer_navi a {
  color: #fffffc;
  font-size: 12px;
  text-decoration: none;
 }

#footer .footer_navi a:hover {
  color: #cccccc;
}

#footer .copy {
  padding-top: 2px;
  font-size: 12px;
  color: #fffffc;
 }

#footer .copy a {
  color: #bbbbbb;
  font-size: 12px;
  text-decoration: none;
 }

#footer .copy a:hover {
  color: #fffffc;
  text-decoration: none;
}
.nedann {
	font-size: 16px;
	color: #F00;
}
#main #container #contents table tr td strong {
	color: #F00;
	font-size: 24px;
}
#main #container #contents table tr td {
	color: #000;
}
#main #container #contents table tr td strong {
	color: #000;
	font-size: 18px;
}
#main #container #contents table tr td p {
	color: #000;
}
.mini {
	color: #F00;
}

span1 {
	font-size:20px;
}
.red {
	color: #F00;
}

table.recruit { width:640px; }
table.recruit td {
	width:320px;
	padding:0 5px 5px;
	vertical-align:top;
}
table.hol2020{
	width: 95%;
}
table.hol2020,
table.hol2020 td{
	border: solid 1px #000000;
	border-spacing: 0px;
}

.hol{
	background: #ff8888;
	color: #ffffff;
}
.gb{
	background: #88ff88;
}

table.freetel{
	width: 95%;
}
table.freetel td{
	width: 50%;
}
table.freetel,
table.freetel td{
	border: solid 1px #000000;
	border-spacing: 0px;
}