@charset "UTF-8";
/* 初期化 */
html, body, div,
section, nav, article, aside, hgroup, heade, footer,
applet, object, iframe, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, figure, figcaption,
fieldset, form, label, legend, menu,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

img {
  border: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 値の設定 */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

th {
  font-weight: bold;
}

br {
  height: 0px;
  line-height: 10px;
  margin-top: 0px;
}

hr {
  margin: 10px auto 10px auto;
  border: none;
  width: 95%;
  height: 1px;
}

address {
  font-style: normal;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
}

/* レイアウト */
html, body {
  height: 100%;
  overflow-x: hidden !important;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
  font-size: 14px/21px;
}

section.page {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  clear: both;
}

header.topHead {
  position: relative;
  display: block;
  z-index: 0;
}

footer.topFoot {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
}

div.footCopy_wrap {
  position: relative;
  display: block;
  clear: both;
}

section.contsBox_wrap {
  position: relative;
  display: block;
  clear: both;
}

section.contsBox {
  position: relative;
  display: block;
  clear: both;
}

/* レイアウト要素のスタイル */
body {
  background-color: #E6F1CD;
}

#page {
  background-color: #ffffff;
}

header.topHead {
  width: 833px;
  height: 67px;
  margin: 0px auto 0px auto;
}

h1, h2, h3, h4, h5 {
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

h1.bgDkGreen, h2.bgDkGreen, h3.bgDkGreen, h4.bgDkGreen, h5.bgDkGreen {
  color: #ffffff;
  background-color: #009999;
}

h1.bgDkGreen2, h2.bgDkGreen2, h3.bgDkGreen2, h4.bgDkGreen2, h5.bgDkGreen2 {
  color: #333333;
  background-color: #009999;
}

h1.bgLtGreen, h2.bgLtGreen, h3.bgLtGreen, h4.bgLtGreen, h5.bgLtGreen {
  color: #009999;
  background-color: #EEFFED;
}

h1.bgMidGreen, h2.bgMidGreen, h3.bgMidGreen, h4.bgMidGreen, h5.bgMidGreen {
  color: #333333;
  background-color: #58E26D;
}

h1.bgMidGreen2, h2.bgMidGreen2, h3.bgMidGreen2, h4.bgMidGreen2, h5.bgMidGreen2 {
  color: #333333;
  background-color: #12BF00;
}

h1.left, h2.left, h3.left, h4.left, h5.left {
  text-align: left;
}

h1.right, h2.right, h3.right, h4.right, h5.right {
  text-align: right;
}

section.contsBox_wrap {
  width: 833px;
  height: auto;
  margin: 0px auto;
}

section.contsBox {
  width: 833px;
  margin: 10px auto 0px auto;
  padding-top: 10px;
  background: #fff;
  border-radius: 10px;
}

div.innerBox {
  position: relative;
  width: 813px;
  padding: 0px 10px 0px 10px;
  margin: 0px;
}

div.innerBox.border {
  border: 1px solid #EEFFED;
}

div.innerBox.col2 {
  float: left;
  padding: 0px !important;
  width: 405px;
}

div.innerBox.bgDkGreen {
  color: #ffffff;
  background-color: #009999;
}

div.innerBox.bgLtGreen {
  color: #333;
  background-color: #EEFFED;
}

div.innerBox.bgMidGreen {
  color: #333;
  background-color: #58E26D;
}

div.innerBox.main {
  width: 782px;
  margin: 0px auto;
}

div.innerBox2 {
  position: relative;
  width: 573px;
  margin: 0px auto;
}

/* 全ページで共通の要素 */
#headBar {
  width: 100%;
  height: 12px;
  background: #EEFFED;
}

.topLogo {
  position: absolute;
  display: block;
  width: 461px;
  height: 30px;
  top: 20px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
}

.topFoot {
  text-align: center;
}

.topFoot span {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.topFoot span#copy {
  font-size: 14px;
  color: #009999;
}

p.description {
  line-height: 20px;
  margin: 5px 0px 5px 0px;
  padding: 5px;
}

p.description.min {
  line-height: 16px;
  padding: 0px;
  font-size: 14px;
}

p.description.b {
  font-weight: bold;
}

.recruit_list {
  margin: 5px 0px 20px 0px;
}

.recruit_list dl dt, .recruit_list dl dd {
  line-height: 20px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.recruit_list dl dt {
  width: 20%;
}

.recruit_list dl dd {
  width: 80%;
}

a {
  color: #009999;
}

a:hover {
  color: #009999;
}

hr {
  background-color: #333333;
}

a.linkMorePosts {
  float: right;
}

a:active, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

#pageList {
  float: right;
  margin-bottom: 20px;
}

