@charset "UTF-8";

/* -----------------------------------------------------------HEADER */

.header {
	width: 100%;
	height: 101px;
	border-top: 3px solid #529918;
	background: url("../images/common/header_bg.gif") repeat-x 0px 88px;
}

.headerInner {
	width: 952px;
	height: 101px;
	margin: 0 auto;
}

.headerInner_logo {
	float: left;
	margin: 36px 0 0 5px;
}

.grobalNav {
	float: right;
	width: 665px;
}

.grobalNav > li {
	float: left;
}

.grobalNav > li > a {
	display: block;
	height: 101px;
	text-indent: -9999px
}

.grobalNav > .home > a {
	width: 90px;
	background: url("../images/common/grobalnavi_home_off.gif");
}

.grobalNav > .company > a {
	width: 144px;
	background: url("../images/common/grobalnavi_company_off.gif");
}

.grobalNav > .project > a {
	width: 144px;
	background: url("../images/common/grobalnavi_project_off.gif");
}

.grobalNav > .recruit > a {
	width: 144px;
	background: url("../images/common/grobalnavi_recruit_off.gif");
}

.grobalNav > .contact > a {
	width: 143px;
	background: url("../images/common/grobalnavi_contact_off.gif");
}

.grobalNav > .home > a:hover,
.grobalNav > .home > .on { background: url("../images/common/grobalnavi_home_on.gif"); }
.grobalNav > .company > a:hover,
.grobalNav > .company > .on { background: url("../images/common/grobalnavi_company_on.gif"); }
.grobalNav > .project > a:hover,
.grobalNav > .project > .on { background: url("../images/common/grobalnavi_project_on.gif"); }
.grobalNav > .recruit > a:hover,
.grobalNav > .recruit > .on { background: url("../images/common/grobalnavi_recruit_on.gif"); }
.grobalNav > .contact > a:hover,
.grobalNav > .contact > .on { background: url("../images/common/grobalnavi_contact_on.gif"); }

/* ----------------------------------------------------------/HEADER */


/* -----------------------------------------------------------FOOTER */

.footer {
	width: 100%;
	height: 160px;
	background: #F7FFEC;
}

.footerInner {
	width: 952px;
	padding-top: 19px;
	margin: 0 auto;
	font-size: 12px;
}

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

.footerInner_goHome {
	display: block;
	height: 12px;
	background: url("../images/common/footer_icon_home.gif") no-repeat;
	margin-bottom: 14px;
	padding: 2px 0 0 21px;
}

.footerInner_contents {
	float: left;
	width: 165px;
	height: 92px;
	padding: 5px 0 0 10px;
}

.footerInner_contents2 {
	float: left;
	width: 195px;
	height: 92px;
	padding: 5px 0 0 10px;
}

.footerInner_contents-last {
	border-left: 1px dotted #000;
}

.footerInner_ttl {
	padding-left: 12px;
	background: url("../images/common/footer_icon_arrow.gif") no-repeat 0px 4px;
}

.footerInner_items {
	padding: 15px 0 0 23px;
	background: url("../images/common/footer_tree.gif") no-repeat 13px 5px;
}

.footerInner_items > li > a {
	line-height: 22px;
}

.footerBottom {
	width: 952px;
	height: 45px;
	margin: 0 auto;
}

.footerBottom_copy {
	float: left;
	margin-top: 21px;
	font-size: 10px;
}

.footerBottom_logo {
	float: right;
	margin-top: 15px;
}

/* ----------------------------------------------------------/FOOTER */


/* -----------------------------------------------------------COMMON */

.mainContents {
	width: 100%;
	/*background: url("../images/common/bg_beige.gif");*/
}

.breadcrumbs {
	width: 952px;
	height: 40px;
	margin: 0 auto;
	font-size: 10px;
}

.breadcrumbs > li {
	float: left;
	line-height: 40px;
	margin-right: 8px;
	font-weight: bold;
}

.breadcrumbs > li > a {
	color: #105303;
	text-decoration: underline;
}

.breadcrumbs > li > a:hover {
	text-decoration: none;
}

.pageTitle {
	width: 100%;
	min-width: 952px;
	height: 68px;
	background: url("../images/common/bg_green.gif");
	padding-top: 43px;
}

.pageTitle_ttl {
	width: 134px;
	height: 30px;
	margin: 0 auto;
}

