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


/* All 
----------------------------------------------- */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin:0;padding:0;
}
h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  line-height:100%;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
th,td {
  font-weight:normal;
  text-align:left;
}
fieldset,img {
  border:0;
}
li {
  list-style:none;
}
input,textarea,select {
  font-family:inherit;font-size:inherit;font-weight:inherit;
}
img {
  vertical-align:top;
}

/* base */
html {
  color:#000;
	padding: 0 !important;
	margin: 0 !important;
}
body {
  font-family:Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", sans-serif;
  line-height:1.8;
	padding: 0 !important;
  margin:0 auto;
}

/* link */
a:link {
  color:#000;
  text-decoration:underline;
}
a:visited {
  color:#000;
  text-decoration:underline;
}
a:hover {
  color:#000;
  text-decoration:none;
}
a:active {
  color:#000;
  text-decoration:none;
}

#wrap {
  padding: 146px 0 40px 0;
  /*padding-top:106px;
  padding-bottom:40px;*/
  margin:0 auto;
}

.pt10 {
  padding-top:10px !important;
}
.pt20 {
  padding-top:20px !important;
}
.pt30 {
  padding-top:30px !important;
}

.bold {
  font-weight:bold;
}

.right {
  text-align:right;
}

.colorNs {
  color:#65a52e;
} /* 西新宿園 */
.colorMsg {
  color:#e94613;
} /* 南品川園 */
.colorTy {
  color:#6c91cb;
} /* 豊洲園 */
.colorMsn {
  color:#bc8168;
} /* 南砂園 */
.colorCs {
  color:#1d2088;
} /* 千葉新田町園 */
.colorTm {
  color:#e83428;
} /* 鶴見園 */



/* トップページ
--------------------------------------------------*/

.recruit-news {
	width: 320px;
}
.recruit-news a {
	text-decoration: none !important;
}
.recruit-news a:hover {
	text-decoration: underline!important;
}
.recruit-news > a {
	display: block;
	margin-top: 1em;
}
.recruit-news .blog-list {
	font-size: 14px;
	margin-bottom: 0.5em;
}
/*.recruit-news .blog-list li {
	border-bottom: 1px dashed #000;
}*/
.recruit-news .blog-list li a {
	display: block;
	/*padding: 0.2em 0;*/
	padding-top: 0.5em;
}
.recruit-news .blog-list .date-box {
	font-size: 12px;
	font-weight: bold;
}


