@charset "utf-8";

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

	http://ogawa-mfg.jp/
	by kimi

---------------------------------------*/
/*--------------------------------------
	html5
---------------------------------------*/
article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,
section,summary{
	display:block;
}

/*--------------------------------------
	reset
---------------------------------------*/
*{
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
	line-height:110%;
}
ul,dl,ol{
	text-indent:0;
}
li{
	list-style:none;
}
img{
	border:0;
	vertical-align:top;
}
h1,h2,h3,.h1,.h2,.h3{
	font-weight:bold;
}
h1,.h1{
	font-weight:bold;
	font-size:28px;
}
h2,.h2{
	font-weight:bold;
	font-size:23px;
}
h3,.h3{
	font-weight:bold;
	font-size:19px;
}
h4,.h4{
	font-weight:bold;
	font-size:16px;
}
h5,.h5{
	font-size:12px;
}
h6,.h6{
	font-size:10px;
}
body{
	font-family: Meiryo, メイリオ, sans-serif;
	color:#222222;
	font-size:14px;
	background-color:#ffffff;
}
hr{
	border:0;
	height:1px;
	background:#222222;
}
a{
	transition:0.8s;
	color:#222222;
}
a:hover{
	color:#45ff00;
}
b{
	font-weight:bold;
}

.clearfix{
	clear:both;
}
.center{
	text-align:center;
}
/*--------------------------------------
	column
---------------------------------------*/
.f-left{
	float:left;
}
.f-right{
	float:right;
}
#wrap{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/*--------------------------------------
	top
---------------------------------------*/
#topwp{
	background-color:#000;
}
#topbk{
	max-width:1200px;
	margin:0 auto;
	padding-top:5px;
}
#topbk img{
	width:100%;
}
#topbt{
	width:100%;
	background: url("/img/top_bt.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-left:10px;
	padding-top:15px;
	height:72px;
}
#topbt a{
	text-align:center;
	background: url("/img/bk_str.jpg");
	padding:3px 5px;
	border-radius:5px;
	color:#ddd;
	font-weight:bolder;
}
#topbt a:hover{
	color:#afa;
}
/*--------------------------------------
	recruit
---------------------------------------*/
#rec_left{
	width:200px;
	float:left;
}
#rec_right{
	width:800px;
	float:right;
	background-image: url(/img/rec_bk.png);
	background-repeat: repeat-y;
}
#rec_tab{
	width:680px;
	margin:0 auto;
}
#rec_tab th{
	background-color:#dddddd;
	width:130px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
#rec_tab td{
	background-color:#f0f0f0;
	vertical-align:middle;
	padding:5px;
}
