@charset "utf-8";
/*
Plugin Name: 採用サイトプラグイン
Plugin URI: 
Description: 採用サイトプラグイン
Version: 1.0.0
Author: monokus.jp
Text Domain: my-recruit
*/

@import url(decorations.css);

/* loading
---------------------------------------------*/

	.cnts.loading {
		color: #ccc;
		animation:post-count-async 2s infinite;
	}
	@-moz-keyframes post-count-async{0%,100%{color:#ccc}50%{color:#aaa}}
	@-webkit-keyframes post-count-async{0%,100%{color:#ccc}50%{color:#aaa}}
	@keyframes post-count-async{0%,100%{color:#ccc}50%{color:#aaa}}
/* form
---------------------------------------------*/
	.contact_form :placeholder-shown { color: #bbb; }
	.contact_form ::-webkit-input-placeholder { color: #bbb; }
	.contact_form :-moz-placeholder { color: #bbb; opacity: 1; }
	.contact_form ::-moz-placeholder { color: #bbb; opacity: 1; }
	.contact_form :-ms-input-placeholder { color: #bbb; }
/* pagination
---------------------------------------------*/

.job_pagination {
	text-align:		center;
	margin:			1em auto;
	
	max-width:		1120px;
}
 
.job_pagination span, 
.job_pagination a {
	display:		inline-block; 
	padding:		8px 8px;
	margin:			0 3px; 
	
	border:			1px solid #ccc;
	background:		#fff;
	
	font-size:		18px;
	font-weight:	normal;
	line-height:	1em;
	color:			#666;
	text-decoration:	none;
	
	text-align:		center;
}
	.job_pagination .current, 
	.job_pagination a:hover {
		background:		#eee !important;
		/*color:			#fff !important; */
		border-color:		#aaa !important;
	}
	.job_pagination .dot {
		background:		none !important;
		border:			none !important;
		padding-left:	0 !important;
		padding-right:	0 !important;
	}

html.ie7 .job_pagination {
	text-align:		left !important;
}
	html.ie7 .job_pagination span,
	html.ie7 .job_pagination a {
		float:			left;
		display:		block;
	}
