@charset "UTF-8";

/* ================================================
=  初期化設定                                     =
=================================================*/
/* タグの初期化 */
h1,h2,h3,h4,h5,h6,div,span,p,a,form,ul,ol,li,dl,dt,dd,table,th,td,img {
	margin:0px auto;
	padding:0px;
}
img { border:none; }

/* 書体の初期設定 */
* {
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:14px;
	line-height: 1.6em;
	color: #404040;
	text-justify: inter-ideograph;
	text-align: justify;

	}
	
/* デフォルトリンク設定 */
a:link,a:visited {
	color: #0066FF;
	text-decoration: none;
	}
a:hover,a:active{
	color: #F60000;
	text-decoration: underline;
	}

/* ================================================
=  共通設定                                     =
=================================================*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ボディー設定 */

body {
	margin: 0px;
	padding: 0px;
}
.date strong {
	font-weight: normal;
	color: #F60000;
}
#wrapper {
	margin: 0px auto;
	width: 760px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
#header {
	margin: 0px auto;
	width: 700px;
}
#header h1 {
	margin-top: 8px;
	float: left;
}
#header  p  {
	margin-top: 23px;
	font-size: 12px;
	line-height: 1.2em;
	float: right;
	clear: right;
}
#navi {
	margin-top: 5px;
	clear: both;
}
#navi ul {
	height:35px;
	width: 700px;
}
#navi li   {
	list-style-type:none;
	height: 35px;
	float: left;
}
#content {
	margin: 12px auto 0px;
	width: 700px;
}
#content #topimg {
	margin-bottom: 13px;
}
#content #btn li {
	float: left;
	list-style: none;
	padding-right: 10px;
}
#content #btn #btn03 {
	padding: 0px;
	margin: 0px;
}
#content  #main  {
	padding: 0px;
	width: 510px;
	margin: 20px 0px 0px;
	float: left;
}
#content  #main   h3  {
	background-image: url(../images/border01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
}
#content #main p {
	margin: 0px 0px 15px;
	padding: 0px;
}
#content #main p strong {
	color: #F60000;
}
#content #main em {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
#content #main .fl {
	float: left;
	padding-right: 15px;
	margin-top: 5px;
}
#content #main .fr {
	float: right;
	padding-left: 15px;
	margin-top: 5px;
}
#content #sub {
	float: right;
	width: 162px;
	margin-top: 20px;
}
#content #sub img {
	margin-bottom: 10px;
}
#content #sub #mobile {
	background-image: url(../images/linkmobile.png);
	height: 0;
	width: 162px;
	background-repeat: no-repeat;
	font-size: 10px;
	margin: 0px;
	padding: 170px 0px 30px 15px;
}
#content #sub #mobile a {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* ページ内リンク */

#content .servicemenu li {
	background-image: url(../images/allow.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 6px;
	padding-right: 10px;
	list-style: none;
	margin-top: 5px;
	float: left;
}
#content .servicemenu li a:link,#content .servicemenu li a:visited {
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	}
#content .servicemenu li a:hover,#content .servicemenu li a:active{
	color: #F60000;
	text-decoration: underline;
	}
#content p.pagetop a {
	font-size: 12px;
	text-align: right;
	float: right;
	background-image: url(../images/allow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 13px;
	clear: both;
}

/* フッター */

#footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
	padding: 0px;
	margin: 150px auto 0px;
	width: 700px;
	display: block;
}
#footer p {
	font-size: 12px;
	text-align: center;
}



/* ================================================
=  各ページ                                     =
=================================================*/

#content #main #news dl.date {
	margin-top: 10px;
	padding-right: 5px;
}
#content #main #news dl.date dt {
	float: left;
	margin-left: 7px;
	padding: 5px 0 5px 11px;
	text-align: left;
	background-image: url(../images/mark.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.9em;
	font-weight: normal;
}
#content #main #news dl.date dd {
	padding: 6px 0px 6px 8em;
}
#content #main .contentbox {
	padding-bottom: 40px;
	margin: 0px;
	padding-top: 20px;
	clear: both;
}

