@charset "UTF-8";
/* CSS Document */

body
{
	width: 100%;
	position: relative;
}

@font-face
{
	font-family: PersonalFont;
	src: url('../fonts/kontrapunkt.bold.otf') format("opentype");
}
@font-face
{
	font-family: PersonalFontMS;
	src: url('../fonts/kontrapunkt.bold.ttf') format("truetype");
}

/*------------------------------
	header
------------------------------*/
#header
{
	width: 100%;
	height: 105px;
	position: relative;
	z-index: 2;
}
#header h1
{
	position: absolute;
	left: 10px;
	top: 10px;
}
#header .read
{
	font-size: 16px;
	line-height: 1.3;
	position: absolute;
	top: 10px;
	text-align: right;
	right: 20px;
	font-weight: bold;
}
#header .readsub
{
	font-size: 10px;
	line-height: 1.2;
	text-align: right;
	position: absolute;
	top: 56px;
	right: 20px;
}

/*------------------------------
	nav
------------------------------*/
#gNavi
{
	width: 100%;
	background: url("../images/common/bg_nav.gif") repeat-x left bottom;
	z-index: 2;
}
#gNavi #navBox
{
	max-width: 550px;
	margin: 0 auto;
}
#gNavi #navBox li
{
	width: 25%;
	font-size: 12px;
	text-align: center;
	float: left;
	font-family: PersonalFont, PersonalFontMS;
}
#gNavi #navBox li a
{
	color: #919191;
	display: block;
	padding: 20px 0;
}
#gNavi #navBox li.on a
{
	background: url("../images/common/bg_nav2.gif") repeat-x left bottom;
}
#gNavi #navBox li a:hover
{
	text-decoration: none;
	background: url("../images/common/bg_nav2.gif") repeat-x left bottom;
}

/*------------------------------
	footer
------------------------------*/
#footer
{
	padding: 14px 0;
	text-align: center;
	font-size: 12px;
	z-index: 2;
}

/*------------------------------
	index
------------------------------*/
#index #contents
{
	max-width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 2;
}
#index #contents h2
{
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	margin-bottom: 60px;
}
#index #contents h2 .color
{
	font-weight: bold;
	font-size: 26px;
	color: #546220;
	font-family: PersonalFont, PersonalFontMS;
}
#index #contents h2 .name
{
	font-size: 20px;
	font-weight: bold;
}
#index #contents .concept
{
	margin-bottom: 36px;
}
#index #contents .concept h3
{
	text-align: center;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: PersonalFont, PersonalFontMS;
	color: #546220;
}
#index #contents .concept p
{
	text-align: center;
	line-height: 1.6;
}

#index .imgR
{
	position: absolute;
/*	right: -740px;*/
	right: 0;
	top: 160px;
	z-index: -0;
	width: 340px;
}
#index .imgL
{
	position: absolute;
	left: -710px;
	top: 190px;
}