#headAboutUs {
  display: block;
  width: 495px;
  height: 25px;
  margin: 0px 0px 20px 0px;
  background-image: url("../images/head_aboutus.png");
  background-repeat: no-repeat;
}

#headInfo {
  display: block;
  width: 129px;
  height: 25px;
  background-image: url("../images/head_topics.png");
  background-repeat: no-repeat;
}

#headContact {
  display: block;
  width: 176px;
  height: 25px;
  background-image: url("../images/head_contact.png");
  background-repeat: no-repeat;
}

.img_bar {
  display: block;
  width: 802px;
  height: 12px;
  margin: 5px auto 5px auto;
}

.linkMorePosts {
  margin-right: 5px;
}

/* ヘッダ部 */
.topGnav {
  display: block;
  width: 127px;
  height: 325px;
  float: left;
  margin: 0px auto 0px 5px;
  background-color: #EEFFED;
}

.topGnav ul {
  margin: 2px 0px 0px 2px;
}

.topGnav ul li {
  height: 46px;
}

.topGnav ul li a {
  display: block;
  width: 119px;
  height: 42px;
}

.topGnav ul li a#gnav_home {
  background-image: url("../images/4image.jpg");
  background-repeat: no-repeat;
}

.topGnav ul li a#gnav_soudan {
  background-image: url("../images/5image.jpg");
  background-repeat: no-repeat;
}

.topGnav ul li a#gnav_info {
  background-image: url("../images/image_oshirase.jpg");
  background-repeat: no-repeat;
}

.topGnav ul li a#gnav_zenkoku {
  background-image: url("../images/image.jpg");
  background-repeat: no-repeat;
}

.topGnav ul li a#gnav_policy {
  background-image: url("../images/3image.jpg");
  background-repeat: no-repeat;
}

.topGnav ul li a#gnav_recruit {
  background-image: url("../images/image62.jpg");
  background-repeat: no-repeat;
}

.topGnav ul li a#gnav_support {
  background-image: url("../images/image10.jpg");
  background-repeat: no-repeat;
}

.topGnav ul li a#gnav_login {
  background-image: url("../images/sd_login.jpg");
  background-repeat: no-repeat;
}

.topGnav ul li a#gnav_logout {
  background-image: url("../images/sd_logout.jpg");
  background-repeat: no-repeat;
}

#login_btn:before {
  content: url("../images/list_icon.jpg");
  padding-right: 5px;
  vertical-align: middle;
}

#login_btn {
  margin-left: 20px;
  font-size: 14px;
}

#login_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* トップページ */
#top_aboutus_box {
  display: block;
  width: 400px;
  height: 514px;
  margin-left: 5px;
  background: #EEFFED;
}

#top_aboutus_box ul {
  list-style-type: circle;
  margin-top: 30px;
  margin-left: 2em;
  font-size: 15px;
}

#top_aboutus_head {
  display: block;
  width: 390px;
  height: 47px;
  line-height: 47px;
  font-size: 24px;
}

.top_info_box {
  width: 395px;
  height: auto;
  height: 250px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: 1px solid #EEFFED;
  overflow: auto;
}

.top_info_box a {
  display: block;
}

.top_info_box p {
  padding: 5px;
  font-size: 14px;
}

.top_info_box ul {
  list-style-type: circle;
}

.top_info_box ul li {
  font-size: 14px;
  margin-left: 2em;
  margin-bottom: 5px;
}

.top_info_box h4 {
  background-color: #EEFFED;
  padding: 5px;
  color: #009999;
  text-align: center;
}

.top_info_box h4 a {
  display: inline;
}

#topImage_wrap {
  display: block;
  float: left;
  width: 675px;
  height: 325px;
  background-color: #EEFFED;
}

#topImage_wrap #topImage {
  display: block;
  margin: 15px auto 0px auto;
}

/* 電話相談 */
#soudan_tel_box {
  margin: 20px 0px 20px 0px;
  text-align: left;
}

#soudan_tel_box p {
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}

#soudan_tel_box span {
  display: inline-block;
  font-size: 17px;
  line-height: 22px;
}

#soudan_tel_box table {
  margin-left: auto;
  margin-right: auto;
}

#soudan_tel_box table th, #soudan_tel_box table td {
  font-weight: bold;
  line-height: 20px;
}

#soudan_tel_box table th {
  width: 50px;
}

