@charset "utf-8";
@import "./navi.css";
@import "./footer.css";

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	margin: 0px;
	background: #def2d7;
	font-size: 14px;
	color: #4d4d4d;
}

table {
	border-collapse: collapse;
}

td, th {
	font-size: 14px;
	color: #4d4d4d;
}

img {
	border: none;
	vertical-align: bottom;
}



.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	_height: 1px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/* header ******************************************************************** */

h1 {
	display: none;
}

#header {
	background: #fff7ed url(../image/back_title.png) no-repeat center 0;
	height: 498px;
	width: 100%;
	margin: 0 auto; 
    position: relative;
    z-index: 2;
}

#header_top {
	list-style-type: none;
	width: 940px;
	height: 373px;
	margin: 0 auto; 
}

#catchcopy {
	background: url(../image/title_catchcopy.png) no-repeat 0 0;
	margin: 138px 0 20px 70px;
	padding: 0;
	text-indent: -1000em;
	height: 52px;
}

#guide_ank {
	width: 430px;
	height: 64px;
	margin: 0 0 0 70px;
	padding: 0;
	overflow: hidden;
}
#guide_ank a {
	width: 430px;
	height: 64px;
	display: block;
	text-indent: -1000em;
	background: url(../image/back_guide_ank.png) no-repeat 0 0;
}
#guide_ank a:hover {
	background-position: 0 bottom;
}


#header_middle {
	width: 940px;
	margin: 0 auto; 
}

#header_middle ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	height: 28px;
	line-height: 28px;
    position: relative;
    z-index: 2;
}

#header_middle li {
	font-size: 12px;
	margin: 0 1em 0 0;	
	padding: 0 0 0 8px;
	display: inline;
	background: url(../image/anchor_tri_black.gif) no-repeat 0 5px;
	_background: url(../image/anchor_tri_black.gif) no-repeat 0 3px;
}

#header_middle li a {
	text-decoration: none;
	color: #000;
}

#header_middle li a:hover {
	text-decoration: underline;
}

#header_bottom {
	width: 940px;
	height: 97px;
	text-align: left;
	margin: 0 auto; 
	background: url(../image/back_title_bottom.png) no-repeat 0 0;
}

#header_bottom h2 {
	display: none;
}


#inquiry {
	padding: 65px 0 0 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
    position: relative;
    z-index: 3;
}

#inquiry a {
	text-decoration: none;
	color: #ff8d00;;
	background: url(../image/anchor_tri_orange.png) no-repeat 0 5px;
	_background: url(../image/anchor_tri_orange.png) no-repeat 0 6px;
	padding: 0 0 0 12px;
}

#inquiry a:hover {
	text-decoration: underline;
}

#lineuphead {
	margin: 0 auto;
	width: 940px;
	height: 124px;
	background: url(../image/top_head_plan.png) no-repeat 0 0;
	text-indent: -10000em;
}

#plannavi {
	margin: 0 auto;
	width: 940px;
	height: 270px;
}

#plannavi ul {
	margin: 10px 0 20px 0;
	width: 940px;
	list-style: none;
	position: absolute;
}

#plannavi ul li#plan1 a { 
	height: 240px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	text-decoration: none;
	top: 0;
	width: 232px;
}

#plannavi ul li#plan2 a { 
	height: 240px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	text-decoration: none;
	top: 0;
	width: 232px;
}

#plannavi ul li#plan3 a { 
	height: 240px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	text-decoration: none;
	top: 0;
	width: 232px;
}

#plannavi ul li#plan4 a { 
	height: 240px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	text-decoration: none;
	top: 0;
	width: 232px;
}

html > body #navicell ul li a {
	height: 0;
}

