﻿@charset "utf-8";

/* -------------
  link
---------------- */ 
a:link {
	color:#f939c0;
	text-decoration: none;
}
a:visited {
	color:#f939c0;
	text-decoration: none;
}
a:hover {
	color:#f939c0;
	text-decoration: underline;
}
a:active {
	color:#f939c0;
} 

/* -----------------------------------------------------------
 container
----------------------------------------------------------- */
div.text {
	clear:both;
	padding:0.5em;
	background-color:#ffff99;
	border: 1px solid #30afcf;
	margin: 8px;
}
.text strong {
  font-size:115%;
}
p.attention {
	font-weight:bold;
}
.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;
}
