@charset "shift_jis";
/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/

@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');

@font-face {
    font-family: 'king';
    src: url('king.woff') format('woff'),
         url('king.tif') format('tif');
    font-weight: normal;
    font-style: normal;

}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-spacing: 2px;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
	clear:both;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight:normal;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: bottom;
	outline:none;
}
li	{
	list-style-type: none;
}

/* ======================================================================
Image Rollover
======================================================================== */
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

input:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* ======================================================================
common
======================================================================== */
body{
	text-align:center;
	background:#FFF;
	font-family: YakuHanJP,'Noto Serif JP',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E", Meiryo, メイリオ, sans-serif;
	font-size:13px;
	color:#555;
	margin:0px;
	overflow-x: hidden;
}

a:link {
text-decoration: underline;
color: #666;
}

a:visited {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #FF0066;
}

a:active {
text-decoration: underline;
color: #666;
}

#wrapper{
width: 960px;
height: auto;
margin: 0px auto;
padding-top: 20px;
}
#header_box {
	background: url(img/line.jpg) repeat-x left bottom;
	padding-bottom: 8px;
}

#wrapper .navi li {
float: left;
}

h1{
font-size: 12px;
color: #5A5959;
margin: 0px auto;
line-height: 1.6em;
height: 22px;
display: block;
padding-top: 5px;
overflow: hidden;
width: 100%;
text-align: center;
background-repeat: repeat-x;
background-position: left top;
background-color: #ECECEC;
}

/* Navigation__________________________________________________________*/


#footer_contact{
	width:1020px;
	height:74px;
	clear:both;
}
.footer_line {
	/*background: url(../img/common/footer__line_bg.jpg) repeat-x left top;*/
	padding-top: 18px;
}


#footer_bese{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: #f7f7f7 url(img/line.jpg) repeat-x center top;
	padding-top: 10px;
}
#footer_logo{
	width:180px;
	height:90px;
	float:left;
}
#footer_copylink{
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/top_27.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer_copylink .text{
	text-align: center;
	color: #CCC;
	line-height: 1.5em;
	padding: 10px 10px 8px 0px;
	padding-right: 5px;
}
#footer_copylink .text a{
text-align: right;
color: #414141;
}
.bt_shadow{
background-repeat: no-repeat;
background-position: center bottom;
background-image: url(../img/common/bt_shadow.gif);
padding-bottom: 50px!important;
}

.bg {
	padding: 0 15px 15px 15px;
	background: #FFF;
}
.cp {
	background: #F7F7F7;
}


#wrapper_2 {
	max-width: none;
	margin: 0 auto 40px;
	width: 960px;
}

/*
求人リクルート
*/

#recruit_container{
	width:1010px;
	height:auto;

	overflow:hidden;
}
#recruit_title{
	background:url(../img/recruit/title.jpg) no-repeat;
	width:1010px;
	height:180px;
}
#recruit_main{
	width:1010px;
	height:auto;
	margin:0px auto;
}

.menu {
	float: right;
}
.content {
	width: 720px;
	float: left;
	text-align: left;
}
.content h2 {
	font-size: 17px;
	color: #161A6E;
	background: url(img/title_bg.gif) repeat-x;
	padding: 10px;
	margin-top: 20px;
	font-weight: bold;
}
.content p {
	padding: 10px;
	}
.content p strong {
	color: #C36;
}
#details_list th {
	padding: 5px;
	text-align: center;
	background: #CDAF89;
	color: #FFF;
	margin: 2px;
	
}

#details_list td {
	margin:2px;
	padding: 5px;
}
@media screen and (max-width: 720px){
	
}