/* プライバシーポリシー */
#policy_list {
  list-style-type: decimal;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 3em 0px 3em;
}

#policy_list li {
  margin: 20px 0px 20px 0px;
}

#policy_head {
  display: block;
  width: 421px;
  height: 44px;
  margin: 0px auto 20px auto;
  background-image: url("../images/policy_head.gif");
  background-repeat: no-repeat;
}

/* 相談員募集 */
#recruit_box {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #333333;
}

#recruit_box h4 {
  text-align: left;
}

#recruit_box p {
  margin: 5px;
}

#recruit_tbl {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
}

#recruit_tbl th {
  padding: 5px;
  font-weight: normal;
  text-align: left;
}

#recruit_tbl th span {
  font-weight: bold;
}

#recruit_tbl td {
  padding: 5px;
  border: 1px solid #999;
  text-align: left;
  background: #fff;
}

#recruit_tbl td.right {
  text-align: right;
}

#recruit_tbl tr:nth-of-type(2n+1) td {
  background: #eee;
}

/* 支援のお願い */
#support_list {
  list-style-type: decimal;
  font-size: 14px;
  background-color: #ffffff;
  padding: 10px 2em 10px 2em;
  margin-top: 10px;
  margin-bottom: 30px;
}

#support_list li {
  margin: 0px 0px 20px 0px;
}

#support_list_2 {
  list-style-type: disc;
  font-size: 14px;
  padding: 10px 2em 10px 2em;
  margin-top: 10px;
  margin-bottom: 30px;
}

#support_list_2 li {
  margin: 0px 0px 20px 0px;
}

/* About Us */
.descHead {
  color: #EEFFED;
}

.descTable {
  border-collapse: collapse;
  font-size: 15px;
}

.descTable th, .descTable td {
  padding: 10px;
  border: 1px solid #999;
}

.descTable th {
  background: #ddd;
}

/* お問い合わせ */
form.contactForm {
  margin: 60px auto 160px auto;
  width: 600px;
  text-align: left;
}

form.contactForm table {
  width: 100%;
}

form.contactForm th, form.contactForm td {
  padding: 5px;
  vertical-align: middle;
}

form.contactForm input.txtInput {
  width: 250px;
  height: 25px;
}

form.contactForm div.btnInput_wrap {
  text-align: right;
  padding-right: 70px;
}

form.contactForm input.btnInput {
  padding: 5px 10px 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #12BF00;
}

form.contactForm textarea {
  width: 350px;
  height: 150px;
  resize: none;
}

/* お知らせ */
.topInfoPost {
  display: block;
  width: 395px;
  margin-top: 10px;
}

.topInfoPost th, .topInfoPost td {
  padding: 8px;
  font-size: 15px;
  text-align: left;
}

.topInfoPost td {
  width: 120px;
}

.infoPost {
  display: block;
  width: 695px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #EEFFED;
  margin: 0px 0px 10px 80px;
}

.infoPost th {
  padding: 5px 5px 5px 0px;
  text-align: left;
  line-height: 16px;
}

.infoPost th a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.infoPost th span {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}

.infoPost td.infoPostText {
  font-size: 14px;
  line-height: 15px !important;
  padding: 5px 0px 5px 130px;
}

.infoPost td.infoPostText div.infoImgLinkWrap {
  margin-right: 15px;
}

.infoPost td.infoPostText a.infoImgLink {
  max-width: 200px;
}

.infoPost td.infoPostText a.infoImgLink img {
  max-width: 200px;
  height: auto;
  padding: 0px 5px 5px 0px;
  border: 1px solid #DBDBDB;
}

.infoPost td.infoPostText a.infoImgLink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.infoPost td.infoPostText a.infoImgLink.disable {
  cursor: default;
}

.infoPost td.infoPostText a.infoImgLink.disable img {
  border: none;
}

.infoPost td.infoPostText a.infoImgLink.disable:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.infoPost td.infoPostText a.infoImgLink.pdf {
  font-size: 16px;
  margin: 5px 0px 5px 0px;
}

.infoPost td.infoPostText a.infoImgLink.pdf img {
  border: none;
  padding: 0px;
  vertical-align: middle;
}

.infoPost td.infoPostText p {
  max-width: 500px;
  margin-bottom: 10px;
}

.infoPost td.infoPostText p.full {
  max-width: 100%;
}

.infoPost br {
  height: 0px;
  line-height: 0px;
}

.infoPost:last-child {
  margin-bottom: 0px;
  border: none;
}
