﻿@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.infowrap {
	width: 628px;
	border: 1px solid #3E0700;
	padding: 5px;
	font-size: 93%;
}

div.infowrap table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

div.infowrap th {
	width: 110px;
	background: #F3F0E9;
	border-bottom: 5px solid #fff;
	padding: 5px;
}

div.infowrap td {
	border-bottom: 5px solid #fff;
	padding: 5px 10px;
}

ul.recruitbtn {
	width: 329px;
	height: 22px;
	margin: 10px 0 0 310px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

ul.recruitbtn li.btn01 {
	float: left;
	width: 160px;
	height: 22px;
	background: url(../img/btn1.png) no-repeat 0 0;
}

ul.recruitbtn li.btn02 {
	float: right;
	width: 160px;
	height: 22px;
	background: url(../img/btn2.png) no-repeat 0 0;
}

ul.recruitbtn li a {
	display: block;
	height: 100%;
}

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

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;
}