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

/* ヘッダー */
#head_space {
	height: 90px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
#head_logo {
	text-align: left;
	height: 70px;
	width: 344px;
	float: left;
	margin: 0px;
	padding-top: 20px;
}

#head_navi {
	height: 90px;
	width: 600px;/* 元は 445px */
	float: right;/* 元はleft */
}
#head_navi ul li a {
	display:block;
}
#head_navi li {
	width: 110px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: right;/* 元はleft */
	border-left-width: 1px;/* 元はright */
	border-left-style: dotted;/* 元はright */
	text-align: center;
}
#head_navi li:first-child {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: right;/* 元はleft */
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-width: 1px;
	border-left-style: dotted;
}
#head_navi_contact {
	height: 68px;
	width: 600px;/* 元は 445px */
	text-align: right;
}
#recruit_bt #head_navi_contact {
	height: 68px;
	width: 600px;/* 元は 445px */
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
#head_navi_contact img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#head_recruit {
	height: 90px;
	width: 174px;
	float: right;
	text-align: right;
}
#head_recruit img {
	border: 1px dotted #CCC;
	padding: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#recruit_non {
	float: right;
}
#recruit_bt #recruit_non {
	display: none;
}

#nav_ul {
	margin-top: 60px;
}

div#header_card {
	width: 90px;
	position: fixed;
    right: 0;
    top: 20%;
		z-index: 9000;
}

div#header_card img {
	width: 100%;
}