﻿@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Container

---------------------------------------- */

div#Mainvisual h2 {
	width: 640px;
	height: 180px;
	margin-bottom: 10px;
	background: url(../img/kv.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

div#Mainvisual h3 {
	width: 393px;
	height: 48px;
	background: url(../img/txt.png) no-repeat 0 0;
	font-size: 93%;
	text-indent: -9999px;
}

div#Mainvisual div {
	padding: 5px 0 0;
	background: url(../img/line_bg.png) repeat-x 0 0;
}

div#Mainvisual ul {
	padding-bottom: 5px;
	margin-bottom: 20px;
	background: url(../img/line_bg.png) repeat-x bottom;
}

div#Mainvisual ul li {
	float: left;
	padding: 0 20px 0 15px;
	font-size: 93%;
	background: url(../img/arrow.png) no-repeat 3px 5px;
}

div#Mainvisual p {
	clear: both;
	font-size: 93%;
	padding: 10px 0;
}

div#Mainvisual strong {
	font-weight: bold;
	color: #FF0066;
}

div.recruitwrap {
	padding-bottom: 20px;
}

div.recruitwrap h3 {
	width: 250px;
	height: 30px;
	background: url(../img/txt2.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

div.recruitwrap h3.tit {
	background: url(../img/txt4.png) no-repeat 0 0;
}

div.recruitwrap h3.tit2 {
	background: url(../img/txt5.png) no-repeat 0 0;
}

div.recruitwrap div {
	padding: 10px;
	border: 1px solid #3E0700;
	font-size: 93%;
	line-height: 1.3;
}

div.recruitwrap table {
	border: 0;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}

div.recruitwrap th {
	width: 90px;
	background: #F3F0E9;
	padding: 5px;
	text-align: center;
	border-bottom: #fff solid 4px;
}

div.recruitwrap td {
	padding: 5px;
}

div.recruitwrap .item {
	width: 90px
}

div.recruitwrap .content {
	width: 205px;
}

div.recruitwrap dl {
	border: 3px solid #F3F0E9;
	min-height: 48px;
	height: auto !important;
	height: 48px;
	background: url(../img/txt3.png) no-repeat 4px 4px;
}

div.recruitwrap dt {
	display: none;
}

div.recruitwrap dd {
	padding-top: 10px;
	padding-left: 90px;
	line-height: 1.2;
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#Container:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* -- IE7 -- */

div#Container {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Container {
	height: 1%;
}

div#Container {
	display: block;
}