@charset "Shift_JIS";

/*	スタイルシート　[ 社会福祉法人三蔵会：求人案内 ]
=================================================================== */
/* 再定義 */
/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#MainContents table {
	_font-size: 90%; /* ie6 */
	line-height: 140%;
}
div#MainContents table td {
	vertical-align: top;
}
div#MainContents table td ul {
	margin: 0 0 0 20px;
	padding: 0;
}
/* h4 */
div#MainContents div.main h4 {
/*	background-color: none;
	font-size: inherit;
	margin: 20px 0 10px 0;
	padding: 0;*/
}
div#MainContents h4.Deco-h4 {
	border-bottom: #f90 1px solid;
	margin: 0 0 15px 0;
	border-left: #f90 8px solid;
	font-size: 1.5em;
	letter-spacing: 0.5em;
/*	margin: 0 0 3px 0;
	padding: 5px 0 5px 10px;*/
}
span.red {
  color: red;
}

.recruit {
  border-collapse: collapse;
  margin-bottom: 1em;
}
.recruit th {
  background-color: #ffc;
  border: #aaa 1px solid;
  border-collapse: collapse;
  width: 20%;
}
.recruit td {
  border: #aaa 1px solid;
  border-collapse: collapse;
}



.btn-brackets {
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #333!important;
  transition: .4s;
}

.btn-brackets:link {
  text-decoration: none;
}
.btn-brackets:hover {
  color:#ff7f7f!important;
}
.btn-brackets:before, .btn-brackets:after {
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.btn-brackets:before {
  border-left: solid 1px #ff7f7f;
  border-top: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  left: 0;
}
.btn-brackets:after {
  content: '';
  border-top: solid 1px #ff7f7f;
  border-right: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  right: 0;
}


.box30 {
    margin: 2em auto;
    background: #fff8e8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  width: 70%;
  text-align: center;
}
.box30 .box-title {
    font-size: 1.2em;
    background: #f69c2c;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

.btn-stitch {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none!important;
  background: #fd9535!important;
  color: #FFF!important;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #fd9535;
  border: dashed 1px #FFF;
  margin-bottom: 1em;
}

.btn-stitch:hover {
  border: dotted 1px #FFF;
}


ul.fusen {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

ul.fusen li {
  color: #404040;
  border-left: solid 6px #fd9535;/*左側の線*/
  border-bottom: solid 1px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}


