@charset "utf-8";

body {
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 16px;
	color: #262626;
	line-height: 100%;
	/*font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;*/
	font-family: 'Noto Sans Japanese', sans-serif;
}

.pc_only { display: block; } 
.sp_only { display: none; } 

ul,li,h1,h2,h3,p,dl,dt,dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	color: #262626;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	opacity: 0.7;
}

h2 { font-size: 26px; line-height: 100%;  font-weight: bold; }
h3 { font-size: 22px; line-height: 100%;  font-weight: bold; }
#topicpath ul li { font-size: 14px; }


/* PC共通フッター特別設定 */
#new_footer_wrap {
	width: 1200px !important;
}


/* topicpath */
#topicpath {
	width: 1200px;
	margin: 13px auto;
}

	#topicpath ul {
		display: block;
		overflow: hidden;
	}

	#topicpath ul li {
		float: left;	
		background: url(/recruit/expert/img/topicpath_ico.png) no-repeat right 10px center;
		padding: 0 26px 0 0;
	}

	#topicpath ul li a {
		color: #579ab9;
	}

	#topicpath ul li a:hover {
		color: #06a;
		text-decoration: underline;
		opacity: 1.0;
	}

	#topicpath ul li.current {
		background: none;
		padding: 0;
		color: #232323;
	}


/* トップへ戻るボタン */
#totop {
	width: 70px;
	height: 70px;
	bottom: 20px;
	z-index: 15;
	display: none;	
}

#totop img {
	width: 100%;
	height: auto;
	display: block;
}

#totop.fixed {
	position: fixed;
}

#totop.absolute {
	position: absolute;
	right: 120px !important;
	bottom: 10px;
}

#totop:hover {
	opacity: 0.7;
	cursor: pointer;
}