/* 人材をお探しの企業様ページ */
#content  #main  .contentbox  #result {
	border: 1px solid #CCCCCC;
	margin: 35px 0px 0px;
	padding: 8px;
	width: 492px;
}
#content  #main  .contentbox  #result  em{
	font-size: 12px;
}
#content #main .contentbox #result li {
	font-size: 12px;
	background-image: url(../images/mark.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	width: 490px;
	list-style: none;
	line-height: 1.3em;
	font-weight: normal;
	margin: 2px 0px 5px;
	padding: 0px 0px 0px 7px;
}
#content #main .contentbox .advantage {
	margin: 10px 0px;
}
#content #main .contentbox .advantage ul {
}
#content #main .contentbox .advantage ul li {
	list-style: inside;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px 0px 3px;
	font-weight: normal;
}
#content #main .contentbox #flow {
}
#content #main .contentbox #flow h4 {
	float: left;
	width: 140px;
	display: block;
	background-repeat: no-repeat;
	clear: left;
	margin: 0px;
	height:0;
	overflow:hidden;
	padding-top:130px;
}
#content #main .contentbox #flow h4#flow01 {
	background-image: url(../images/recruit_img06.gif);
}
#content #main .contentbox #flow h4#flow02 {
	background-image: url(../images/recruit_img07.gif);
}
#content #main .contentbox #flow h4#flow03 {
	background-image: url(../images/recruit_img08.gif);
}
#content #main .contentbox #flow h4#flow04 {
	background-image: url(../images/recruit_img09.gif);
}
#content #main .contentbox #flow h4#flow05 {
	background-image: url(../images/recruit_img10.gif);
}
#content #main .contentbox #flow h4#flow06 {
	background-image: url(../images/recruit_img11.gif);
}
#content #main .contentbox #flow p {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 130px;
	line-height: 1.4em;
}
#content #main .contentbox #flow p strong {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}

/* お問合せのページ */

#mailform {
	margin:10px 0 25px 15px;
}
#mailform input[type="text"] {
	border:1px solid #999999;
	padding:2px;
	width:200px;
}
#mailform textarea {
	border:1px solid #999999;
	padding:2px;
	width:280px;
}
#mailform #Age {
width:3em;
}
#mailform #Address01 {
width:100px;
}
#mailform #Address02 {
	width:280px;
}
#mailform em {
color:#FF0033;
font-size:80%;
font-style:normal;
font-weight:normal;
}
#mailform table {
	border:1px solid #999999;
	border-collapse:collapse;
	text-align:left;
	margin: 0px 0px 10px;
}
#mailform table th, #mailform table td {
	border:1px solid #999999;
	padding:7px 10px 7px 10px;
}
#mailform table th {
	background-color:#F2F2F2;
	white-space:nowrap;
	width:150px;
	font-weight: normal;
}
#content #main .contentbox #no li {
	list-style: decimal url(none) outside;
	margin-left: 2em;
	font-weight: normal;
}
#content #main .contentbox #introduction li {
	float: left;
	margin: 0px;
	padding: 0px 15px 5px 0px;
	list-style: none;
	width: 155px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}
#content #main .contentbox #flow h4#eventflow01 {
	background-image: url(../images/event_flow01.gif);
}
#content #main .contentbox #flow h4#eventflow02 {
	background-image: url(../images/event_flow02.gif);
}
#content #main .contentbox #flow h4#eventflow03 {
	background-image: url(../images/event_flow03.gif);
}
#content #main .contentbox #flow h4#eventflow04 {
	background-image: url(../images/event_flow04.gif);
}
#content #main .contentbox #flow h4#eventflow05 {
	background-image: url(../images/event_flow05.gif);
}

.company table {
	border:1px solid #999999;
	border-collapse:collapse;
	text-align:left;
	margin: 0px 0px 10px;
}
.company table th, .company table td {
	border:1px solid #999999;
	padding:7px 5px 7px 10px;
}
.company table th {
	background-color:#F2F2F2;
	white-space:nowrap;
	width:110px;
	font-weight: normal;
}
#content #main .contentbox #map {
	margin: 0px;
}
#content #main .contentbox ul li {
	list-style: disc inside;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}
#content #main .contentbox ul.second li {
	list-style: circle inside;
	padding-left: 1em;
	margin: 0px;
	font-weight: normal;
}
#content #main dl {
	margin-top: 10px;
	padding-right: 5px;
}
#content #main dl dt {
	float: left;
	padding: 5px 0px;
	text-align: left;
	font-weight: bold;
}
#content #main  dl dd {
	padding: 6px 0px 6px 5em;
}
#contactform_btn {
	height: 0px;
	width: 248px;
	padding-top: 40px;
	background-image: url(../images/contactform_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
}
#contactform_btn:hover {
background-position:0px -40px;
}