#plannavi ul li#plan1 a {
	background: transparent url(../image/plan_navi.jpg) no-repeat 0 0;
	left: 0;
}
#plannavi ul li#plan2 a {
	background: transparent url(../image/plan_navi.jpg) no-repeat -232px 0;
	left: 236px;
}
#plannavi ul li#plan3 a {
	background: transparent url(../image/plan_navi.jpg) no-repeat -464px 0;
	left: 472px;
}
#plannavi ul li#plan4 a {
	background: transparent url(../image/plan_navi.jpg) no-repeat -696px 0;
	left: 708px;
}
#plannavi ul li#plan1 a:hover { 
	background: transparent url(../image/plan_navi.jpg) no-repeat 0 bottom;
}
#plannavi ul li#plan2 a:hover { 
	background: transparent url(../image/plan_navi.jpg) no-repeat -232px bottom;
}
#plannavi ul li#plan3 a:hover { 
	background: transparent url(../image/plan_navi.jpg) no-repeat -464px bottom;
}
#plannavi ul li#plan4 a:hover { 
	background: transparent url(../image/plan_navi.jpg) no-repeat -696px bottom;
}

#event {
	margin: -351px auto 0 auto;
	width: 960px;
	text-align: right;
}

#event_bnr {
	width: 438px;
	margin: 0 0 0 522px;
    position: relative;
    z-index: 3;
}



/* body ********************************************************************** */

#docbody {
    position: relative;
    z-index: 1;
}

#containers {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

#containers h2,
#containers h3 {
	margin: 0 0 20px 0;
	padding: 0;
}

#left {
	width: 460px;
	margin: 0 10px 0 0;
	float: left;
	overflow: hidden;
	display: inline;
}

#right {
	width: 460px;
	margin: 0 0 0 10px;
	float: left;
	overflow: hidden;
	display: inline;
}

.contensbnr {
	margin: 0 0 20px 0;
}
.contensbnr img {
	margin: 0 0 5px 0;
}
.contensbnr p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0 0 0 20px;
}

.interview {
	margin: 0 0 40px 0;
}

.interview h3 {
	width: 450px;
	height: 110px;
	background: transparent url(../image/head_top03.png) no-repeat 0 0;
	text-indent: -1000em;
}

.interviewlist {
	margin: 0 0 25px 10px;
}

.interviewlist div {
	float: left;
}

.interviewlist .snap a {
	border: 1px solid #c29863;
	padding: 1px;
	display: block;
}

.interviewlist .snap a:hover {
	border: 2px solid #cf9f63;
	padding: 0;
}

.interviewlist .comment {
	width: 280px;
	margin: 0 0 0 22px;
}

.interviewlist .comment h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 8px 0;
}

.interviewlist .comment h4 a {
	padding: 0 0 0 20px;
	background: transparent url(../image/anchor_circle_orange.png) no-repeat 0 0;
	_background: transparent url(../image/anchor_circle_orange.png) no-repeat 0 2px;
	display: block;
	color: #ff8d00;
}

.interviewlist .comment h4 a:hover {
	background: transparent url(../image/anchor_circle_orange.png) no-repeat 0 -50px;
	_background: transparent url(../image/anchor_circle_orange.png) no-repeat 0 -48px;
	color: #dec700;
}

.interviewlist .comment p {
	font-size: 12px;
	line-height: 16px;
}


.txalc {
	text-align: right;
}

.staffblog {
	background: url(../image/head_foot_blog.png) no-repeat 0 0;
	margin: 0 0 20px 0;
	padding: 0 15px 0 110px;
	color: #000 !important;
	min-height: 96px;
	height: auto !important;
	height: 96px;
}

.staffblog p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.staffblog h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

.staffblog a {
	text-decoration: none;
	color: #ff8d00;
}

.staffblog a:hover {
	text-decoration: underline;
}

#companyinfo {
	display: none !important;
}

#footer_inner #outlink_top {
	display: block !important;
	text-align: center;
	margin: 0 0 20px 0;
}
#footer_inner #outlink_top img {
	vertical-align: top;
	margin: 0 10px;
}