@charset "Shift_JIS";

/*-------------------------------------------------
recruit
-------------------------------------------------*/
/*基本-----*/
html {
 overflow-x: hidden;
} 

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

body {
 margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
}

a:link {
	color: #1E74C7;
}

a:visited {
	color: #688A00;
}

a:hover, a:active {
	color: #F14C3E;
}


.recWrap {
 width: 200px;
}

.recDl dt {
 padding: 0 0 0 14px;
 background: url(../image/mark3.gif) no-repeat 0 2px;
	font-weight: bold;
}
 
.recDl dd {
 margin: 0 0 5px;
	padding: 0 0 3px;
 background: url(../image/line2.gif) no-repeat left bottom;
}



