﻿@charset "utf-8";


/* #####################################################
  段組
######################################################## */
#container {
	clear:both;
	width:900px;
	margin:0px auto;
	text-align: left;
	background: #FFFFFF;
}

/* -----------------------------------------------------------
 container
----------------------------------------------------------- */
div.text {
	clear:both;
	padding:0.5em;
	background-color:#bae8f8;
	border: 1px solid #30afcf;
	margin: 8px;
}
.text strong {
  font-size:115%;
}
p.attention {
	font-weight:bold;
}
#main {
	padding: 10px;
}
.title {
	margin: 0px;
}
/* -----------------------------------------------------------
 求人ページ
----------------------------------------------------------- */
div.recTel {
	text-align: center;
	background: #FEE0F5;
}
div.recTel p {
	font-size: 12pt;
	font-weight: bold;
}
div.recTel span {
	font-size: 20pt;
	color: #F939C0;
}
div.recTel a {
	color:#f939c0;
	text-decoration: underline;
}
