@charset "utf-8";

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1pxdotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.5em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
*{margin:0;padding:0;}a{text-decoration:none;}ul,ol{list-style:none;}img{vertical-align:middle;}



html{ width:100%; font-size:12px;line-height:1.5em;}
body {
	margin:0px;
  padding:0px;
	background-color:#EEEEE2;
	background-attachment:fixed;
	background-image:url(../../img/bg1.gif);
	background-position:top center;
	font-family:Arial, Helvetica,"Hiragino Kaku Gothic Pro",Meiryo, sans-serif;
}
img {
	vertical-align: bottom;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color:#C5D9F5;
}
a.BtnImg img{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
a.BtnImg:hover img{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
h1 {
	font-size:14px;
	line-height:1.25em;
}
h2 {
	font-size:12px;
	font-weight:100;
	line-height:1.6em;
}
p{line-height:2em;}
.cr{clear:both;}
.f080{font-size:0.8rem;}


/* ================================================================================= */
/*  Menu                                                                             */
/* ================================================================================= */
.mainmenu{position:fixed;top:0px; width:705px; z-index:3;}

#left_menu {
	float:left;
	width:235px;
	height:235px;
	z-index:2;
	/* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression(documentElement.scrollTop + 0 + 'px');
	left: expression(documentElement.scrollLeft + 0 + 'px');
}

.btn_box {
	width:235px;
	height:175px;
	background-color:#000000;
	overflow:visible;
	padding-top:50px;
	padding-bottom:10px;
}
.btn_box p{
	width: 211px;
	font-size:10px;
	letter-spacing:0.3em;
	display: block;
	color: #cccccc;
	padding-left:24px;
	line-height:28px;
	background-image:url(../../img/dots.gif);
	background-repeat:no-repeat;
	background-position:12px;
	cursor: pointer;
}
.btn_box p:hover{
	color: #000000;
	background-color:#F5D800;
	background-image:url(../../img/dots_on.gif);
}
.kdlogo {
	float:left;
	width:235px;
	height:156px;
	background-color:#f5d800;
	z-index:2;
	background-image:url(../../img/logo_kdlogo.png);
	background-size:235px 156px;
}
.kdlogoNews {
	float:left;
	width:235px;
	height:156px;
	z-index:2;
	background-color:#EEEEE2;
	text-align:center;
	position:relative; 
}
.kdlogoNews p {
	position:absolute; right:0; left:0; bottom:0; top:40%;
}
.kdlogoNews p > span {
	font-size:1.8rem;
	font-weight:bold;
	line-height:210%;
	display:block;
}
.kdlogoNews > p > a {
	font-size:1.3rem;
	text-decoration: underline;
}
.kdlogoBG {
	position:fixed;
	width:705px;
	height:470px;
	z-index:-10;
	background-image:url(../../img/logo_kdbg.gif);
	background-repeat:no-repeat;
	background-size:235px 470px;
	background-position:235px;
}
.TagNew { -webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate; 
    padding-left:0.5rem; 
	color: #f5d800;
	font-weight:bold; 
    }
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* ================================================================================= */
/*  Contents                                                                         */
/* ================================================================================= */
#main_container {
	width:705px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
.img_title {
	margin-left:235px;
	text-align:center;
	clear:both;
	width:235px;
	z-index: 1;
}

/* ================================================================================= */
/*  Office                                                                           */
/* ================================================================================= */

.address_box {
	width:205px;
	height:205px;
	background-color:#EEEEE2;
	margin-left:235px;
	padding:15px;
}


/* ================================================================================= */
/*  Access                                                                           */
/* ================================================================================= */

.gMapMain{
	width:697px;
	height:430px;
	border:#f5d800 4px solid;}
#gMap{
	width:697px;
	height:412px;
	z-index:0;
}
.maptext_box {
	width:685px;
	margin-left:0px;
	padding:5px 10px 9px 10px;
	background-color:#f5d800;
}
.maptext_box p {line-height:1.5em;}
.maptext_box p:nth-child(1){float:left;width:340px;}
.maptext_box p:nth-child(2){float:left;width:345px; text-align:right;}

/* ================================================================================= */
/*  Link                                                                             */
/* ================================================================================= */

.linklist_box {
	width:470px;
	background-color:#EEEEE2;
	margin-left:235px;
}
.link_list {
	margin: 0;
	padding: 0;
	width: 470px;
	border-top:1px dotted;
	
}
.link_list li{
	width: 470px;
	font-size:12px;
	list-style:none;
	list-style-position:outside;
	border-bottom:1px dotted;
	line-height:140%;
    height:36px;
    display:flex;
    align-items:center;
}
.link_list li a{
	display: block;
	color: #000000;
	width: 452px;
	text-decoration: none;
	padding:0 0 0 18px;
	background-image:url(../../img/dots.gif);
	background-repeat:no-repeat;
	background-position:8px;
}
.link_list li a:hover{
	color: #000000;
	text-decoration: none;
	background-color:#C5D9F5;
	padding:4px 0px 4px 18px;
	background-image:url(../../img/dots.gif);
	background-repeat:no-repeat;
	background-position:8px;
}


/* ================================================================================= */
/*  Recruit                                                                          */
/* ================================================================================= */

.recruit_box {
	width:470px;
	background-color:#EEEEE2;
	margin-left:235px;
}
.recruit_box p {padding:40px;}


/* ================================================================================= */
/*  PROFILE                                                                          */
/* ================================================================================= */

.PROFILE_box {
	width:440px;
	background-color:#EEEEE2;
	margin-left:235px;
	padding:15px;
	padding-bottom:30px;
}
.PROFILE_box p { display:flex; border-bottom:1px dotted; padding:0.3rem 0; }
.PROFILE_box p > span:nth-of-type(1) { width:7rem; font-weight:bold; }
.PROFILE_box p > span:nth-of-type(1) { width:calc:(100%-7rem); }


/* ================================================================================= */
/*  RECRUIT                                                                          */
/* ================================================================================= */

.RECRUIT_box {
	width:440px;
	background-color:#EEEEE2;
	margin-left:235px;
	padding:15px;
	padding-bottom:30px;
}
.RECRUIT_box2 { margin-top:1rem; display:inline-block; background-color:#000000; color:#ffffff; padding:0.3rem 1rem; }
.RECRUIT_box3 { display:block; margin-top:0.5rem; padding-bottom:0.5rem; border-bottom:1px dotted; }
.RECRUIT_box3 > p > span { font-weight:bold; }
.RECRUIT_box4 { margin-top:0.5rem; }


/* ================================================================================= */
/*  Footer                                                                           */
/* ================================================================================= */
.copyright {
	font-size:10px;
	letter-spacing:0.25em;
	clear:both;
	padding-top:20px;
	background-color:#EEEEE2;
}
.img_markGL {width:60px; height:60px; float:left;}
.img_markGR {width:60px; height:60px; float:right;}

.img_mark a {display:block;}

a.BtnImgGL img{background-image:url(../../img/logo_s0.gif);}
a.BtnImgGL:hover img{background-image:url(../../img/logo_s2.gif);}
a.BtnImgGR img{background-image:url(../../img/logo_s0.gif);}
a.BtnImgGR:hover img{background-image:url(../../img/logo_s3.gif);}