@charset "UTF-8";
body{
	font-family: "游ゴシック Medium","游ゴシック","Yu Gothic Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
	line-height: 1.5;
	font-size: 16px;
	color: #333;
}


.recruitNews_section{
	margin-bottom: 40px;
	padding: 2.5% 2.5%;
}

.recruitNews_section .recruitNews_date{
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

.recruitNews_section .recruitNews_date span{
	color:#b22222;
}

.recruitNews_section .recruitNews_title{
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

.recruitNews_section .recruitNews_text{
	font-size: 14px;
}


@media screen and (min-width: 600px){
	/*画面幅600px以上のCSSはここに記述*/
}


@media screen and (min-width: 1025px){
	/*画面幅1025px以上のCSSはここに記述*/
}






/*スクロール*/
/*
.recruitNews_wrap {
	width:100%;
  max-width:500px;
  height: 200px;
  overflow: scroll;
  white-space: nowrap;
	margin: 0 auto;
	background-color: #f2f7f8;
}
*/
/*
@media screen and (min-width: 600px){
	.recruitNews_wrap{
		width:70%;
		max-width:500px;
		height: 200px;
		overflow: scroll;
		white-space: nowrap;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1025px){
	.recruitNews_wrap{
		width:80%;
	  max-width:550px;
	  height: 200px;
	  overflow: scroll;
	  white-space: nowrap;
		margin: 0 auto;
	}
}
*/
/* スクロールの幅の設定 */
/*
.recruitNews_wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*/

/* スクロールの背景の設定 */
/*
.recruitNews_wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
*/

/* スクロールのつまみ部分の設定 */
/*
.recruitNews_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1959A8;
*/