/*------------------------------
	company
------------------------------*/
#company #contents
{
	z-index: 2;
	position: relative;
	overflow: hidden;
}
#company #contents #contentsBox
{
	max-width: 900px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
#company #contents h2
{
	line-height: 1.3;
	text-align: center;
	margin-bottom: 30px;
	font-size: 34px;
	color: #546220;
	font-family: PersonalFont, PersonalFontMS;
}
#company table
{
	width: 100%;
	margin-bottom: 30px;
}
#company table th
{
	color: #546220;
	width: 25%;
	font-size: 12px;
	padding: 10px;
	padding-left: 5px;
	text-align: right;
	line-height: 1.7;
	border-right: solid 1px #7f7f7f;
	vertical-align: top;
}
#company table td
{
	padding-left: 30px;
	padding: 10px;
	line-height: 1.7;
	width: 75%;
	font-size: 12px;
}

#company table td p
{
	line-height: 1.8;
	font-size: 12px;
}
#company table td .mb30
{
	margin-bottom: 20px;
}
#company table td .mb20
{
	margin-bottom: 10px;
}
#company table td dl
{
}
#company table td dt
{
	width: 65px;
	font-weight: bold;
	line-height: 1.7;
}
#company table td dd
{
	line-height: 1.7;
}
#company table td .dot li
{
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.9;
}
#company table td .ten li
{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.9;
}
#company table td .twin
{
	width: 100%;
}
#company table td .twin h3
{
	margin-bottom: 8px;
}

#company .imgR
{
	position: absolute;
/*	right: -740px;*/
	right: 0;
	top: 160px;
	z-index: -0;
	width: 340px;
}
#company #contents .imgL
{
	position: absolute;
	left: -710px;
	bottom: -200px;
}
#company table.mb30
{
	margin-bottom: 20px;
}
#company .kome
{
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 14px;
	text-align: center;
}

/*------------------------------
	inquiry
------------------------------*/
#inquiry #contents
{
	z-index: 2;
	position: relative;
	overflow: hidden;
}
#inquiry #contents #contentsBox
{
	max-width: 720px;
	padding: 0 10px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
#inquiry #contents h2
{
	line-height: 1.3;
	text-align: center;
	margin-bottom: 30px;
	font-size: 34px;
	color: #546220;
	font-family: PersonalFont, PersonalFontMS;
}
#inquiry .readalart
{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}
#inquiry .check
{
	border: solid 1px #d62929;
	padding: 10px 12px;
	line-height: 1.8;
	margin-bottom: 30px;
	font-size: 12px;
}
#inquiry .check p
{
	color: #d62929;
}
#inquiry .thanks
{
	text-align: center;
	margin-top: 20px;
	line-height: 1.8;
	font-size: 12px;
	margin-bottom: 150px;
}

#inquiry table
{
	width: 100%;
	margin-bottom: 30px;
}
#inquiry table th
{
	width: 40%;
	font-size: 12px;
	padding: 14px 8px;
	font-weight: normal;
	border: solid 1px #7f7f7f;
	vertical-align: top;
	background-color: #f9f9f9;
}
#inquiry table th.confirmTh
{
	padding: 14px;
}
#inquiry table td
{
	width: 60%;
	font-size: 12px;
	padding: 14px 10px;
	border: solid 1px #7f7f7f;
	line-height: 1.8;
}
#inquiry .btnBox
{
	max-width: 260px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#inquiry .btnBox .yes
{
	width: 88px;
	padding: 8px 12px;
	margin: 0 8px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	background-color: #546220;
	border: solid 1px #546220;
	float: left;
	border-radius: 6px;
}
#inquiry .btnBox .no
{
	width: 88px;
	padding: 8px 12px;
	margin: 0 8px;
	cursor: pointer;
	border: solid 1px #7f7f7f;
	text-align: center;
	border-radius: 6px;
	float: left;
}
#inquiry .btnBox .yes:hover,
#inquiry .btnBox .no:hover
{
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
#inquiry .btnBox .yes a,
#inquiry .btnBox .yes a:hover
{
	color: #ffffff;
	text-decoration: none;
}


#inquiry .imgR
{
	position: absolute;
/*	right: -740px;*/
	right: 0;
	top: 160px;
	z-index: -0;
	width: 340px;
}
#inquiry #contents .imgL
{
	position: absolute;
	left: -710px;
	bottom: -200px;
}
/*------------------------------
	form
------------------------------*/
textarea {
	width: 100% !important;
	height: 17em !important;
	overflow: auto;
	resize: none;
	line-height: 1.5;
}
input[type="text"] {
	height: 20px;
	padding: 3px 5px;
	margin: 4px 4px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
input[type="radio"] {
	height: 20px;
	padding: 3px 5px;
	margin: 3px 4px;
	vertical-align: middle;
}
input[type="checkbox"] {
	height: 20px;
	padding: 3px 5px;
	margin: 3px 4px;
	vertical-align: middle;
}

label.radio,
label.checkbox
{
	margin-right: 16px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/inquiry/select.gif") no-repeat right top;
	width: 160px;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 6px 5px;
	margin: 3px 4px;
	font-size: 12px;

}
input[type="text"].txtmiddle {
	width: 150px;
}
input[type="text"].txtlong {
	width: 90%;
}

/*------------------------------
	service
------------------------------*/
#service #contents
{
	z-index: 2;
	position: relative;
	overflow: hidden;
}
#service #contents #contentsBox
{
	max-width: 740px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 40px;
	padding-bottom: 30px;
}
#service #contents h2
{
	line-height: 1.3;
	text-align: center;
	margin-bottom: 30px;
	font-size: 34px;
	color: #546220;
	font-family: PersonalFont, PersonalFontMS;
}
#service #contents h3
{
	font-size: 20px;
	color: #000000;
	text-align: center;
	line-height: 1.3;
	font-family: PersonalFont, PersonalFontMS;
	margin-bottom: 20px;
}
#service #contents h3 span
{
	font-size: 18px;
	color: #6a6a6a;
}
#service #contents .mb40
{
	padding-bottom: 30px;
}
#service #contents .mb80
{
	padding-bottom: 50px;
}
#service #contents .mb100
{
	padding-bottom: 60px;
}

#service #contents h4.training
{
	color: #546220;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.3;
	padding-left: 1em;
	text-indent: -1em;
}
#service #contents h4.training span
{
	color: #37b50b;
}
#service #contents p.trainingtxt
{
	line-height: 1.9;
	margin-bottom: 40px;
}
#service #contents .trainingBox
{
	position: relative;
	margin-bottom: 20px;
}
#service #contents .trainingBox h5
{
	width: 116px;
	margin: 0 auto;
	border: solid 2px #546220;
	color: #546220;
	padding: 6px 0;
	text-align: center;
	margin-bottom: 4px;
}
#service #contents .trainingBox p
{
	text-align: center;
	line-height: 1.7;
}
/*----------------------------*/
#service #contents p.organizationread
{
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
	margin-bottom: 28px;
}
#service #contents p.organizationDiagnosis
{
	line-height: 1.5;
	font-size: 18px;
	text-align: center;
	margin-bottom: 34px;
}
#service #contents p.organizationDiagnosis span
{
	color: #546220;
	font-weight: bold;
}
#service #contents .toiBox
{
	max-width: 645px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #eeeeee;
}
#service #contents .toiBox th
{
	color: #546220;
	font-family: PersonalFont, PersonalFontMS;
	padding: 10px 20px;
	font-size: 16px;
}
#service #contents .toiBox td
{
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 20px;
	padding-left: 0;
}

/*----------------------------*/
#service #contents .colorTable
{
	margin-bottom: 40px;
	font-size: 12px;
}
#service #contents .colorTable table,
#service #contents .colorTable th,
#service #contents .colorTable td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#service #contents .colorTable th.four
{
	width: 5%;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #759e31;
	font-weight: normal;
	padding: 10px;
	line-height: 1.7;
}
#service #contents .colorTable th.redh
{
	width: 25%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #ffffff;
	background-color: #cc6464;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable th.perh
{
	width: 25%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #ffffff;
	background-color: #be7ac1;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable th.bluh
{
	width: 25%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #ffffff;
	background-color: #6e7ac7;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable th.broh
{
	width: 25%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #ffffff;
	background-color: #d1ac56;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable td.redd
{
	width: 22%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #cc6464;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable td.perd
{
	width: 22%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #be7ac1;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable td.blud
{
	width: 22%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #6e7ac7;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable td.brod
{
	width: 22%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #d1ac56;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable td.redd2
{
	width: 48%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #727171;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable td.perd2
{
	width: 48%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #727171;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable td.blud2
{
	width: 48%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #727171;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents .colorTable td.brod2
{
	width: 48%;
	padding: 10px 6px;
	vertical-align: middle;
	color: #727171;
	font-weight: normal;
	line-height: 1.7;
}
#service #contents p.organizationend
{
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 16px;
}
#service #contents p.organizationend br
{
	display: none;
}
#service #contents p.organizationend span
{
	font-size: 16px;
	color: #37b50b;
}
#service #contents p.organizationend strong
{
	font-size: 16px;	
	color: #546220;
}

#service #contents .colorTable .ten li
{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.9;
}
#service #contents .pointTable
{
	margin-bottom: 10px;
}
#service #contents .pointTable table
{
	width: 100%;
}
#service #contents .pointTable th
{
	background-color: #e8e4db;
	text-align: center;
	padding: 14px 8px;
	width: 20%;
	font-size: 12px;
	border: solid 1px #fff;
	font-weight: normal;
}
#service #contents .pointTable td
{
	background-color: #e4e8db;
	padding: 14px 10px;
	font-size: 12px;
	width: 20%;
	border: solid 1px #fff;
}
#service #contents .point
{
	padding: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #6b7d39;
	margin-bottom: 4px;
	line-height: 1.6;
}
#service #contents .arrowBox1
{
	background: url("../images/service/bg_arrow2.jpg") no-repeat center top;
	margin-top: 10px;
	height: 90px;
	margin-bottom: 10px;
	position: relative;
}
#service #contents .arrowBox2
{
	background: url("../images/service/bg_arrow3.jpg") no-repeat center top;
	margin-top: 10px;
	height: 90px;
	margin-bottom: 10px;
	position: relative;
}
#service #contents .arrowBox1 .txt1,
#service #contents .arrowBox2 .txt1
{
	position: absolute;
	left: 60px;
	top: 40px;
	display: none;
}
#service #contents .arrowBox1 .txt2,
#service #contents .arrowBox2 .txt2
{
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: 100px;
	display: none;
}
#service #contents .pointTxt
{
	font-size: 14px;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 20px;	
}
#service #contents .pointTxt span
{
	color: #546220;
	font-weight: bold;
}

#service #contents .pointTxt2
{
	margin-bottom: 40px;
	line-height: 1.9;
	text-align: center;
}
#service #contents .resultsBox {
	margin-bottom: 40px;
	padding: 10px;
	background: #e4e8db;
	line-height: 1.5;
}
#service #contents .resultsBox table
{
	margin-top: -10px;
}

#service #contents .resultsBox table
{
	margin-top: -10px;
}
#service #contents .resultsBox th,
#service #contents .resultsBox td
{
	padding: 5px 0;
}
#service #contents .resultsBox th
{
	padding-right: 10px;
	width: 5em;
}



/*----------------------------*/
#service #contents p.recruitread
{
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	margin-bottom: 28px;
}
#service #contents ul.recruit
{
	max-width: 470px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#service #contents ul.recruit li.no1
{
	background: url("../images/service/bgno1.gif") no-repeat left top;
	line-height: 1.7;
	padding-left: 25px;
	margin-bottom: 16px;
}
#service #contents ul.recruit li.no2
{
	background: url("../images/service/bgno2.gif") no-repeat left top;
	line-height: 1.7;
	padding-left: 25px;
}
#service #contents .recruitBox
{
	border-top: solid 1px #bababa;
	padding-top: 20px;
	margin-bottom: 30px;
	position: relative;
}
#service #contents .recruitBox h4
{
	width: 78px;
	margin: 0 auto;
	border: solid 2px #546220;
	color: #546220;
	margin-bottom: 10px;
	padding: 6px 0;
	text-align: center;
}
#service #contents .recruitBox p
{
	padding-top: 12px;
	padding-bottom: 24px;
}
#service #contents .recruitBox dt
{
	color: #546220;
	font-weight: bold;
	margin-bottom: 28px;
	width: 44px;
	line-height: 1.8;
	float: left;
}
#service #contents .recruitBox dd
{
	line-height: 1.8;
}
#service #contents .recruitBox dd br
{
	display: none;
}

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



/*----------------------------*/
#service #contents p.systemread
{
	line-height: 1.5;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 28px;
}
/*----------------------------*/
#service #contents p.font
{
	line-height: 2.1;
	text-align: center;
	margin-bottom: 15px;
}
#service #contents p.link
{
	text-align: center;
	margin-bottom: 50px;
}
#service #contents p.link a
{
	color: #546220;
	text-decoration: underline;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background: url("../images/service/bg_link.gif") no-repeat left 5px;
}
#service #contents p.link a:hover
{
	text-decoration: none;
}
/*----------------------------*/
#service .imgR
{
	position: absolute;
/*	right: -740px;*/
	right: 0;
	top: 160px;
	z-index: -0;
	width: 340px;
}
#service #contents .imgL
{
	position: absolute;
	left: -710px;
	bottom: -200px;
}
.imgR,
.imgL
{
	display: none;
}
/*----------------------------
	page-top
----------------------------*/
#page-top {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    right: 0px;
}
#page-top a:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