.contentsInner {
	width: 952px;
	margin: 0 auto;
	position: relative;
}

.contentsInner_toTop {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.contentsInner_toTop:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}

/* ----------------------------------------------------------/COMMON */


/* --------------------------------------------------------------TOP */

.keyvisualArea_notice td a {
    color: red; /* 文字色を赤に設定 */
    text-decoration: underline; /* アンダーラインを表示 */
}

/* もしホバー時のスタイルも赤色を維持したい場合は、以下も追加または調整してください。 */
/* 既存の .keyvisualArea_notice a:hover の opacity 設定と共存できます。 */
.keyvisualArea_notice td a:hover {
    color: darkred; /* ホバー時の色を濃い赤にするなど、任意で調整 */
    /* text-decoration: none; */ /* ホバー時にアンダーラインを消す場合はコメントを外す */
    /* 既存の opacity スタイルはそのまま適用されます */
}

.keyvisualArea {
	width: 100%;
	padding: 20px 0;
	/*background: url("../images/common/bg_beige.gif");*/
}

#keyvisualArea_slide {
	width: 952px;
	height: 373px;
	margin: 0 auto 15px;
	position: relative;
}

#keyvisualArea_slide li {
	width: 952px;
	height: 373px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#keyvisualArea_slide li:first-child {
	display: block;
}

#keyvisualArea_navi {
	width: 61px;
	height: 11px;
	margin: 0 auto;
}

#keyvisualArea_navi > li {
	width: 11px;
	height: 11px;
	float: left;
	margin-left: 14px;
	cursor: pointer;
}

#keyvisualArea_navi > li:first-child {
	margin: 0;
}

.keyvisualArea_notice {
	display: block;
	width: 926px;
	line-height: 38px;
	border: 1px solid #bdbdb9;
	margin: 20px auto 0;
	padding-left: 24px;
/*	color: #f00;*/
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
	height: 82px;
/*	text-decoration:underline;
	text-decoration-color:#FF0000;*/
}

.keyvisualArea_notice_2 {
	display: block;
	line-height: 38px;
	margin: 20px auto 0;
	padding-left: 24px;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
	text-decoration:underline;
	text-decoration-color:#FF0000;
}

.keyvisualArea_notice > strong {
	padding-right: 47px;
	font-weight: bold;
}

.keyvisualArea_notice > span {
	text-decoration: underline;
}

.btnArea {
	width: 100%;
	height: 206px;
	padding-top: 32px;
	background: url("../images/common/bg_green.gif");
}

.btnAreaInner {
	width: 952px;
	margin: 0 auto;
}

.keyvisualArea_notice a:hover,
.btnAreaInner > a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}

/* -------------------------------------------------------------/TOP */


/* ----------------------------------------------------------COMPANY */

.contents-company {
	font-size: 12px;
	padding: 20px 0 100px;
}

.contents-company_ttl {
	margin: 42px 0 15px;
}

.contents-company_ttl:first-child {
	margin-top: 0;
}

.contents-company_idea {
	font-size: 20px;
}

.contents-company_standard {
	line-height: 2;
}

.companySummary tr {
	line-height: 26px;
}

.companySummary th {
	width: 117px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

.companySummary-month {
	width: 74px !important;
	padding-left: 43px;
}

.companyList > dt {
	width: 100px;
	clear: both;
	float: left;
}

.companyList > dd {
	float: left;
	width: 600px;
}

.companyList > dd > a {
	padding-left: 7px;
	padding-top: 5px;
}

.companyList > dd > a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}

.companyList > dd img {
	vertical-align: middle;
}

.contents-company_image {
	position: absolute;
	bottom: 380px;
	right: 0;
}
.contents-okayama_image {
	position: absolute;
	bottom: 200px;
	right: 0;
}

/* ---------------------------------------------------------/COMPANY */


/* ----------------------------------------------------------PROJECT */

.contents-project {
	width: 960px;
	font-size: 14px;
	padding: 35px 0 125px;
}

.contents-project_intro {
	font-size: 15px;
	margin-bottom: 30px;
}

.projectNavi {
	margin-bottom: 50px;
}

.projectNavi > a {
	display: block;
	width: 301px;
	height: 277px;
	margin-left: 29px;
	float: left;
}

.projectNavi > a:first-child {
	width: 300px;
	margin: 0;
}

.projectNavi > a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}

.contents-project_subttl {
	height: 29px;
	background: #E0F4CB;
	padding: 10px 0 0 12px;
	margin-bottom: 20px;
}

.contents-project_sentence {
	line-height: 1.5;
}

.contents-project_point {
	color: #105303;
	font-weight: bold;
	padding-left: 17px;
	margin: 10px 0;
	position: relative;
}

.contents-project_point:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: #105303;
	position: absolute;
	top: 0;
	left: 0;
}

.projectBox > li {
	width: 300px;
	height: 270px;
	float: left;
	margin-right: 30px;
}

.projectBox_item-last {
	margin-right: 0 !important;
}

.projectBox_ttl {
	margin-bottom: 6px;
	font-weight: bold;
	line-height: 1.1;
}

.projectBox_sentence {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5;
}

.projectBox_item-relative {
	position: relative;
}

.projectBox_arrow {
	position: absolute;
	top: 70px;
	right: -30px;
}

/* ---------------------------------------------------------/PROJECT */


/* ----------------------------------------------------------RECRUIT */

.contents-recruit {
	font-size: 12px;
	padding: 20px 0 230px;
	letter-spacing: 0.1em;
}

.contents-recruit_idea {
	font-size: 20px;
	line-height: 2;
}

.contents-recruit_intro {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 2;
}

.contents-recruit_kind {
	font-weight: bold;
	margin-bottom: 10px;
}

.contents-recruit_list {
	line-height: 1.5;
}

.contents-recruit_list > dt {
	float: left;
	clear: both;
/*	width: 115px;*/
width: 200px;
	font-weight: bold;
	margin-bottom: 25px;
}

.contents-recruit_list > dd {
	float: left;
	width: 720px;
	margin-bottom: 25px;
}

/* ---------------------------------------------------------/RECRUIT */

/* ----------------------------------------------------------CONTACT */

.contents-contact {
	font-size: 12px;
	padding: 35px 0 200px;
}

.pageTitle_ttl-contact {
	width: 203px;
	height: 30px;
	margin: 0 auto;
}

.contents-contact_intro {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}

.contactBox {
	width: 433px;
	padding: 19px 13px 0 19px;
	border: 1px solid #105303;
}

.contactBox-tel {
	height: 195px;
	float: left;
	margin-right: 18px;
}

.contact_boxWrap {
	width: 467px;
	height: 216px;
	float: right;
}

.contactBox-fax,
.contactBox-mail {
	height: 80px;
}

.contactBox-fax {
	margin-bottom: 14px;
}

.contactBox_number {
	font-size: 18px;
}

.contactBox_number > span {
	font-size: 12px;
}

.contactBox_address > span {
	font-size: 16px;
	line-height: 1.7;
}

.contents-contact_attention > p {
	font-weight: bold;
	line-height: 1.7;
}

/* ---------------------------------------------------------/CONTACT */


/* ----------------------------------------------------------PRIVACY */

.contents-privacy {
	font-size: 12px;
	padding: 18px 0 216px;
	line-height: 1.7;
}

.pageTitle_ttl-privacy {
	width: 340px;
	height: 30px;
	margin: 0 auto;
}

.contents-privacy a {
	color: #408903;
	text-decoration: underline;
}

.contents-privacy a:hover {
	text-decoration: none;
}

.contents-privacy_intro {
	font-size: 14px;
	font-weight: bold;
}

.contents-privacy_ttl {
	font-weight: bold;
	margin-top: 18px;
}

.contents-privacy_name {
	text-align: right;
	font-weight: bold;
	margin-top: -20px;
}

/* ---------------------------------------------------------/PRIVACY */


/* --------------------------------------------------------ATTENTION */

.contents-attention {
	font-size: 12px;
	padding: 12px 0 296px;
	line-height: 1.7;
}

.contents-attention_top {
	background: #eff6df;
	height: 47px;
	font-size: 24px;
	font-weight: bold;
	color: #408903;
	text-align: center;
	line-height: 47px;
	margin-bottom: 20px;
}

.contents-attention_ttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

.attentionBox {
	border: 1px solid #bdbdb9;
	padding: 38px 40px 38px;
}

.attentionBox_ttl {
	font-weight: bold;
	margin-bottom: 5px;
}

.attentionBox_name {
	text-align: right;
	margin: 15px 0 45px;
}

.attentionBottom_ttl {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

/* -------------------------------------------------------/ATTENTION */

